[Yahoo-eng-team] [Bug 1334965] [NEW] the headroom infomation is wrong in the method of limit_check

2014-06-27 Thread zhangtralon
Public bug reported: If multiple resources beyond the quotas , the headroom information about the resources beyond the quotas is incomplete(quota.py). for example: If the lens of path and content of the injected files exceed the limits, the above situation will appear. 2014-06-27

[Yahoo-eng-team] [Bug 1334974] [NEW] create vm fail by volume when use diskfilter

2014-06-27 Thread warewang
Public bug reported: I configed the diskfilter in nova.conf,i created vm by a bootable volume and use the back-end storage , the vm flavor is following: cpu 1 mem 2G root_gb 2T In fact , the local disk in computer node is 80G, so i create vm that remind no available host; I think , i create

[Yahoo-eng-team] [Bug 1334981] [NEW] [FWaaS]: Not able to delete the firewall with shared policy and unshared rule

2014-06-27 Thread Koteswara Rao Kelam
Public bug reported: Steps to reproduce: 1. As admin, create a rule r1(unshared) and associate it to the shared policy p1 2. As a tenant1, try to create firewall f1 with policy p1 3. It thows error but f1 got created 4. We cann't even delete the created firewall f1 console: ===

[Yahoo-eng-team] [Bug 1334994] [NEW] Unsharing a shared policy/rule should not be allowed when it is in use by other tenant

2014-06-27 Thread Koteswara Rao Kelam
Public bug reported: Steps to reproduce: 1. As admin, create a shared policy p1 with shared rule r1 2. As tenant1, create a firewall f1 with policy p1 3. As admin, update p1 and r1 as unshared -- Actually it should not be allowed as they are in use but allowed in icehouse GA 4. As tenant1, try

[Yahoo-eng-team] [Bug 1335032] [NEW] Resource Id link on 'Resource Detail' page is broken

2014-06-27 Thread Unmesh Gurjar
Public bug reported: branch: master Steps to reproduce: 1. Create a stack (deploy the sample WordPress template). 2. Login to horizon and browse to the Project - Orchestration - Stacks menu. 3. Select the stack created in #1 above. 4. Browse to the 'Resources' tab. 5. Click on the

[Yahoo-eng-team] [Bug 1335031] [NEW] Cisco Nexus plugin issue delete_vlan netconf call 2 times in batch instance delete

2014-06-27 Thread Taurus Cheung
Public bug reported: Cisco Nexus plugin will issue netconf call delete_vlan to switch when the last instance on a tenant network is deleted. In my case I delete 8 instances in batch, the last instance always failed to be deleted. From /var/log/neutron/server.log, Cisco Nexus plugin thrown

[Yahoo-eng-team] [Bug 1335037] [NEW] get token fail also consume trust use

2014-06-27 Thread wanghong
Public bug reported: I think we should consume trust use only when getting token sucuess. But, currently if I get token fail the trust use will also be consumed. For example: curl -i -H Content-Type:application/json http://127.0.0.1:35357/v3/auth/tokens -d '{auth:{identity:{methods:[password],

[Yahoo-eng-team] [Bug 1335046] [NEW] project_additional_attribute_mapping not loaded on Havana

2014-06-27 Thread Marcos Lobo
Public bug reported: On openstack-keystone-2013.2.3-2 keystone config file https://github.com/openstack/keystone/blob/stable/havana/etc/keystone.conf.sample#L416 there is a reference to project_additional_attribute_mapping parameter. This parameter is not loaded on Havana version. When Keystone

[Yahoo-eng-team] [Bug 1335082] [NEW] Improve testing framework: Fail when API call is not properly mocked

2014-06-27 Thread Julie Pichon
Public bug reported: We regularly end up with exceptions traces in our test output because service calls are not properly mocked, but the tests still pass. For example: bug 1329391 (on-going), bug 1322262, bug 1259533, bug 1255936, ... We should make the test fail when this happens. It's

[Yahoo-eng-team] [Bug 1335046] Re: project_additional_attribute_mapping not loaded on Havana

2014-06-27 Thread Dolph Mathews
It looks like this issue specifically affects havana, as Icehouse and master both generate the sample configuration dynamically. Given that keystone.conf.sample represents an important source of documentation, I'd love to see a fix included in stable/havana. ** Also affects: keystone/havana

