Update the URL in upgrade.sh

Change-Id: I9545a8cffc6713850efe777b19018420505e1bc2
This commit is contained in:
melissaml 2018-09-23 22:39:08 +08:00
parent a640792d29
commit 4cfe69208d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ start_nova_compute
# Don't succeed unless the services come up
expected_runnning_services="n-api n-cond "
# NOTE(vsaienko) Ironic should be upgraded before nova according to requirements
# http://docs.openstack.org/developer/ironic/deploy/upgrade-guide.html#general-upgrades-all-versions
# https://docs.openstack.org/ironic/latest/admin/upgrade-guide.html#general-upgrades-all-versions
# using reverse order will lead to nova-compute start failure.
# Ironic will restart n-cpu after its upgrade.
# TODO(vsaienko) remove this once grenade allows to setup dependency between grenade plugin and