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:
Miguel Grinberg 2015-08-04 19:58:20 -07:00 committed by Jesse Pretorius
parent d82bbb4336
commit 453ba074c2

View File

@ -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 }}"