Remove retired Qinling support

Qinling project is retiring in Wallaby cycle[1].
This commit removes the usages/support of Qinling project
before its code is removed.

Needed-By: https://review.opendev.org/c/openstack/qinling/+/764521

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018638.html

Change-Id: I6172fb9c2394a7b2a142f937940ee5d90f591c82
This commit is contained in:
Ghanshyam Mann 2020-11-30 09:49:41 -06:00 committed by Javier Peña
parent 004326ce61
commit 2f8586250a
1 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ SUSE_PKG_MAP = [
'ironic-inspector-', 'karbor', 'k8s', 'keystone',
'magnum', 'manila', 'masakari', 'mistral', 'monasca',
'murano', 'nimble', 'neutron', 'nova', 'octavia', 'oneview',
'openstack', 'qinling', 'sahara', 'scci', 'senlin',
'openstack', 'sahara', 'scci', 'senlin',
'smaug', 'solum', 'swift', 'tacker', 'tripleo', 'trove',
'vitrage', 'watcher', 'zaqar', 'zun')],
pkgfun=subst_python2_python3),
@ -323,7 +323,7 @@ UBUNTU_PKG_MAP = [
'karbor', 'keystone',
'magnum', 'manila', 'masakari', 'mistral', 'monasca',
'murano', 'neutron', 'nova', 'octavia',
'openstack', 'qinling', 'sahara',
'openstack', 'sahara',
'senlin', 'swift',
'trove', 'zaqar', 'zun')],
pkgfun=same_name_python_subst_python3),