Remove legacy resource types creation

Parameter --create-legacy-resource-types is removed by
Ia7d4ea3d1b9b631ac4c399ae7245e42a531f862a

Change-Id: Ic9580dee9c9c79c4f5d1968a269106067fdb73fc
This commit is contained in:
Jeffrey Zhang 2017-04-16 17:03:00 +08:00
parent 5e15e813c2
commit c74fb5058f
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ fi
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
# of the KOLLA_BOOTSTRAP variable being set, including empty.
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
sudo -H -u gnocchi gnocchi-upgrade --create-legacy-resource-types --logfile /var/log/kolla/gnocchi/gnocchi-upgrade.log
sudo -H -u gnocchi gnocchi-upgrade --logfile /var/log/kolla/gnocchi/gnocchi-upgrade.log
exit 0
fi