sahara/devstack
guolimin.lc a806a536b6 Remove redundant "=" to imporve doc format
Change-Id: Ia24a706d93fa0d717978b127d53135e225f05da3
2023-08-09 13:48:53 +08: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 Remove redundant "=" to imporve doc format 2023-08-09 13:48:53 +08:00
exercise.sh use . instead of source. 2018-01-29 14:18:56 +00:00
plugin.sh Add name param for start_tls_proxy funtion 2022-04-22 07:20:16 +00: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