[Yahoo-eng-team] [Bug 1483379] [NEW] OPENSTACK_NEUTRON_NETWORK['enable_quotas'] = False breaks network topology page

2015-08-10 Thread Michael Hagedorn
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

[Yahoo-eng-team] [Bug 1482354] [NEW] Setting "enable_quotas"=False breaks GUI

2015-08-06 Thread Michael Hagedorn
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

[Yahoo-eng-team] [Bug 1472612] [NEW] multi domain support false issue

2015-07-08 Thread Michael Hagedorn
, 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

[Yahoo-eng-team] [Bug 1471875] [NEW] Domains Panel Visible when domains off

2015-07-06 Thread Michael Hagedorn
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

[Yahoo-eng-team] [Bug 1458994] [NEW] When logged in as a pure domain admin, cannot list users in a group

2015-05-26 Thread Michael Hagedorn
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.)',

[Yahoo-eng-team] [Bug 1434208] [NEW] Launch Instance Port Profile Selection Missing

2015-03-19 Thread Michael Hagedorn
, 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

[Yahoo-eng-team] [Bug 1396682] [NEW] Dashboard#get_panel_group throws KeyError

2014-11-26 Thread Michael Hagedorn
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

[Yahoo-eng-team] [Bug 1386826] [NEW] Launching Nova Instance with invalid snapshot id causes KeyError Exception

2014-10-28 Thread Michael Hagedorn
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