diff options
author | Steven Hardy <shardy@redhat.com> | 2017-01-19 15:08:40 +0000 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-01-19 15:10:12 +0000 |
commit | 2dee58a85abd3e2e653d52f41ccf155c17681c62 (patch) | |
tree | 4ab62a1e5b8ee6eca8d6480b72772e001a88aedc /puppet | |
parent | df1e016ad75ae82d163e20600d3779932a24153b (diff) |
Swift proxy align *-quotas with puppet-swift syntax
puppet-swift has hard-coded sections which expect these to be
*_quotas, without matching the pipeline to the sections swift
proxy fails to start.
Change-Id: I3ee94a9bc4b046051e5d814e82a69f759bea1296
Closes-Bug: #1657167
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' |