Add support for running Nova upgrade checks

Related-Bug: #1957080
Change-Id: I6cbbdfcd40a8f486a3a636b41d704ee6ffafb812
This commit is contained in:
Pierre Riteau 2023-03-28 09:03:20 +02:00
parent 41c489715f
commit 48b5980c63
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