diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-20 07:30:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-20 07:30:03 +0000 |
commit | 0ae8a3df065d5b30b49bd96a9515bf940569f3ed (patch) | |
tree | ae8f7995720626f58a4110c82956ae145d3f0510 /puppet | |
parent | 6a96411953f2f059c878d4bfc073e0a7f6c84e8a (diff) | |
parent | 2dee58a85abd3e2e653d52f41ccf155c17681c62 (diff) |
Merge "Swift proxy align *-quotas with puppet-swift syntax"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/swift-proxy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/swift-proxy.yaml b/puppet/services/swift-proxy.yaml index 6ccfe7a2..ef7c4c02 100644 --- a/puppet/services/swift-proxy.yaml +++ b/puppet/services/swift-proxy.yaml @@ -119,8 +119,8 @@ outputs: - 'keystone' - 'staticweb' - 'copy' - - 'container-quotas' - - 'account-quotas' + - 'container_quotas' + - 'account_quotas' - 'slo' - 'dlo' - 'versioned_writes' |