diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-09-12 09:18:47 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-09-12 09:18:47 +0000 |
commit | fd18617b30a569142636e4a31b9b8975364155c2 (patch) | |
tree | b04e205fe4db80f230244d5eba2558e1e3196808 | |
parent | 218bd3cad53aef9b9890bc3119a4280c7e54806e (diff) | |
parent | 033111d66a79c4df193de58eff2ed3a698c2cdbb (diff) |
Merge "Fix spelling of controller0_VLANPort"
-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: |