Skip to content

Commit

Permalink
Closes-Bug: #1628416 - Ceilometer compute puts back rpc_backend
Browse files Browse the repository at this point in the history
With move to kilo ceilometer manifests we have separate compute ceilometer provisioning.
This also adds rpc_backend which needs to be removed (we use rabbit)
This is already done for openstack nodes

Change-Id: I39604ed733a268af65ac7d5bbbf6fcfa2602e9d4
  • Loading branch information
nitishkrishna committed Oct 3, 2016
1 parent dfddc17 commit 28162a6
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -34,6 +34,12 @@
}
}
class { '::ceilometer::agent::compute': }
->
contrail::lib::augeas_conf_rm { "ceilometer_compute_rpc_backend":
key => 'rpc_backend',
config_file => '/etc/ceilometer/ceilometer.conf',
lens_to_use => 'properties.lns'
}
}
} elsif ((!("compute" in $host_roles)) and ($contrail_roles["compute"] == true)) {
notify { "uninstalling compute":; }
Expand Down

0 comments on commit 28162a6

Please sign in to comment.