diff options
Diffstat (limited to 'net-config-linux-bridge.yaml')
-rw-r--r-- | net-config-linux-bridge.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-config-linux-bridge.yaml b/net-config-linux-bridge.yaml index 04664818..6c44e60e 100644 --- a/net-config-linux-bridge.yaml +++ b/net-config-linux-bridge.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +heat_template_version: pike description: > Software Config to drive os-net-config for a simple bridge. parameters: @@ -33,7 +33,7 @@ parameters: ControlPlaneDefaultRoute: # Override this via parameter_defaults description: The default route of the control plane network. type: string - default: 192.0.2.1 + default: 192.168.24.1 EC2MetadataIp: # Override this via parameter_defaults description: The IP address of the EC2 metadata server. type: string |