[SRU] Domain Panel is broken on Caracal as cloud-admin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
New
|
Undecided
|
Unassigned | ||
Caracal |
New
|
Undecided
|
Unassigned | ||
horizon (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Noble |
New
|
Undecided
|
Guillaume Boutry |
Bug Description
[Impact]
This release sports mostly bug-fixes and we would like to make
sure all of our supported customers have access to these
improvements. The update contains the following package updates:
horizon 24.0.1
[Test Case]
The following SRU process was followed:
https:/
In order to avoid regression of existing consumers, the OpenStack team
will run their continuous integration test against the packages that
are in -proposed. A successful run of all available tests will be
required before the proposed packages can be let into -updates.
The OpenStack team will be in charge of attaching the output summary
of the executed tests. The OpenStack team members will not mark
‘verification-done’ until this has happened.
[Regression Potential]
In order to mitigate the regression potential, the results of the
aforementioned tests are attached to this bug.
[Discussion]
n/a
[Original Description]
Domain Panel is broken on Caracal as cloud-admin
Environment :
1) Charmed Openstack :
* Ubuntu 22.04 with Ubuntu Cloud Archive
* MAAS 3.5
* Juju 3.6.5
* Openstack 2024.1 / Caracal
2) Sunbeam Openstack :
* Ubuntu 24.04
* MAAS 3.5
* Juju 3.6.5
* Openstack 2024.1 / Caracal
Currently on any deployment with Openstack 2024.1/Caracal on both Charmed Openstack or Sunbeam will have a broken domain panel.
Similar to the issue reported upstream here : LP: #2067075
Meaning the cloud admin is unable to see any local domain or LDAP domains in horizon.
However the output from the CLI will just list the domains as expected.
As a result for any ongoing deployment of Caracal, the cloud admin cannot create, manage or change the context to any other domain in the dashboard.
By manually applying the one-liner fix from upstream, as referenced in LP: #2067075, I've confirmed it has solved the issue in my lab environment.
It would be nice to backport the fix to our package so cloud admin users can use the dashboard.
(Either through a SRU or a point release)
Related branches
- Ubuntu Sponsors: Pending requested
- Ubuntu OpenStack uploaders: Pending requested
-
Diff: 42017 lines (+3386/-2073)74 files modifiedAUTHORS (+3/-0)
ChangeLog (+22/-0)
PKG-INFO (+117/-58)
debian/changelog (+7/-2)
debian/patches/series (+0/-1)
dev/null (+0/-508)
doc/source/locale/en_GB/LC_MESSAGES/doc-configuration.po (+21/-3)
doc/source/locale/en_GB/LC_MESSAGES/doc-contributor.po (+16/-3)
doc/source/locale/en_GB/LC_MESSAGES/doc-install.po (+13/-3)
horizon.egg-info/PKG-INFO (+117/-58)
horizon.egg-info/SOURCES.txt (+1/-7)
horizon.egg-info/entry_points.txt (+0/-1)
horizon.egg-info/pbr.json (+1/-1)
horizon.egg-info/requires.txt (+33/-33)
openstack_auth/policy.py (+5/-2)
openstack_dashboard/api/keystone.py (+1/-1)
openstack_dashboard/api/neutron.py (+2/-1)
openstack_dashboard/api/placement.py (+51/-25)
openstack_dashboard/conf/default_policies/cinder.yaml (+483/-206)
openstack_dashboard/conf/default_policies/glance.yaml (+228/-70)
openstack_dashboard/conf/default_policies/keystone.yaml (+463/-314)
openstack_dashboard/conf/default_policies/neutron.yaml (+820/-458)
openstack_dashboard/conf/default_policies/nova.yaml (+700/-150)
openstack_dashboard/dashboards/admin/backups/tables.py (+3/-1)
openstack_dashboard/dashboards/admin/backups/templates/backups/_detail_overview.html (+2/-0)
openstack_dashboard/dashboards/identity/projects/tabs.py (+9/-4)
openstack_dashboard/dashboards/identity/projects/tests.py (+17/-10)
openstack_dashboard/dashboards/project/backups/tables.py (+3/-0)
openstack_dashboard/dashboards/project/backups/templates/backups/_detail_overview.html (+2/-0)
openstack_dashboard/dashboards/project/floating_ips/tables.py (+1/-3)
openstack_dashboard/dashboards/project/networks/ports/extensions/allowed_address_pairs/tables.py (+2/-2)
openstack_dashboard/dashboards/project/networks/ports/tests.py (+2/-2)
openstack_dashboard/dashboards/project/volumes/forms.py (+5/-2)
openstack_dashboard/locale/as/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/bn_IN/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/brx/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/cs/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/de/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/en_AU/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/en_GB/LC_MESSAGES/django.po (+72/-5)
openstack_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po (+35/-2)
openstack_dashboard/locale/eo/LC_MESSAGES/django.po (+72/-5)
openstack_dashboard/locale/es/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/fr/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/gu/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/hi/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/id/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/it/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/ja/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/ka_GE/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/kn/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/ko_KR/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/kok/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/ks/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/mai/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/mni/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/mr/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/ne/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/pa_IN/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/pl_PL/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/pt_BR/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/ru/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/ta/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/ur/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/zh_Hans/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/locale/zh_Hant/LC_MESSAGES/django.po (+1/-4)
openstack_dashboard/management/commands/dump_default_policies.py (+2/-2)
openstack_dashboard/static/app/core/metadata/metadata.service.js (+1/-1)
openstack_dashboard/static/app/core/openstack-service-api/common-test.mock.js (+8/-1)
openstack_dashboard/static/app/core/openstack-service-api/swift.service.js (+1/-0)
openstack_dashboard/static/app/core/openstack-service-api/swift.service.spec.js (+6/-2)
releasenotes/notes/change-metadef-for-cinder-volume-type-f65dd215d2a3ce75.yaml (+6/-0)
tox.ini (+2/-2)
description: | updated |
description: | updated |
Changed in horizon (Ubuntu): | |
assignee: | nobody → Guillaume Boutry (gboutry) |
Changed in horizon (Ubuntu): | |
status: | New → In Progress |
description: | updated |
summary: |
- Domain Panel is broken on Caracal as cloud-admin + [SRU] Domain Panel is broken on Caracal as cloud-admin |
Changed in horizon (Ubuntu Noble): | |
status: | New → In Progress |
Changed in horizon (Ubuntu): | |
status: | In Progress → Invalid |
assignee: | Guillaume Boutry (gboutry) → nobody |
Changed in horizon (Ubuntu Noble): | |
assignee: | nobody → Guillaume Boutry (gboutry) |
Changed in horizon (Ubuntu Noble): | |
status: | In Progress → New |
~Subscribed Field High
as this impact any ongoing Charmed Openstack with Caracal or Sunbeam deployments.