Add openrc_region_name to define the service region for openrc files.

This allows openstack_openrc to explicitly set the correct region
in openrc and clouds.yaml. openstack_openrc is a dependency of all
os_* roles.

Change-Id: I3f055c87a66e683f459d62a839c03230c43d83b2
This commit is contained in:
Tim Laszlo 2016-07-23 08:56:44 -05:00 committed by Jesse Pretorius (odyssey4me)
parent b7e966f89d
commit 24403e79de

View File

@ -220,6 +220,7 @@ swift_system_home_folder: "/var/lib/{{ swift_system_user_name }}"
openrc_os_auth_url: "{{ keystone_service_internalurl }}"
openrc_os_password: "{{ keystone_auth_admin_password }}"
openrc_os_domain_name: "Default"
openrc_region_name: "{{ service_region }}"
## Host security hardening
# The openstack-ansible-security role provides security hardening for hosts