[Yahoo-eng-team] [Bug 1550886] [NEW] L3 Agent's fullsync is raceful with creation of HA router

2016-02-28 Thread John Schwarz
Public bug reported: When creating an HA router, after the server creates all the DB objects (including the HA network and ports if it's the first one), the server continues on the schedule the router to (some of) the available agents. The race is achieved when an L3 agent router issues a

[Yahoo-eng-team] [Bug 1550885] [NEW] glance.common.scripts.utils.get_image_data_iter() is not python 3 compatible

2016-02-28 Thread Deepti Ramakrishna
Public bug reported: In Python 3, mode 'rb' should be passed for opening binary files, while mode 'r' should be used for text files. Using 'r' for binary files causes decode errors during read(). Also, in Python 3, read() on the file handle returned by urllib.request.urlopen() returns bytes and

[Yahoo-eng-team] [Bug 1533454] Re: L3 agent unable to update HA router state after race between HA router creating and deleting

2016-02-28 Thread OpenStack Infra
Reviewed: https://review.openstack.org/265685 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=472d84d25cee0694500e583845718a4f377cc75c Submitter: Jenkins Branch:master commit 472d84d25cee0694500e583845718a4f377cc75c Author: LIU Yulong Date: Mon

[Yahoo-eng-team] [Bug 1550919] [NEW] [Libvirt]Evacuate fail may cause disk image be deleted

2016-02-28 Thread leehom
Public bug reported: I checked latest source of nova on master branch, this problem is still exists. When we are doing evacuate, eventually _do_rebuild_instance will be called. As rebuild is not implemented in libvirt driver, in fact _rebuild_default_impl is called. try:

[Yahoo-eng-team] [Bug 1513879] Re: NeutronClientException: 404 Not Found

2016-02-28 Thread OpenStack Infra
Reviewed: https://review.openstack.org/253267 Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=af1a55bfd2e47b0e3cd8349f0a9b1277474fee18 Submitter: Jenkins Branch:master commit af1a55bfd2e47b0e3cd8349f0a9b1277474fee18 Author: Akihiro Motoki

[Yahoo-eng-team] [Bug 1544801] Re: Constant tracebacks with eventlet 0.18.2

2016-02-28 Thread Davanum Srinivas (DIMS)
Looks like this dropped off ** Changed in: nova Status: Confirmed => Invalid ** Changed in: nova Assignee: (unassigned) => Davanum Srinivas (DIMS) (dims-v) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1551009] Re: dashboard: Invalid template Invalid filter: 'parse_isotime'

2016-02-28 Thread Akihiro Motoki
According to Django document [1], a custom filter needs to be placed under $INSTALLED_APPS/templatetags. parse_isotime is placed in horizon/utils/filters.py. parse_isotime is decorated with @register.filter, but it seems not to work for sahara-dashboard. What is a right solution? I add horizon

[Yahoo-eng-team] [Bug 1544801] Re: Constant tracebacks with eventlet 0.18.2

2016-02-28 Thread Sean McGinnis
** Changed in: cinder 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/1544801 Title: Constant tracebacks with eventlet 0.18.2 Status in Cinder: Invalid

[Yahoo-eng-team] [Bug 1504725] Re: rabbitmq-server restart twice, log is crazy increasing until service restart

2016-02-28 Thread Davanum Srinivas (DIMS)
Looks like upgrading kombu fixes the issue, please reopen if there's anything we need to do in oslo.messaging. ** Changed in: oslo.messaging Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1547544] Re: heat: MessagingTimeout: Timed out waiting for a reply to message ID

2016-02-28 Thread Davanum Srinivas (DIMS)
** Changed in: oslo.messaging 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/1547544 Title: heat: MessagingTimeout: Timed out waiting for

[Yahoo-eng-team] [Bug 1551037] [NEW] HTTP 409 error being masked as HTTP 500 on image delete

2016-02-28 Thread Chris Buccella
Public bug reported: Using ceph for image storage. When calling image-delete on an in-use image: 500 Internal Server Error 500 Internal Server Error The server has either erred or is incapable of performing the requested operation. (HTTP 500) Though the log shows:

[Yahoo-eng-team] [Bug 1550277] Re: ComputeNode pci pools can't change from not empty to empty.

2016-02-28 Thread Yan Songming
** 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/1550277 Title: ComputeNode pci pools can't change from not empty to

[Yahoo-eng-team] [Bug 1551069] [NEW] resize instance at the same host failed.

2016-02-28 Thread Rong Han ZTE
Public bug reported: 1. devstack install master version enviroment. [root@localhost nova(keystone_admin)]# git log -1 commit 01f5c73bf51e9aec69c23a730d4021b91d06fd8c Merge: a7d30ff dbe8c93 Author: Jenkins Date: Thu Feb 25 00:11:59 2016 + Merge "make

[Yahoo-eng-team] [Bug 1428542] Re: Live Migration (block_migrate): "Disk of instance is too large", with cinder LVM based volume

2016-02-28 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- 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 1551065] [NEW] IPv6 LLADR is configured on router even if IPv6 is disabled on system

2016-02-28 Thread Sonu
Public bug reported: Environment: (a) On openstack master (b) CVR (centralized router) (c) L3 HA (L3 HA with min 2 nodes) Problem Description: Even if we disable IPv6 system wide on network controller in /etc/sysctl.conf, the router namespace created by L3 agent has IPv6 LLADR configured on

[Yahoo-eng-team] [Bug 1551099] [NEW] When users update setting in leap year, error will occur

2016-02-28 Thread Kenji Ishii
Public bug reported: In leap year and on Feb 29, when users update user settings , error will occur. This cause is calculation of cookie expiration. In this calculation, there is the case that a not exist day is specified. ** Affects: horizon Importance: Undecided Assignee: Kenji

[Yahoo-eng-team] [Bug 1551104] [NEW] get-XXX-console returns 500 while an expected exception ConsoleTypeInvalid raised

2016-02-28 Thread Eli Qiao
Public bug reported: 1. Exact version of Nova/OpenStack you are running: Master 791e5421cdc2130ed80e067e43b6006a6859138b 2. Relevant log files: taget@taget-ThinkStation-P300:~/devstack$ nova get-vnc-console testvm ee ERROR (BadRequest): Invalid input for field/attribute type. Value: ee. u'ee'

[Yahoo-eng-team] [Bug 1551085] [NEW] When attache more than one interface, Only one interface was attached

2016-02-28 Thread bailin.zhang
Public bug reported: 1. Create a VM 2. attache many interface once, 3. look at the result, only one interface was attached. for example 1. nova interface-list vmtest ++--+--+--+---+ |

[Yahoo-eng-team] [Bug 1551088] [NEW] nova detach a wrong port

2016-02-28 Thread Yan Songming
Public bug reported: when we detach a port which is not exist("nova detach port-id server"),don't have any return。It seens to be success, but in fact,it is not. ** Affects: neutron Importance: Undecided Assignee: Yan Songming (songmingyan) Status: New -- You received this