[Yahoo-eng-team] [Bug 1336652] [NEW] Firewall status should not show as active after changing enabled =false in neutron.conf

2014-07-02 Thread Koteswara Rao Kelam
Public bug reported: Steps to Reproduce: 1. enable firewall in OSC and NN in neutron.conf 2. create firewall rule for icmp deny and attach it to a newly created policy 3. create firewall and attach the above policy 4. check the firewall status shows active 5. In neutron.conf in NN, change

[Yahoo-eng-team] [Bug 1336677] [NEW] nova.tests.db.test_db_api.SecurityGroupTestCase.test_security_group_get_no_instances failed in python2.7 unittest

2014-07-02 Thread Alex Xu
Public bug reported: http://logs.openstack.org/36/98036/6/check/gate-nova- python27/3e5ee07/testr_results.html.gz ft1.5430: nova.tests.db.test_db_api.SecurityGroupTestCase.test_security_group_get_no_instances_StringException: Empty attachments: stdout pythonlogging:'': {{{ ERROR

[Yahoo-eng-team] [Bug 1336683] [NEW] Multipath device descriptor and iscsi device not deleted when detaching multiple volumes at the same time at the same host

2014-07-02 Thread Nikolas Hermanns
Public bug reported: For every detached volume the nova-compute instance deletes all multipath devices from the host while detaching. This is working fine if the volumes are detached each by each, but not for multiple detachment. Nova-compute always rescans the iscsi devices before it detaches

[Yahoo-eng-team] [Bug 1336684] [NEW] Changing limits in api-paste.ini does not work

2014-07-02 Thread Sam Chen
Public bug reported: I tried to disable the limit size after using Devstack with latest tuno code . the following is what I did. To enable limits, include the ratelimit' filter in the API pipeline specification. If the ratelimit filter is removed from the pipeline, limiting is disabled. You

[Yahoo-eng-team] [Bug 955792] Re: No public IP addresses listed in server representation

2014-07-02 Thread Jaroslav Henner
This also happens with Neutron ** Changed in: nova Status: Invalid = New -- 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/955792 Title: No public IP addresses

[Yahoo-eng-team] [Bug 1336760] [NEW] Routes is in an unsupported or invalid wheel

2014-07-02 Thread Davanum Srinivas (DIMS)
Public bug reported: gate-keystone-python33 and gate-oslo-incubator-python33 are failing 2014-07-02 03:43:50.194 | Cleaning up... 2014-07-02 03:43:50.194 | Routes is in an unsupported or invalid wheel 2014-07-02 03:43:50.194 | Storing debug log for failure in /home/jenkins/.pip/pip.log Example

[Yahoo-eng-team] [Bug 1336767] [NEW] Instance disappeared during wait for destroy should be a warning not an error

2014-07-02 Thread Phil Day
Public bug reported: Currently Nova logs an error if a libvirt domain disappears during while waiting for it to be destroyed, but the code actually treats this (correctly) as a recoverable situation since the end result is the required one. Hence this should be logged as a warning not an error.

[Yahoo-eng-team] [Bug 1336769] [NEW] LDAP additional attribute mappings do not care about model attribute

2014-07-02 Thread Marcos Lobo
Public bug reported: Additional attribute mappings can be used to map ldap attributes to internal keystone attributes. This allows keystone to fulfill ldap objectclass requirements. List of additional LDAP attributes used for mapping additional attribute mappings for users (or projects).

[Yahoo-eng-team] [Bug 1334031] Re: some security rule template names should be translated

2014-07-02 Thread Doug Fish
** Also affects: openstack-chef Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1334031 Title: some security rule

[Yahoo-eng-team] [Bug 1336798] [NEW] Disk filter return false while instances booted from remote volumes

2014-07-02 Thread XiaoDui Huang
Public bug reported: I am trying to boot instances from remote volumes, but it's scheduling failed. The error message is Failed to scheduler_run_instance: No valid host was found. It is failing at DiskFilter. The remote volume has been created successful and status is available. Disk size of

[Yahoo-eng-team] [Bug 1336800] [NEW] neutron firewall-rule-show is not displaying protocol field when set to any

2014-07-02 Thread Koteswara Rao Kelam
Public bug reported: DESCRIPTION: neutron firewall-rule-show is not displaying protocol field when set to any Steps to Reproduce: create a firewall rule with protocol option as any check the protocol field in neutron firewall-rule-show rule-id Actual Results: root@IGA-OSC:~# fwrc --name r4

[Yahoo-eng-team] [Bug 1336796] [NEW] Horizon: Creating an image with local image blocks the dialog

