File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 # Enable Logging
1111 LOGFILE=/opt/stack/logs/stack.sh.log
1212 VERBOSE=True
13- LOG_COLOR=True
13+ LOG_COLOR=False
1414
1515 # Host tuning
1616 ENABLE_SYSCTL_MEM_TUNING="True"
4444 PUBLIC_BRIDGE_MTU=${ MTU}
4545 ENABLE_CHASSIS_AS_GW="True"
4646 OVN_DBS_LOG_LEVEL="dbg"
47- Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn,logger "
47+ Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn"
4848 OVN_L3_CREATE_PUBLIC_NETWORK="True"
4949 Q_AGENT="ovn"
5050
Original file line number Diff line number Diff line change 99 # Enable Logging
1010 LOGFILE=/opt/stack/logs/stack.sh.log
1111 VERBOSE=True
12- LOG_COLOR=True
12+ LOG_COLOR=False
1313
1414 # Host tuning
1515 ENABLE_SYSCTL_MEM_TUNING="True"
4141 PUBLIC_BRIDGE_MTU=${ MTU}
4242 ENABLE_CHASSIS_AS_GW="False"
4343 OVN_DBS_LOG_LEVEL="dbg"
44- Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn,logger "
44+ Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn"
4545 Q_AGENT="ovn"
4646
4747 # WORKAROUND:
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ source "${scriptdir}/${RESOURCE_TYPE}.sh"
3131
3232CLUSTER_NAME=${CLUSTER_NAME:- " capo-e2e" }
3333
34- OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " 2024 .2" }
34+ OPENSTACK_RELEASE=${OPENSTACK_RELEASE:- " 2025 .2" }
3535OPENSTACK_ENABLE_HORIZON=${OPENSTACK_ENABLE_HORIZON:- " false" }
3636
3737# Devstack will create a provider network using this range
You can’t perform that action at this time.
0 commit comments