From 2dee58a85abd3e2e653d52f41ccf155c17681c62 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 19 Jan 2017 15:08:40 +0000 Subject: 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 --- puppet/services/swift-proxy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'puppet/services/swift-proxy.yaml') 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' -- cgit 1.2.3-korg