Add support for running Nova upgrade checks
Related-Bug: #1957080 Change-Id: I6cbbdfcd40a8f486a3a636b41d704ee6ffafb812
This commit is contained in:
parent
41c489715f
commit
48b5980c63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user