Skip to content

Commit 8925957

Browse files
committed
CI: fix networking job for train release
The `stable/train` branch no longer exist on opendev's neutron-dynamic-routing repository, and it caused devstack to fail installing. Use the github mirror instead that still has the desired branch.
1 parent 604ee87 commit 8925957

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/functional-networking.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
conf_overrides: |
5454
Q_ML2_PLUGIN_EXT_DRIVERS=qos,port_security,dns_domain_keywords
5555
enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas ${{ matrix.openstack_version }}
56-
enable_plugin neutron-dynamic-routing https://opendev.org/openstack/neutron-dynamic-routing ${{ matrix.openstack_version }}
56+
# Use github mirroring as stable/train branch no longer exists on opendev git repo
57+
enable_plugin neutron-dynamic-routing https://github.com/openstack/neutron-dynamic-routing ${{ matrix.openstack_version }}
5758
${{ matrix.devstack_conf_overrides }}
5859
enabled_services: 'neutron-dns,neutron-qos,neutron-segments,neutron-trunk,neutron-uplink-status-propagation,neutron-network-segment-range,neutron-port-forwarding'
5960
- name: Checkout go

0 commit comments

Comments
 (0)