[Yahoo-eng-team] [Bug 1279210] Re: Wrong arguments position in "neutron firewall-update" command

2014-02-11 Thread Eugene Nikanorov
** Project changed: neutron => python-neutronclient ** Changed in: python-neutronclient Assignee: (unassigned) => Eugene Nikanorov (enikanorov) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1279208] Re: Firewall rules can not be updated in a firewall policy after firewall policy creation

2014-02-11 Thread Eugene Nikanorov
** Changed in: neutron Assignee: (unassigned) => Eugene Nikanorov (enikanorov) ** Project changed: neutron => python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/12792

[Yahoo-eng-team] [Bug 1279212] Re: The "firewall-policy-insert-rule" returns json output instead of Field-Value table

2014-02-11 Thread Eugene Nikanorov
** Changed in: neutron Assignee: (unassigned) => Eugene Nikanorov (enikanorov) ** Project changed: neutron => python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/12792

[Yahoo-eng-team] [Bug 1279216] [NEW] No longer any need to pass admin context to aggregate DB API methods

2014-02-11 Thread Mark McLoughlin
Public bug reported: Since https://review.openstack.org/67026 the aggregate DB APIs no longer require admin context One implication of that is that methods like get_host_availability_zone() and get_availability_zones() no longer need to require an admin context and their callers, e.g. def _d

[Yahoo-eng-team] [Bug 1279212] [NEW] The "firewall-policy-insert-rule" returns json output instead of Field-Value table

2014-02-11 Thread Yair Fried
Public bug reported: Havana on RHEL6.5 Description === The "firewall-policy-insert-rule" returns json output which is the output of "firewall-policy-show" of the same policy instead of ascii Field-Value table like all show commands return. [root@puma10 ~(keystone_admin)]# neutron firewa

[Yahoo-eng-team] [Bug 1279213] [NEW] Firewall in admin state down remains in status "ACTIVE" and keeps enforcing its policy rules

2014-02-11 Thread Yair Fried
Public bug reported: Havana on RHEL6.5 Description === I moved my only firewall to admin_state_up=False, but it still enforces the policy rules, only when I delete it - it stops enforcing the policy rules. I also expected the status to change to INACTIVE right when I changed the admin_s

[Yahoo-eng-team] [Bug 1279210] [NEW] Wrong arguments position in "neutron firewall-update" command

2014-02-11 Thread Yair Fried
Public bug reported: Havana on rhel6.5 Description === The FIREWALL argument of "neutron firewall-update" should be the first argument in order to get the command successful, altough the help page mention that the FIREWALL argument should be the last argument. Scenario 1 == #

[Yahoo-eng-team] [Bug 1279208] [NEW] Firewall rules can not be updated in a firewall policy after firewall policy creation

2014-02-11 Thread Yair Fried
Public bug reported: Havana on RHEL6.5 Description === Firewall rules can not be updated in a firewall policy after the firewall policy creation (at least when the policy already created with a rule). It looks like the firewall-policy-update looks only at the first char of the policy id

[Yahoo-eng-team] [Bug 1279208] [NEW] Firewall rules can not be updated in a firewall policy after firewall policy creation

2014-02-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: RDO havana on RHEL6.4 openstack-neutron-2013.2-0.4.b3.el6 Description === Firewall rules can not be updated in a firewall policy after the firewall policy creation (at least when the policy already created with a rule). It looks like the firewal

[Yahoo-eng-team] [Bug 1279199] [NEW] unrescue a RESCUE status instance with vcenter driver failed

