Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/ci/cloud-init/controller.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Enable Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
LOG_COLOR=False

# Host tuning
ENABLE_SYSCTL_MEM_TUNING="True"
Expand Down Expand Up @@ -44,7 +44,7 @@
PUBLIC_BRIDGE_MTU=${MTU}
ENABLE_CHASSIS_AS_GW="True"
OVN_DBS_LOG_LEVEL="dbg"
Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn,logger"
Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn"
OVN_L3_CREATE_PUBLIC_NETWORK="True"
Q_AGENT="ovn"

Expand Down
4 changes: 2 additions & 2 deletions hack/ci/cloud-init/worker.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Enable Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
LOG_COLOR=False

# Host tuning
ENABLE_SYSCTL_MEM_TUNING="True"
Expand Down Expand Up @@ -41,7 +41,7 @@
PUBLIC_BRIDGE_MTU=${MTU}
ENABLE_CHASSIS_AS_GW="False"
OVN_DBS_LOG_LEVEL="dbg"
Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn,logger"
Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn"
Q_AGENT="ovn"

# WORKAROUND:
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/create_devstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ source "${scriptdir}/${RESOURCE_TYPE}.sh"

CLUSTER_NAME=${CLUSTER_NAME:-"capo-e2e"}

OPENSTACK_RELEASE=${OPENSTACK_RELEASE:-"2024.2"}
OPENSTACK_RELEASE=${OPENSTACK_RELEASE:-"2025.2"}
OPENSTACK_ENABLE_HORIZON=${OPENSTACK_ENABLE_HORIZON:-"false"}

# Devstack will create a provider network using this range
Expand Down