Start swift-object service

This commit is contained in:
Filip Pytloun 2016-02-10 19:05:18 +01:00
parent 32a1acf138
commit d4b1695850
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
{% set object = salt['grains.filter_by']({
'Debian': {
'pkgs': ['swift', 'swift-object'],
'services': ['swift-object-auditor', 'swift-object-updater'],
'services': ['swift-object', 'swift-object-auditor', 'swift-object-updater'],
},
'RedHat': {
'pkgs': ['openstack-swift', 'openstack-swift-object'],