Skip to content

Commit

Permalink
Merge "Handle nova policy change"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed May 24, 2023
2 parents 8638fe7 + d2039a2 commit 09831b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devstack/lib/ironic
Original file line number Diff line number Diff line change
Expand Up @@ -3202,7 +3202,7 @@ function ironic_configure_tempest {

if is_service_enabled nova; then
local bm_flavor_id
bm_flavor_id=$(openstack --os-cloud $IRONIC_OS_CLOUD flavor show baremetal -f value -c id)
bm_flavor_id=$(openstack --os-cloud devstack-admin flavor show baremetal -f value -c id)
die_if_not_set $LINENO bm_flavor_id "Failed to get id of baremetal flavor"
iniset $TEMPEST_CONFIG compute flavor_ref $bm_flavor_id
iniset $TEMPEST_CONFIG compute flavor_ref_alt $bm_flavor_id
Expand Down

0 comments on commit 09831b1

Please sign in to comment.