Add swift proxy for ceilometer middleware
authorPradeep Kilambi <pkilambi@redhat.com>
Fri, 16 Sep 2016 14:46:21 +0000 (10:46 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Fri, 23 Sep 2016 21:39:09 +0000 (21:39 +0000)
swift proxy has already been updated to use updated
ceilometermiddleware as indicated here [1]. Include
it in the proxy class.

[1] https://github.com/openstack/puppet-swift/commit/e8ad981eff0f97c24a53197c42caf350627d3c9f

Change-Id: Ie49f4a750368ff174b23b8d6baa743d0956d727e

manifests/profile/base/swift/proxy.pp

index 9d50462..fc9fe11 100644 (file)
@@ -52,5 +52,6 @@ class tripleo::profile::base::swift::proxy (
     include ::swift::proxy::tempurl
     include ::swift::proxy::formpost
     include ::swift::proxy::bulk
+    include ::swift::proxy::ceilometer
   }
 }