The OS_AUTH_URL variable is no longer used by devstack, it is setting OS_CLOUD instead[0]. Use KEYSTONE_SERVICE_URI for the endpoint URL. [0] https://review.opendev.org/c/openstack/devstack/+/780417 Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: Ib0737feed3bd82e395bd157cc48dde4b418ac544
Rally with DevStack all-in-one installation
It is also possible to install Rally with DevStack. First, clone the corresponding repositories:
git clone https://git.openstack.org/openstack-dev/devstack
git clone https://github.com/openstack/rally-openstackThen, configure DevStack to run Rally. First, create your
local.conf file:
cd devstack
cp samples/local.conf local.confNext, edit local.conf: add the following line to the
[[local|localrc]] section.
enable_plugin rally https://github.com/openstack/rally-openstack masterFinally, run DevStack as usually:
./stack.sh