blob: a78b7f7d62d53d46cca6a95f618c5c6120cebddb [file] [log] [blame]
Tom Barron29ef8522019-03-29 11:53:56 -04001====================
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
11 git clone https://git.openstack.org/openstack-dev/devstack.git
12 cd devstack
13
142. Add this repo as an external repository::
15
16 > cat local.conf
17 [[local|localrc]]
18 enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-plugin
19
203. run ``stack.sh``
21