From cfb9931ce409ce5c7866dffa63be69758b85bdb9 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sat, 30 Aug 2014 20:51:56 +1200 Subject: 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 --- undercloud-source.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'undercloud-source.yaml') 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. -- cgit 1.2.3-korg