[Yahoo-eng-team] [Bug 1289174] [NEW] resize an instance should not set state to error if no host found

2014-03-06 Thread jichencom
Public bug reported: In resize operation there is code looks like: if not instance['host']: self._set_instance_error_state(context, instance['uuid']) msg = _('Instance has no source host') raise exception.MigrationError(msg) same_host = instance['host'] == self.host if same_host and

[Yahoo-eng-team] [Bug 1289164] [NEW] FloatingIpNotFoundForHost isn't handled when showing floating ips by host

2014-03-06 Thread Haiwei Xu
Public bug reported: When showing the floating ips by host, I got this error. $ nova floating-ip-bulk-list --host xxx ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-9a17c8cf-b1cd-4092-b853-7e24126db7e8) and in the nova-api log I got this message: 014-03-05 04:01:40.270 ERR

[Yahoo-eng-team] [Bug 1287983] Re: hyperv check failure

2014-03-06 Thread Joe Gordon
looks like this wasn't a nova bug, marking as invalid. Thanks Octavian ** Changed in: nova Status: Triaged => Invalid ** Changed in: nova Importance: Medium => Undecided -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to O

[Yahoo-eng-team] [Bug 1289139] [NEW] Configurable values is not printed in the OFA agent log file

2014-03-06 Thread fumihiko kakuma
Public bug reported: When the neutron-server starts up, it prints out the configurable values in the q-svc log. This values is useful in debugging problems. Such output is not in the OFA agent's log file. related bug 1285962 ** Affects: neutron Importance: Undecided Assignee: fumihiko

[Yahoo-eng-team] [Bug 1289135] [NEW] cinderclient AmbiguousEndpoints in Nova API when deleting nested stack

