9b5697ff17
It seems the latest libvirt in Ubuntu is no longer affected by the known problem with device handlings. This re-enables some test cases which were previously disabled because of the problem. Change-Id: I538462414f0a9b634d4d216230ed04b49cf71c40 |
||
---|---|---|
.. | ||
lib | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling heat in DevStack
Download DevStack:
git clone https://opendev.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat https://opendev.org/openstack/heat
Run
stack.sh
.