2014-02-11 Thread dingxy
Public bug reported: I use openstack icehouse build, when unrescue a rescued instance based on vcenter driver, the instance became to ERROR status, and when nova show we hit error below: {u'message': u'The attempted operation cannot be performed in the current state (Powered on).', u'code': 50

[Yahoo-eng-team] [Bug 1279195] [NEW] get_spice_console should catch NotImplement exception and handle it

2014-02-11 Thread jichencom
Public bug reported: in v2/v3 API layer def get_spice_console(self, req, id, body): didn't catch NotImplement exception and handle it ** Affects: nova Importance: Undecided Assignee: jichencom (jichenjc) Status: New ** Changed in: nova Assignee: (unassigned) => jichencom

[Yahoo-eng-team] [Bug 1279189] [NEW] delete or query an not exist snapshot raise exception more readable

2014-02-11 Thread jichencom
Public bug reported: In V2 API layer code, it would be better if we raise exception instead of return it try: self.volume_api.delete_snapshot(context, id) except exception.NotFound: return exc.HTTPNotFound() > use raise instead of return ** Affects: nova

[Yahoo-eng-team] [Bug 1279103] Re: CAP_PORT_FILTER should be VIF_DETAILS

2014-02-11 Thread Robert Kukura
** 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. https://bugs.launchpad.net/bugs/1279103 Title: CAP_PORT_FILTER should be VIF_DETAILS Status in OpenStack Neutron (vir

[Yahoo-eng-team] [Bug 1178103] Re: can't disable file injection for bare metal

2014-02-11 Thread Devananda van der Veen
Marking as Invalid for Ironic -- file injection is not implemented in the PXE driver and thus doesn't need to be disabled. ** Changed in: ironic Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Ope

[Yahoo-eng-team] [Bug 1279172] [NEW] Unicode encoding error exists in extended Nova API, when the data contain unicode

2014-02-11 Thread David Jia
Public bug reported: We have developed an extended Nova API, the API query disks at first, then add a disk to an instance. After querying, if disk has non-english disk name, unicode will be converted to str in nova/api/openstack/wsgi.py line 451 "node = doc.createTextNode(str(data))", then unic

[Yahoo-eng-team] [Bug 1279163] [NEW] log-related tracebacks in nsx plugin

2014-02-11 Thread Armando Migliaccio
Public bug reported: A number of VMware Mine Sweeper have shown this stacktrace: 2014-02-11 17:31:06.067 31651 DEBUG neutron.plugins.nicira.api_client.request [-] Setting X-Nvp-Wait-For-Config-Generation request header: '4403' _issue_request /opt/stack/neutron/neutron/plugins/nicira/api_client

[Yahoo-eng-team] [Bug 1227698] Re: nova should distinguish between "private_ip" "accessible_private_ip" and "public_ip" (or "private_ip", "public_ip", "internal_ip")

2014-02-11 Thread Michael H Wilson
Thanks for the suggestion. If you'd like to propose some code for this or if you can convince someone else to get on board I would suggest filing a blueprint. It might also be beneficial to start a mailing list thread on this and get some additional eyes. A bug report is not really appropriate for

[Yahoo-eng-team] [Bug 1279135] [NEW] resize instance - flavors not sorted

2014-02-11 Thread Cindy Lu
Public bug reported: New Flavor dropdown menu should be sorted by RAM or something. ** Affects: horizon 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)

[Yahoo-eng-team] [Bug 1279100] Re: keystone failed to start "No module named passlib.hash"

2014-02-11 Thread Dolph Mathews
*** This bug is a duplicate of bug 1277507 *** https://bugs.launchpad.net/bugs/1277507 ** This bug has been marked a duplicate of bug 1277507 "ImportError: No module named passlib.hash"; HTTP error 403 while getting ipaddr from googledrive.com -- You received this bug notification becaus

[Yahoo-eng-team] [Bug 1278920] Re: Bad performance when editing project members

2014-02-11 Thread Dolph Mathews
On the keystone side, this is specifically addressed by https://blueprints.launchpad.net/keystone/+spec/list-limiting On the horizon side, horizon should issue queries to keystone with as many filters as reasonably possible to avoid hitting the truncation behavior implemented above. ** Changed in

[Yahoo-eng-team] [Bug 1279103] [NEW] CAP_PORT_FILTER should be VIF_DETAILS

2014-02-11 Thread punal patel
Public bug reported: neutron/plugins/ml2/drivers/mech_hyperv.py neutron/plugins/ml2/drivers/mech_linuxbridge.py neutron/plugins/ml2/drivers/mech_openvswitch.py {portbindings.CAP_PORT_FILTER: True}) should be {portbindings.VIF_DETAILS: True}) Blueprint: Implement the binding:profile

[Yahoo-eng-team] [Bug 1279100] [NEW] keystone failed to start "No module named passlib.hash"

2014-02-11 Thread Steven Hardy
Public bug reported: Got this error from a gate verify, don't see any existing bugs describing the problem: https://review.openstack.org/#/c/71929/ http://logs.openstack.org/29/71929/4/check/check-tempest-dsvm-postgres- full/859ca89/console.html 2014-02-11 20:41:33.757 | 2014-02-11 20:41:33 [Ca

[Yahoo-eng-team] [Bug 1278853] Re: when i run "git review" for a bug, "Permission denied (publickey)."

