[Yahoo-eng-team] [Bug 1477860] [NEW] TestAsyncProcess.test_async_process_respawns fails with TimeoutException

2015-07-24 Thread Ihar Hrachyshka
Public bug reported: Logstash: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiaW4gdGVzdF9hc3luY19wcm9jZXNzX3Jlc3Bhd25zXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjYwNDgwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjE0Mzc3MjMxNTU2ODB9 fails for

[Yahoo-eng-team] [Bug 1477851] [NEW] missing logging tag _LI

2015-07-24 Thread Yusuke Hayashi
Public bug reported: I found missing loggin tag _LI at keystone/keystone/tests/unit/ksfixtures/hacking.py l.368 LOG.warn(_LI('this should cause an error')) = LOG.warn(_LW( ... )) l.371 LOG.debug(_LI('this should cause an error')) = LOG.debug( ...) ** Affects: keystone Importance:

[Yahoo-eng-team] [Bug 1477889] [NEW] fixed create subnetpool option '--pool-prefix' as a optional argument in neutronclient

2015-07-24 Thread zhaobo
Public bug reported: neutron --version 2.6.0 As the --pool-prefix is needed,but the neutron client show it is a optional argument.So if you just input the name,server will return message like Invalid input for prefixes. Reason: 'None' is not a valid IP subnet. Before: neutron help

[Yahoo-eng-team] [Bug 1477914] [NEW] amqp error looping for reply queue not found

2015-07-24 Thread JohnsonYi
Public bug reported: Environment: Fuel 6.0 2014.2 based environment with fresh oslo.messaging 1.4.1 from fuel 6.1 3 controller nodes, 2 compute nodes, 3 ceph nodes RabbitMQ went into a looping on one controller node as below, tail -f /var/log/rabbitmq/rabbitm...@node-x.log =ERROR REPORT

[Yahoo-eng-team] [Bug 1477878] [NEW] Unable to launch instances from snapshot due to kernel and ramdisk fields in glance database

2015-07-24 Thread Vj
Public bug reported: Hi All, I am using openstack kilo with ceph backend. Creating a snapshot of an instance works fine, but launching an instance from the snapshot fails. Corresponding nova logs: --- 2015-07-24 12:46:44.918 7176 ERROR

[Yahoo-eng-team] [Bug 1477851] Re: missing logging tag _LI

2015-07-24 Thread Yusuke Hayashi
** Changed in: keystone Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1477851 Title: missing logging tag _LI Status in Keystone: Invalid Bug

[Yahoo-eng-team] [Bug 1477110] Re: cinder delete Gluster snapshot failed

2015-07-24 Thread Deepak C Shetty
@Markus, The fix is in Nova project, so bug should be on Nova only. The effect of this bug is seen in Cinder as Cinder calls Nova for online snapshot create/delete operations for GlusterFS backend. ** Changed in: cinder Status: New = Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1477898] [NEW] Fix five typos on keystone document

2015-07-24 Thread Atsushi SAKAI
Public bug reported: Fix four typos and Add one space on keystone document encryted = encrypted counterintuitive = counter intuitive (space added) infomration =information configuraton = configuration http://docs.openstack.org/developer/keystone/configuration.html

[Yahoo-eng-team] [Bug 1447215] Re: Schema Missing kernel_id, ramdisk_id causes #1447193

2015-07-24 Thread Flavio Percoco
** Also affects: glance/kilo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1447215 Title: Schema Missing kernel_id, ramdisk_id causes

[Yahoo-eng-team] [Bug 1477921] [NEW] Create/Update port responds 500 to the request with invalid security_groups

2015-07-24 Thread Kengo Hobo
Public bug reported: When I request POST /v2.0/ports/​ and PUT /v2.0/ports/​{port_id}​ with an invalid value(ex.integer) as security_groups, Neutron Server responds 500(Internal Server Error). It should respond 400 error not 500 error. API Result and Logs are as follows. [API Result] POST

[Yahoo-eng-team] [Bug 1456335] Re: neutron-vpn-netns-wrapper missing in Ubuntu Package

2015-07-24 Thread James Page
** Changed in: neutron-vpnaas (Ubuntu) Importance: Undecided = Medium ** Changed in: neutron Status: New = Invalid ** Changed in: neutron-vpnaas (Ubuntu) Status: Confirmed = In Progress ** Changed in: neutron-vpnaas (Ubuntu) Assignee: (unassigned) = James Page (james-page)

[Yahoo-eng-team] [Bug 1422376] Re: enable package test suites: dependency on generated egg from git.openstack.org

