sahara/devstack
Luigi Toscano 244ee200d4 grenade: start from stein, disable heat integration tests
- set the starting point as stein and the destination to train
  (to be adapted in the backports of this patch);
- heat tests should have been disabled already here;
  they are really flaky, they takes more time and they should be
  tested by heat.

Change-Id: I5571ac5e578f98465737373598b358aa7dab93e0
(cherry picked from commit 810d94bfbb)
2019-10-10 00:54:04 +02:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade grenade: start from stein, disable heat integration tests 2019-10-10 00:54:04 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-20 14:55:03 +02:00
exercise.sh use . instead of source. 2018-01-29 14:18:56 +00:00
plugin.sh devstack: do not use configure_auth_token_middleware 2019-06-30 12:35:26 +02:00
settings devstack: do not use configure_auth_token_middleware 2019-06-30 12:35:26 +02:00

README.rst

Enabling in Devstack

  1. Download DevStack
  2. Add this repo as an external repository in local.conf
[[local|localrc]]
enable_plugin sahara https://opendev.org/openstack/sahara
enable_plugin heat https://opendev.org/openstack/heat

Optionally, a git refspec may be provided as follows:

[[local|localrc]]
enable_plugin sahara https://opendev.org/openstack/sahara <refspec>
  1. run stack.sh