diff --git a/dev/functions b/dev/functions index d8c06b6df..c81659018 100644 --- a/dev/functions +++ b/dev/functions @@ -400,6 +400,10 @@ function overcloud_upgrade { echo "Not building overcloud deployment images" fi + echo "Updating baremetal deployment images" + (source "${KOLLA_CONFIG_PATH:-/etc/kolla}/admin-openrc.sh" && + run_kayobe baremetal compute update deployment image) + if [[ ${KAYOBE_OVERCLOUD_CONTAINER_IMAGE_BUILD} = 1 ]]; then echo "Building overcloud container images" run_kayobe overcloud container image build