2015-07-24 Thread James Page
All packaging unit test suites are now enabled - marking 'Fix Released' ** Changed in: neutron-fwaas (Ubuntu) Status: New = Fix Released ** Changed in: neutron-lbaas (Ubuntu) Status: New = Fix Released ** Changed in: neutron Status: Incomplete = Fix Released ** Changed in:

[Yahoo-eng-team] [Bug 1477912] [NEW] size still exist when create image with incomplete parameter in api v1

2015-07-24 Thread wangxiyuan
Public bug reported: version:Glance master Reproduce: 1. glance image-create --file --name test(in my env, image file's size is 642580480B)    Then An error raised: 400 Bad Request: Disk format is not specified. (HTTP 400) 2. glance image-list list information: ID | Name | Disk

[Yahoo-eng-team] [Bug 1477914] Re: amqp error looping for reply queue not found

2015-07-24 Thread JohnsonYi
** Project changed: nova = rabbitmq -- 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/1477914 Title: amqp error looping for reply queue not found Status in RabbitMQ:

[Yahoo-eng-team] [Bug 1477944] [NEW] Azure data source should handle more than one ProvisioningSection

2015-07-24 Thread Dan Watkins
Public bug reported: Azure have informed us that they will be introducing a second format for metadata in ovf-env.xml, which will be done using multiple versioned ProvisioningSections. At the moment, cloud-init chokes if there is more than a single ProvisioningSection. We should, instead, be

[Yahoo-eng-team] [Bug 1443967] Re: VPNService loads names of device drivers from global CONF variable but not from self.conf

2015-07-24 Thread James Page
Actually this looks OK now: https://github.com/openstack/neutron- vpnaas/blob/master/neutron_vpnaas/services/vpn/vpn_service.py#L45 Marking 'Fix Released' ** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Status: New = Fix Released ** Changed

[Yahoo-eng-team] [Bug 1478072] [NEW] DVR enabled on neutron jobs where DVR should be disabled

2015-07-24 Thread Sean M. Collins
Public bug reported: Job: gate-tempest-dsvm-neutron-full http://git.openstack.org/cgit/openstack-infra/project- config/tree/jenkins/jobs/devstack-gate.yaml#n448 http://logs.openstack.org/77/198877/4/gate/gate-tempest-dsvm-neutron- full/29bcccb/ Port ID: a84df1ca-0a43-4138-b60b-c4c5 2015-07-23

[Yahoo-eng-team] [Bug 1478012] [NEW] VPNaaS: Support VPNaaS with L3 HA

2015-07-24 Thread venkata anil
Public bug reported: Problem: Currently VPNaaS is not supported with L3 HA. 1) When user tries to create ipsec site connection, vpn agent tries to run ipsec process on both HA master and backup routers. Running ipsec process on backup router fails as it's router interfaces will be down. 2)

[Yahoo-eng-team] [Bug 1478033] [NEW] neutron allows to create invalid floating IP

2015-07-24 Thread Vitalii
Public bug reported: % neutron floatingip-create ISP_NET --floating-ip-address 31.28.168.167 But this is broadcast IP address. % ping 31.28.168.167 Do you want to ping broadcast? Then -b ** Affects: neutron Importance: Undecided Assignee: Vitalii (vb-d) Status: Invalid **

[Yahoo-eng-team] [Bug 1478043] [NEW] nova.virt.block_device 'Failed to transform' error is spamming the logs since 7/19

2015-07-24 Thread Matt Riedemann
Public bug reported: These: http://logs.openstack.org/36/193236/10/check/gate-tempest-dsvm-full- ceph/5549dfc/logs/screen-n-cpu.txt.gz?level=TRACE 2015-07-23 17:06:29.296 ERROR nova.virt.block_device [req-148f8955-8c6d- 4cd4-ba40-93734ea70349 tempest-AggregatesAdminTestJSON-483895825

[Yahoo-eng-team] [Bug 1478080] [NEW] neutron allows to create invalid floating IP

2015-07-24 Thread Vitalii
Public bug reported: Neutron allows to create floating IP 31.28.168.167, which is broadcast address. I think it should raise exception. ** Affects: neutron Importance: Undecided Status: New ** Project changed: nova = neutron -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1478033] [NEW] neutron allows to create invalid floating IP

2015-07-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: % neutron floatingip-create ISP_NET --floating-ip-address 31.28.168.167 But this is broadcast IP address. % ping 31.28.168.167 Do you want to ping broadcast? Then -b ** Affects: neutron Importance: Undecided Status: New -- neutron

[Yahoo-eng-team] [Bug 1447215] Re: Schema Missing kernel_id, ramdisk_id causes #1447193

2015-07-24 Thread Chris J Arges
** Also affects: glance (Ubuntu Vivid) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1447215 Title: Schema Missing kernel_id, ramdisk_id

