aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.j2.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-21 00:41:09 +0000
committerGerrit Code Review <review@openstack.org>2017-04-21 00:41:10 +0000
commit9f05a77d676f990fd5c51b0bfccff378fb650124 (patch)
treeb2a3f32ea2ecbb26a0fb9050499eb673ca78170f /overcloud.j2.yaml
parentc1d88987f366706384ebf5b2dddf1d50109ca710 (diff)
parent3434767bafab29d43d044161b28443084d0aaeb6 (diff)
Merge "Add environment to preselect only VIP IP addresses"
Diffstat (limited to 'overcloud.j2.yaml')
-rw-r--r--overcloud.j2.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml
index a2d501d3..54092fa2 100644
--- a/overcloud.j2.yaml
+++ b/overcloud.j2.yaml
@@ -51,7 +51,9 @@ parameters:
type: string
ControlFixedIPs:
default: []
- description: Should be used for arbitrary ips.
+ description: >
+ Control the IP allocation for the ControlVirtualIP port. E.g.
+ [{'ip_address':'1.2.3.4'}]
type: json
InternalApiVirtualFixedIPs:
default: []