Deprecate rally devstack plugin

Alternative:
  rally-openstack git://git.openstack.org/openstack/rally-openstack

Change-Id: I4972f4be58e269a379eece73ad414d45bb9adb79
This commit is contained in:
Andrey Kurilin 2018-03-27 13:16:21 +03:00
parent 562d2702ea
commit 2f5290fbbc

View File

@ -7,6 +7,11 @@ set -o xtrace
DIR=$(dirname ${BASH_SOURCE[0]})
source $DIR/lib/rally
MESSAGE="'rally git://git.openstack.org/openstack/rally' devstack plugin is
deprecated and will be removed soon! Use 'rally-openstack
git://git.openstack.org/openstack/rally-openstack' instead."
deprecated "$MESSAGE"
if [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Installing Rally"
install_rally