[Yahoo-eng-team] [Bug 1423885] [NEW] nova flavor-show inconsistent with mixed case in names

2015-02-20 Thread Miroslav Los
Public bug reported: The nova flavor-show command accepts a flavor name as its parameter. The search via names works with an exact match and all-lowercase, but not with any other character casing. E.g. given an existing flavor named 'ASAv', 'nova flavor-show ASAv' will get the same result as

[Yahoo-eng-team] [Bug 1423861] [NEW] Jenkins pythnon26 and python27 failure for stable/juno

2015-02-20 Thread Abhishek Kekane
Public bug reported: Following tests are failing on Jenkins for python26 and python27 glance.tests.functional.v1.test_copy_to_file.TestCopyToFile.test_copy_from_http_nonexistent glance.tests.unit.test_store_image.TestStoreImage.test_image_change_delete_locations

[Yahoo-eng-team] [Bug 1423845] [NEW] In certain cases compute does not clean up neutron ports after unsuccessful vm spawn

2015-02-20 Thread Oleg Bondarev
Public bug reported: When allocating networks for instance compute first creates ports and then fetches them from neutron to build network info. Under high load it might be possible that neutron/keystone timeouts on a request to fetch ports for instance (traceback attached). In this case

[Yahoo-eng-team] [Bug 1423888] [NEW] Subnet Modals broken/way out of position

2015-02-20 Thread Rob Cresswell
Public bug reported: The subnet modals are rendering off the bottom of the page and not really usable. This change https://review.openstack.org/#/c/137417/ adds some CSS that breaks it. ** Affects: horizon Importance: Undecided Assignee: Rob Cresswell (robcresswell) Status:

[Yahoo-eng-team] [Bug 1423900] [NEW] Don't try to query dbus if the credentials are in the environment variables

2015-02-20 Thread Arthur Lutz (Logilab)
Public bug reported: I use nova with credentials as environment variables, and was suprised to get the following traceback : # nova list Traceback (most recent call last): File /usr/bin/nova, line 6, in module from novaclient.shell import main File

[Yahoo-eng-team] [Bug 1362171] Re: Reuse process management classes from dnsmasq for radvd

2015-02-20 Thread Miguel Angel Ajo
** 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/1362171 Title: Reuse process management classes from dnsmasq for radvd

[Yahoo-eng-team] [Bug 1423747] Re: neutron port-create error message is not helpful

2015-02-20 Thread Elena Ezhova
** Project changed: neutron = python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1423747 Title: neutron port-create error message is not helpful Status in Python

[Yahoo-eng-team] [Bug 1422993] Re: cloud-init AzureDS fails on 15.04

