sahara/devstack
Telles Nobrega 81d05942e9 Deploying Sahara with unversioned endpoints
One of the tasks we need in order to make APIv2 is deployment with
unversioned endpoints.
This patch makes deployment of unversioned sahara when deployed with devstack

Depends-On: I5066f73aa0ace79d8d5e1431f8d741d0d942d9d5
Change-Id: I06ac6da0c6784680330ae0431c20d3553f95e452
2019-01-02 22:30:19 +00:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade grenade: relevant fixes for master (sahara-api/apache) 2018-09-18 11:49:26 +02:00
README.rst enable heat during devstack installation 2017-08-07 09:11:06 +08:00
exercise.sh use . instead of source. 2018-01-29 14:18:56 +00:00
plugin.sh Deploying Sahara with unversioned endpoints 2019-01-02 22:30:19 +00:00
settings Enable also ambari by default in devstack 2018-08-06 16:46:28 +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 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