3cf288bc8c
the purpose of upgrade script is to upgrade service, and heat shouldn't run any jobs inside of that. moreover there is no benefit in executing these tests after upgrade because it doesn't test anything related to upgrades: if heat is correctly configured after upgrade it will be ready to run tests (but this can be covered by usual integration job). heat should be testing specific things like updating stacks after migration to the new openstack code, deleting stacks and so on. Co-authored-by: Vitaly Gridnev <vgridnev@mirantis.com> Change-Id: Ie600dfc09db0ffa91609f92be4b9ef27259b5314 |
||
---|---|---|
.. | ||
files | ||
lib | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling heat in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat https://git.openstack.org/openstack/heat
Run
stack.sh
.