[Yahoo-eng-team] [Bug 1334926] Re: floatingip still working once connected even after it is disociated

2014-06-27 Thread Nathan Kinder
** Also affects: ossn Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1334926 Title: floatingip still working once connected even after it is

[Yahoo-eng-team] [Bug 1335180] [NEW] Argument mismatch in inherited dashboard classes

2014-06-27 Thread François Magimel
Public bug reported: One or many arguments are missing in some inherited classes in dashboards. Thus it could be an issue overriding them. ** Affects: horizon Importance: Undecided Assignee: François Magimel (linkid) Status: In Progress ** Changed in: horizon Status:

[Yahoo-eng-team] [Bug 1335193] [NEW] libvirt lxc needs iptables checksum added for dhcp packets

2014-06-27 Thread Scott Moser
Public bug reported: I tested a devstack today with libvirt-lxc, and was unable to get a dhcp address in cirros 0.3.2. The reason is that cirros's udhcpc seems to ignore the response if it doesn't have checksums. the appropriate mangle rule would be written if /dev/vhost-net , but with newer

[Yahoo-eng-team] [Bug 1334910] Re: read-only form text fields should be more apparent

2014-06-27 Thread Cindy Lu
Hi Liz, Yeah, the screenshot does show them as different colors. Dunno what's wrong with me. :) Will mark as invalid! ** Changed in: horizon Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1335226] [NEW] ML2 ensure_port_binding may be prone to race condition

2014-06-27 Thread Armando Migliaccio
Public bug reported: During method ensure_port_binding as of master: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/db.py#L59 A port can be retrieved, and if not available then created. This may be prone to reference constraint failures in highly concurrent environments.

[Yahoo-eng-team] [Bug 1335278] [NEW] compute_port in config options

2014-06-27 Thread Morgan Fainberg
Public bug reported: In ancient times keystone replaced the port for the compute service based upon it's local configuration file (templated catalog). This is silly and should not be done as it means you would need to configure the compute_port variable in keystone for it to reflect the catalog

[Yahoo-eng-team] [Bug 1319150] Re: v1 API: image data downloads for images in pending_delete fails

2014-06-27 Thread melanie witt
** Changed in: nova Importance: Undecided = Wishlist ** Changed in: nova Status: New = Opinion -- 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/1319150 Title:

[Yahoo-eng-team] [Bug 1335315] [NEW] Cells: set_admin_password doesn't work after an objects update

2014-06-27 Thread Andrew Laski
Public bug reported: Set admin password fails in the child cell service with the following: 2014-06-24 20:45:08.403 29591 DEBUG nova.openstack.common.policy [req- None] Rule compute :set_admin_password will be now enforced enforce

[Yahoo-eng-team] [Bug 1335362] [NEW] run_tests should strictly be a wrapper for tox

2014-06-27 Thread Morgan Fainberg
Public bug reported: run_tests (if kept) should strictly be a wrapper for tox ** Affects: keystone Importance: Wishlist Status: New ** Changed in: keystone Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1335366] [NEW] swift Object Details should clarify that it is UTC time

2014-06-27 Thread Cindy Lu
Public bug reported: If you look at the Object Details modal, It is currently showing UTC time. We should clarify this by appending UTC Related: https://bugs.launchpad.net/horizon/+bug/1326595 = I agree with the comments mentioned there. Would it be useful to have a *global* local time/UTC

[Yahoo-eng-team] [Bug 1335374] [NEW] New feature to clear all pop-up alert message boxes

2014-06-27 Thread Susan Tan
Public bug reported: Possible idea: a clickable button at the upper right corner to clear all the multiple alert messages. See the attached screenshot of these messages. ** Affects: horizon Importance: Undecided Status: New ** Tags: low-hanging-fruit ** Attachment added: I wish

[Yahoo-eng-team] [Bug 1335375] [NEW] ping still working once connected even after related security group rule is deleted

2014-06-27 Thread shihanzhang
Public bug reported: After we create an ICMP rule for a security group, even though we delete this rule, the VM in this security grou ping still working once connected, there is a same problem in floatingIP, bug#1334926 ** Affects: neutron Importance: Undecided Assignee: shihanzhang