vitrage-tempest-plugin/devstack/README.rst
zhulingjie c728b84c70 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I59f0ed6d2b0ba7b601c44610b841905de827fd67
2019-04-30 11:32:20 +00:00

22 lines
573 B
ReStructuredText

====================
Enabling in Devstack
====================
**WARNING**: the stack.sh script must be run in a disposable VM that is not
being created automatically, see the README.md file in the "devstack"
repository. See contrib/vagrant to create a vagrant VM.
1. Download DevStack::
git clone https://opendev.org/openstack/devstack.git
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin vitrage-tempest-plugin https://opendev.org/openstack/vitrage-tempest-plugin
3. run ``stack.sh``