[Yahoo-eng-team] [Bug 1514406] [NEW] RPM build fails for SLES12

2015-11-09 Thread Guido Günther
Public bug reported: The spec file is out of date regarding systemd and udev rules and brpm is lacking a dependency mapping. The attached patch fixes this and is also available via: https://code.launchpad.net/~agx/cloud-init/sles12 ** Affects: cloud-init Importance: Undecided

[Yahoo-eng-team] [Bug 1340793] Re: DB2 deadlock error not detected

2015-11-09 Thread Ihar Hrachyshka
Neutron uses oslo.db. ** Changed in: neutron Status: Confirmed => 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/1340793 Title: DB2 deadlock error not detected Status

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

2015-11-09 Thread Ihar Hrachyshka
We switched to oslo.db. ** 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/1276510 Title: MySQL 2013 lost connection is

[Yahoo-eng-team] [Bug 1514424] [NEW] neutron metadata ns proxy does not support ssl

2015-11-09 Thread Özgür Caner
Public bug reported: When SSL is enabled in the neutron metadata agent the neutron metadata ns proxy isn't able to communicate to the neutron metadata agent via the unix domain socket and every request results in a BadStatusLine error: 2015-11-06 16:30:44.060 269669 INFO neutron.wsgi [-]

[Yahoo-eng-team] [Bug 1514437] [NEW] vif unplug is invoked after vm delete

2015-11-09 Thread Sridhar Venkat
Public bug reported: During vm delete operation, vif unplug is invoked after delete is performed. Due to this problem, since vm is deleted, unplug reports an error. This is related to liberty. Reproduce steps : 1. Deploy a VM 2. Delete VM Does not happen very often, but in continuous

[Yahoo-eng-team] [Bug 1514678] [NEW] There is no Previous Hyperlink in Horizon when creating 250 instances

2015-11-09 Thread Reedip
Public bug reported: Please see the snapshot below. After creating 250 instances , I could see the Next Hyperlink which redirects to the next page. However, I cannot go back to the previous page.For that I have to click the ´Instances´ tab once again. User should be given a ´Previous´ hyperlink

[Yahoo-eng-team] [Bug 1514550] [NEW] nova.cells.messaging.instance_update_at_top is assuming it gets an Instance object

2015-11-09 Thread Matt Riedemann
Public bug reported: This code assumes that the instance parameter is a nova Instance object: https://github.com/openstack/nova/blob/86fe90f7056432416ea3c2335ea8c2ad6e16b79a/nova/cells/messaging.py#L1020 But if you're using cells RPC API < 1.35 it's a primitive dict:

[Yahoo-eng-team] [Bug 1514548] [NEW] Cleanup linuxbridge_neutron_agent

2015-11-09 Thread Cedric Brandily
Public bug reported: Cleanup linuxbridge_neutron_agent: * move bridge related features to bridge_lib * cleanup tests ** Affects: neutron Importance: Undecided Assignee: Cedric Brandily (cbrandily) Status: In Progress ** Tags: linuxbridge ** Tags added: linuxbridge --

[Yahoo-eng-team] [Bug 1514494] [NEW] DevStack needs to update the default IPv6 route when moving addresses onto the bridge

2015-11-09 Thread Sean M. Collins
Public bug reported: DevStack takes the ip address assignments from p3p1 (my ethernet adapter) and adds them to the bridge, but fails to remove the duplicate route for p3p1, and also fails to set the default route. stack@devstack-1:~/devstack$ ip -6 r s 2001:db8::/64 dev br-ex proto kernel

[Yahoo-eng-team] [Bug 1514494] Re: DevStack needs to update the default IPv6 route when moving addresses onto the bridge

2015-11-09 Thread Sean M. Collins
Dang it, wrong friggin bug queue! ** Project changed: neutron => devstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1514494 Title: DevStack needs to update the default IPv6 route

[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2015-11-09 Thread Ben Nemec
We've moved away from ephemeral partitions in TripleO, so this no longer needs to be fixed there. ** Changed in: tripleo Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1514473] [NEW] LBaaS v2 TLS configuration bugs

2015-11-09 Thread Evgeny Fedoruk
Public bug reported: LBaaS v2 plugin at services/loadbalancer/plugin.py/LoadBalancerPluginv2 fails when trying to create listener with SSL offloading. Local certificate manager is used. There are 2 issues: 1. service_auth configuration which is used in _get_service_url function is not

[Yahoo-eng-team] [Bug 1239524] Re: baremetal block device mapping is wonky

2015-11-09 Thread Ben Nemec
This appears to have been fixed in Nova, closing the TripleO bug as well. ** Changed in: tripleo Status: Triaged => Fix Released -- 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 1514576] [NEW] Nova volume-attach should also allow user to provide volume name for the input.

2015-11-09 Thread Sumant Murke
Public bug reported: Nova version 2.32.0 When we want to attach an existing volume to an exiting instance then it accepts only volume uuid to specify for attaching to the instance. for example name of the instance : test_vm name of the volume my-volume I did : nova volume-attach test_vm

