Public bug reported:
if OPENSTACK_NEUTRON_NETWORK["enable_quotas"] = False the Network Topology page
will not render. This is because a dict is searched for a key
("available") which wont be there if its disabled. This generates a
KeyError at runtime.
This is very similar to https://bugs.laun
Public bug reported:
Excluding OPENSTACK_NEUTRON_NETWORK["enable_quotas"] or setting to False
will result in Create Network, Create Subnet, Create Router buttons
not showing up when logged in as the demo account.
These three side effects happen because the code in the views use the
following co
, delete
projects(s)
domain support patches need to have backwards compatibility with project
admin behavior in a non domain world.
** Affects: horizon
Importance: Undecided
Assignee: Michael Hagedorn (mike-hagedorn)
Status: In Progress
** Tags: domains
** Tags added: domains
Public bug reported:
When using Keystone v3 with Horizon with the Multi-Domains disabled, the
Domains panel is still visible.
Settings:
OPENSTACK_API_VERSIONS = { "identity": 3, }
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = False
Policy file:
The default one (not the domains specific one)
In Addit
Public bug reported:
When using domain scoped tokens, and trying to add users to a group , keystone
throws the error {u'error': {u'code': 403,
u'message': u'You are not authorized to perform the requested action:
identity:list_users_in_group (Disable debug mode to suppress these details.)',
, type_p)
** Affects: horizon
Importance: Undecided
Assignee: Michael Hagedorn (mike-hagedorn)
Status: In Progress
** Changed in: horizon
Assignee: (unassigned) => Michael Hagedorn (mike-hagedorn)
--
You received this bug notification because you are a member of Ya
Public bug reported:
In horizon/base.py, calling Dashboard#get_panel_group and passing in a
non existent panel, the code blows up with a KeyError. It would make
more semantic sense for it to return None.
** Affects: horizon
Importance: Undecided
Status: New
** Tags: panel
--
Yo
Public bug reported:
If you launch a nova instance and pass in an snapshot_instance_id which
is invalid at the moment SetInstanceDetailsAction fires, the result is
an Exception (KeyError)
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification b
8 matches
Mail list logo