heat/devstack
Dmitriy Rabotyagov f7804606da Set proper role name for the grenade job
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
2025-04-02 13:50:09 +00:00
..
2024-11-23 05:24:16 +09:00
2019-04-22 09:36:50 +05:30

Enabling heat in DevStack

  1. Download DevStack:

    git clone http://opendev.org/openstack-dev/devstack
    cd devstack
  2. Add this repo as an external repository into your local.conf file:

    [[local|localrc]]
    enable_plugin heat http://opendev.org/openstack/heat
  3. Run stack.sh.