Skip to content

Commit

Permalink
Revert capacity_scaler back to O+C (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Ty Larrabee <[email protected]>
  • Loading branch information
modular-magician and Ty Larrabee committed Jan 14, 2020
1 parent f021294 commit c433573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/modules/gcp_compute_region_backend_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
- A setting of 0 means the group is completely drained, offering 0% of its
available Capacity. Valid range is [0.0,1.0].
required: false
default: '1.0'
type: str
description:
description:
Expand Down Expand Up @@ -519,7 +518,7 @@ def main():
elements='dict',
options=dict(
balancing_mode=dict(default='CONNECTION', type='str'),
capacity_scaler=dict(default=1.0, type='str'),
capacity_scaler=dict(type='str'),
description=dict(type='str'),
group=dict(required=True, type='str'),
max_connections=dict(type='int'),
Expand Down

0 comments on commit c433573

Please sign in to comment.