[Yahoo-eng-team] [Bug 1360762] [NEW] Remove binding:profile modification from Mellanox ML2 driver

2014-08-24 Thread Irena Berezovsky
Public bug reported: Mellanox networking solution requires knowledge of physical network during VIF plugging in nova. Temporary work-around for Icehouse release was to use binding:profile to pass it. During Juno release, patch to use binding:vif_details was added both on neutron and nova code.

[Yahoo-eng-team] [Bug 1360761] [NEW] Remove binding:profile modification from Mellanox ML2 driver

2014-08-24 Thread Irena Berezovsky
Public bug reported: Mellanox networking solution requires knowledge of physical network during VIF plugging in nova. Temporary work-around for Icehouse release was to use binding:profile to pass it. During Juno release, patch to use binding:vif_details was added both on neutron and nova code.

[Yahoo-eng-team] [Bug 1360794] [NEW] Need to investigate the root cause that we need to change log level to suppress annoying message in unit tests

2014-08-24 Thread Akihiro Motoki
Public bug reported: bug 1358120 and https://review.openstack.org/#/c/115368/ suppress the annoying message during the unit tests, but we need to investigate the root cause we need to change the log level to support annoying messages. The following tests need to be investigated. -

[Yahoo-eng-team] [Bug 1352256] Re: Uploading a new object fails with Ceph as object storage backend using RadosGW

2014-08-24 Thread Akihiro Motoki
*** This bug is a duplicate of bug 1297173 *** https://bugs.launchpad.net/bugs/1297173 It is a bug of Ceph side. bug 1297173 is marked as Invalid and the bug itself is handled in Ceph. ** This bug has been marked a duplicate of bug 1297173 Cannot view object details with Ceph backend --

[Yahoo-eng-team] [Bug 1360817] [NEW] Hyper-V agent fails on Hyper-V 2008 R2 due to missing remove_all_security_rules method

2014-08-24 Thread Alessandro Pilotti
Public bug reported: A recent regression does not allow the Hyper-V agent to run successfully on Hyper-V 2008 R2, which is currently still a supported platform. The call generating the error is:

[Yahoo-eng-team] [Bug 1360817] Re: Hyper-V agent fails on Hyper-V 2008 R2 due to missing remove_all_security_rules method

2014-08-24 Thread Alessandro Pilotti
Proposed fix: https://review.openstack.org/#/c/116505/ (Not automatically picked up by Launchpad) ** Also affects: neutron Importance: Undecided Status: New ** No longer affects: nova ** Changed in: neutron Status: New = Confirmed ** Changed in: neutron Assignee:

[Yahoo-eng-team] [Bug 1286297] Re: Adding current project as flavor access is throwing an error

2014-08-24 Thread Akihiro Motoki
I checked the master branch of Horizon, and the reported issues no longer occurs. Nova fix is sufficient and there seems no action in Horizon. ** Changed in: horizon Status: In Progress = Confirmed ** Changed in: horizon Assignee: Santiago Baldassin (santiago-b-baldassin) =

[Yahoo-eng-team] [Bug 1174499] Re: Keystone token hashing is MD5

2014-08-24 Thread Brant Knudson
Change proposed for django-openstack-auth : https://review.openstack.org/#/c/116509/ ** Also affects: django-openstack-auth Importance: Undecided Status: New ** Changed in: django-openstack-auth Status: New = In Progress ** Changed in: django-openstack-auth Assignee:

[Yahoo-eng-team] [Bug 1360861] [NEW] Module string has no more attribute letters in python 3

2014-08-24 Thread François Magimel
Public bug reported: According to the Python doc (https://docs.python.org/3.0/whatsnew/3.0.html), string.letters is not anymore in Python 3 due to its locale-specific behavior. Instead, it is recommended to use string.ascii_letters. This method is used only in the generate_key function (in

[Yahoo-eng-team] [Bug 1360879] [NEW] The with statement is always enabled in Python 2.6

2014-08-24 Thread François Magimel
Public bug reported: According to the Python doc (https://docs.python.org/2.6/reference/compound_stmts.html#with and https://docs.python.org/2/library/__future__.html), the with statement is always enabled in Python 2.6. So, it becomes useless to import it from __future__. As a matter of fact,

[Yahoo-eng-team] [Bug 1349617] Re: test_volume_boot_pattern fails in grenade with SSHException: Error reading SSH protocol banner[Errno 104] Connection reset by peer

2014-08-24 Thread Salvatore Orlando
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Importance: Undecided = High ** Changed in: neutron Assignee: (unassigned) = Salvatore Orlando (salvatore-orlando) ** Changed in: neutron Importance: High = Critical ** Changed in: neutron

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-08-24 Thread gordon chung
** Also affects: wsme 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/1348818 Title: Unittests do not succeed with random PYTHONHASHSEED value

[Yahoo-eng-team] [Bug 1360911] [NEW] notification cannot seialize empty context

2014-08-24 Thread Pranesh
Public bug reported: Sometimes, https://github.com/openstack/nova/blob/master/nova/notifications.py#L102 calls https://github.com/openstack/nova/blob/master/nova/rpc.py#L113 with context set to None. Serialize context should be more accepting of context set to None. ** Affects: nova

[Yahoo-eng-team] [Bug 1360958] [NEW] neutron metering driver default value is different in code and config file

2014-08-24 Thread Liping Mao
Public bug reported: We have the following config in etc/metering_agent.ini: # driver = neutron.services.metering.drivers.iptables.iptables_driver.IptablesMeteringDriver But in code, the default value of the driver in metering_agent.py is: cfg.StrOpt('driver',

[Yahoo-eng-team] [Bug 1360970] [NEW] NetScaler LBaaS Driver: Fails to distinguish between SSL and other errors

2014-08-24 Thread Angus Lees
Public bug reported: Netscaler client code has an incorrect exception handling order, resulting in the SSLError case never being invoked: neutron.services.loadbalancer.drivers.netscaler.ncc_client.NSClient._execute_request has a list of exception handlers to log various types of errors with more

[Yahoo-eng-team] [Bug 1360988] [NEW] nova migration-list support --cell_name cell_name but API layer don't

2014-08-24 Thread jichenjc
Public bug reported: jichen@cloudcontroller:~$ nova help migration-list usage: nova migration-list [--host host] [--status status] [--cell_name cell_name] Print a list of migrations. Optional arguments: --host hostFetch migrations for the given host.

[Yahoo-eng-team] [Bug 1360987] [NEW] shelve command should restore instance's original state

2014-08-24 Thread jichenjc
Public bug reported: A paused instance can be shelved and then unshelved then the instance is ACTIVE instead of PAUSE state this also apply to SUSPEND state ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Tags: compute ** Tags added:

[Yahoo-eng-team] [Bug 1359031] Re: xapi unplug VBD fail for 11 times when boot vm first time.

2014-08-24 Thread Richard Lee
soryy, it is not a bug of openstack. It is because of something wrong when install domU. ** 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 1314125] Re: No errors when creating keystone tables when MySQL fails

2014-08-24 Thread Launchpad Bug Tracker
[Expired for Keystone because there has been no activity for 60 days.] ** Changed in: keystone Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1314125

[Yahoo-eng-team] [Bug 1297290] Re: keystone-manage db_sync might fail

2014-08-24 Thread Launchpad Bug Tracker
[Expired for Keystone because there has been no activity for 60 days.] ** Changed in: keystone Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1297290