[Yahoo-eng-team] [Bug 1420700] Re: Neutron is accepting same cidr for different subnet creations

2015-02-16 Thread Jeremy Stanley
** Project changed: nova = neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1420700 Title: Neutron is accepting same cidr for different subnet creations Status in OpenStack

[Yahoo-eng-team] [Bug 1420114] Re: Add notification for suspend

2015-02-16 Thread Gauvain Pocentek
The doc for this patch should be added to the wiki, so openstack-manuals is not directly concerned. Let us know if we can help though! ** Project changed: openstack-manuals = nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1422483] [NEW] [data processing] Remove custom javascript in data source create form

2015-02-16 Thread Chad Roberts
Public bug reported: *technical debt item* The create data source dialog currently uses custom javascript to hide/show the username/password fields. These need to be changed to use the switchable/switched mechanism in horizon. ** Affects: horizon Importance: Undecided Assignee: Chad

[Yahoo-eng-team] [Bug 1420114] [NEW] Add notification for suspend

2015-02-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: https://review.openstack.org/121491 commit 59d07f3956e77f426ace49b91d32e89da46dd274 Author: jichenjc jiche...@cn.ibm.com Date: Thu Sep 11 20:19:04 2014 +0800 Add notification for suspend There is no notifications for suspend when it's

[Yahoo-eng-team] [Bug 1422442] [NEW] Primary targets need version conflict dependencies

2015-02-16 Thread Stig Telfer
Public bug reported: Packages built using RPM specfile templates include RPM dependencies generated by transformation of the Python package requirements. However, they do not include RPM dependency conflicts, which could be used to express Python '!=' version constraints. For example, the Cinder

[Yahoo-eng-team] [Bug 1420113] [NEW] Add notification for suspend

2015-02-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: https://review.openstack.org/121491 commit 59d07f3956e77f426ace49b91d32e89da46dd274 Author: jichenjc jiche...@cn.ibm.com Date: Thu Sep 11 20:19:04 2014 +0800 Add notification for suspend There is no notifications for suspend when it's

[Yahoo-eng-team] [Bug 1420113] Re: Add notification for suspend

2015-02-16 Thread Gauvain Pocentek
The doc for this patch should be added to the wiki, so openstack-manuals is not directly concerned. Let us know if we can help though! ** Project changed: openstack-manuals = nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1422504] [NEW] floating ip delete deadlock

2015-02-16 Thread Kevin Fox
Public bug reported: rdo juno: 2015-02-16 13:54:11.772 3612 ERROR neutron.api.v2.resource [req-5c6e13d3-56d6-476b-a961-e767aea637e5 None] delete failed 2015-02-16 13:54:11.772 3612 TRACE neutron.api.v2.resource Traceback (most recent call last): 2015-02-16 13:54:11.772 3612 TRACE

[Yahoo-eng-team] [Bug 1422565] [NEW] Error nova api with ironic test in stable/juno branch

2015-02-16 Thread Hirofumi Ichihara
Public bug reported: CI got broken because check-grenade-dsvm-ironic-sideways failed to test in https://review.openstack.org/#/c/154733/ http://logs.openstack.org/33/154733/8/check/check-grenade-dsvm-ironic- sideways/51f1003/logs/new/screen-n-api.txt.gz#_2015-02-16_21_43_22_640 2015-02-16

[Yahoo-eng-team] [Bug 1422317] Re: Juno glance spins with use_syslog=True

2015-02-16 Thread Ian Cordasco
The switch to oslo_log from glance/openstack/common/log.py is not going to be backported to stable/juno, no. This is definitely something I have heard of people encountering before (and I'm frankly surprised there wasn't already a bug for it). ** Changed in: glance Status: New = Triaged

[Yahoo-eng-team] [Bug 1422342] [NEW] xenapi: soft reboot should attempt hard reboot on failure

2015-02-16 Thread John Garbutt
Public bug reported: When we issue a soft reboot. If it fails we should then do a hard reboot. This is for consistency with libvirt: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L1977 ** Affects: nova Importance: Medium Status: Triaged ** Tags:

[Yahoo-eng-team] [Bug 1402509] Re: vmware with Distribute VirtualSwitch

2015-02-16 Thread Gary Kotton
Please see https://review.openstack.org/154771 for the initial implementation ** 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).

[Yahoo-eng-team] [Bug 1422385] [NEW] libvirt unit tests fail with older libvirt (or no libvirt installed)

2015-02-16 Thread Matt Riedemann
Public bug reported: nova.tests.unit.virt.libvirt.test_host.HostTestCase.test_find_secret Captured traceback: ~~~ Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1422376] Re: enable test suites

2015-02-16 Thread James Page
** Also affects: neutron Importance: Undecided Status: New ** Summary changed: - enable test suites + enable package test suites: dependency on generated egg from git.openstack.org -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1422388] [NEW] Fetch passwords from CloudStack virtual router

2015-02-16 Thread Daniel Watkins
Public bug reported: CloudStack supports setting passwords in instances, which it would be helpful to support. See [0] for the documentation of this functionality, and [1] for their implementation of it. [0]

[Yahoo-eng-team] [Bug 1422317] [NEW] Juno glance spins with use_syslog=True

2015-02-16 Thread Mark Goddard
Public bug reported: With syslog enabled on Juno (enable_syslog=True in glance-api.conf), glance spins on startup, consuming all available CPU cycles. With some carefully placed calls to exit(), the line in glance causing the problem was determined to be

[Yahoo-eng-team] [Bug 1422315] [NEW] novncproxy fails to establish a VNC connection, if a reverse DNS look up times out

2015-02-16 Thread Roman Podoliaka
Public bug reported: If DNS is configured on a node in a way, so that reverse DNS look ups time out, noVNC will fail to connect to an instance with 'Connect timeout' error. The reverse DNS look up is done implicitly in BaseHTTPRequestHandler (part of standard library), when logging a

[Yahoo-eng-team] [Bug 1422270] [NEW] Nova vmwareapi session pass more arguments when raise an exception

2015-02-16 Thread Dongcan Ye
Public bug reported: On Icehouse nova-2014.1.3, when vmware api session call a method meets VimFaultException , it pass two arguments to error_util.get_fault_class(). Code like this: raise error_util.get_fault_class(fault)(str(excep)) But in error_util.get_fault_class() it accepts one

[Yahoo-eng-team] [Bug 1418015] Re: v3 API docs - /v3/users/{user_id}/roles should be removed

2015-02-16 Thread Darren Hague
** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1418015 Title: v3 API docs - /v3/users/{user_id}/roles should be removed Status in OpenStack API

[Yahoo-eng-team] [Bug 1422333] [NEW] instance resize fail when changing between flavor with ephemeral disk to a flavor without ephemeral disk

2015-02-16 Thread Yogev Rabl
Public bug reported: Description of problem: The resize process fails and move the instance to a an 'error' state. The instance was created with the flavor: m2.small | 2048 | 10 | 0 | | 1 | 1.0 | True and was resized to: m3.small | 2048 | 10 | 10