aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-source.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2014-08-30 20:51:56 +1200
committerRobert Collins <rbtcollins@hp.com>2014-08-30 20:53:54 +1200
commitcfb9931ce409ce5c7866dffa63be69758b85bdb9 (patch)
tree453d4e022f004f1bd24bcdbb5a2c33b611a36b2a /undercloud-source.yaml
parentec7abd73d7debdc887ed552c676db21450d81d81 (diff)
Change | to > in templates.
Clint pointed out that | prevents things rendering properly on arbitrarily wide screens. For most things that makes sense but it doesn't for the JSON examples IMO so I didn't alter those. Change-Id: Ifb7dcc265c225b000bd5d26500212d41ea0233c8
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.