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:
parent
c778749bc7
commit
96b9390bef
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user