2014-02-11 Thread Michael Still
Hi, the documentation on how to setup your development environment is here -- https://wiki.openstack.org/wiki/How_To_Contribute#If_you.27re_a_developer Specifically, we don't use ssh keys from launchpad any more, you need to upload it into review.openstack.org. ** Changed in: nova Status:

[Yahoo-eng-team] [Bug 879526] Re: Instance fails to allocate the correct IP address after receiving two

2014-02-11 Thread Michael Still
** Changed in: nova Status: Incomplete => 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/879526 Title: Instance fails to allocate the correct IP address a

[Yahoo-eng-team] [Bug 1012618] Re: GET console output of server in Rebuild status is throwing 500 error

2014-02-11 Thread Michael Still
** Changed in: nova Status: Incomplete => 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/1012618 Title: GET console output of server in Rebuild status is

[Yahoo-eng-team] [Bug 1231339] Re: keystone s3_token middleware not usable

2014-02-11 Thread Jamie Lennox
@Dolph: This would appear to me to be a keystone issue or possibly swift should be doing gettext before importing the middleware. There are no gettext translations in the client. The exception here is coming from keystone - Swift should update to use s3token from keystoneclient now that has been r

[Yahoo-eng-team] [Bug 1279055] [NEW] vmware: performance issue on restart of nova compute when there are a large number of vms

2014-02-11 Thread Sreeram Yerrapragada
Public bug reported: When there are large number of VMs in the could there is a performance issue on restarting of nova compute. Compute server tries to sync states of all the vm and does not respond until sync is complete. ** Affects: nova Importance: Undecided Status: New ** Tag

[Yahoo-eng-team] [Bug 1279052] [NEW] vmware: Performance issue with Delete VM when there are 100s of networks and ports in the cloud

2014-02-11 Thread Sreeram Yerrapragada
Public bug reported: When there are 100s of networks and ports in the system, concurrent delete vm action uses 100% cpu and brings the system to stand still. None of the openstack services respond until the vm is deleted. ** Affects: nova Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1279032] Re: openstack-dashboard not fully updated for Django 1.5

2014-02-11 Thread Chuck Short
** Also affects: horizon (Ubuntu) Importance: Undecided Status: New ** Changed in: horizon Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.la

[Yahoo-eng-team] [Bug 1279032] [NEW] openstack-dashboard not fully updated for Django 1.5

2014-02-11 Thread Ramon Acedo
Public bug reported: Installing Grizzly on Ubuntu 12.04 and using the Cloud Archive, when accessing the horizon I get an Internal Server Error caused by using "from django.utils.translation import force_unicode" in /usr/share /openstack-dashboard/openstack_dashboard/dashboards/admin/users/forms.py

[Yahoo-eng-team] [Bug 1278920] Re: Bad performance when editing project members

2014-02-11 Thread Guilherme Lazzari
** Also affects: keystone Importance: Undecided Status: New ** Description changed: In an envrionment with where there are more than 1000 users, edito project members dialog performs a query for each user to get its roles, which results in a bad performance. There are some alterna

[Yahoo-eng-team] [Bug 1279007] [NEW] check-tempest-dsvm-cells-full fails hard in check queue

2014-02-11 Thread Matt Riedemann
Public bug reported: check-tempest-dsvm-cells-full failed with a ton of errors in this patch, but I don't think it's related to this patch: check-tempest-dsvm-cells-full Looking at the first error in the parent cell log here: http://logs.openstack.org/59/72559/2/check/check-tempest-dsvm-cells-

[Yahoo-eng-team] [Bug 1279000] [NEW] db migrate script to set charset=utf8 for all tables

2014-02-11 Thread Bhuvan Arumugam
Public bug reported: 2014-02-11 17:42:15.495 26564 CRITICAL glance [-] ValueError: Tables "image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks" have non utf8 collation, please make sure all tables are CHARSET=utf8 2014-02-11 17:42:15.495 26564 TRACE g

[Yahoo-eng-team] [Bug 1278991] [NEW] NSX: Deadlock can occur in sync code

2014-02-11 Thread Aaron Rosen
Public bug reported: The sync code that syncs the operational status to the db calls out to nsx within a db transaction which can cause deadlock if another request comes in and eventlet context switches it. ** Affects: neutron Importance: High Assignee: Aaron Rosen (arosen) Sta

