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), ]