Add swift_all inventory to swift account/container/object plays
This patch adds the swift_all inventory to the swift account, container and object plays to ensure that the correct service name is used when the play configures the upstart services. Without including the inventory a different service name is used, resulting in upstart trying to find the config files in /etc/neutron. Change-Id: I725e87fca647a21ea0e2d64952626b6f6fc6e2a3 Closes-Bug: #1402617
This commit is contained in:
parent
04b9ff0c56
commit
198645cd2c
@ -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
|
||||
|
@ -33,3 +33,5 @@
|
||||
user: root
|
||||
roles:
|
||||
- swift_ring_distribute
|
||||
vars_files:
|
||||
- inventory/group_vars/swift_all.yml
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user