[Yahoo-eng-team] [Bug 1278956] [NEW] Table rendering broken for certain objects

2014-02-11 Thread Brian DeHamer
Public bug reported: The patch that was submitted for Bug #1203391 (https://bugs.launchpad.net/horizon/+bug/1203391) introduced a slight refactoring of the Column.get_raw_data method (https://github.com/openstack/horizon/commit/abb76704d014eab68dc0aabe6c8d1d0d762e56e9#diff-0). Specifically, the or

[Yahoo-eng-team] [Bug 1278939] [NEW] Insufficient upper bounds checking performed on flavor-create API

2014-02-11 Thread John Warren
Public bug reported: The fix for bug #1243195 added upper-bound checking for flavor fields based on sys.maxint. The problem is that the value of maxint varies by platform (either 32- or 64-bit signed integers), while the INTEGER type in databases is limited to 32-bit signed integers. This means

[Yahoo-eng-team] [Bug 1278920] [NEW] Bad performance when editing project members

2014-02-11 Thread Guilherme Lazzari
Public bug reported: In an envrionment with where there are more than 1000 users, edito project members dialog performs a query for each user to get its roles, which results in a bad performance. There are some alternatives to fix in the UI side, but we could also fix in keystone with an extension

[Yahoo-eng-team] [Bug 1271311] Re: Neutron should disallow a CIDR of /32

2014-02-11 Thread Paul Ward
It's been decided to abandon this fix because it's preventing something that, while not useful, is technically "ok". The better place for this fix would be in the UI as a hint to the user. For more info: http://lists.openstack.org/pipermail/openstack- dev/2014-January/025385.html ** Changed in:

[Yahoo-eng-team] [Bug 1233188] Re: Cant create VM with rbd backend enabled

2014-02-11 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Importance: Undecided => Medium ** Changed in: nova/havana Status: New => In Progress ** Changed in: nova/havana Assignee: (unassigned) => Xavier Queralt (xqueralt) -- You receive

[Yahoo-eng-team] [Bug 1158807] Re: Qpid SSL protocol

2014-02-11 Thread Alan Pevec
** Also affects: nova/grizzly Importance: Undecided Status: New ** Changed in: nova/grizzly Assignee: (unassigned) => Xavier Queralt (xqueralt) ** Changed in: nova/grizzly Importance: Undecided => High ** Changed in: nova/grizzly Status: New => In Progress -- You recei

[Yahoo-eng-team] [Bug 1276510] Re: MySQL 2013 lost connection is being raised

2014-02-11 Thread Flavio Percoco
** Also affects: nova 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/1276510 Title: MySQL 2013 lost connection is being raise

[Yahoo-eng-team] [Bug 1278853] [NEW] when i run "git review" for a bug, "Permission denied (publickey)."

2014-02-11 Thread wangxh.openstack
Public bug reported: when i run "git review" for a bug, log shows : Problems encountered installing commit-msg hook Permission denied (publickey). --- and i'ver upload my ssh

[Yahoo-eng-team] [Bug 1278849] [NEW] Need more log info for "Instance could not be found" error.

