sahara/devstack
Luigi Toscano af224335ca devstack plugin: set two parameters required by Keystone v3
Namely user_domain_name and project_domain_name in the
keystone_authtoken section, and use the variable provided
by devstack and used internally by other components too.

Change-Id: I569e30699f7b25f948b17ce99a8540b9f4c3c321
2017-10-10 18:31:41 +02: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 devstack plugin: set two parameters required by Keystone v3 2017-10-10 18:31:41 +02:00
settings Use neutronclient for all network operations 2017-06-07 13:05:16 -04: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