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:
parent
d169b4f5c7
commit
e5505b8b34
@ -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"
|
||||
|
@ -160,9 +160,6 @@ control
|
||||
[magnum:children]
|
||||
control
|
||||
|
||||
[qinling:children]
|
||||
control
|
||||
|
||||
[sahara:children]
|
||||
control
|
||||
|
||||
|
@ -280,13 +280,6 @@ magnum
|
||||
[magnum-conductor:children]
|
||||
magnum
|
||||
|
||||
# Qinling
|
||||
[qinling-api:children]
|
||||
qinling
|
||||
|
||||
[qinling-engine:children]
|
||||
qinling
|
||||
|
||||
# Sahara
|
||||
[sahara-api:children]
|
||||
sahara
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user