Merge "Set neutron_service_region in group_vars"

This commit is contained in:
Zuul 2019-12-09 04:48:25 +00:00 committed by Gerrit Code Review
commit 396cb8a9fc
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
neutron_service_region: "{{ service_region }}"
# If there are any Designate hosts in the environment, then enable its usage
neutron_designate_enabled: "{{ hostvars['localhost']['neutron_designate_enabled'] }}"
# If there are any Ceilometer hosts in the environment, then enable its usage