summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authormelanie witt <melwittt@gmail.com>2021-05-06 00:46:17 +0000
committermelanie witt <melwittt@gmail.com>2022-03-04 03:42:14 +0000
commit9ec6afe8939d6f3d72317b1cc8e0f4273bf31e43 (patch)
treee59bac846e44689e6c934554a218aa848e841155 /.zuul.yaml
parent21972909448db2bc45375047a4d71b0188e77b82 (diff)
downloadnova-9ec6afe8939d6f3d72317b1cc8e0f4273bf31e43.tar.gz
Enable unified limits in the nova-next job
This configures the nova-next job to enable the new experimental unified limits functionality. This also adds basic testing for nova "global" limits in keystone in the post-test-hook for the nova-next job. These can't be tested in tempest because they involve modifying global quota limits that would affect any other server tests running in parallel. Related to blueprint unified-limits-nova Depends-On: https://review.opendev.org/c/openstack/devstack/+/789962 Depends-On: https://review.opendev.org/c/openstack/tempest/+/790186 Depends-On: https://review.opendev.org/c/openstack/tempest/+/804311 Change-Id: I624b2684867305a9095e8964ead786c7b0c28242
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index ae545a4e78..928cca4f63 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -339,6 +339,8 @@
compute-feature-enabled:
# The q35 machine type doesn't support an IDE bus
ide_bus: False
+ # Added in Yoga.
+ unified_limits: True
neutron_plugin_options:
available_type_drivers: flat,geneve,vlan,gre,local,vxlan
devstack_localrc:
@@ -355,6 +357,7 @@
FORCE_CONFIG_DRIVE: True
# Added in Yoga.
NOVNC_FROM_PACKAGE: False
+ NOVA_USE_UNIFIED_LIMITS: True
devstack_services:
# Disable OVN services
br-ex-tcpdump: false