blob: f6a69207feebdb329751b8f9cd380dff9b68d0e2 [file] [log] [blame]
Jens Harbott228d5b82017-12-06 12:03:09 +00001====================
2Enabling in Devstack
3====================
4
5**WARNING**: the stack.sh script must be run in a disposable VM that is not
6being created automatically, see the README.md file in the "devstack"
7repository. See contrib/vagrant to create a vagrant VM.
8
91. Download DevStack::
10
caoyuand49cf7a2019-04-23 19:38:35 +080011 git clone https://opendev.org/openstack/devstack.git
Jens Harbott228d5b82017-12-06 12:03:09 +000012 cd devstack
13
142. Add this repo as an external repository::
15
16 > cat local.conf
17 [[local|localrc]]
caoyuand49cf7a2019-04-23 19:38:35 +080018 enable_plugin neutron-tempest-plugin https://opendev.org/openstack/neutron-tempest-plugin
Jens Harbott228d5b82017-12-06 12:03:09 +000019
203. run ``stack.sh``
21