Add swift service region to group vars
The swift service region is currently only set in the swift playbook defaults file. It needs to be exposed in group vars and controlled by the global `service_region` variable. Closes-Bug: #1481700 Change-Id: I458be04582c590d58d1e7130878a9dc1f914c02a
This commit is contained in:
parent
d82bbb4336
commit
453ba074c2
@ -213,3 +213,4 @@ swift_system_group_name: swift
|
||||
swift_system_shell: /bin/bash
|
||||
swift_system_comment: swift system user
|
||||
swift_system_home_folder: "/var/lib/{{ swift_system_user_name }}"
|
||||
swift_service_region: "{{ service_region }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user