[Yahoo-eng-team] [Bug 1478065] [NEW] Block device metadata may be bogus with Ironic driver

2015-07-24 Thread Ben Nemec
Public bug reported: This is a followup to the regression reported in https://bugs.launchpad.net/nova/+bug/1464239 The problem there was that Nova changed how it does block device mapping for ephemeral partitions, and because Ironic isn't using that block device mapping the ephemeral path

[Yahoo-eng-team] [Bug 1478143] [NEW] project param on user_create now default_project

2015-07-24 Thread David Lyle
Public bug reported: with keystone v3 when creating a user, the argument 'project' is no longer honored as it's been replaced by 'default_project'. Without changing the name parameter, this error is encountered: create takes at most 1 positional argument (2 given) Internal Server Error:

[Yahoo-eng-team] [Bug 1470625] Re: Mechanism to register and run all external alembic migrations automatically

2015-07-24 Thread Henry Gessau
This is a mini-RFE since we are adding a new mechanism using entry- points to register external alembic branches at install time. ** Tags added: rfe ** Also affects: networking-l2gw Importance: Undecided Status: New ** Also affects: networking-cisco Importance: Undecided

[Yahoo-eng-team] [Bug 1478103] [NEW] need support for configuring syslog

2015-07-24 Thread Scott Moser
Public bug reported: in order to instruct a host to easily log syslog information to another system, we need to add a cloud-config format for this. The format to use looks like this: ## syslog module allows you to configure the systems syslog. ## configuration of syslog is under the top level

[Yahoo-eng-team] [Bug 1478108] [NEW] Live migration should throttle itself

2015-07-24 Thread Dan Smith
Public bug reported: Nova will accept an unbounded number of live migrations for a single host, which will result in timeouts and failures (at least for libvirt). Since live migrations are seriously IO intensive, allowing this to be unlimited is just never going to be the right thing to do,

[Yahoo-eng-team] [Bug 1478100] [NEW] DHCP agent scheduler can schedule dnsmasq to an agent without reachability to the network its supposed to serve

2015-07-24 Thread Assaf Muller
Public bug reported: While overlay networks are typically available on every host, flat or VLAN provider networks are often not. It may be the case where each rack only has access to a subset of networks defined in Neutron (Determined by the network's physical_network tag). In these cases, you

[Yahoo-eng-team] [Bug 1478103] Re: need support for configuring syslog

2015-07-24 Thread Andres Rodriguez
** Also affects: maas Importance: Undecided Status: New ** Changed in: maas Milestone: None = 1.9.0 ** Changed in: maas Importance: Undecided = Wishlist ** Changed in: maas Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1478103] Re: need support for configuring syslog

2015-07-24 Thread Blake Rouse
** No longer affects: maas -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1478103 Title: need support for configuring syslog Status in cloud-init: New Bug description: in order

[Yahoo-eng-team] [Bug 1468000] Re: Group lookup by name in LDAP via v3 fails

2015-07-24 Thread Brant Knudson
** Also affects: keystone/kilo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1468000 Title: Group lookup by name in LDAP via v3 fails

[Yahoo-eng-team] [Bug 1447215] Re: Schema Missing kernel_id, ramdisk_id causes #1447193

2015-07-24 Thread Jorge Niedbalski
** Changed in: glance Status: Fix Committed = Fix Released ** Changed in: glance/kilo Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1447215 Title:

[Yahoo-eng-team] [Bug 1478169] [NEW] Could not setup simple webserver successfully when creating lb with session persistence type:HTTP_COOKIE

2015-07-24 Thread Madhusudhan Kandadai
Public bug reported: I am not sure whether this bug is duplicate of this one: https://bugs.launchpad.net/neutron/+bug/1477348 If it is so, feel free to mark it as duplicate. Thanks. (However the errors reported are different though) (1) neutron lbaas-loadbalancer-create --name lb1 private-subnet

[Yahoo-eng-team] [Bug 1478000] [NEW] VersionTestCase uses the same port for admin and public endpoints

2015-07-24 Thread Alexey Miroshkin
Public bug reported: VersionTestCase uses the same port for admin and public endpoints: port = random.randint(1, 3) self.config_fixture.config(group='eventlet_server', public_port=port, admin_port=port)

[Yahoo-eng-team] [Bug 1438331] Re: Nova fails to delete rbd image, puts guest in to ERROR state

2015-07-24 Thread Matt Riedemann
** Also affects: nova/juno Importance: Undecided Status: New ** Changed in: nova/juno Status: New = In Progress ** Changed in: nova/juno Importance: Undecided = Medium ** Changed in: nova/juno Assignee: (unassigned) = Dan Smith (danms) -- You received this bug

[Yahoo-eng-team] [Bug 1478003] [NEW] Fix seven typos on nova documentation

