Chandan Kumar | ae606fd | 2018-01-09 22:16:15 +0530 | [diff] [blame] | 1 | ==================== |
| 2 | Enabling in Devstack |
| 3 | ==================== |
| 4 | |
| 5 | **WARNING**: the stack.sh script must be run in a disposable VM that is not |
| 6 | being created automatically, see the README.md file in the "devstack" |
| 7 | repository. See contrib/vagrant to create a vagrant VM. |
| 8 | |
| 9 | 1. Download DevStack:: |
| 10 | |
caoyuan | 1716d81 | 2019-04-23 19:40:05 +0800 | [diff] [blame^] | 11 | git clone https://opendev.org/openstack/devstack.git |
Chandan Kumar | ae606fd | 2018-01-09 22:16:15 +0530 | [diff] [blame] | 12 | cd devstack |
| 13 | |
| 14 | 2. Add this repo as an external repository:: |
| 15 | |
| 16 | > cat local.conf |
| 17 | [[local|localrc]] |
caoyuan | 1716d81 | 2019-04-23 19:40:05 +0800 | [diff] [blame^] | 18 | enable_plugin telemetry-tempest-plugin https://opendev.org/openstack/telemetry-tempest-plugin |
Chandan Kumar | ae606fd | 2018-01-09 22:16:15 +0530 | [diff] [blame] | 19 | |
| 20 | 3. run ``stack.sh`` |
| 21 | |