Use heat devstack plugin
Now that heat is available as a devstack plugin, it should be used. The document is updated to enable the heat devstack plugin before the tacker plugin. Co-Authored-By: Kanagaraj Manickam <mkr1481@gmail.com> Change-Id: I9d20d72dfa50f36ee454f56f3c67d063012ef05b
This commit is contained in:
parent
7b7ce0c821
commit
674acde2f8
@ -18,13 +18,6 @@ if [ "${TACKER_MODE}" == "all" ]; then
|
||||
enable_service q-svc
|
||||
enable_service neutron
|
||||
|
||||
# Heat
|
||||
enable_service heat
|
||||
enable_service h-eng
|
||||
enable_service h-api
|
||||
enable_service h-api-cfn
|
||||
enable_service h-api-cw
|
||||
|
||||
enable_service tacker
|
||||
|
||||
# tacker-horizon isn't installable from pip
|
||||
|
@ -30,9 +30,10 @@ Install from master
|
||||
$ git clone https://git.openstack.org/openstack-dev/devstack
|
||||
$ cd devstack
|
||||
|
||||
2. Add this repo as an external repository into your ``local.conf`` file::
|
||||
2. Enable both heat and tacker devstack plugins in ``local.conf`` file::
|
||||
|
||||
[[local|localrc]]
|
||||
enable_plugin heat https://git.openstack.org/openstack/heat
|
||||
enable_plugin tacker https://git.openstack.org/openstack/tacker
|
||||
|
||||
3. Run ``stack.sh``::
|
||||
|
Loading…
Reference in New Issue
Block a user