Update the pipeline configuration file for ceilometer
Change-Id: I7a46f61391b76447d7973be5c43b7d0360c56da0
Signed-off-by: Yunhong, Jiang <yunhong.jiang@intel.com>
| ... | ... |
@@ -73,6 +73,7 @@ function configure_ceilometer() {
|
| 73 | 73 |
|
| 74 | 74 |
# Install the policy file for the API server |
| 75 | 75 |
cp $CEILOMETER_DIR/etc/ceilometer/policy.json $CEILOMETER_CONF_DIR |
| 76 |
+ cp $CEILOMETER_DIR/etc/ceilometer/pipeline.yaml $CEILOMETER_CONF_DIR |
|
| 76 | 77 |
iniset $CEILOMETER_CONF DEFAULT policy_file $CEILOMETER_CONF_DIR/policy.json |
| 77 | 78 |
|
| 78 | 79 |
# the compute and central agents need these credentials in order to |