@@ -13,29 +13,34 @@ jobs:
13
13
name : ["master"]
14
14
openstack_version : ["master"]
15
15
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 "]
17
17
include :
18
18
- name : " yoga"
19
19
openstack_version : " stable/yoga"
20
20
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
22
23
- name : " xena"
23
24
openstack_version : " stable/xena"
24
25
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
26
28
- name : " wallaby"
27
29
openstack_version : " stable/wallaby"
28
30
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
30
33
- name : " victoria"
31
34
openstack_version : " stable/victoria"
32
35
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
34
38
- name : " ussuri"
35
39
openstack_version : " stable/ussuri"
36
40
ubuntu_version : " 18.04"
37
41
devstack_conf_overrides : |
38
42
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
39
44
- name : " train"
40
45
openstack_version : " stable/train"
41
46
ubuntu_version : " 18.04"
54
59
conf_overrides : |
55
60
Q_ML2_PLUGIN_EXT_DRIVERS=qos,port_security,dns_domain_keywords
56
61
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 }}
58
62
${{ matrix.devstack_conf_overrides }}
59
63
enabled_services : ' neutron-dns,neutron-qos,neutron-segments,neutron-trunk,neutron-uplink-status-propagation,neutron-network-segment-range,neutron-port-forwarding'
60
64
- name : Checkout go
0 commit comments