be70cee559
Currently StoredContext object tries to load auth plugin even when a specific property(eg. user_domain_id) is already set. However this is redundant and we can use the value loaded from stack instead. Backport note: This change omits the change about GLOBAL_VENV parameter in devstack because the parameter was added after 2023.1 release. Also, this contains change Ie0876080c771fb124d4dd36f803fbfd3b108e240 because Fedora 36 image is being removed from some mirrors. Story: 2010905 Task: 48723 Change-Id: I09805aa4e2d1b43528f70fb29c8981c01deff955 (cherry picked from commit |
||
---|---|---|
.. | ||
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
.