Merge "Fix ceilometer-upgrade params"
This commit is contained in:
commit
efb11c1ef6
@ -4,7 +4,7 @@
|
||||
# of the KOLLA_BOOTSTRAP variable being set, including empty.
|
||||
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
|
||||
if [[ "${CEILOMETER_DATABASE_TYPE}" == "gnocchi" ]]; then
|
||||
ceilometer-upgrade "${CEILOMETER_UPGRADE_PARAMS}"
|
||||
ceilometer-upgrade ${CEILOMETER_UPGRADE_PARAMS}
|
||||
else
|
||||
echo "Unsupported database type: ${CEILOMETER_DATABASE_TYPE}"
|
||||
exit 1
|
||||
|
6
releasenotes/notes/bug-1884919-6be7e60872c5eb86.yaml
Normal file
6
releasenotes/notes/bug-1884919-6be7e60872c5eb86.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes Ceilometer deployment and upgrade failing due to wrong mode of
|
||||
argument passing applied to the ``ceilometer-upgrade`` command.
|
||||
`LP#1884919 <https://launchpad.net/bugs/1884919>`__
|
Loading…
x
Reference in New Issue
Block a user