Update undercloud.conf.sample

Change-Id: I79f1800706ba3b542b365d33be3e3c4c7cb5edf7
This commit is contained in:
Miles Gould 2016-09-16 15:11:02 +01:00
parent 3431bde072
commit 4c59cfffe8
1 changed files with 3 additions and 6 deletions

View File

@ -29,13 +29,11 @@
#network_gateway = 192.0.2.1
# Virtual IP address to use for the public endpoints of Undercloud
# services. Only used if undercloud_service_certficate is set.
# (string value)
# services. Only used with SSL. (string value)
#undercloud_public_vip = 192.0.2.2
# Virtual IP address to use for the admin endpoints of Undercloud
# services. Only used if undercloud_service_certficate is set.
# (string value)
# services. Only used with SSL. (string value)
#undercloud_admin_vip = 192.0.2.3
# Certificate file to use for OpenStack service SSL connections.
@ -153,8 +151,7 @@
# Undercloud. (boolean value)
#enable_telemetry = false
# Whether to install the TripleO UI.
# (boolean value)
# Whether to install the TripleO UI. (boolean value)
#enable_ui = true
# Whether to install requirements to run the TripleO validations.