Skip to content

Commit bafe5fb

Browse files
[tempest] Set dhcp_domain to match nova-operator defaults
tempest-40.0.0 included a new test[1] which requires dhcp_domain to be set correctly in order to pass. Setting defaults to match nova-operator defaults to get this test working. This is prepartory steps to avoid job failures when tempest-40.0.0 is promoted. [1] https://review.opendev.org/c/openstack/tempest/+/922342 Related-Issue: OSPCIX-489
1 parent a88527e commit bafe5fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

roles/tempest/vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ cifmw_tempest_tempestconf_profile_default:
33
debug: true
44
overrides:
55
identity.v3_endpoint_type: public
6+
compute-feature-enabled.dhcp_domain: ''

roles/test_operator/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ cifmw_tempest_tempestconf_config_defaults:
7979
[identity-feature-enabled]
8080
enforce_scope = true
8181
82+
[compute-feature-enabled]
83+
dhcp_domain = ''
84+
8285
[load_balancer]
8386
member_role = load-balancer_member
8487
admin_role = load-balancer_admin

0 commit comments

Comments
 (0)