Swift proxy align *-quotas with puppet-swift syntax
authorSteven Hardy <shardy@redhat.com>
Thu, 19 Jan 2017 15:08:40 +0000 (15:08 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 19 Jan 2017 15:10:12 +0000 (15:10 +0000)
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

index 6ccfe7a..ef7c4c0 100644 (file)
@@ -119,8 +119,8 @@ outputs:
                   - 'keystone'
                   - 'staticweb'
                   - 'copy'
-                  - 'container-quotas'
-                  - 'account-quotas'
+                  - 'container_quotas'
+                  - 'account_quotas'
                   - 'slo'
                   - 'dlo'
                   - 'versioned_writes'