Designate: pool-manager has been removed

Change-Id: I4a7bbfaf3c30c57432de056f701d8abc7992d142
Closes-Bug: 1852784
This commit is contained in:
Viktor Michalek 2019-11-15 19:41:02 +01:00
parent 25d336c105
commit 63bd1c9124
1 changed files with 0 additions and 1 deletions

View File

@ -9,6 +9,5 @@ fi
# of the KOLLA_BOOTSTRAP variable being set, including empty.
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
designate-manage database sync
designate-manage pool-manager-cache sync
exit 0
fi