sahara/devstack
Luigi Toscano b8ad624ee5 gate fix: no removed tail_log in devstack, disable grenade
The devstack tail_log function has been deprecated since before Queens
and it has only printed a warning since then. It has been finally
removed from devstack in I7bd440adf2ce8283e3ad3d5d09e6b2b877e2b42e.

The sahara-grenade job is failing and it will continue to fail until
the heat devstack plugin is fixed on all stable branches
(currently broken due to the usage of an older Fedora image which
doesn't exist anymore, see Id869f83a46454897c2fe7a532eebfa2863befe5e),
so disable it.

Change-Id: I921d7bac5963c66e14a6a06b100d624924914f5a
2020-12-04 14:57:55 +01:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade grenade: start from train, disable heat integration tests 2019-10-10 00:51:25 +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 gate fix: no removed tail_log in devstack, disable grenade 2020-12-04 14:57:55 +01: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