[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2021-02-23 Thread Alex Kavanagh
Triaged to medium; there should be a fix for the openstack-dashboard charm to setup horizon to do this, but it can be done from the CLI as a workaround. ** Changed in: charm-openstack-dashboard Status: New => Confirmed ** Changed in: charm-openstack-dashboard Importance: Undecided =>

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2020-12-18 Thread J. Greg Mackinnon
Perhaps I am dense, but this problem seems to affect me as well. I am using a brand-spanking new openstack-dashboard install out of JAAS.ai, and I cannot add roles using the admin user account provisioned during "juju deploy". I only following instructions for LDAP authentication for a new

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2020-09-08 Thread Chris MacNaughton
The Ubuntu package installs the local_settings.py from "openstack_dashboard/local/local_settings.py.example" so I think that, as Albert noted, the package is doing the right thing. ** Changed in: cloud-archive Status: Triaged => Invalid ** Changed in: cloud-archive/rocky Status:

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2020-09-08 Thread Chris MacNaughton
On the other hand, charm-openstack-dashboard does not correctly setup REST_API_REQUIRED_SETTINGS for the change at Rocky: https://opendev.org/openstack/charm-openstack- dashboard/src/branch/master/templates/ocata/local_settings.py#L893 -- You received this bug notification because you are a

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2018-12-23 Thread Albert Damen
Has OPENSTACK_KEYSTONE_BACKEND been added to REST_API_REQUIRED_SETTINGS? After an upgrade from queens I did not have the "create role" option either. Adding OPENSTACK_KEYSTONE_BACKEND to REST_API_REQUIRED_SETTINGS fixed that. Both options are properly set in /etc/openstack-

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2018-12-21 Thread Corey Bryant
I did a little more digging and I'm still not sure what the problem is. I can create/delete users, groups, projects, domains, but not roles as there are no buttons. For OPENSTACK_KEYSTONE_BACKEND in local_settings.py we have: OPENSTACK_KEYSTONE_BACKEND = { 'name': 'native',

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2018-12-18 Thread Corey Bryant
This is possibly explained by the following comments from LP:1775227: https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1775227/comments/5 https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1775227/comments/6 "I agree that the current horizon does not support role create/delete

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2018-11-25 Thread Akihiro Motoki
I cannot reproduce this either. Note that I only this once but at that time I forgot to run collectstatic and compress, i.e., it was my mistake. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1792783

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2018-10-10 Thread Ivan Kolodyazhny
Corey, could you please confirm that it's reproducible on upstream horizon? ** Changed in: horizon Status: New => Incomplete ** Changed in: horizon Assignee: (unassigned) => Corey Bryant (corey.bryant) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1792783] Re: Cannot update Identity Roles in Rocky

2018-09-16 Thread Corey Bryant
Rocky screenshot ** Attachment added: "Screenshot from 2018-09-16 05-38-01.png" https://bugs.launchpad.net/horizon/+bug/1792783/+attachment/5189426/+files/Screenshot%20from%202018-09-16%2005-38-01.png ** Also affects: horizon (Ubuntu) Importance: Undecided Status: New ** Changed