[Yahoo-eng-team] [Bug 1495081] [NEW] domain toggle in the _header doesn't update after current domain name changed

2015-09-12 Thread hossein zabolzadeh
can see the domain context selector text does not update As the same as project selector, which updated after the project name changed, domain selector needs to be updated as well. ** Affects: horizon Importance: Undecided Assignee: hossein zabolzadeh (zabolzadeh) Status: New

[Yahoo-eng-team] [Bug 1494448] [NEW] horizon-ui-crashed-on-disabling-current-domain

2015-09-10 Thread hossein zabolzadeh
zabolzadeh (zabolzadeh) Status: New ** Attachment added: "Disabling currently logged-in domain stucked in error state" https://bugs.launchpad.net/bugs/1494448/+attachment/4460677/+files/disable-current-domain.png ** Changed in: horizon Assignee: (unassigned) => hosse

[Yahoo-eng-team] [Bug 1494464] [NEW] use-same-method-to-handle-delete-current-project-and-domain

2015-09-10 Thread hossein zabolzadeh
e actions is what we should do to avoid inconsistency in Horizon UI. ** Affects: horizon Importance: Undecided Assignee: hossein zabolzadeh (zabolzadeh) Status: New ** Changed in: horizon Assignee: (unassigned) => hossein zabolzadeh (zabolzadeh) ** Description changed:

[Yahoo-eng-team] [Bug 1493122] [NEW] There is no quota check for instance snapshot

2015-09-07 Thread hossein zabolzadeh
Public bug reported: There is no quota check for snapshots getting from instances both via APIs and horizon. Imagine a situation in which a normal user can fill- out whole of the cinder(ceph) storage space by calling the get_instance_snapshot() API. But its need to control the amount of instance

[Yahoo-eng-team] [Bug 1376512] Re: hang when disk has little free space

2015-01-13 Thread hossein zabolzadeh
Hi Sekiyama, After tracing the error, I found that the hang state(in the case of image delete operation) is related to the delete function at /glance_source/glance/glance/api/v1/images.py file. See the following piece of code: else: #LOG.debug( BEFORE NOTIFIER )