Add neutron-dynamic-routing translation for RDO and SUSE

Change-Id: I72763b02174ec8c08d12db06c71a515031e7bdc8
This commit is contained in:
Ryan Tidwell 2019-09-20 10:56:03 -05:00
parent caf23616be
commit adcd701232
No known key found for this signature in database
GPG Key ID: A1C63854C1CDF372
1 changed files with 2 additions and 0 deletions

View File

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