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:
parent
b7e966f89d
commit
24403e79de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user