Merge "Add support for running Nova upgrade checks"

This commit is contained in:
Zuul 2023-03-29 12:57:38 +00:00 committed by Gerrit Code Review
commit 30cc9c58e0
1 changed files with 5 additions and 0 deletions

View File

@ -24,4 +24,9 @@ if [[ "${!KOLLA_OSM[@]}" ]]; then
exit 0
fi
if [[ "${!KOLLA_UPGRADE_CHECK[@]}" ]]; then
nova-status upgrade check
exit $?
fi
. /usr/local/bin/kolla_httpd_setup