[Yahoo-eng-team] [Bug 1512199] Re: change vm fixed ips will cause unable to communicate to vm in other network

2015-11-09 Thread yujie
** Changed in: neutron Status: Invalid => 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/1512199 Title: change vm fixed ips will cause unable to communicate to vm in other n

[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, l

[Yahoo-eng-team] [Bug 1514713] [NEW] Can not create Pseudo-folder when a folder name is set 1 or 2 letters

2015-11-09 Thread Kenji Ishii
Public bug reported: In object container, when I create Pseudo-folder, validation error occur if I specified name of 1 or 2 letters. This error message is "Slash is not allowed at the beginning or end of your string." Although I don't use slash in folder name. I think it need to modify regular

[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 networkin

[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 1511250] Re: RFE: remove the deprecation flag of agent_type option fot the ovs agent

2015-11-09 Thread Armando Migliaccio
*** This bug is a duplicate of bug 1506127 *** https://bugs.launchpad.net/bugs/1506127 ** This bug is no longer a duplicate of bug 1512629 RFE: Open vSwitch vhost-user support via fast path detection ** This bug has been marked a duplicate of bug 1506127 enable vhost-user support with ne

[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 OpenStack

[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. https://bugs.launchpad.ne

[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. It

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

2015-11-09 Thread Alberto Murillo
*** This bug is a duplicate of bug 1497309 *** https://bugs.launchpad.net/bugs/1497309 I am using clearlinux.org by the way :) ** This bug has been marked a duplicate of bug 1497309 l3-agent unable to parse output from ip netns list (iproute2 >= 4.0) -- You received this bug notification

[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: Stackval

[Yahoo-eng-team] [Bug 1513279] Re: routing with dhcpv6-stateful addressing is broken with DVR

2015-11-09 Thread Ritesh Anand
With legacy router (CVR) ping6 works without the following security group rules: neutron security-group-rule-create --protocol icmp --ethertype IPv6 --direction egress 4cf607a6-537f-4893-8531-70ba23895b3d neutron security-group-rule-create --protocol icmp --ethertype IPv6 --direction ingress 4cf6

[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 my-v

[Yahoo-eng-team] [Bug 1513630] Re: notifications are not being recevied since mitaka

2015-11-09 Thread Adam Gandelman
** Changed in: astara 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/1513630 Title: notifications are not being recevied since mitaka Status in Astara: I

[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 17:30:37 2015 +0100 ipnetn

[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: https://github.com/openstac

[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 -- Y

[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. https://b

[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 w

[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 met

[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). https://bugs.launchp

[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 register

[Yahoo-eng-team] [Bug 1514480] [NEW] Bug in nova image-list

2015-11-09 Thread Moslem Ghayem
Public bug reported: I installed OpenStack using Ubuntu formal documentation. every things is good but in chapter installing compute service in verify section when i run #nova image-list , i recieve the following error: "ERROR (ClientException): Unexpected API Error. Please report this at http:/

[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 deploy/dele

[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 [-] 192.168.

[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 bei

[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 in

[Yahoo-eng-team] [Bug 1514407] [NEW] NoCloud provider fails with empty ds_cfg

2015-11-09 Thread Guido Günther
Public bug reported: get_data() accesses ds_cfg which can be None. Make sure it is at least an empty dict (as in the Openstack data source). Attached patch fixes this as does the branch at: https://code.launchpad.net/~agx/cloud-init/nocloud ** Affects: cloud-init Importance: Undecided

[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 S

[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 receiv

[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 security-group

[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, it

[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 passw

[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 ephemeral

[Yahoo-eng-team] [Bug 1398997] Re: cloud-init does not have the SmartOS data source as a configuration option

2015-11-09 Thread Dan Watkins
** Changed in: cloud-init Status: New => Invalid -- 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/1398997 Title: cloud-init does not have the SmartOS data source as a configurati

[Yahoo-eng-team] [Bug 1424277] Re: Running without arguments results in Exception on Python 3

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/1424277 Title: Running without arguments results in Exception on

[Yahoo-eng-team] [Bug 1436417] Re: Update cloud-init to use SmartOS v2 metadata format

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/1436417 Title: Update cloud-init to use SmartOS v2 metadata forma

[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 1311463] Re: disk-setup unable to partition disks

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/1311463 Title: disk-setup unable to partition disks Status in cl

[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 [req

[Yahoo-eng-team] [Bug 1514360] [NEW] Deleting a rebuilding instance tries to set it to ERROR

2015-11-09 Thread Hans Lindgren
Public bug reported: As can be seen in the logs[1], this happens quite frequently in tempest runs. Although this is not causing any errors, it fill logs with stack traces and will unnecessarily save an instance fault in the db before the instance itself is deleted. [1] http://logstash.openstack.o