2014-02-11 Thread Venkatesh Sampath
Public bug reported: Rarely, when looking up for the details of an 'instance_id' we get to see the following error. But the instance pertaining to the instance_id is still available and active. call: GET /${project_id}/servers/${instance_id} HTTP exception thrown: Instance could not be found (404

[Yahoo-eng-team] [Bug 1278845] [NEW] Disassociate floating ip from instance remove them from ip allocation list

2014-02-11 Thread William Novais
Public bug reported: Hi, I'm using Havanna, nova(qemu) and neutron. root@controller:~# neutron --version 2.3.0 root@controller:~# nova --version 2.15.0 If i disassociate a floating ip from instance using Instances > More > disassociate Floating IP the ip is removed from floating ips list, but i

[Yahoo-eng-team] [Bug 1278843] [NEW] Neutron doesn't report using a stale CA certificate

2014-02-11 Thread Piotr Wachowicz
Public bug reported: It seems that when the CA certificate cashed locally by Neutron in /var/lib/neutron/keystone-signing/ is stale (does not match the current CA cert used by keystone), it is not possible to start a new instance. This is understandable. However, the stacktrace error you get whil

[Yahoo-eng-team] [Bug 1278828] [NEW] Branch info is shown incorrectly while downloading

2014-02-11 Thread Alexander Gorodnev
Public bug reported: If branch name is missing in config file, then branch name is shown as 'None' instead of 'master' Output: INFO: @anvil.components.base_install : |-- git://github.com/openstack/oslo.config.git INFO: @anvil.downloader : Downloading git://github.com/openstack/oslo.config.git

[Yahoo-eng-team] [Bug 1207576] Re: python package amqp, should not run in debug mode when nova is in debug mode

2014-02-11 Thread Doug Hellmann
** Changed in: oslo Status: Fix Committed => In Progress ** Changed in: oslo Status: In Progress => Won't Fix -- 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/

[Yahoo-eng-team] [Bug 1278825] [NEW] Raising NotImplementedError makes it impossible to use super() properly

2014-02-11 Thread Radomir Dopieralski
Public bug reported: There is an antipattern in Python, where to define a "virtual" method people would raise a NotImplementedError exception in the body of the method. This makes it impossible to use super() properly with that method and, because of that, to use multiple inheritance, such as mixi

[Yahoo-eng-team] [Bug 1278823] [NEW] VPNaaS tests refactoring

2014-02-11 Thread Tatiana Mazur
Public bug reported: Some VPNaaS tests have redundant code and need to be refactored ** Affects: horizon Importance: Wishlist Assignee: Tatiana Mazur (tmazur) Status: In Progress ** Changed in: horizon Assignee: (unassigned) => Tatiana Mazur (tmazur) ** Changed in: horiz

[Yahoo-eng-team] [Bug 1278819] [NEW] Incorrect instance count shown in overview page

2014-02-11 Thread Erasmo Isotton
Public bug reported: Incorrect instance count shown in overview page Steps to Reproduce the problem 1. Perform provisioning and deletion of the VMs 2. Check the Horizon home page for values 3. Horizon shows 95 active instances 4. VCenter console shows only 20 instances 5. The values are not updat

[Yahoo-eng-team] [Bug 1278674] Re: Vm doesn't get IP due to deleting another subnet

2014-02-11 Thread shihanzhang
this bug has already be fixed! ** 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. https://bugs.launchpad.net/bugs/1278674 Title: Vm doesn't get IP due to deleting anoth

[Yahoo-eng-team] [Bug 1275062] Re: image location is logged when authentication to store fails

2014-02-11 Thread Thierry Carrez
+1 for impact description ** No longer affects: glance/grizzly -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1275062 Title: image location is logged when authentication to store fails

[Yahoo-eng-team] [Bug 980037] Re: Service managers starting keystone-all don't know when its ready

2014-02-11 Thread Jakub Libosvar
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Jakub Libosvar (libosvar) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1278796] [NEW] Horizon Ceilometer hard-coded availability zone

2014-02-11 Thread David Taylor
Public bug reported: I spent the last couple of hours trying to figure out why nothing was showing up under the 'Compute' menu in the 'Resource Usage' panel in Horizon. I am using a custom availability zone name for my Nova compute nodes. I am using 'openstack-dashboard' version 2013.2.1-1 on a Ce

[Yahoo-eng-team] [Bug 1272200] Re: image-create failed, but not return correct messages

2014-02-11 Thread ugvddm
** Project changed: glance => python-glanceclient ** Changed in: python-glanceclient Assignee: (unassigned) => ugvddm (271025598-9) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/12722

[Yahoo-eng-team] [Bug 1278739] [NEW] trusts in keystone fail in backend when impersonation is not provided

2014-02-11 Thread Lance Bragstad
Public bug reported: When creating trusts in Keystone, if 'impersonation' is not provided Keystone fails out in the backend code. This should probably be handed at the controller level to be consistent across all backends. lbragstad@precise64:~/curl-examples$ cat create_trust.json { "trust":

[Yahoo-eng-team] [Bug 1278741] [NEW] resource tracker fails after migration if instance is already tracked on new node

2014-02-11 Thread Pavel Kirpichyov
Public bug reported: {u'message': u'\'list\' object has no attribute \'iteritems\' Traceback (most recent call last):

[Yahoo-eng-team] [Bug 1278738] [NEW] trusts in keystone fail in driver when impersonation is not provided

2014-02-11 Thread Lance Bragstad
Public bug reported: When creating trusts in Keystone, if 'impersonation' is not provided Keystone fails out in the backend code. This should probably be handed at the controller level to be consistent across all backends. lbragstad@precise64:~/curl-examples$ cat create_trust.json { "trust":