vitrage-tempest-plugin/devstack
zhulingjie c728b84c70 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I59f0ed6d2b0ba7b601c44610b841905de827fd67
2019-04-30 11:32:20 +00:00
..
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 11:32:20 +00:00
plugin.sh Added devstack plugin for vitrage-tempest-plugin 2018-01-10 07:33:11 +00:00
post_test_hook.sh Removing dependency of vitrage 2019-03-05 13:59:31 +02:00
pre_test_hook.sh Updated prometheus datasource tempest to support working with config file 2019-01-17 08:23:27 +00:00
settings Added devstack plugin for vitrage-tempest-plugin 2018-01-10 07:33:11 +00:00

README.rst

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