Fix a compute_backend_service permadiff

This commit is contained in:
Chris Hawk 2024-11-06 16:16:00 -08:00
parent 4b7f31c000
commit 537707deef

View file

@ -88,7 +88,7 @@ options:
completely drained, offering 0% of its available Capacity. Valid range is completely drained, offering 0% of its available Capacity. Valid range is
[0.0,1.0]. [0.0,1.0].
required: false required: false
default: '1.0' default: '1'
type: str type: str
description: description:
description: description:
@ -1448,7 +1448,7 @@ def main():
# TODO: capacity_scaler does some value normalization # TODO: capacity_scaler does some value normalization
# server-side, so there needs to be a way to do proper # server-side, so there needs to be a way to do proper
# value comparison. # value comparison.
capacity_scaler=dict(default="1.0", type="str"), capacity_scaler=dict(default="1", type="str"),
description=dict(type="str"), description=dict(type="str"),
group=dict(required=True, type="str"), group=dict(required=True, type="str"),
max_connections=dict(type="int"), max_connections=dict(type="int"),