
At the moment devstack upgrade tries to assign `Member` role to which Keystone replies with 404 as role naming is case sensitive. Change-Id: Ib85a920eae6c3ce2369a76282e8ea2fc90f7290b
Enabling heat in DevStack
Download DevStack:
git clone http://opendev.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat http://opendev.org/openstack/heat
Run
stack.sh
.