2014-03-06 Thread Mike Spreitzer
Public bug reported: While chasing down some errors I found the first one was the following, found in the log from the Nova API process. 2014-03-06 22:17:41.713 ERROR nova.api.openstack [req-0a2e7b6b-8ea8-48f1-b6c9-4c6a20ba27b4 admin admin] Caught error: AmbiguousEndpoints: [{u'url': u'http://

[Yahoo-eng-team] [Bug 1289138] [NEW] BigSwitch: Consistency watchdog doesn't work

2014-03-06 Thread Kevin Benton
Public bug reported: The consistency watchdog for the BigSwitch plugin server manager currently does not work. It incorrectly calls rest_call on a servers list rather than calling it on the server pool object. https://github.com/openstack/neutron/blob/7255e056092f034daaeb4246a812900645d46911/neu

[Yahoo-eng-team] [Bug 1289134] [NEW] BigSwitch: Cfg.error call formatted incorrectly

2014-03-06 Thread Kevin Benton
Public bug reported: In an exception handling case a config error is raised; however, the call is currently formatted incorrectly. It passes the details as a second parameter rather than performing the string formatting in place. It also refers to strerror, which may not be present on all excepti

[Yahoo-eng-team] [Bug 1289132] [NEW] BigSwitch: Unfriendly error for server misconfiguration

2014-03-06 Thread Kevin Benton
Public bug reported: If the server port is misconfigured, the plugin dies with an unfriendly error when starting the BigSwitch plugin. e.g. ValueError: invalid literal for int() with base 10: 'a' ** Affects: neutron Importance: Undecided Assignee: Kevin Benton (kevinbenton) St

[Yahoo-eng-team] [Bug 1289130] [NEW] ERROR log "No DHCP agents are associated with network" is not an error in most cases

2014-03-06 Thread Akihiro Motoki
Public bug reported: dhcp-agent notifier outputs ERROR log "No DHCP agents are associated with network" but it is not an error and valid cases in most cases. It is so annoying for debugging and monitoring. No dhcp-agent association for a network was logged as ERROR level. However it is complete

[Yahoo-eng-team] [Bug 1240554] Re: Insecure live migration with libvirt driver

2014-03-06 Thread Nathan Kinder
** Changed in: ossn Status: In Progress => Fix Released -- 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/1240554 Title: Insecure live migration with libvirt driver

[Yahoo-eng-team] [Bug 1285478] Re: Enforce alphabetical ordering in requirements file

2014-03-06 Thread John Griffith
I don't think this is a real problem, especially considering the req files should be auto-updated anyway. I don't see any value in messing with this, other than making sure we're in alphabetical order once then let the requirements update tools update files correctly. Adding a check for this does

[Yahoo-eng-team] [Bug 1288877] Re: Missing copyright text in oslo-incubator in openstack/common/__init__.py

2014-03-06 Thread Michael Still
By policy files without code should not include a copyright header. I know this file has code, but only two lines. Also, not a nova bug, we'll pickup whatever oslo does on next import. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a membe

[Yahoo-eng-team] [Bug 1289115] [NEW] check_signature syntax error

2014-03-06 Thread Xurong Yang
Public bug reported: credentials is a dictionary,credentials.signature syntax error def check_signature(self, creds_ref, credentials): signer = ec2_utils.Ec2Signer(creds_ref['secret']) signature = signer.generate(credentials) if utils.auth_str_equal(credentials['sig

[Yahoo-eng-team] [Bug 1289100] [NEW] SDN-VE plugin agent does not report its state

2014-03-06 Thread Mohammad Banikazemi
Public bug reported: The agent for SDN-VE plugin does not show its state periodically and the plugin does not support the "agent" extension. For conformity wit Neutron agents, this needs to be added to the plugin and the agent. ** Affects: neutron Importance: Undecided Assignee: Mohamma

[Yahoo-eng-team] [Bug 1155512] Re: Issues with booting from the volume

2014-03-06 Thread Vincent Hou
This issue has been fixed by https://review.openstack.org/#/c/33296/. ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1289088] [NEW] iptables firewall doesn't parse icmp type in security group rule

2014-03-06 Thread Xu Han Peng
Public bug reported: In current security group code, source_port_range_min and source_port_range_max are used to specify icmp type and code when security group rule protocol is icmp. However, the code _port_arg in iptables_firewall called by _convert_sgr_to_iptables_rules skips protocol icmp when

[Yahoo-eng-team] [Bug 1289082] [NEW] neutron not schedule the network to DHCP agent

2014-03-06 Thread li,chen
Public bug reported: Hi list, I’m working on CentOS 6.4 + Havana. When I create a new network, I get error message in /var/log/neutron/server.log: Run command: neutron net-create test-network03 Output in /var/log/neutron/server.log: 2014-03-06 13:28:37.078 21277 ERROR neutron.api.rpc.agentn

[Yahoo-eng-team] [Bug 1288508] Re: issue when I using pki as the token provider

2014-03-06 Thread li,chen
Wrong configurations for provider = keystone.token.providers.pki. It should be provider = keystone.token.providers.pki.Provider ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is sub

[Yahoo-eng-team] [Bug 1289079] [NEW] using "nova diagnostics" with a not running instance, return a incorrect message

2014-03-06 Thread ugvddm
Public bug reported: Reproduce: 1. nova stop cirros 2.nova diagnostics cirros [root@control-compute00 ~(keystone_admin)]# nova diagnostics cirros ERROR: 'NoneType' object has no attribute 'iteritems' ** Affects: nova Importance: Undecided Status: New -- You received this bug notif

[Yahoo-eng-team] [Bug 1289078] [NEW] can't not use file-based backend for catalog

2014-03-06 Thread li,chen
Public bug reported: Hi list, I’m working under CentOS 6.4 + Havana. I want to use the file based back-end for keystone catalog. But, after I configured that, when I run command “keystone service list” and “keystone endpoint-list”, I get nothing. Anyone know why this happened ??? If I’m us

[Yahoo-eng-team] [Bug 1252827] Re: VMWARE: Intermittent problem with stats reporting

2014-03-06 Thread Sabari Murugesan
** Changed in: openstack-vmwareapi-team Status: In Progress => Fix Released -- 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/1252827 Title: VMWARE: Intermittent pro

[Yahoo-eng-team] [Bug 1289066] [NEW] L3 Agent cannot process RPC messages until _sync_routers_task is finished

2014-03-06 Thread Carl Baldwin
Public bug reported: When L3 agent starts or restarts, it almost immediately goes in to a _sync_routers_task run. This task is synchronized with _rpc_loop so that only one can happen at a time. The problem with this is that -- at least at scale -- the _sync_routers_task can take a VERY LONG time

[Yahoo-eng-team] [Bug 1289062] [NEW] LDAP read only config options are ignored

2014-03-06 Thread Jamie Lennox
Public bug reported: The LDAP configuration includes a number of options such as: [ldap] user_allow_create = False user_allow_update = False user_allow_delete = False tenant_allow_create = True tenant_allow_update = True tenant_allow_delete = True role_allow_create = True role_allow_update = Tr

[Yahoo-eng-team] [Bug 1289064] [NEW] live migration of instance should claim resources on target compute node

2014-03-06 Thread Chris Friesen
Public bug reported: I'm looking at the current Icehouse code, but this applies to previous versions as well. When we create a new instance via _build_instance() or _build_and_run_instance(), in both cases we call instance_claim() to test for resources and reserve them. During a cold migration w

[Yahoo-eng-team] [Bug 1289046] [NEW] floatingip_status migration not including Embrane's plugin

2014-03-06 Thread Ivar Lazzaro
Public bug reported: 2eeaf963a447_floatingip_status migration script is not including Embrane's core plugin (thus breaking the tests). ** Affects: neutron Importance: Undecided Assignee: Ivar Lazzaro (mmaleckk) Status: In Progress ** Changed in: neutron Assignee: (unassig

[Yahoo-eng-team] [Bug 1289027] [NEW] BigSwitch: More unit tests required for servermanager

2014-03-06 Thread Kevin Benton
Public bug reported: The server manager component of the BigSwitch plugin needs more unit tests to exercise some functions that are currently mocked out as part of the existing unit tests. ** Affects: neutron Importance: Undecided Assignee: Kevin Benton (kevinbenton) Status: Ne

[Yahoo-eng-team] [Bug 1287209] Re: VMware: boot from image: exception on close

2014-03-06 Thread Eric Brown
After updating my devstack, I could no longer reproduce it. But I'll keep an eye out for it. ** Changed in: nova Status: In Progress => Invalid ** Changed in: nova Assignee: Eric Brown (ericwb) => (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1288963] Re: NSX: On deletion of Security Profile the port security address pair also got deleted

2014-03-06 Thread Armando Migliaccio
** 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/1288963 Title: NSX: On deletion of Security Profile the port security address pair a

[Yahoo-eng-team] [Bug 1289036] [NEW] instance will not delete when failing to bind vif's

2014-03-06 Thread Clint Byrum
Public bug reported: This instance will not go away despite multiple 'nova delete's +--+-

[Yahoo-eng-team] [Bug 1289039] [NEW] Cisco Neutron plugin fails in DB migration

2014-03-06 Thread Sourabh Patwardhan
Public bug reported: For Cisco Neutron plugin: Alembic migration from revision f44ab9871cd6 to 2eeaf963a447 because the floatingips table doesn't exist. The fix is to add the plugin to the DB migration path for L3. ** Affects: neutron Importance: Undecided Status: New -- You rec

[Yahoo-eng-team] [Bug 1289007] [NEW] Hyper-V agent does not count metrics for individual ports

2014-03-06 Thread Claudiu Belu
Public bug reported: The Hyper-V agent is currently obtaining aggregated metrics instead of values for each individual port. This leads to erroneous values in case instances have multiple ports. ** Affects: neutron Importance: Undecided Assignee: Claudiu Belu (cbelu) Status: N

[Yahoo-eng-team] [Bug 1253497] Re: Replace uuidutils.generate_uuid() with str(uuid.uuid4())

2014-03-06 Thread John Vrbanac
** Changed in: barbican Status: Fix Committed => Fix Released -- 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/1253497 Title: Replace uuidutils.generate_uuid() with

[Yahoo-eng-team] [Bug 1262450] Re: Nova doesn't update vnc listen address during migration with libvirt

2014-03-06 Thread Dmitry Borodaenko
How is this a duplicate of a bug that was raised 2 months after this bug was raised? ** Changed in: nova Status: Invalid => In Progress ** This bug is no longer a duplicate of bug 1279563 Libvirt live migration fails when graphics listen is not 0.0.0.0 ("Cannot assign requested address

[Yahoo-eng-team] [Bug 1282506] Re: live migrations not possible when using Libvirt/Xen with Cinder/NFS

2014-03-06 Thread Solly Ross
** Changed in: nova Importance: Undecided => Low ** Changed in: nova Status: New => Won't Fix ** Changed in: nova Status: Won't Fix => Opinion ** Changed in: nova Status: Opinion => Confirmed -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1262450] Re: Nova doesn't update vnc listen address during migration with libvirt

2014-03-06 Thread Solly Ross
This is a duplicate of https://bugs.launchpad.net/nova/+bug/1279563. ** 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). https://bugs.launchpad.net/bugs/12624

[Yahoo-eng-team] [Bug 1288976] [NEW] libvirt: Support volume snapshot creation for libgfapi-attached volumes

2014-03-06 Thread Eric Harney
Public bug reported: Nova requires changes to support creation of snapshots for attached volumes that are connected via libgfapi. This change is in line with recent developments to support this feature in libvirt. ** Affects: nova Importance: Undecided Assignee: Eric Harney (eharney)

[Yahoo-eng-team] [Bug 1288968] [NEW] Remove unused file _update.html

2014-03-06 Thread Facundo Farias
Public bug reported: The file openstack_dashboard/dashboards/admin/flavors/templates/flavors/_update.html is not longer used anymore, and should be deleted. ** Affects: horizon Importance: Undecided Assignee: Facundo Farias (facundo-farias) Status: In Progress ** Changed in: h

[Yahoo-eng-team] [Bug 1288963] [NEW] NSX: On deletion of Security Profile the port security address pair also got deleted

2014-03-06 Thread Armando Migliaccio
Public bug reported: 1. On the Openstack there are two security profiles one is “default” and other created by us “Allow_All”. 2. Created an instance and to this instance added the above two security profiles . 3. Observed the same in NSX Manager. See the attached screenshot “NSX_profile_befor

[Yahoo-eng-team] [Bug 1288958] [NEW] nova out of sync with the hypervisor

2014-03-06 Thread Joe Talerico
Public bug reported: To recreate : Run : nova boot --image --flavor m1.small --num-instances 40 test Then: for id in `nova list | grep "test" | awk '{print $2}'`; do nova delete $id & done Guest is removed from the hypervisor node: [root@pcloud16 ~]# virsh list --all IdName

[Yahoo-eng-team] [Bug 1288954] [NEW] Progress indicators in Resize Instance modal show incorrect values

2014-03-06 Thread Vahid Hashemian
Public bug reported: Progress indicators in Resize Instance modal show two colors, blue for currently allocated and green for the allocation-to-be based on user's flavor choice. The problem is the current flavor is taken into account in blue, and the new flavor is taken into account in green. In o

[Yahoo-eng-team] [Bug 1287414] Re: Keystone should not require CA key

2014-03-06 Thread Dolph Mathews
Agree, there's no reason why the CA key should be specified in keystone.conf when the path can be specified directly to ssl_setup / pki_setup for bootstrapping a self-signed deployment. ** Changed in: keystone Importance: Undecided => Low ** Changed in: keystone Status: Invalid => Triag

[Yahoo-eng-team] [Bug 1247537] Re: Missing pyzmq for Mellanox Neutron Plugin

2014-03-06 Thread Irena Berezovsky
Following Mark suggestion, the fix is released as part of bug 1242532 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1247

[Yahoo-eng-team] [Bug 1183261] Re: Align Mellanox plugin with Modular L2 plugin

2014-03-06 Thread Irena Berezovsky
Fix was released as part of other bug resolution ** Changed in: neutron Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1183261 Title: Align Mellan

[Yahoo-eng-team] [Bug 1249993] Re: Mellanox neutron agent uses vlan_id instead of segmentation_id in treat_devices_added

2014-03-06 Thread Irena Berezovsky
The issue was fixed as part of other bug resolution ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1249993 Title: Mellano

[Yahoo-eng-team] [Bug 1288859] Re: Load ballancer can't choose proper port in multi-network configuration

2014-03-06 Thread Eugene Nikanorov
It's not a neutron bug because pool members are specified by IP+tcp port and doesn't involve net/subnet. We can't do anything on the neutron side. ** Changed in: neutron Status: New => Invalid ** Changed in: horizon Assignee: (unassigned) => Eugene Nikanorov (enikanorov) -- You rec

[Yahoo-eng-team] [Bug 1287414] Re: Keystone should not require CA key

2014-03-06 Thread Adam Young
Keystone does not require a CA Key, it generates one only for the "self sign" use case. It does need a signing key and a certificate signed with that key for signing tokens. The text above is not used during normal operations, just during selfsign key generation. ** Changed in: keystone S

[Yahoo-eng-team] [Bug 1288940] [NEW] docker list_instances race condition with inspect_container results in None responses

2014-03-06 Thread Eric Windisch
Public bug reported: The docker hypervisor plugin has a race condition during list_instances where the instance list is constructed by creating a listing of containers, then extracting instance names from the result of inspecting that container. It may happen that the between fetching the list of

[Yahoo-eng-team] [Bug 1288245] Re: mox is needed in requirements

2014-03-06 Thread James Page
** Also affects: horizon (Ubuntu) Importance: Undecided Status: New ** Also affects: horizon (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: horizon (Ubuntu Trusty) Importance: Undecided => High ** Changed in: horizon (Ubuntu Trusty) Status: New =>

[Yahoo-eng-team] [Bug 1288929] [NEW] Nuage plugin was missed in floatingip_status db migration script

2014-03-06 Thread Ronak Shah
Public bug reported: While fixing bug https://bugs.launchpad.net/neutron/+bug/1287630, nuage plugin was missed from the list. Following is the link to the change https://github.com/openstack/neutron/commit/e0f8e3e36f460c19e12987098e025705b3049c85#diff-0acd2ca731a4597612b59e91a2562f5a Nuage CI s

[Yahoo-eng-team] [Bug 1288923] [NEW] Failover of a network from one dhcp agent to another breaks DNS

2014-03-06 Thread Ed Bak
Public bug reported: Failing over a network from one dhcp agent to another results in a new IP address for the dhcp port. This breaks dns for all vms on that network.This can be reproduced by simply doing a "neutron dhcp- agent-network-remove" and then a "neutron dhcp-agent-network-add" and o

[Yahoo-eng-team] [Bug 1288926] [NEW] incorrect error code when rebooting a rebooting_hard guest

2014-03-06 Thread Sarath Menon
Public bug reported: This is using the latest nova from trunk. In our deployment, we had a hypervisor go down and the tenant issued a hard reboot prior. When attempting a reboot on a guest with the state HARD_REBOOT, nova controller throws this error in it's logs and returns 'ERROR: The server has

[Yahoo-eng-team] [Bug 1288915] [NEW] Unclear message when try show quotas of different tenant

2014-03-06 Thread Sergio Cazzolato
Public bug reported: When a quota-show for a different tenant is requested without admin permissions, you get the following message that is confusing and could be improved. "Non-admin is not authorised to access quotas for another tenant" ** Affects: neutron Importance: Undecided Assig

[Yahoo-eng-team] [Bug 1288904] Re: runtime dependency on mox

2014-03-06 Thread James Page
** Also affects: horizon (Ubuntu Trusty) Importance: Undecided Status: New ** Also 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 1257293] Re: [messaging] QPID broadcast RPC requests to all servers for a given topic

2014-03-06 Thread Thierry Carrez
** Changed in: oslo.messaging Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Milestone: None => icehouse-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/12

[Yahoo-eng-team] [Bug 1288887] [NEW] Update outdated references in docstring

2014-03-06 Thread Julie Pichon
Public bug reported: There's an outdated reference to the TestData class from when it was still under the /horizon/ directory. The reference should be updated to the correct location under /openstack_dashboard/ so we can have a nice link in the documentation. https://github.com/openstack/horizon/

[Yahoo-eng-team] [Bug 1273455] Re: stevedore 0.14 changes _load_plugins parameter list, mocking breaks

2014-03-06 Thread Thierry Carrez
** Changed in: oslo.messaging Status: Fix Committed => Fix Released -- 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/1273455 Title: stevedore 0.14 changes _load_plu

[Yahoo-eng-team] [Bug 1282206] Re: Uncaught GreenletExit in ProcessLauncher if wait called after greenlet kill

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => icehouse-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1282206 Title: Unca

[Yahoo-eng-team] [Bug 1280100] Re: StringIO.StringIO is incompatible for python 3

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1280100 Title: StringIO.StringIO is incompatible for python 3 Status in C

[Yahoo-eng-team] [Bug 1277168] Re: having oslo.sphinx in namespace package causes issues with devstack

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.lau

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

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1276510 Title: MySQL 2013 lost connection is being raised Status in OpenS

[Yahoo-eng-team] [Bug 1287542] Re: Error importing module nova.openstack.common.sslutils: duplicate option: ca_file

2014-03-06 Thread Thierry Carrez
** Changed in: oslo.messaging Status: Fix Committed => Fix Released ** Changed in: oslo.messaging Milestone: None => icehouse-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.laun

[Yahoo-eng-team] [Bug 1288841] Re: l3-agent (dis)associate floatingip only after restart

2014-03-06 Thread Tino Schmeier
** Project changed: neutron => neutron (Ubuntu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1288841 Title: l3-agent (dis)associate floatingip only after restart Status in “neutron” p

[Yahoo-eng-team] [Bug 1227321] Re: DBDuplicateEntry not being translated for DB2

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1227321 Title: DBDuplicateEntry not being translated for DB2 Status in Ci

[Yahoo-eng-team] [Bug 904307] Re: Application/server name not available in service logs

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/904307 Title: Application/server name not available in service logs Statu

[Yahoo-eng-team] [Bug 1241175] Re: make sample config generation work with oslo messaging

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- 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/1241175 Title: make sample config generation work with os

[Yahoo-eng-team] [Bug 1256306] Re: Lockfiles for fetching images remain forever

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- 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/1256306 Title: Lockfiles for fetching images remain forev

[Yahoo-eng-team] [Bug 1271706] Re: Misleading warning about MySQL TRADITIONAL mode not being set

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- 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/1271706 Title: Misleading warning about MySQL TRADITIONAL

[Yahoo-eng-team] [Bug 1273301] Re: Unit test failure: Message objects do not support str() because they may contain non-ascii characters. Please use unicode() or translate() instead.

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released ** Changed in: oslo Milestone: None => icehouse-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1273301 Title: Unit

[Yahoo-eng-team] [Bug 1277068] Re: Multiple db calls in some quota methods

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- 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/1277068 Title: Multiple db calls in some quota methods S

[Yahoo-eng-team] [Bug 1278291] Re: log_handler miss some log information

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- 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/1278291 Title: log_handler miss some log information St

[Yahoo-eng-team] [Bug 1280826] Re: config generator fails when project enables lazy messages

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- 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/1280826 Title: config generator fails when project enable

[Yahoo-eng-team] [Bug 1286528] Re: guru-meditation fails on Windows due to non portable signal handling

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- 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/1286528 Title: guru-meditation fails on Windows due to no

[Yahoo-eng-team] [Bug 1288877] [NEW] Missing copyright text in oslo-incubator in openstack/common/__init__.py

2014-03-06 Thread Ildiko Vancsa
Public bug reported: The copyright text is missing from openstack/common/__init__.py in oslo-incubator and there is a missing line between the import and the following code line too. ** Affects: glance Importance: Undecided Assignee: Ildiko Vancsa (ildiko-vancsa) Status: New

[Yahoo-eng-team] [Bug 1282250] Re: Unit tests fail with ConfigNotFound: Could not find config at $state_path/etc/nova/api-paste.ini

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- 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/1282250 Title: Unit tests fail with ConfigNotFound: Could

[Yahoo-eng-team] [Bug 1266812] Re: Keystone spamming log with deprecation warnings

2014-03-06 Thread Thierry Carrez
** Changed in: oslo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1266812 Title: Keystone spamming log with deprecation warnings Status in

[Yahoo-eng-team] [Bug 1288859] [NEW] Load ballancer can't choose proper port in multi-network configuration

2014-03-06 Thread George Shuklin
Public bug reported: If LBaaS functionality enabled and instances has more that one network interfaces, horizon incorrectly choose members ports to add in the LB pool. Steps to reproduce: 0. nova, neutron with configured LBaaS functions, horizon. 1. Create 1st network (e.g. net1) 2. Create 2nd n

[Yahoo-eng-team] [Bug 1288846] [NEW] Common context module missed in Glance

2014-03-06 Thread Victor Sergeyev
Public bug reported: Common module glance.openstack.common.db.sqlalchemy.utils requires common context module [1] but this module missed in glance, so we get an error, when we try to use sqlalchemy.utils module. See an example at [2] [1] https://github.com/openstack/glance/blob/master/glance/ope

[Yahoo-eng-team] [Bug 1288841] [NEW] l3-agent (dis)associate floatingip only after restart

2014-03-06 Thread Tino Schmeier
Public bug reported: Hi We use openstack havana from the saucy repositories After an update the neutron-l3-agent did not (dis)associate floatingips. Only after restart the service the changes are applied. The package-version is: neutron-l3-agent 1:2013.2.1-0ubuntu1 The neut

[Yahoo-eng-team] [Bug 1178745] Re: Inconsistent connectivity between instances with floating IPs

2014-03-06 Thread John Kim
** Changed in: ubuntu Status: New => Fix Released -- 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/1178745 Title: Inconsistent connectivity between instances with f

[Yahoo-eng-team] [Bug 1288813] [NEW] pci passthrough: incorrect handling in restarting nova-compute

2014-03-06 Thread Baodong (Robert) Li
Public bug reported: During restarting nova-compute, reconciliation with the controller node is not performed correctly for PCI passthrough devices. ** Affects: nova Importance: Undecided Assignee: Baodong (Robert) Li (baoli) Status: New ** Changed in: nova Assignee: (una

[Yahoo-eng-team] [Bug 1288814] [NEW] limits API raises TypeError with NoopQuotaDriver

2014-03-06 Thread Matthew Edmonds
Public bug reported: when quota_driver=nova.quota.NoopQuotaDriver in nova.conf, a GET v2/{tenant_id}/limits request fails with HTTP 400 and api.log shows the following stacktrace: 2014-03-03 04:16:31.468 3182 TRACE nova.api.openstack.wsgi Traceback (most recent call last): 2014-03-03 04:16:31.46

[Yahoo-eng-team] [Bug 1288809] [NEW] pci passthrough: incorrect device allocation

2014-03-06 Thread Baodong (Robert) Li
Public bug reported: The PCI filter for scheduling runs on the basis of pci stats pools available in a compute node. If the PCI requests match one or more pools, the number of devices will be subtracted from the total number of devices available in those pools. On the compute node, PCI device all

[Yahoo-eng-team] [Bug 1288797] [NEW] setuptools has removed "Feautre" which we still in use

2014-03-06 Thread Wei Wang
Public bug reported: * Description: The latest version of setuptools has removed the class "Feature" ( see https://bitbucket.org/pypa/setuptools/issue/65/deprecate-and-remove- features, https://jira.mongodb.org/browse/PYTHON-639 ), but pymongo sitll use it. so when we execut the tools/install_ve

[Yahoo-eng-team] [Bug 1288781] [NEW] If there is one network, it should be automatically selected in the launch instance modal

2014-03-06 Thread Liz Blanchard
Public bug reported: It would make it much quicker and easier for users to go through the Launch Instance modal if one network (especially if there is only one) were selected by default. During usability testing, 100% of the participants agreed this would be a major improvement to the Launch Inst

[Yahoo-eng-team] [Bug 1288779] [NEW] Allow for connecting routers to networks in the network topology

2014-03-06 Thread Liz Blanchard
Public bug reported: The current network topology functionality is limited since it's in it's early days, but it would be great to see a feature addition that allows routers to be connected to Networks via the network topology view. This has been brought up on the operators mailing list by an end

[Yahoo-eng-team] [Bug 1288693] Re: PKI token is possible to validate via GET call

2014-03-06 Thread Dolph Mathews
This is by design to account for clients that are not PKI-aware. Until we drop support for UUID tokens and the corresponding HTTP APIs for validating tokens, this support should remain. On the MD5 point specifically, see bug 1174499. ** Changed in: keystone Status: New => Invalid -- You

[Yahoo-eng-team] [Bug 1284703] Re: Intermittent unit test failure for create_vip in radware driver

2014-03-06 Thread Eugene Nikanorov
*** This bug is a duplicate of bug 1288312 *** https://bugs.launchpad.net/bugs/1288312 ** This bug is no longer a duplicate of bug 1283284 radware test_create_vip sometimes fails ** This bug has been marked a duplicate of bug 1288312 radware lbaas unit test failed: MismatchError: 409 !=

[Yahoo-eng-team] [Bug 1288700] Re: Unable to list hypervisors information

2014-03-06 Thread Julie Pichon
Thanks for the report. This is a nova error that Horizon can't do much about. Could you provide the output of the following command to see if the error can be reproduced using the nova client? $ nova hypervisor-list ** Also affects: nova Importance: Undecided Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1288698] [NEW] Incorrect rendering of distribution pie chart when all values are zero

2014-03-06 Thread Ana Krivokapić
Public bug reported: It can be reproduced using this distribution: ** 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). https://bugs

[Yahoo-eng-team] [Bug 1288700] [NEW] Unable to list hypervisors information

2014-03-06 Thread Gian
Public bug reported: While accessing the horizon dashboard, I'm unable to list the Hypervisors. The python-six version has been updated from 1.3.0 fc19 package to 1.5.2 using pip. However, the error is the following: 2014-03-06 12:46:20.399 31393 TRACE nova.api.openstack.wsgi 2014-03-06 12:4

[Yahoo-eng-team] [Bug 1288670] Re: crashes every action with IP calls

2014-03-06 Thread Heiko Krämer
Not a bug, my fault. There was add a new policy by this update, this policy was wrong. Cheers Heiko ** 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 Dashboard (Horiz

[Yahoo-eng-team] [Bug 1288693] [NEW] PKI token is possible to validate via GET call

2014-03-06 Thread Abu Shohel Ahmed
Public bug reported: PKI token should be validated only using Cert and Revocation list. There is no need for any user to fetch/validate the PKI token by making a GET call. Currently, PKI token, similar to UUID token, can be validated/fetched by making a GET call v2.0/tokens/​{tokenId}​ Here toke

[Yahoo-eng-team] [Bug 1281794] Re: l2 agent script isn't resulting in the ovsdb-client process being stopped

2014-03-06 Thread Thierry Carrez
** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1281794 Title: l2 agent script isn't resulting in the ovsdb-client proc

[Yahoo-eng-team] [Bug 1288681] [NEW] Migration with alter_column function reset nullable parameter for columns

2014-03-06 Thread Ann Kamyshnikova
Public bug reported: Migrations 338d7508968c_vpnaas_peer_address_.py and abc88c33f74f_lb_stats_needs_bigint.py correct columns' length and types, but nullable=False parameter is lost after its upgrade() : mysql> explain ipsec_site_connections; ++---

[Yahoo-eng-team] [Bug 1260080] Re: Trustee token revocations with memcache backend (CVE-2014-2237)

2014-03-06 Thread Thierry Carrez
All fixes merged. ** Changed in: ossa Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1260080 Title: Trustee token revocations with memcache

[Yahoo-eng-team] [Bug 1288670] [NEW] crashes every action with IP calls

2014-03-06 Thread Heiko Krämer
Public bug reported: Hi guyes, I've yesterday upgraded to 2013.2.2 and i can do nothing with IP's at the moment: Associate / Disassotiate floating ips Add LB Members everything wher's horizon try to get fixed ip's [Thu Mar 06 10:45:41 2014] [error] Internal Server Error: /project/access_and_

[Yahoo-eng-team] [Bug 1288661] [NEW] log messages typos in rebuild_instance function

2014-03-06 Thread Chen Xiao
Public bug reported: one simple log typos in compute/manager.py rebuild_instance function. else: image_ref = orig_image_ref = instance.image_ref LOG.info(_("disk not on shared storagerebuilding from:" " '%s'

[Yahoo-eng-team] [Bug 1288650] [NEW] Missing slug in TabGroup gives confusing errors

2014-03-06 Thread Radomir Dopieralski
Public bug reported: If the slug attribute is not defined on a TabGroup, the page is rendered properly, but switching the tabs doesn't work -- either giving confusing JavaScript errors about missing spinner, if preload = False, or just simply doing nothing, otherwise. A NotImplementedError should

[Yahoo-eng-team] [Bug 1288641] [NEW] ethernet name parsing doesn't support ethernet alias

2014-03-06 Thread Li Ma
Public bug reported: I set up a testbed for Neutron ML2 LinuxBridge. I'd like to set two external networks which is implemented by ethernet alias: eth0:0 and eth0:1. I bind the ethernet name to provider network: physnet1 and physnet2. However, it is not working. The LinuxBridge agent is termina

[Yahoo-eng-team] [Bug 1288636] [NEW] Deleted flavor influences new flavor with same id in 'flavor-show' under psql

2014-03-06 Thread wingwj
Public bug reported: When you create a new flavor with a deleted flavorid, the result in mysql will show the new record. That's OK. But if you operate these commands under psql, you'll find the result will always be the old deleted one. That means, the flavorid will always be occupied by the fir

  1   2   >