sahara/devstack
chao liu f580f0e713 use . instead of source.
Code conventions: Use “.” to source script files
When you have to source a script file, for example ,
a credentials file to gain access to user-only or
 admin-only CLI commands, use . instead of source.
See more:
http://docs.openstack.org/contributor-guide/writing-style/code-conventions

Change-Id: Icaf20628e7b7480ee4ca4c85f9c5a3802b817070
2018-01-29 14:18:56 +00:00
..
files Add ability to install with Apache in devstack 2017-03-19 12:31:08 +00:00
upgrade use . instead of source. 2018-01-29 14:18:56 +00: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 Stop abusing [keystone_authtoken] 2018-01-20 18:56:41 +00:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:51:39 +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
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