c6f49a6a8b
We already do that for Aodh and Gnocchi, and that makes sure we don't break the config generator when committing new things. Change-Id: I049f86dc85d7d4c365cdd622cefd4025ae0cebc3
11 lines
344 B
Bash
Executable File
11 lines
344 B
Bash
Executable File
#!/bin/sh
|
|
oslo-config-generator --output-file etc/ceilometer/ceilometer.conf \
|
|
--namespace ceilometer \
|
|
--namespace oslo.concurrency \
|
|
--namespace oslo.db \
|
|
--namespace oslo.log \
|
|
--namespace oslo.messaging \
|
|
--namespace oslo.policy \
|
|
--namespace oslo.service.service \
|
|
--namespace keystonemiddleware.auth_token
|