diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 69bfd093c5..d75c55ea7c 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -1669,7 +1669,7 @@ function start_ironic_api { fi if [[ "$IRONIC_USE_WSGI" == "True" ]]; then - run_process "ir-api" "$IRONIC_BIN_DIR/uwsgi --procname-prefix ironic-api --ini $IRONIC_UWSGI_CONF" + run_process "ir-api" "$(which uwsgi) --procname-prefix ironic-api --ini $IRONIC_UWSGI_CONF" ironic_url=$service_protocol://$SERVICE_HOST/baremetal else run_process ir-api "$IRONIC_BIN_DIR/ironic-api --config-file=$IRONIC_CONF_FILE" diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 2919929f86..946057583b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -15,7 +15,8 @@ - ironic-standalone - ironic-tempest-functional-python2 - ironic-tempest-functional-python3 - - ironic-grenade-dsvm + - ironic-grenade-dsvm: + voting: false # Temporary disable voting because of end of cycle CI instability. - ironic-grenade-dsvm-multinode-multitenant: voting: false @@ -50,7 +51,7 @@ - ironic-standalone - ironic-tempest-functional-python2 - ironic-tempest-functional-python3 - - ironic-grenade-dsvm + # - ironic-grenade-dsvm # removing from voting due to end of cycle gate instability. # - ironic-grenade-dsvm-multinode-multitenant - ironic-tempest-ipa-partition-pxe_ipmitool-tinyipa-python3