sahara/devstack
Luigi Toscano dd2a402b45 grenade: do not use the removed glance v1 API
glance v1 API has been disabled by default in DevStack before Pike:
https://review.openstack.org/#/c/343129/

Change-Id: Ia76ca3422673eec251b5c6076cf26056e0008a69
(cherry picked from commit cfecd605b1)
2017-09-04 13:19:43 +00: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 13:19:43 +00:00
exercise.sh Fix bashate warnings 2015-11-26 14:47:45 +03:00
plugin.sh Fully switch to keystone authtoken parameters 2017-08-09 14:43:21 +00:00
README.rst enable heat during devstack installation 2017-08-07 09:11:06 +08:00
settings Use neutronclient for all network operations 2017-06-07 13:05:16 -04:00

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