sahara/devstack
ghanshyam ba6860d237 Remove use of unsupported TEMPEST_SERVICES variable
TEMPEST_SERVICES global variable is not supported
by devstack since long back.
- I380dd20e5ed716a0bdf92aa02c3730359b8136e4
- I9c24705e494689f09a885eb0a640efd50db33fcf

Service availability of tempest known services will be
set by devstack with local check.
- I02be777bf93143d946ccbb8e9eff637bfd1928d4

This commit removes the unused TEMPEST_SERVICES setting
Related-Bug: #1743688

Change-Id: I74575c6c6796f875bd4b5b36ced1563c46fb2e47
2018-01-23 16:51:39 +03:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade grenade: do not use the removed glance v1 API 2017-09-04 12:49:18 +02:00
README.rst enable heat during devstack installation 2017-08-07 09:11:06 +08:00
exercise.sh Fix bashate warnings 2015-11-26 14:47:45 +03:00
plugin.sh Remove use_neutron from config 2017-11-24 23:27:33 +08:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:51:39 +03: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 git://git.openstack.org/openstack/sahara
enable_plugin heat git://git.openstack.org/openstack/heat

Optionally, a git refspec may be provided as follows:

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