2014-07-02 Thread Ido Ovadia
Public bug reported: Description of problem: === Creating an image with local image blocks 'Create An Image' dialog. Version-Release number of selected component (if applicable): == python-django-horizon-2014.1-7.el7ost.noarch

[Yahoo-eng-team] [Bug 1336823] [NEW] Trove database table not displaying host

2014-07-02 Thread Andrew Bramley
Public bug reported: In the horizon dashboard the trove databases table currently displays nothing for the host ip address / name of the database. Fix this to correctly display the hostname ** Affects: horizon Importance: Undecided Assignee: Andrew Bramley (andrlw) Status:

[Yahoo-eng-team] [Bug 1312199] Re: cirros 0.3.1 fails to boot

2014-07-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/102793 Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=bfcb2ff732ffdf2ed50be6a677f1b6182a0213a4 Submitter: Jenkins Branch:master commit bfcb2ff732ffdf2ed50be6a677f1b6182a0213a4 Author: Attila Fazekas afaze...@redhat.com

[Yahoo-eng-team] [Bug 1336798] Re: Disk filter return false while instances booted from remote volumes

2014-07-02 Thread Yaguang Tang
by default, nova doesn't allow disk over commit, so your actual disk space is 50G in nova-compute node, you can't boot an instance with 100G root disk flavor. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1336829] [NEW] Action and action events not soft deleted

2014-07-02 Thread Phil Day
Public bug reported: Entries in the instance_actions and instance_actions_events table should be soft deleted as part of teh associated instance deletion. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1336571] Re: Power State value 'No State' should be 'Unknown'

2014-07-02 Thread Julie Pichon
I'm going to mark this as Invalid because the output of nova list shows the state as No state. I think it is confusing to give different names to the states depending on whether one is using Horizon or the CLI. ** Changed in: horizon Status: New = Invalid ** Changed in: horizon

[Yahoo-eng-team] [Bug 1290468] Re: AttributeError: 'NoneType' object has no attribute '_sa_instance_state'

2014-07-02 Thread Roman Podoliaka
** No longer affects: fuel ** No longer affects: fuel/5.0.x ** No longer affects: fuel/5.1.x -- 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/1290468 Title:

[Yahoo-eng-team] [Bug 1334164] Re: nova error migrating VMs with floating ips: 'FixedIP' object has no attribute '_sa_instance_state'

2014-07-02 Thread Roman Podoliaka
** Also affects: fuel/5.0.x Importance: Undecided Status: New ** Also affects: fuel/5.1.x Importance: Critical Assignee: Roman Podoliaka (rpodolyaka) Status: Fix Committed ** Changed in: fuel/5.0.x Status: New = Fix Committed ** Changed in: fuel/5.1.x

[Yahoo-eng-team] [Bug 1336418] Re: Admin auth check seems to override policy rules.

2014-07-02 Thread Charles V Bock
Yes this does seem valid, especially with the more diverse v3 policy system. ** Changed in: horizon Status: Invalid = New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1336077] Re: file permission wrong on /etc/nova/release

2014-07-02 Thread Tracy Jones
Can you contact the SLES packaging folks on this one? Not a nova issue ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1331912] Re: [OSSA 2014-022] V2 Trusts allow trustee to emulate trustor in other projects (CVE-2014-3520)

2014-07-02 Thread Tristan Cacqueray
** Changed in: keystone Status: In Progress = Won't Fix ** Changed in: keystone Status: Won't Fix = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1331912

[Yahoo-eng-team] [Bug 1331912] Re: [OSSA 2014-022] V2 Trusts allow trustee to emulate trustor in other projects (CVE-2014-3520)

2014-07-02 Thread Thierry Carrez
** Also affects: keystone/icehouse Importance: Undecided Status: New ** Also affects: keystone/havana Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1336851] [NEW] Trove Database Detail panel name should be plural

2014-07-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: When you select a database instance from the databases table we display the details page for that instance Currently that page title is 'Database Detail: name' All other components use the plural form e.g. Volume Details: name We should change trove to

[Yahoo-eng-team] [Bug 1336865] [NEW] Trove UI doesn't should created and updated times

2014-07-02 Thread Andrew Bramley
Public bug reported: Most components show created and updated times for an instance when you look at the 'Details' view for that instance We should add 'Created' and 'Updated' attributes to the trove horizon dashboard for Database Instances and Backups when you select them and display the

[Yahoo-eng-team] [Bug 1336851] Re: Trove Database Detail panel name should be plural

2014-07-02 Thread Andrew Bramley
** Project changed: trove = horizon -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1336851 Title: Trove Database Detail panel name should be plural Status in

