Remove retired Searchlight usage

Searchlight project is retiring in Wallaby cycle[1].
This commit removes the usage of Searchlight project
before its code is removed.

Needed-By: https://review.opendev.org/c/openstack/searchlight/+/764526

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

Change-Id: I90fbb2807f91a5a2bea86717be251699db2470a6
This commit is contained in:
Ghanshyam Mann 2020-11-28 16:44:20 -06:00
parent d5386e2d4e
commit e0ff71d4d3
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
for i in aodh barbican ceilometer cloudkitty congress designate freezer glance heat ironic magnum manila masakari mistral monasca murano sahara searchlight senlin swift tacker trove vitrage watch zaqar; do for i in aodh barbican ceilometer cloudkitty congress designate freezer glance heat ironic magnum manila masakari mistral monasca murano sahara senlin swift tacker trove vitrage watch zaqar; do
echo " $i: echo " $i:
command: bin/$i command: bin/$i
aliases: aliases:

View File

@ -170,7 +170,6 @@ parts:
- python-monascaclient - python-monascaclient
- python-muranoclient - python-muranoclient
- python-saharaclient - python-saharaclient
- python-searchlightclient
- python-senlinclient - python-senlinclient
- python-swiftclient - python-swiftclient
- python-tackerclient - python-tackerclient