Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40c07a8

Browse filesBrowse files
committed
Move neutron-dynamic-routing install per version
In order to avoid devstack error about enabling the neutron-dynamic-routing twice, we need to move the instruction per release.
1 parent 7b73397 commit 40c07a8
Copy full SHA for 40c07a8

File tree

Expand file treeCollapse file tree

1 file changed

+10
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-6
lines changed

‎.github/workflows/functional-networking.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-networking.yaml
+10-6Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,34 @@ jobs:
1313
name: ["master"]
1414
openstack_version: ["master"]
1515
ubuntu_version: ["20.04"]
16-
devstack_conf_overrides: [""]
16+
devstack_conf_overrides: ["enable_plugin neutron-dynamic-routing https://opendev.org/openstack/neutron-dynamic-routing master"]
1717
include:
1818
- name: "yoga"
1919
openstack_version: "stable/yoga"
2020
ubuntu_version: "20.04"
21-
devstack_conf_overrides: ""
21+
devstack_conf_overrides: |
22+
enable_plugin neutron-dynamic-routing https://opendev.org/openstack/neutron-dynamic-routing stable/yoga
2223
- name: "xena"
2324
openstack_version: "stable/xena"
2425
ubuntu_version: "20.04"
25-
devstack_conf_overrides: ""
26+
devstack_conf_overrides: |
27+
enable_plugin neutron-dynamic-routing https://opendev.org/openstack/neutron-dynamic-routing stable/xena
2628
- name: "wallaby"
2729
openstack_version: "stable/wallaby"
2830
ubuntu_version: "20.04"
29-
devstack_conf_overrides: ""
31+
devstack_conf_overrides: |
32+
enable_plugin neutron-dynamic-routing https://opendev.org/openstack/neutron-dynamic-routing stable/wallaby
3033
- name: "victoria"
3134
openstack_version: "stable/victoria"
3235
ubuntu_version: "20.04"
33-
devstack_conf_overrides: ""
36+
devstack_conf_overrides: |
37+
enable_plugin neutron-dynamic-routing https://opendev.org/openstack/neutron-dynamic-routing stable/victoria
3438
- name: "ussuri"
3539
openstack_version: "stable/ussuri"
3640
ubuntu_version: "18.04"
3741
devstack_conf_overrides: |
3842
enable_plugin neutron-fwaas https://opendev.org/openstack/neutron-fwaas stable/ussuri
43+
enable_plugin neutron-dynamic-routing https://opendev.org/openstack/neutron-dynamic-routing stable/ussuri
3944
- name: "train"
4045
openstack_version: "stable/train"
4146
ubuntu_version: "18.04"
@@ -54,7 +59,6 @@ jobs:
5459
conf_overrides: |
5560
Q_ML2_PLUGIN_EXT_DRIVERS=qos,port_security,dns_domain_keywords
5661
enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas ${{ matrix.openstack_version }}
57-
enable_plugin neutron-dynamic-routing https://opendev.org/openstack/neutron-dynamic-routing ${{ matrix.openstack_version }}
5862
${{ matrix.devstack_conf_overrides }}
5963
enabled_services: 'neutron-dns,neutron-qos,neutron-segments,neutron-trunk,neutron-uplink-status-propagation,neutron-network-segment-range,neutron-port-forwarding'
6064
- name: Checkout go

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.