[Yahoo-eng-team] [Bug 1336883] [NEW] Should not be able to attach/detach interface during building state

2014-07-02 Thread Drew Thorstensen
Public bug reported: During the VM building state, the nova API allows for interface attach and detach. It generally does not succeed because the VM may not be created yet on the hypervisor (ex. the image may be transferring if using local disks and glance). Then the VM is brought up as defined

[Yahoo-eng-team] [Bug 1323578] Re: randmly failing rebuild on ssh-key errors on a setup which is configured for non-migration resize

2014-07-02 Thread melanie witt
What I'm saying is, if you configure allow_resize_to_same_host, it means that it will add the same host to the destination options. If you have compute1, compute2, and compute3 and the instance resides on compute1, here is how it looks: With allow_resize_to_same_host=False, compute2 and compute3

[Yahoo-eng-team] [Bug 1336910] [NEW] oauth1 response content type is incorrect

2014-07-02 Thread Steve Martinelli
Public bug reported: OAuth1 response type is incorrectly being labelled as json, when it should be urlencoded. ** Affects: keystone Importance: Undecided Assignee: Brant Knudson (blk-u) Status: In Progress ** Affects: python-keystoneclient Importance: Undecided

[Yahoo-eng-team] [Bug 1330896] Re: firewall rule should not be allowed to create with same source ip and destination ip

2014-07-02 Thread Eugene Nikanorov
** Changed in: neutron Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1330896 Title: firewall rule should not be allowed to create with same source

[Yahoo-eng-team] [Bug 1336955] [NEW] glance-api logs INFO for glance-registry ServerError 500 response

2014-07-02 Thread Scott Devoid
Public bug reported: Example log for glance-api: 2014-07-02 16:21:01.890 6154 INFO glance.registry.client.v1.client [9995d562-1829-43ad-9935-858019da475c b465c269f9f54fc09018a2a526d3e649 9d40160dbb0c48e4bb7cb29b6f125048] Registry client request GET /images/detail raised ServerError This

[Yahoo-eng-team] [Bug 1336958] [NEW] glance-api calls to glance-registry should maintain request IDs

2014-07-02 Thread Scott Devoid
Public bug reported: Example log in glance-api: 2014-07-02 14:01:33.850 27365 DEBUG glance.registry.client.v1.client [230e7f01-13eb-429f-81a3-88e55f883f2c 3e35b9d7f074420880e119472f7a234a 9d40160dbb0c48e4bb7cb29b6f125048] Registry request GET /images/detail HTTP 200 request id

[Yahoo-eng-team] [Bug 1336970] [NEW] VMware store to use content-length when available

2014-07-02 Thread Arnaud Legendre
Public bug reported: commit cb93eb60abf10af6fbb1ee438a6e8a51853e6788 changed the VMware store to use chunked encoding when the size is not known (or zero). We still need to use Content-Length when we know the image size. ** Affects: glance Importance: Undecided Assignee: Arnaud

[Yahoo-eng-team] [Bug 1336977] [NEW] nova-scheduler insufficient log details

2014-07-02 Thread Scott Devoid
Public bug reported: File this under non-debug log usability. If your system is full (i.e. a schedule attempt runs out of hosts to use), the following log message is printed if debug is disabled: 2014-07-02 17:13:55.584 7567 WARNING nova.scheduler.driver [req-

[Yahoo-eng-team] [Bug 1334651] Re: Nova api service outputs error messages when SIGHUP signal is sent

2014-07-02 Thread Davanum Srinivas (DIMS)
** Also affects: oslo Importance: Undecided Status: New -- 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/1334651 Title: Nova api service outputs error messages

[Yahoo-eng-team] [Bug 1337037] [NEW] Havana LBaas test_pool_unscheduling_on_pool_deletion test failure

2014-07-02 Thread Fawad Khaliq
Public bug reported: neutron.tests.unit.services.loadbalancer.test_agent_scheduler.LBaaSAgentSchedulerTestCaseXML.test_pool_unscheduling_on_pool_deletion is consistently failing in Havana Jenkins pipeline. Here's the output: 2014-06-28 20:36:22.462 | running=OS_STDOUT_CAPTURE=1

[Yahoo-eng-team] [Bug 1327473] Re: Don't use mutables as default args

2014-07-02 Thread Liusheng
** Also affects: python-heatclient 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/1327473 Title: Don't use mutables as default args Status

[Yahoo-eng-team] [Bug 1331443] Re: Neutron custom policy.json no longer working after Icehouse upgrade

2014-07-02 Thread Robert van Leeuwen
Never mind This issue was caused by a improper setting of the auth_strategy in the neutron.conf. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.