diff --git a/deployed-server/ctlplane-port.yaml b/deployed-server/ctlplane-port.yaml index 924ff1b496..8cda15a11f 100644 --- a/deployed-server/ctlplane-port.yaml +++ b/deployed-server/ctlplane-port.yaml @@ -4,6 +4,9 @@ parameters: network: type: string default: ctlplane + fixed_ips: + default: [] + type: json name: type: string replacement_policy: diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py index e2a5f211b8..b5a9c38f6f 100755 --- a/tools/yaml-validate.py +++ b/tools/yaml-validate.py @@ -128,7 +128,8 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'CephPools': ['description', 'NovaComputeExtraConfig': ['description'], 'controllerExtraConfig': ['description'], 'DockerSwiftConfigImage': ['default'], - 'input_values': ['default'] + 'input_values': ['default'], + 'fixed_ips': ['default', 'type'] } PREFERRED_CAMEL_CASE = {