diff options
author | James Polley <jp@jamezpolley.com> | 2014-09-04 15:35:59 +1000 |
---|---|---|
committer | James Polley <jp@jamezpolley.com> | 2014-09-04 15:35:59 +1000 |
commit | 033111d66a79c4df193de58eff2ed3a698c2cdbb (patch) | |
tree | 6efc02fbc15c9067178214f293fe12a5e90d5cd8 | |
parent | a916a8b2f8bf601ad3854d9ec8b2f2bb373104eb (diff) |
Fix spelling of controller0_VLANPort
Prior to this change, using these templates fails as
controller0_VLANPort is defined, but we attempt to use
controller0VLANPort instead.
Change-Id: Ieb2eece4e7d48177acae0bef916192d8e6a4a4a3
-rw-r--r-- | overcloud-vlan-port.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-vlan-port.yaml b/overcloud-vlan-port.yaml index e962e7a0..71b444fb 100644 --- a/overcloud-vlan-port.yaml +++ b/overcloud-vlan-port.yaml @@ -1,7 +1,7 @@ outputs: controller0PublicIP: description: Address for registering endpoints in the cloud. - value: {get_attr: [controller0VLANPort, fixed_ips, 0, ip_address]} + value: {get_attr: [controller0_VLANPort, fixed_ips, 0, ip_address]} resources: # Override the main template which can also supply a static route. controller0_99_VLANPort: |