aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-02 20:18:37 +0000
committerGerrit Code Review <review@openstack.org>2014-09-02 20:18:37 +0000
commitb2e3a746d4b40b9db5462d1b001ffa25c895acb9 (patch)
tree1db951cb4e357a12031259504b154209c617ac10 /undercloud-source.yaml
parent2d6e729c594a3ba17f13c6a7d056e12759530576 (diff)
parentcfb9931ce409ce5c7866dffa63be69758b85bdb9 (diff)
Merge "Change | to > in templates."
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r--undercloud-source.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml
index 8c0ec83e..369bd3fd 100644
--- a/undercloud-source.yaml
+++ b/undercloud-source.yaml
@@ -134,7 +134,7 @@ parameters:
type: string
NeutronPublicInterfaceIP:
default: ''
- description: |
+ description: >
A custom IP address to put onto the NeutronPublicInterface bridge.
See also NeutronPublicInterfaceTagIP for adding a VLAN tagging IP.
NeutronPublicInterfaceIP is deprecated in the context of deploying
@@ -142,7 +142,7 @@ parameters:
type: string
NeutronPublicInterfaceTag:
default: ''
- description: |
+ description: >
VLAN tag for creating a public VLAN. The tag will be used to
create an access port on the exterior bridge, and that port will be
given the IP address returned by neutron from the public network.