enable heat during devstack installation

Change-Id: I0693e135f57e979bf61c9f1ce064596a6272d64c
Closes-Bug: #1708839
This commit is contained in:
zhuli 2017-08-05 22:14:14 +08:00
parent a70a74aa23
commit 067a281632
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
[[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:

View File

@ -102,6 +102,9 @@ and may cause hard to debug problems.
# Enable sahara
enable_plugin sahara git://git.openstack.org/openstack/sahara
# Enable heat
enable_plugin heat git://git.openstack.org/openstack/heat
In cases where you need to specify a git refspec (branch, tag, or commit hash)
for the sahara in-tree devstack plugin (or sahara repo), it should be
appended to the git repo URL as follows: