[Yahoo-eng-team] [Bug 1445276] [NEW] Instance table Ajax update does not trigger for error instance that is deleting

2015-04-16 Thread Alan Fung
Public bug reported: Whenever an instance failed to launch it would get into the following state: Status: Error, Task: None Then when you try to delete it, the page would refresh with the instance now in state: Status: Error, Task: Deleting Because the row is declared .status_down whenever

[Yahoo-eng-team] [Bug 1482436] [NEW] Support for compressed/archive file is broken with image-create

2015-08-06 Thread Alan Fung
Public bug reported: Discovered via Horizon bug: https://bugs.launchpad.net/horizon/+bug/1479966 Creating image from archive file appears to be broken, evident by instance launched from it fails to boot (error: No bootable device). Steps to reproduce: 1. Have a tar.gz version of a qcow image

[Yahoo-eng-team] [Bug 1505434] [NEW] os-hypervisors servers API does not properly serialize hypervisor with no instance.

2015-10-12 Thread Alan Fung
Public bug reported: HypervisorsController._view_hypervisor only sets hypervisor['servers'] when servers passed in is non empty list (if servers:). Instead it should check to see if servers is not passed in (if not None:). The reason why this is useful is that currently novaclient would return a

[Yahoo-eng-team] [Bug 1533910] [NEW] Relocating panel to a different dashboard via Pluggable Settings causes TemplateDoesNotExist

2016-01-13 Thread Alan Fung
Public bug reported: Steps to reproduce: 1. Move users panel to be under admin dashboard by modifying _3030_identity_users_panel.py 2. Set PANEL_GROUP = 'admin' 3. Set PANEL_DASHBOARD = 'admin' Expected: 1. Users panel to be under Admin panel group in the navigation. 2. Users panel to load.

[Yahoo-eng-team] [Bug 1545892] [NEW] Missing backdrop on "Add Group Assignment" modal

2016-02-15 Thread Alan Fung
Public bug reported: All if not most modal have semi-opaque backdrops. The Add-Group- Assignment modal does not have one. Reproduce: 1. Go to Identity > Groups. 2. Click click "Manage Members" for any particular group from the table. 3. Click on "Add Users". Expected: Has a semi-opaque backdrop