sahara/devstack
Michael Ionkin e3c25efef0 Replace old CLI calls in grenade
This patch replaces old CLI calls (sahara) with new ones (openstack
dataprocessing) in grenade.
Also some code refactoring is done.

Change-Id: If818032b3d438cf28f2d939140039db6280409fb
2016-08-19 12:55:00 +03:00
..
upgrade Replace old CLI calls in grenade 2016-08-19 12:55:00 +03:00
README.rst updating documentation on devstack usage 2015-07-20 15:37:45 -04:00
exercise.sh Fix bashate warnings 2015-11-26 14:47:45 +03:00
plugin.sh Merge "ability to configure endpoint type for services" 2016-07-06 12:30:02 +00:00
settings ability to configure endpoint type for services 2016-06-25 16:17:00 +00: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

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