Merge "Use heat devstack plugin"

This commit is contained in:
Jenkins 2017-01-04 02:32:56 +00:00 committed by Gerrit Code Review
commit c4e761647e
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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``::