[Yahoo-eng-team] [Bug 1514568] [NEW] Neutron is not compatible with iproute2 > v4.0.0

2015-11-09 Thread Alberto Murillo
Public bug reported: Starting with v4.0.0, iproute2 added 'set/get' commands to assign an id, also modifies the 'list' command to make it show the id if an id is assigned. Commit d182ee1307c7a83b581d8f6d473bbce2004420c0 Author: Nicolas Dichtel Date: Tue Feb 17

[Yahoo-eng-team] [Bug 1514318] Re: running vm can not change its gateway and ip as the dhcp server send

2015-11-09 Thread yujie
** Description changed: In kilo + dvr environment, a running vm could not get the ip address sent by dhcp server. 1. Create a net with one subnet, setting no enable dhcp. 2. Create a vm in the subnet above, after it created successfully, it has no ip. 3. Setting the subnet enable dhcp,

[Yahoo-eng-team] [Bug 1510826] Re: Move midonet interface driver from neutron to networking-midonet repo

2015-11-09 Thread YAMAMOTO Takashi
** Also affects: neutron 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/1510826 Title: Move midonet interface driver from neutron to

[Yahoo-eng-team] [Bug 1403617] Re: gce datasource does not handle instance ssh keys

2015-11-09 Thread Dan Watkins
** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1403617 Title: gce datasource does not handle instance ssh keys

[Yahoo-eng-team] [Bug 1490796] Re: [SRU] cloud-init must check/format Azure ephemeral disks each boot

2015-11-09 Thread Dan Watkins
** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1490796 Title: [SRU] cloud-init must check/format Azure

[Yahoo-eng-team] [Bug 1464253] Re: [SRU] CloudStack data source will always set password to "HTTP/1.0 200 OK" on CloudStack 4.5.1 and later

2015-11-09 Thread Dan Watkins
** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1464253 Title: [SRU] CloudStack data source will always set

[Yahoo-eng-team] [Bug 1514397] [NEW] Missing unittests for security-groups

2015-11-09 Thread Roey Chen
Public bug reported: There are two valid flows where security-groups are not being tested at the moment: 1. Creating a port with no associated security-groups 2. Updating a port with multiple security-groups Although a test named test_update_port_with_multiple_security_groups exists already,

[Yahoo-eng-team] [Bug 1514622] [NEW] Resource create failed with erro "urce Create Failed: Stackvalidationfailed: Resources.Vdu1: Property Error: "

2015-11-09 Thread Santosh
Public bug reported: I tried to run tacker functional test for creating vnf without any yaml file and it resulted with below error. Resource creation failed with below error tacker.vm.drivers.heat.heat_DeviceHeat-dfd83f2a-ee12-4680-b192-3df6135bb5ce Create Failed Resource Create Failed:

[Yahoo-eng-team] [Bug 1514379] [NEW] VimException: Error occurred while writing data to

2015-11-09 Thread huangpengtaohw
Public bug reported: when i configure nova-computer.conf [vmware] host_ip=10.10.51.120 host_username=Administrator@vsphere.local host_password=vmware cluster_name=cluster1 I can't write image to datastore,the following is log 2015-11-09 18:23:59.438 23223 DEBUG nova.virt.vmwareapi.images

[Yahoo-eng-team] [Bug 1504670] Re: Remove embrane plugin

2015-11-09 Thread Henry Gessau
Oops, not released yet. ** Changed in: neutron Status: Fix Released => Fix Committed ** Changed in: neutron Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1514622] Re: Resource create failed with erro "urce Create Failed: Stackvalidationfailed: Resources.Vdu1: Property Error: "

2015-11-09 Thread Davanum Srinivas (DIMS)
Not enough information to diagnose from Nova side. ** Also affects: tacker Importance: Undecided Status: New ** Changed in: nova Status: New => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1514627] [NEW] Angular actions not evaluated properly when dependent on row update.

2015-11-09 Thread Travis Tripp
Public bug reported: See: https://review.openstack.org/#/c/219925/6 Copying my comments from there: Ok, I've verified this as well and looked at a little bit of the code, but this problem is NOT a problem specific to this patch. This patch works the same as the images table launch instance.

[Yahoo-eng-team] [Bug 1449901] Re: Vmware NSXv: missing functionality to controll security-group rules logging using dfw API

2015-11-09 Thread Gary Kotton
** Changed in: neutron Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1449901 Title: Vmware NSXv: missing functionality to controll

[Yahoo-eng-team] [Bug 1514402] [NEW] Change assertEqual(True/False, A) to assertTrue/False(A)

2015-11-09 Thread venkatamahesh
Public bug reported: assertEqual(True/False, A) Change to assertTrue/False(A) ** Affects: nova Importance: Undecided Assignee: venkatamahesh (venkatamaheshkotha) Status: New ** Changed in: nova Assignee: (unassigned) => venkatamahesh (venkatamaheshkotha) -- You