Skip to content

Commit 2231ecc

Browse files
committed
Fix typo
1 parent a5ec981 commit 2231ecc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hack/ci/cloud-init/controller.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
# Neutron
4343
ENABLED_SERVICES+=,q-svc,neutron-trunk,ovn-controller,ovs-vswitchd,ovn-northd,ovsdb-server,q-ovn-metadata-agent
44+
DISABLED_SERVICES+=,q-agt,q-dhcp,q-l3,q-meta,q-metering
4445

4546
# Octavia
4647
ENABLED_SERVICES+=,octavia,o-api,o-cw,o-hm,o-hk,o-da

hack/ci/cloud-init/worker.yaml.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727

2828
# Neutron
2929
enable_plugin neutron https://github.com/openstack/neutron stable/${OPENSTACK_RELEASE}
30-
ENABLED_SERVICES+=,ovn-controller,ovs-switchd,ovsdb-server,q-fake,q-ovn-metadata-agent
30+
ENABLED_SERVICES+=,ovn-controller,ovs-vswitchd,ovsdb-server,q-fake,q-ovn-metadata-agent
31+
DISABLED_SERVICES+=,q-svc,horizon,ovn-northd,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn
3132
PUBLIC_BRIDGE_MTU=${MTU}
3233
ENABLE_CHASSIS_AS_GW="False"
3334
OVN_DBS_LOG_LEVEL="dbg"

0 commit comments

Comments
 (0)