[Yahoo-eng-team] [Bug 1416838] [NEW] Network Details should be a tabbed page

2015-02-01 Thread Rob Cresswell
Public bug reported: Network Details shows Network info and then has 3 tables inline. This quickly becomes very impractical, and should be changed into a tabbed page, with Overview, Subnets, Ports and DHCP Agents tabs. ** Affects: horizon Importance: Undecided Assignee: Rob Cresswell

[Yahoo-eng-team] [Bug 1416813] [NEW] default security group table's name is in singular format

2015-02-01 Thread yong sheng gong
Public bug reported: In general, the tables' name is in plular format, but the default security group table's name is singular one ** Affects: neutron Importance: Undecided Assignee: yong sheng gong (gongysh) Status: New ** Changed in: neutron Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1391816] Re: [pci-passthrough] PCI Clear message should be reported when there are no VFs left for allocation

2015-02-01 Thread Itzik Brown
You are right. It's misconfiguration. ** Changed in: nova Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1391816 Title:

[Yahoo-eng-team] [Bug 1416948] [NEW] wrong stack resource urls mapping

2015-02-01 Thread Liyingjun
Public bug reported: stack resource urls mapping needs update: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/stacks/mappings.py#L45-L51 Quantum-Neutron ** Affects: horizon Importance: Undecided Assignee: Liyingjun (liyingjun) Status:

[Yahoo-eng-team] [Bug 1416933] [NEW] OVS: Race condition in Ha router updating port status

2015-02-01 Thread shihanzhang
Public bug reported: When L2 agent call 'get_devices_details_list', the ports in this l2 agent will firstly be updated to BUILD, then 'update_device_up' will update them to ACTIVE, but for a Ha router which has two l3 agents, there will be race condition. reproduce progress(not always happen,

[Yahoo-eng-team] [Bug 1416980] [NEW] Could not show the whole text in Router details

2015-02-01 Thread Liyingjun
Public bug reported: Could not show the whole text in Router details if text is long enough, see attachment for detail.. ** Affects: horizon Importance: Undecided Assignee: Liyingjun (liyingjun) Status: New ** Attachment added: Screen Shot 2015-02-02 at 3.22.45 PM copy.png

[Yahoo-eng-team] [Bug 1416984] [NEW] Property used is confused in usage code

2015-02-01 Thread tinytmy
Public bug reported: In the code https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L152-L158 'vcpus': getattr(self, total_vcpus_usage, 0), vcpus is to describe vcpu num, however total_vcpus_usage is the total hours of vcpus used. In the code

[Yahoo-eng-team] [Bug 1416953] [NEW] Region can be created with empty body, need confirm if we need some required parameters for CreateRegion

2015-02-01 Thread Wei Xiaoli
Public bug reported: http_log Wed Dec 03 16:35:00 CST 2014:DEBUG: POST /v3/regions HTTP/1.1[\r][\n] Wed Dec 03 16:35:00 CST 2014:DEBUG: Accept-Encoding: gzip,deflate[\r][\n] Wed Dec 03 16:35:00 CST 2014:DEBUG: X-Auth-Token: 13b2e551af074494ac3d5440e406e1ac[\r][\n] Wed Dec 03 16:35:00 CST

[Yahoo-eng-team] [Bug 1416970] [NEW] Typo in nova/virt/disk/vfs/localfs.py

2015-02-01 Thread Takashi NATSUME
Public bug reported: In 'setup' method of 'VFSLocalFS' class(nova/virt/disk/vfs/localfs.py), there is an extra parenthesis in log message. It should be removed. And it had better to put ':' between 'Failed to mount image' and an exception string.