e0ff71d4d3
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
10 lines
277 B
Bash
10 lines
277 B
Bash
#!/bin/bash
|
|
|
|
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:
|
|
command: bin/$i
|
|
aliases:
|
|
- $i"
|
|
done
|
|
|