Skip to content

Commit 0725d2d

Browse files
authored
Merge pull request #1329 from jichenjc/update_devstack
update devstack release
2 parents 4975828 + 4c83cca commit 0725d2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
[[post-config|/$NEUTRON_CORE_PLUGIN_CONF]]
8080
[ml2]
8181
path_mtu = ${MTU}
82+
83+
[[post-config|$NEUTRON_CONF]]
84+
[DEFAULT]
85+
service_plugins = ovn-router,trunk, router
8286
- path: /tmp/register-worker.sh
8387
permissions: 0755
8488
content: |

hack/ci/create_devstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ source "${scriptdir}/${RESOURCE_TYPE}.sh"
3030

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

33-
OPENSTACK_RELEASE=${OPENSTACK_RELEASE:-"xena"}
33+
OPENSTACK_RELEASE=${OPENSTACK_RELEASE:-"yoga"}
3434
OPENSTACK_ENABLE_HORIZON=${OPENSTACK_ENABLE_HORIZON:-"false"}
3535

3636
# Devstack will create a provider network using this range

0 commit comments

Comments
 (0)