[Yahoo-eng-team] [Bug 1531426] Re: 'dns_assignment' is not transmitted to neutron-dhcp-agent when new port is created with 'dns_name' set

2016-11-02 Thread Jens Offenbach
** Changed in: neutron Status: Incomplete => 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/1531426 Title: 'dns_assignment' is not transmitted to neutron-dhcp-agent w

[Yahoo-eng-team] [Bug 1621615] Re: network not configured when ipv6 netbooted into cloud-init

2016-11-02 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-initramfs-tools - 0.31ubuntu1 --- cloud-initramfs-tools (0.31ubuntu1) zesty; urgency=medium * cloud-initramfs-dyn-netconf: Further adjustments to support IPV6 and the new DEVICE6 and net6-DEVICE.conf files. (LP: #1621615) -- Scott Mo

[Yahoo-eng-team] [Bug 1606500] Re: Heat: template source URL allows network port scan

2016-11-02 Thread Tristan Cacqueray
CVE has been requested with this affect line: <=5.0.3, >=6.0.0 <=6.1.0 and ==7.0.0 @Daniel, the bug is now public, feel free to submit patches to gerrit for master (Ocata), Newton, Mikata and Liberty. ** Description changed: - This issue is being treated as a potential security risk under embarg

[Yahoo-eng-team] [Bug 1485694] Re: Keystone raises an exception when it receives incorrectly encoded parameters

2016-11-02 Thread Chuck Short
** Changed in: keystone (Ubuntu Wily) Status: Fix Committed => Fix Released ** Changed in: keystone (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (k

[Yahoo-eng-team] [Bug 1593846] Re: [Doc] Fix designate dns driver for SSL based endpoints

2016-11-02 Thread Miguel Lavalle
Fix released: https://review.openstack.org/#/c/388228/ ** Changed in: neutron Status: New => 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/1593846 Title: [Doc] Fix

[Yahoo-eng-team] [Bug 1555382] Re: Queries for DVR-aware floating IP next-hop lookups

2016-11-02 Thread Miguel Lavalle
Doc was released: http://docs.openstack.org/newton/networking-guide /config-bgp-dynamic-routing.html ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://

[Yahoo-eng-team] [Bug 1638703] [NEW] OVO vif_details not loading correctly from DB

2016-11-02 Thread Kevin Benton
Public bug reported: The modify_fields_from_db method for the port binding OVO does not work correctly with 'vif_details'. The json parser falls apart when it encounters the empty details case, which is represented in our DB schema as an empty string ''. obj_fields = self._test_class.modify_f

[Yahoo-eng-team] [Bug 1638684] [NEW] prevent_arp_spoofing in liberty prevents applications

2016-11-02 Thread ioannis
Public bug reported: In Liberty the default option is: prevent_arp_spoofing = True If a VM is configured with subnet mask different to /24, e.g. a /20, then if an application is listening to same subnet (but not if it was /24), it won't reply to arp requests. For example, VM A interface is 10

[Yahoo-eng-team] [Bug 1638681] [NEW] resource tracker sets wrong max_unit in placement Inventory

2016-11-02 Thread Chris Dent
Public bug reported: When the resource tracker creates Inventory in the placement (v1.0) API for its VCPU, MEMORY_MB, and DISK_GB, max_unit is being set to 1. Until https://review.openstack.org/#/c/392933/ the min_unit, max_unit and step_size constraints on Inventory were not being checked when m

[Yahoo-eng-team] [Bug 1638672] [NEW] No neat way to extend existing .po files for downstream customisations

2016-11-02 Thread Rob Cresswell
Public bug reported: Previously, downstream customisations could add translations by using `manage.py makemessages` and simply filling in the blanks in the generated .po files. Since the move to babel and .pot files, downstream now has to manually merge the .pot file into the .po files. We should

[Yahoo-eng-team] [Bug 1638664] [NEW] OVO MACAddress field isn't serializable

2016-11-02 Thread Kevin Benton
Public bug reported: The OVO MACAddress field can't be serialized to JSON because it is represented as a EUI object from netaddr without a to_primitive method. This is what happens if you try to json encode an EUI object. >>> json.dumps({'mac-address': netaddr.EUI('AA-BB-CC-DD-EE-FF')}) Tracebac

[Yahoo-eng-team] [Bug 1638662] [NEW] "openstack_dashboard.api.keystone: Unable to retrieve Domain: default" incessant warning logging when switching Projects while being on the Identity>Project panel

2016-11-02 Thread Kam Nasim
Public bug reported: REPRODUCTION One scenario in horizon where we shall get the "Unable to retrieve Domain: default" incessant logging: 1. Login to horizon as admin 2. Select Identity - Projects panel and switch Projects Cancel 3. Remain on the Identity - Projects panel Result hori

[Yahoo-eng-team] [Bug 1600788] Re: If a common message is not being used, they should each be treated separately with respect to choosing a marker function

2016-11-02 Thread gordon chung
** No longer affects: ceilometer -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1600788 Title: If a common message is not being used, they should each be treated separately with respec

[Yahoo-eng-team] [Bug 1638625] [NEW] Nova fails live migrations on dedicated interface due to wrong type of migrate_uri

2016-11-02 Thread Pawel Koniszewski
Public bug reported: Nova fails all live migrations on dedicated interface due to conversion of string to unicode (in Python 2.7). My environment: * nova trunk, commit 40f9b0ad16d3a5fae184bbe6d4a49cf792967089 * QEMU 2.6 * Libvirt 1.3.4 1. Set live_migration_inbound_addr to IP address of existing

[Yahoo-eng-team] [Bug 1638606] [NEW] api-ref: create keypair response is confusing wrt user_id and microversion 2.10

2016-11-02 Thread Matt Riedemann
Public bug reported: This is the api-ref doc on the create keypair response; http://developer.openstack.org/api-ref/compute/?expanded=list-volume- attachments-for-an-instance-detail,create-or-import-keypair-detail#id210 The user_id description in the response is confusing since it says 'New in v

[Yahoo-eng-team] [Bug 1638603] [NEW] Identity LDAP does not support AD nested groups

2016-11-02 Thread Adam Young
Public bug reported: Active Directory has a very specific mechanism to handle nested groups. LDAP queries need to look like this: "(&(objectClass=group)(member=member:1.2.840.113556.1.4.1941:=CN=nwalnut,OU=Users,DC=EXAMPLE,DC=COM))" If a deployment is using nested groups, three queries need to

[Yahoo-eng-team] [Bug 1600109] Re: Unit tests should not perform logging, but some tests still use

2016-11-02 Thread gordon chung
** No longer affects: ceilometer -- 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/1600109 Title: Unit tests should not perform logging,but some tests still use Status in

[Yahoo-eng-team] [Bug 1517839] Re: Make CONF.set_override with parameter enforce_type=True by default

2016-11-02 Thread gordon chung
** No longer affects: ceilometer ** No longer affects: aodh -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1517839 Title: Make CONF.set_override with parameter enforce_type=True by defa

[Yahoo-eng-team] [Bug 1638582] [NEW] network failure during post live-migrate fails to update hypervisor host

2016-11-02 Thread Shane Peters
Public bug reported: Description === If the network fails during post live-migration tasks, the host/hypervisor property of the instance isn't updated to reflect the *new* compute host. The migrated instance appears to function properly, but issuing 'nova show ' still shows the origin co

[Yahoo-eng-team] [Bug 1638581] [NEW] Flavor with zero disk cannot be selected while booting from volume

2016-11-02 Thread Mate Lakat
Public bug reported: To reproduce: - Have an image which specifies minDisk as non-zero: wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img glance image-create --name testimg-explicit-mindisk --min-disk 1 --disk-format=qcow2 --file cirros-0.3.4-x86_64-disk.img --contai

[Yahoo-eng-team] [Bug 1564110] Re: OpenStack should support MySQL Cluster (NDB)

2016-11-02 Thread gordon chung
no one worked on ceilometer legacy storage for over a year. use gnocchi or something else ** Changed in: ceilometer Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launc

[Yahoo-eng-team] [Bug 1346778] Re: Neutron does not work by default without a keystone admin user

2016-11-02 Thread gordon chung
** Changed in: ceilometer Status: Incomplete => 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/1346778 Title: Neutron does not work by default without a keystone admin use

[Yahoo-eng-team] [Bug 1603400] Re: neutron-ovs-agent in compute node with XenServer doesn't support conntrack

2016-11-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/341304 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0d8483391dd7aa19304e3f1e2b6ea3bee040a279 Submitter: Jenkins Branch:master commit 0d8483391dd7aa19304e3f1e2b6ea3bee040a279 Author: Huan Xie Date: Tue Jul 12 22:48:01 2016 -0

[Yahoo-eng-team] [Bug 1634524] Re: DataSourceNotFoundException - cloud-init fails for cloud-images VHD image with nova-hyperv as compute

2016-11-02 Thread Larry Michel
** Also affects: cloud-images Importance: Undecided Status: New -- 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/1634524 Title: DataSourceNotFoundException - cloud-init fails