sahara/devstack
Andrey Pavlov 9cd2f595be Launching 1 instance in grenade instead of 2
Second node group in grenade test was removed so that
only 1 instance would be launched to reduce resources
consumption. Also custom flavor creation was added.

Change-Id: Ib68380c3e5ea3b46bd3989741aa51b85a7b236e0
Closes-bug: #1519842
2015-11-27 12:19:51 +03:00
..
upgrade Launching 1 instance in grenade instead of 2 2015-11-27 12:19:51 +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 Fix bashate warnings 2015-11-26 14:47:45 +03:00
settings Fix bashate warnings 2015-11-26 14:47:45 +03: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