199186f96c
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 |
||
---|---|---|
.. | ||
lib | ||
plugin.sh | ||
README.rst | ||
settings |
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-openstack
Then, configure DevStack to run Rally. First, create your
local.conf
file:
cd devstack
cp samples/local.conf local.conf
Next, edit local.conf: add the following line to the
[[local|localrc]]
section.
enable_plugin rally https://github.com/openstack/rally-openstack master
Finally, run DevStack as usually:
./stack.sh