blob: fb7032bd7f56fa5ef1136c2454f750cea406f380 [file] [log] [blame]
Chandan Kumarae606fd2018-01-09 22:16:15 +05301====================
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
caoyuan1716d812019-04-23 19:40:05 +080011 git clone https://opendev.org/openstack/devstack.git
Chandan Kumarae606fd2018-01-09 22:16:15 +053012 cd devstack
13
142. Add this repo as an external repository::
15
16 > cat local.conf
17 [[local|localrc]]
caoyuan1716d812019-04-23 19:40:05 +080018 enable_plugin telemetry-tempest-plugin https://opendev.org/openstack/telemetry-tempest-plugin
Chandan Kumarae606fd2018-01-09 22:16:15 +053019
203. run ``stack.sh``
21