heat (kilo) Cannot get stack domain user token
Bug #1473528 reported by
Robert Clark
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
heat (Juju Charms Collection) |
Fix Released
|
High
|
James Page |
Bug Description
I have installed the heat juju charm as part of my install of Openstack Kilo. I have my openstack origin set to "cloud:
Related branches
lp://qastaging/~james-page/charms/trusty/heat/liberty-fixes
- Liam Young (community): Approve
-
Diff: 426 lines (+169/-56)11 files modifiedREADME.md (+9/-2)
actions.yaml (+3/-0)
actions/domain-setup (+21/-0)
hooks/heat_context.py (+5/-3)
hooks/heat_relations.py (+15/-0)
hooks/heat_utils.py (+10/-4)
templates/admin-openrc-v3 (+10/-0)
templates/kilo/heat.conf (+18/-42)
templates/liberty/heat.conf (+69/-0)
unit_tests/test_heat_context.py (+7/-3)
unit_tests/test_heat_relations.py (+2/-2)
Changed in heat (Juju Charms Collection): | |
status: | New → Confirmed |
assignee: | nobody → James Page (james-page) |
importance: | Undecided → High |
milestone: | none → 16.04 |
tags: | added: hitlist openstack |
Changed in heat (Juju Charms Collection): | |
status: | Confirmed → In Progress |
Changed in heat (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
tags: | added: cpec |
Changed in heat (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The linked branch should fixup support for kilo and liberty.
Right now, the charm has a new action to create the domains, roles and users needed; this is v1; v2 would do that via the identity-service relation - but this is backportable and that would not be....