Use SSL for the undercloud in ha and other minimal configs

Change-Id: Ibb6e3a8a74ec1c0977850fcfdd93e0eaa147556a
This commit is contained in:
Juan Antonio Osorio Robles 2016-10-12 10:41:00 +03:00
parent 0515b53794
commit 20470164fa
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,10 @@ undercloud_memory: 8192
# performance (and result in a shorter deploy time).
undercloud_vcpu: 4
# This enables TLS for the undercloud which will also make haproxy bind to the
# configured public-vip and admin-vip.
undercloud_generate_service_certificate: True
# Create three controller nodes and one compute node.
overcloud_nodes:
- name: control_0

View File

@ -11,3 +11,8 @@ overcloud_nodes:
flavor: compute
network_isolation: false
# This enables TLS for the undercloud which will also make haproxy bind to the
# configured public-vip and admin-vip.
undercloud_generate_service_certificate: True