We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d6f21a + 84ffe90 commit 9afa9aaCopy full SHA for 9afa9aa
docker/ceilometer/ceilometer-notification/extend_start.sh
@@ -5,9 +5,6 @@
5
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
6
if [[ "${CEILOMETER_DATABASE_TYPE}" == "gnocchi" ]]; then
7
ceilometer-upgrade ${CEILOMETER_UPGRADE_PARAMS}
8
- else
9
- echo "Unsupported database type: ${CEILOMETER_DATABASE_TYPE}"
10
- exit 1
11
fi
12
sudo chown -R ceilometer: /var/lib/ceilometer/
13
exit 0
0 commit comments