Merge "Add swift_all inventory to swift account/container/object plays"

This commit is contained in:
Jenkins 2014-12-16 19:39:14 +00:00 committed by Gerrit Code Review
commit ec3a14f235
4 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@
- swift_init_scripts
- swift_account
vars_files:
- inventory/group_vars/swift_all.yml
- vars/openstack_service_vars/swift_account.yml
handlers:
- include: handlers/swift_services.yml

View File

@ -33,3 +33,5 @@
user: root
roles:
- swift_ring_distribute
vars_files:
- inventory/group_vars/swift_all.yml

View File

@ -19,6 +19,7 @@
- swift_init_scripts
- swift_container
vars_files:
- inventory/group_vars/swift_all.yml
- vars/openstack_service_vars/swift_container.yml
handlers:
- include: handlers/swift_services.yml

View File

@ -19,6 +19,7 @@
- swift_init_scripts
- swift_object
vars_files:
- inventory/group_vars/swift_all.yml
- vars/openstack_service_vars/swift_object.yml
handlers:
- include: handlers/swift_services.yml