Remove retired Qinling support

Qinling project is retiring in Wallaby cycle[1].
This commit removes the usages 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: I59a61dda68e66eeaa0526e2b91de9316fd04dee8
This commit is contained in:
Ghanshyam Mann 2020-11-28 00:04:56 -06:00
parent d169b4f5c7
commit e5505b8b34
6 changed files with 7 additions and 17 deletions

View File

@ -221,8 +221,6 @@ overcloud_container_image_regex_map:
enabled: "{{ kolla_enable_prometheus | bool }}"
- regex: qdrouterd
enabled: "{{ kolla_enable_qdrouterd | bool }}"
- regex: qinling
enabled: "{{ kolla_enable_qinling | bool }}"
- regex: rabbitmq
enabled: "{{ kolla_enable_rabbitmq | bool }}"
- regex: rally
@ -519,7 +517,6 @@ kolla_enable_panko: "no"
kolla_enable_placement: "{{ kolla_enable_nova | bool or kolla_enable_zun | bool }}"
kolla_enable_prometheus: "no"
kolla_enable_qdrouterd: "no"
kolla_enable_qinling: "no"
kolla_enable_rally: "no"
kolla_enable_redis: "no"
kolla_enable_sahara: "no"

View File

@ -160,9 +160,6 @@ control
[magnum:children]
control
[qinling:children]
control
[sahara:children]
control

View File

@ -280,13 +280,6 @@ magnum
[magnum-conductor:children]
magnum
# Qinling
[qinling-api:children]
qinling
[qinling-engine:children]
qinling
# Sahara
[sahara-api:children]
sahara

View File

@ -117,7 +117,6 @@ kolla_feature_flags:
- horizon_murano
- horizon_neutron_vpnaas
- horizon_octavia
- horizon_qinling
- horizon_sahara
- horizon_searchlight
- horizon_senlin
@ -182,7 +181,6 @@ kolla_feature_flags:
- placement
- prometheus
- qdrouterd
- qinling
- rabbitmq
- rally
- redis

View File

@ -252,7 +252,6 @@
#kolla_enable_horizon_murano:
#kolla_enable_horizon_neutron_vpnaas:
#kolla_enable_horizon_octavia:
#kolla_enable_horizon_qinling:
#kolla_enable_horizon_sahara:
#kolla_enable_horizon_searchlight:
#kolla_enable_horizon_senlin:
@ -317,7 +316,6 @@
#kolla_enable_placement:
#kolla_enable_prometheus:
#kolla_enable_qdrouterd:
#kolla_enable_qinling:
#kolla_enable_rabbitmq:
#kolla_enable_rally:
#kolla_enable_redis:

View File

@ -0,0 +1,7 @@
upgrade:
- |
The ``Qinling`` project is no longer maintained and
`retired since Wallaby cycle`__ . Its support is also removed
since Wallaby cycle.
__ http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018638.html