swift fixes

This commit is contained in:
Ales Komarek 2014-04-03 16:25:25 +02:00
parent e8371bdeb0
commit 1116758b62
2 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
{% set proxy = salt['grains.filter_by']({
'Debian': {
'pkgs': ['swift', 'python-swiftclient', 'swift-proxy'],
'service': 'swift-proxy',
'services': ['swift-proxy'],
'workers': 5,
'bind': {
'address': '0.0.0.0',
@ -11,7 +11,7 @@
},
'RedHat': {
'pkgs': ['openstack-swift', 'python-swiftclient', 'openstack-swift-proxy', 'python-keystone-auth-token'],
'service': 'openstack-swift-proxy',
'services': ['openstack-swift-proxy'],
'workers': 5,
'bind': {
'address': '0.0.0.0',

View File

@ -4,7 +4,4 @@
include:
- swift.common
{%- endif %}