From adcd701232e17f150de3b84a3064d62655dfdd62 Mon Sep 17 00:00:00 2001 From: Ryan Tidwell Date: Fri, 20 Sep 2019 10:56:03 -0500 Subject: [PATCH] Add neutron-dynamic-routing translation for RDO and SUSE Change-Id: I72763b02174ec8c08d12db06c71a515031e7bdc8 --- pymod2pkg/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pymod2pkg/__init__.py b/pymod2pkg/__init__.py index 992f5ba..2182fb1 100644 --- a/pymod2pkg/__init__.py +++ b/pymod2pkg/__init__.py @@ -222,6 +222,7 @@ RDO_PKG_MAP = [ SingleRule('openstack-placement', 'openstack-placement'), SingleRule('networking-vsphere', 'openstack-neutron-vsphere'), SingleRule('networking-l2gw', 'openstack-neutron-l2gw'), + SingleRule('neutron-dynamic-routing', 'openstack-neutron-dynamic-routing'), SingleRule('m2crypto', 'm2crypto'), SingleRule('libvirt-python', 'libvirt-python', py3pkg='libvirt-python3'), SingleRule('tempest-horizon', 'python-horizon-tests-tempest'), @@ -297,6 +298,7 @@ SUSE_PKG_MAP = [ SingleRule('murano-dashboard', 'openstack-horizon-plugin-murano-ui'), SingleRule('networking-vsphere', 'openstack-neutron-vsphere'), SingleRule('networking-l2gw', 'openstack-neutron-l2gw'), + SingleRule('neutron-dynamic-routing', 'openstack-neutron-dynamic-routing'), RegexRule(pattern=r'^(neutron-)?\w+-(dashboard|ui)', pkgfun=suse_horizon_plugins_tr), ]