Drop swift ceilometer middleware.
authorDan Prince <dprince@redhat.com>
Sun, 21 Jun 2015 11:59:42 +0000 (07:59 -0400)
committerDan Prince <dprince@redhat.com>
Sun, 21 Jun 2015 11:59:42 +0000 (07:59 -0400)
Per Ceilometer commit 191f7bf9ccee33d8444f7dac5c09ceccce72ca29
 (change ID: Ifd1861e3df46fad0e44ff9b5cbd58711bbc87c97) the
Swift Ceilometer middleware no longer exists so we need
to drop it in order to work with the latest upstream
package.

Change-Id: Iebaad0ba477001d663c6875b32d691bbfcda3d8d

puppet/hieradata/controller.yaml
puppet/manifests/overcloud_controller.pp

index 99ec0e9..5dd59ff 100644 (file)
@@ -48,7 +48,6 @@ swift::proxy::pipeline:
   - 'tempurl'
   - 'formpost'
   - 'staticweb'
-  - 'ceilometer'
   - 'authtoken'
   - 'keystone'
   - 'proxy-logging'
index 19ed97f..bc20bad 100644 (file)
@@ -364,7 +364,6 @@ if hiera('step') >= 3 {
   include ::swift::proxy::keystone
   include ::swift::proxy::authtoken
   include ::swift::proxy::staticweb
-  include ::swift::proxy::ceilometer
   include ::swift::proxy::ratelimit
   include ::swift::proxy::catch_errors
   include ::swift::proxy::tempurl