X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=net-config-noop.yaml;h=30de5846b54d7e1f736a69c59971a7164ce2eb6a;hb=c40f2a3b67274e9c7133ce9fd44d8635a8aa4674;hp=70c57aa4e94de049a83f92c22f91a1f12f0072eb;hpb=7587446c6e1030bb85a019b13ef3a757b4d5fb79;p=apex-tripleo-heat-templates.git diff --git a/net-config-noop.yaml b/net-config-noop.yaml index 70c57aa4..30de5846 100644 --- a/net-config-noop.yaml +++ b/net-config-noop.yaml @@ -5,6 +5,10 @@ description: > to use the parameter driven (init-neutron-ovs) configuration instead. parameters: + ControlPlaneIp: + default: '' + description: IP address/subnet on the ctlplane network + type: string ExternalIpSubnet: default: '' description: IP address/subnet on the external network @@ -34,7 +38,6 @@ resources: config: outputs: - config_id: - description: The ID of the OsNetConfigImpl resource. - value: - {get_resource: OsNetConfigImpl} + OS::stack_id: + description: The OsNetConfigImpl resource. + value: {get_resource: OsNetConfigImpl}