Add Region and Multiples into default globals.yml
Currently, the documentation around configuring regions directs
you to make changes to openstack_region_name and multiple_regions_names
in the globals.yml file.
The defaults weren't represented in there which could potentially cause
confusion. This change adds these defaults with a brief description.
TrivialFix
Change-Id: Ie0ff7e3dfb9a9355a9c9dbaf27151d90162806dd
(cherry picked from commit e72c49ed82
)
This commit is contained in:

committed by
Radosław Piliszek

parent
da6acef6ce
commit
590a4dd2cc
@@ -156,6 +156,15 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#kolla_enable_tls_external: "no"
|
||||
#kolla_external_fqdn_cert: "{{ node_config }}/certificates/haproxy.pem"
|
||||
|
||||
################
|
||||
# Region options
|
||||
################
|
||||
# Use this option to change the name of this region.
|
||||
#openstack_region_name: "RegionOne"
|
||||
|
||||
# Use this option to define a list of region names - only needs to be configured
|
||||
# in a multi-region deployment, and then only in the *first* region.
|
||||
#multiple_regions_names: ["{{ openstack_region_name }}"]
|
||||
|
||||
##############
|
||||
# OpenDaylight
|
||||
|
Reference in New Issue
Block a user