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:
@@ -221,8 +221,6 @@ overcloud_container_image_regex_map:
|
|||||||
enabled: "{{ kolla_enable_prometheus | bool }}"
|
enabled: "{{ kolla_enable_prometheus | bool }}"
|
||||||
- regex: qdrouterd
|
- regex: qdrouterd
|
||||||
enabled: "{{ kolla_enable_qdrouterd | bool }}"
|
enabled: "{{ kolla_enable_qdrouterd | bool }}"
|
||||||
- regex: qinling
|
|
||||||
enabled: "{{ kolla_enable_qinling | bool }}"
|
|
||||||
- regex: rabbitmq
|
- regex: rabbitmq
|
||||||
enabled: "{{ kolla_enable_rabbitmq | bool }}"
|
enabled: "{{ kolla_enable_rabbitmq | bool }}"
|
||||||
- regex: rally
|
- regex: rally
|
||||||
@@ -519,7 +517,6 @@ kolla_enable_panko: "no"
|
|||||||
kolla_enable_placement: "{{ kolla_enable_nova | bool or kolla_enable_zun | bool }}"
|
kolla_enable_placement: "{{ kolla_enable_nova | bool or kolla_enable_zun | bool }}"
|
||||||
kolla_enable_prometheus: "no"
|
kolla_enable_prometheus: "no"
|
||||||
kolla_enable_qdrouterd: "no"
|
kolla_enable_qdrouterd: "no"
|
||||||
kolla_enable_qinling: "no"
|
|
||||||
kolla_enable_rally: "no"
|
kolla_enable_rally: "no"
|
||||||
kolla_enable_redis: "no"
|
kolla_enable_redis: "no"
|
||||||
kolla_enable_sahara: "no"
|
kolla_enable_sahara: "no"
|
||||||
|
|||||||
@@ -160,9 +160,6 @@ control
|
|||||||
[magnum:children]
|
[magnum:children]
|
||||||
control
|
control
|
||||||
|
|
||||||
[qinling:children]
|
|
||||||
control
|
|
||||||
|
|
||||||
[sahara:children]
|
[sahara:children]
|
||||||
control
|
control
|
||||||
|
|
||||||
|
|||||||
@@ -280,13 +280,6 @@ magnum
|
|||||||
[magnum-conductor:children]
|
[magnum-conductor:children]
|
||||||
magnum
|
magnum
|
||||||
|
|
||||||
# Qinling
|
|
||||||
[qinling-api:children]
|
|
||||||
qinling
|
|
||||||
|
|
||||||
[qinling-engine:children]
|
|
||||||
qinling
|
|
||||||
|
|
||||||
# Sahara
|
# Sahara
|
||||||
[sahara-api:children]
|
[sahara-api:children]
|
||||||
sahara
|
sahara
|
||||||
|
|||||||
@@ -117,7 +117,6 @@ kolla_feature_flags:
|
|||||||
- horizon_murano
|
- horizon_murano
|
||||||
- horizon_neutron_vpnaas
|
- horizon_neutron_vpnaas
|
||||||
- horizon_octavia
|
- horizon_octavia
|
||||||
- horizon_qinling
|
|
||||||
- horizon_sahara
|
- horizon_sahara
|
||||||
- horizon_searchlight
|
- horizon_searchlight
|
||||||
- horizon_senlin
|
- horizon_senlin
|
||||||
@@ -182,7 +181,6 @@ kolla_feature_flags:
|
|||||||
- placement
|
- placement
|
||||||
- prometheus
|
- prometheus
|
||||||
- qdrouterd
|
- qdrouterd
|
||||||
- qinling
|
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
- rally
|
- rally
|
||||||
- redis
|
- redis
|
||||||
|
|||||||
@@ -252,7 +252,6 @@
|
|||||||
#kolla_enable_horizon_murano:
|
#kolla_enable_horizon_murano:
|
||||||
#kolla_enable_horizon_neutron_vpnaas:
|
#kolla_enable_horizon_neutron_vpnaas:
|
||||||
#kolla_enable_horizon_octavia:
|
#kolla_enable_horizon_octavia:
|
||||||
#kolla_enable_horizon_qinling:
|
|
||||||
#kolla_enable_horizon_sahara:
|
#kolla_enable_horizon_sahara:
|
||||||
#kolla_enable_horizon_searchlight:
|
#kolla_enable_horizon_searchlight:
|
||||||
#kolla_enable_horizon_senlin:
|
#kolla_enable_horizon_senlin:
|
||||||
@@ -317,7 +316,6 @@
|
|||||||
#kolla_enable_placement:
|
#kolla_enable_placement:
|
||||||
#kolla_enable_prometheus:
|
#kolla_enable_prometheus:
|
||||||
#kolla_enable_qdrouterd:
|
#kolla_enable_qdrouterd:
|
||||||
#kolla_enable_qinling:
|
|
||||||
#kolla_enable_rabbitmq:
|
#kolla_enable_rabbitmq:
|
||||||
#kolla_enable_rally:
|
#kolla_enable_rally:
|
||||||
#kolla_enable_redis:
|
#kolla_enable_redis:
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user