2015-02-20 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1060-0ubuntu1 --- cloud-init (0.7.7~bzr1060-0ubuntu1) vivid; urgency=medium * New upstream snapshot. * Fix for ascii decode in DataSourceAzure (LP: #1422993). -- Scott Moser smo...@ubuntu.com Fri, 20 Feb 2015 08:05:20

[Yahoo-eng-team] [Bug 1382064] Re: Failure to allocate tunnel id when creating networks concurrently

2015-02-20 Thread Eugene Nikanorov
** Changed in: neutron Status: Fix Released = In Progress ** Changed in: neutron Milestone: kilo-2 = kilo-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1382064 Title:

[Yahoo-eng-team] [Bug 1423925] [NEW] show MTU on network details page

2015-02-20 Thread Bradley Jones
Public bug reported: once this patch https://review.openstack.org/#/c/154921/ goes into neutron to enable setting the MTU for a network we should show the MTU in the network details page as this will be useful for debugging ** Affects: horizon Importance: Undecided Assignee: Bradley

[Yahoo-eng-team] [Bug 1424096] [NEW] DVR routers attached to shared networks aren't being unscheduled from a compute node after deleting the VMs using the shared net

2015-02-20 Thread Stephen Ma
Public bug reported: As the administrator, a DVR router is created and attached to a shared network. The administrator also created the shared network. As a non-admin tenant, a VM is created with the port using the shared network. The only VM using the shared network is scheduled to a compute

[Yahoo-eng-team] [Bug 1424089] Re: Use SystemRandom rather than random

2015-02-20 Thread Jeremy Stanley
The patch says security hardening (which I think it probably is), making it class D (or maybe C1) in our incident report taxonomy. https://wiki.openstack.org/wiki/Vulnerability_Management#Incident_report_taxonomy If you agree, we should switch the bug type from public security to public (and

[Yahoo-eng-team] [Bug 1424099] [NEW] Unable to pass additional parameters to update_router tesmpest test case

2015-02-20 Thread Chirag Shahani
Public bug reported: While writing tempest test case, I encountered the following: Consider the following scenario: Suppose a third-party plugin has additinal attributes that can be passed during router-creation and router-update. Now, the _update_router method in our json network client does

[Yahoo-eng-team] [Bug 1424089] [NEW] Use SystemRandom rather than random

2015-02-20 Thread Brant Knudson
*** This bug is a security vulnerability *** Public security bug reported: SystemRandom should be preferred over direct use of random. ** Affects: keystone Importance: Undecided Assignee: Brant Knudson (blk-u) Status: In Progress -- You received this bug notification

[Yahoo-eng-team] [Bug 1399998] Re: Cisco Nexus VXLAN: incomplete switch configuration when launch multiple VMs simultaneously.

2015-02-20 Thread Carol Bouchard
** Project changed: neutron = networking-cisco ** Changed in: networking-cisco Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/138 Title:

[Yahoo-eng-team] [Bug 1424061] [NEW] keystone server should default to localhost-only

2015-02-20 Thread Brant Knudson
*** This bug is a security vulnerability *** Public security bug reported: By default keystone will listen on all interfaces. Keystone should use secure defaults. In this case, listen on localhost-only by default. ** Affects: keystone Importance: Undecided Assignee: Brant Knudson

[Yahoo-eng-team] [Bug 1405239] Re: ML2 Cisco Nexus Cfg not persistent after reboot

2015-02-20 Thread Carol Bouchard
** Project changed: neutron = networking-cisco ** Changed in: networking-cisco Status: New = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1405239 Title: ML2

[Yahoo-eng-team] [Bug 1423972] Re: cloud-init skips cloud-config modules on 15.04 Azure

2015-02-20 Thread Ben Howard
** Attachment added: Potential patch https://bugs.launchpad.net/ubuntu/+bug/1423972/+attachment/4323594/+files/lp1423972.patched ** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1353554] Re: Neutron test suite leaks memory like a sieve (still)

2015-02-20 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1353554

[Yahoo-eng-team] [Bug 1385318] Re: Nova fails to add fixed IP

2015-02-20 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1385318

[Yahoo-eng-team] [Bug 1424113] [NEW] Add missing db model changes related to nuage plugin

2015-02-20 Thread Ronak Shah
Public bug reported: Due to decomposition of plugin work initiated during K release, nuage plugin have gone through much changes without them being incorporated upstream. But as per the decomp spec guideline, we need to keep migration and model definition upstream. So need to add new schema

[Yahoo-eng-team] [Bug 1379682] Re: instance_template_name does not work for vmware driver

2015-02-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/156924 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=bf8afba46c78f545f5e2590b4f0e0e36f842b067 Submitter: Jenkins Branch:master commit bf8afba46c78f545f5e2590b4f0e0e36f842b067 Author: Hiroki Aramaki

[Yahoo-eng-team] [Bug 1423952] [NEW] It is impossible to delete an instance that has failed due to neutron/nova notification problems

2015-02-20 Thread Lars Kellogg-Stedman
Public bug reported: If you attempt to boot a nova instance without Neutron properly configured for neutron/nova notifications, the instance will eventually fail to spawn: [-] [instance: 1541a197-9f80-4ee5-a7d6-08e591aa83fd] Instance failed to spawn [instance:

[Yahoo-eng-team] [Bug 1415336] Re: type: parameter should be replaced by healthmonitor_type in loadbalancer

2015-02-20 Thread Kyle Mestery
** Changed in: neutron Milestone: None = kilo-3 ** Changed in: neutron Importance: Undecided = Low ** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Importance: Undecided = Low ** Changed in: python-neutronclient

[Yahoo-eng-team] [Bug 1424139] [NEW] misspelling works in neutron code

2015-02-20 Thread Edgar Magana
Public bug reported: Fixing misspelling words in neutron code ** 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/1424139

[Yahoo-eng-team] [Bug 1423885] Re: nova flavor-show inconsistent with mixed case in names

2015-02-20 Thread Davanum Srinivas (DIMS)
** Project changed: nova = python-novaclient -- 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/1423885 Title: nova flavor-show inconsistent with mixed case in names

[Yahoo-eng-team] [Bug 1407987] Re: ML2 Cisco replay Cfg on loss of Nexus connect

2015-02-20 Thread Carol Bouchard
** Project changed: neutron = networking-cisco ** Changed in: networking-cisco Status: New = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1407987 Title: ML2

[Yahoo-eng-team] [Bug 1422738] Re: Suppress exception when nexus mech replay enabled

2015-02-20 Thread Carol Bouchard
** Project changed: neutron = networking-cisco ** Changed in: networking-cisco Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1422738 Title: Suppress

[Yahoo-eng-team] [Bug 1423973] [NEW] Use choices from oslo_config

2015-02-20 Thread Lance Bragstad
Public bug reported: Support went into oslo_config recently that will allow us to use the choices keyword argument from argparse [1]. We should look at leveraging this in Keystone. [1]

[Yahoo-eng-team] [Bug 1423644] Affects OpenStack/Nova

2015-02-20 Thread William Kitsos
Davanum, I am running OpenStack Juno. Its running on three pieces of bare metal. Nova --version returns 2.19.0 on host compute1. This is running over Ubuntu server 14.04 LTS. The systems are up to date. I run an 'apt-get update apt-get dist-upgrade' weekly. Please let me know if you need any

[Yahoo-eng-team] [Bug 1422735] Re: Unknown host exception results in other except

2015-02-20 Thread Carol Bouchard
** Project changed: neutron = networking-cisco -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1422735 Title: Unknown host exception results in other except Status in Cisco Vendor Code