Add networking-l2gw translation for RDO & SUSE

Change-Id: Iba6bebccd933b134cb04dcc8f197feac84b272bd
This commit is contained in:
Jaime Caamaño Ruiz
2019-08-14 20:32:06 +02:00
parent 3df323da2b
commit 170769fff9

View File

@@ -205,6 +205,7 @@ RDO_PKG_MAP = [
SingleRule('heat-cfntools', 'heat-cfntools'),
SingleRule('horizon', 'openstack-dashboard'),
SingleRule('networking-vsphere', 'openstack-neutron-vsphere'),
SingleRule('networking-l2gw', 'openstack-neutron-l2gw'),
SingleRule('m2crypto', 'm2crypto'),
SingleRule('libvirt-python', 'libvirt-python', py3pkg='libvirt-python3'),
SingleRule('tempest-horizon', 'python-horizon-tests-tempest'),
@@ -300,6 +301,7 @@ SUSE_PKG_MAP = [
SingleRule('monasca-ui', 'openstack-horizon-plugin-monasca-ui'),
SingleRule('murano-dashboard', 'openstack-horizon-plugin-murano-ui'),
SingleRule('networking-vsphere', 'openstack-neutron-vsphere'),
SingleRule('networking-l2gw', 'openstack-neutron-l2gw'),
RegexRule(pattern=r'^(neutron-)?\w+-(dashboard|ui)',
pkgfun=suse_horizon_plugins_tr),
]