2015-07-24 Thread Atsushi SAKAI
Public bug reported: Fix seven typos on nova documentation behaviour = behavior4 poicy = policy schedular = scheduler environement = environment ** Affects: nova Importance: Undecided Assignee: Atsushi SAKAI (sakaia) Status: In Progress ** Changed in: nova

[Yahoo-eng-team] [Bug 1468828] Re: HA router-create breaks ML2 drivers that implement create_network such as Arista

2015-07-24 Thread Kyle Mestery
** Changed in: neutron/kilo Milestone: None = 2015.1.1 ** Changed in: neutron Milestone: None = liberty-2 ** Also affects: neutron/juno Importance: Undecided Status: New ** Changed in: neutron/juno Importance: Undecided = Medium ** Changed in: neutron/juno Status:

[Yahoo-eng-team] [Bug 1472458] Re: Arista ML2 VLAN driver should ignore non-VLAN network types

2015-07-24 Thread Kyle Mestery
** Changed in: neutron/kilo Importance: Undecided = Low ** Changed in: neutron Importance: Undecided = Low ** Changed in: neutron Milestone: None = liberty-2 ** Also affects: neutron/juno Importance: Undecided Status: New ** Changed in: neutron/juno Importance: Undecided

[Yahoo-eng-team] [Bug 1478126] [NEW] getting success message on duplicate object

2015-07-24 Thread Ryan Peters
Public bug reported: Getting success pop up message for creating duplicate object, object not created as it already exists. Steps to reproduce: 1. Create the container test. 2. Under the container test, upload the object/create the pseudo Folder with the name new. Observe thatnew is created

[Yahoo-eng-team] [Bug 1475356] Re: Serializer reports wrong supported version

2015-07-24 Thread Matt Riedemann
** Also affects: nova Importance: Undecided Status: New ** Also affects: nova/kilo 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).

[Yahoo-eng-team] [Bug 1478072] Re: DVR enabled logic needs improvement

2015-07-24 Thread Sean M. Collins
http://eavesdrop.openstack.org/irclogs/%23openstack-neutron /%23openstack-neutron.2015-07-24.log.html#t2015-07-24T16:21:09 ** Summary changed: - DVR enabled on neutron jobs where DVR should be disabled + DVR enabled logic needs improvement ** Changed in: neutron Status: New = Invalid --

[Yahoo-eng-team] [Bug 968696] Re: admin-ness not properly scoped

2015-07-24 Thread Adam Young
** Also affects: glance Importance: Undecided Status: New ** Also affects: cinder Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1478181] [NEW] there is something wrong in the note below function _validate_ip_address

2015-07-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: https://github.com/openstack/neutron/blob/master/neutron/api/v2/attributes.py the note that below function _validate_ip_address on line199 : #netaddr.IPAddress('1' * 59) will not get right result # IPAddress('199.28.113.199') but

[Yahoo-eng-team] [Bug 1478181] Re: there is something wrong in the note below function _validate_ip_address

2015-07-24 Thread Gauvain Pocentek
** Project changed: openstack-manuals = 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/1478181 Title: there is something wrong in the note below function _validate_ip_address

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-07-24 Thread Valeriy Ponomaryov
** Changed in: manila 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/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in

[Yahoo-eng-team] [Bug 1460177] Re: Support metadata service with IPv6-only tenant network

2015-07-24 Thread James Page
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu) Status: New = Triaged ** Changed in: neutron (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1236439] Re: switch to use hostnames like nova breaks upgrades of l3-agent

2015-07-24 Thread James Page
As we've had no further bug reports about this feature, marking 'Won't Fix' for Ubuntu and the UCA ** Changed in: neutron (Ubuntu) Status: Triaged = Won't Fix ** Changed in: cloud-archive Status: Triaged = Won't Fix -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1477975] [NEW] too many dumps of log options values

2015-07-24 Thread Salvatore Orlando
Public bug reported: A gate test usually dumps them twice [1], and the dumps become three if there are api workers. If rpc workers are enabled as well, there will be 4 dumps. [1] http://logs.openstack.org/08/188608/17/check/gate-tempest-dsvm- neutron-full/625c79d/logs/screen-q-svc.txt.gz

[Yahoo-eng-team] [Bug 1477077] Re: Exception during message handling: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10 stable/kilo

2015-07-24 Thread James Page
** Also affects: neutron Importance: Undecided Status: New ** No longer affects: 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/1477077 Title: Exception

[Yahoo-eng-team] [Bug 1445084] Re: neutron-dhcp-agent send 0x03 dhcp flag to a client

2015-07-24 Thread James Page
** Also affects: neutron Importance: Undecided Status: New ** No longer affects: 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/1445084 Title: