From e72c49ed820df3852e2fa1f896d842a78dcca024 Mon Sep 17 00:00:00 2001 From: Raimund Hook Date: Fri, 12 Jul 2019 12:35:48 +0100 Subject: [PATCH] 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 --- etc/kolla/globals.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index 7faf7f1d4f..f1228de56c 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -157,6 +157,15 @@ #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