Remove unused variable MAX_NUMBER

This variable won't be used by Kolla Ansible once change
Ia786d037f5484f18294188639c956d4ed5ffbc2a is merged.

Change-Id: I600e24896e74496f05387183c10d6c8c6bbbb17b
Depends-On: https://review.opendev.org/735617
This commit is contained in:
Pierre Riteau 2020-06-16 09:44:05 +02:00
parent c778749bc7
commit 96b9390bef
1 changed files with 1 additions and 5 deletions

View File

@ -9,11 +9,7 @@ if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
fi
if [[ "${!KOLLA_OSM[@]}" ]]; then
if [[ "${!MAX_NUMBER[@]}" ]]; then
cinder-manage db online_data_migrations --max_count ${MAX_NUMBER}
else
cinder-manage db online_data_migrations
fi
cinder-manage db online_data_migrations
exit 0
fi