[Yahoo-eng-team] [Bug 1500716] Re: Startup a instance with attached volume

2015-09-29 Thread Markus Zoeller (markus_z)
This is not a bug. If you need data at boot time, you can use the "config drive" [1] or pass in a "block device mapping" [2]. [1] http://docs.openstack.org/user-guide/cli_config_drive.html [2] http://docs.openstack.org/openstack-ops/content/attach_block_storage.html ** Changed in: nova

[Yahoo-eng-team] [Bug 1500716] [NEW] Startup a instance with attached volume

2015-09-29 Thread Lingfeng Xiong
Public bug reported: When an instance is created, it automatically powered on and no volume is attached. However, in some cases, an auto-start program in the instance required some data which is stored in an persistent volume. Then, there must be some way to attach that volume before the

[Yahoo-eng-team] [Bug 1467719] Re: image-create returns wrong error

2015-09-29 Thread Flavio Percoco
** Changed in: glance Importance: Undecided => Low ** Also affects: glance/liberty Importance: Low Assignee: takmatsu (takeaki-matsumoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1259292] Re: Some tests use assertEqual(observed, expected) , the argument order is wrong

2015-09-29 Thread Pradeep Kumar Singh
** Also affects: barbican Importance: Undecided Status: New ** Changed in: barbican Assignee: (unassigned) => Pradeep Kumar Singh (pradeep-singh-u) ** Changed in: barbican Status: New => In Progress -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1241577] Re: sqlalchemy.exc.OperationalError: (OperationalError) Cannot add a NOT NULL column with default value NULL

2015-09-29 Thread Ann Kamyshnikova
This problem is invalid for master branch, so for juno, kilo, liberty branches. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1485792] Re: Glance create an image with incorrect location

2015-09-29 Thread Flavio Percoco
** Project changed: glance => glance-store ** Also affects: glance-store/liberty Importance: High Assignee: Kairat Kushaev (kkushaev) Status: In Progress ** Also affects: glance-store/kilo Importance: Undecided Status: New ** Changed in: glance-store/kilo Importance:

[Yahoo-eng-team] [Bug 1493576] Re: Incorrect usage of python-novaclient

2015-09-29 Thread Doug Shelley
** Also affects: trove Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1493576 Title: Incorrect usage of

[Yahoo-eng-team] [Bug 1500830] [NEW] setting COMPRESS_ENABLED = False and restarting Apache leads to every xstatic library being NOT FOUND

2015-09-29 Thread Thomas Goirand
Public bug reported: Hi, Trying to see if it is possible to debug Horizon in production, one of my colleague tried to disable compress. Then the result isn't nice at all. Setting COMPRESS_ENABLED = False and restarting Apache leads to every xstatic library being NOT FOUND, and loading of pages

[Yahoo-eng-team] [Bug 1500812] [NEW] With pagination implemented for Project->Images FixedFilter needs to be applied serverside

2015-09-29 Thread Timur Sufiev
Public bug reported: Once bug 1252649 is resolved, existing OwnerFilter which splits images into 3 categories won't work nice with pagination, so we need to apply this categorization server-side. ** Affects: horizon Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1464361] Re: Support for multiple gateways in Neutron subnets

2015-09-29 Thread Kevin Benton
For now I don't think we are going to go forward with this because it's a very invasive change and there isn't a really strong demand for it. Let's revisit this if necessary after the routed networks and other model changes happen during mitaka that are designed to help with large operator use

[Yahoo-eng-team] [Bug 1390421] Re: /nova/api/openstack/compute/servers.py:773:1: C901 'Controller.create' is too complex (46)

2015-09-29 Thread Markus Zoeller (markus_z)
As Joel wrote in comment #4, the comments in review [1] tend to see this bug as invalid. ** Changed in: nova Status: Confirmed => Invalid -- 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 1500896] [NEW] It's not necessary to pass context as kwarg to oslo.log in most cases

2015-09-29 Thread Matt Riedemann
Public bug reported: Nova is using oslo.context's RequestContext which means the context object is in scope when doing logging using oslo.log: http://docs.openstack.org/developer/oslo.log/usage.html#passing-context But there are a lot of places in nova where we do something like:

[Yahoo-eng-team] [Bug 1500920] [NEW] SameHostFilter should fail if no instances on host

2015-09-29 Thread Alvaro Lopez
Public bug reported: According to the docs, the SameHostFilter "schedules the instance on the same host as another instance in a set of instances", so it should only pass if the host is executing any of the instances passed as the scheduler hint. However, the filter also passes if the host does

[Yahoo-eng-team] [Bug 1500962] [NEW] Heat Stacks BatchActions missing icons

2015-09-29 Thread Cindy Lu
Public bug reported: Preview, Check, Suspend, and Resume actions are missing icons. ** Affects: horizon Importance: Undecided Assignee: Cindy Lu (clu-m) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1457034] Re: BGPVPN extension

2015-09-29 Thread Kyle Mestery
I believe the external networking BGP project covers this. IF not, please re-open. ** 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.

[Yahoo-eng-team] [Bug 1500960] [NEW] Decouple FwaaS from L3 Agent

2015-09-29 Thread Sean M. Collins
Public bug reported: The FwaaS code is tightly coupled to the L3 agent, which is a concern because in CI we need to eliminate circular dependencies. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1499856] Re: latest doa breaks with new db layout

2015-09-29 Thread David Lyle
** Also affects: horizon Importance: Undecided Status: New ** Changed in: horizon Importance: Undecided => High ** Changed in: horizon Importance: High => Critical ** Tags added: liberty-rc-potential ** Tags removed: liberty-rc-potential ** Tags added: liberty-rc2-potential --

[Yahoo-eng-team] [Bug 1119119] Re: firewall driver uses abstracemethod without metaclass set

2015-09-29 Thread Cedric Brandily
That's the opposite: FirewallDriver is an abstract class using the pattern: def method(...): raise NotImplementedError instead of: @abstractmethod def method(...): pass ** Changed in: neutron Status: Won't Fix => Confirmed ** Summary changed: - firewall driver uses

[Yahoo-eng-team] [Bug 1501091] [NEW] Launch Instance Model file is incorrectly named

2015-09-29 Thread Rajat Vig
Public bug reported: launch-instance-model.js should be renamed to launch-instance- model.service.js. ** Affects: horizon Importance: Undecided Assignee: Rajat Vig (rajatv) Status: In Progress -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1499869] Re: maas wily deployment to HP Proliant m400 fails

2015-09-29 Thread Craig Magina
Cloud-init is getting the wrong time because of this error: [ 14.726283] hctosys: unable to open rtc device (rtc0) What that means is the RTC_DRV_XGENE kernel config option was changed to 'm', this needs to be built-in in order for the device to be available for hctosys. ** Also affects: wily

[Yahoo-eng-team] [Bug 1501090] [NEW] OVSDB wait_for_change waits for a change that has already happened

2015-09-29 Thread Terry Wilson
Public bug reported: The idlutils wait_for_change() function calls idl.run(), but doesn't check to see if it caused a change before calling poller.block. ** Affects: neutron Importance: Undecided Assignee: Terry Wilson (otherwiseguy) Status: In Progress -- You received this

[Yahoo-eng-team] [Bug 1500688] [NEW] VNC URL of instance unavailable in CLI

2015-09-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I use heat template to build an autoscaling group with 'OS::Heat::AutoScalingGroup' and 'OS::Nova::Server' and it works fine. I can see instance running both by CLI and dashboard. However, I can only get to the console by dashboard directly. While using

[Yahoo-eng-team] [Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Tim Gardner
** Summary changed: - maas wily deployment to HP Proliant m400 fails + maas wily deployment to HP Proliant m400 arm64 server cartridge fails ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Tim Gardner (timg-tpi) ** Also affects: linux (Ubuntu Wily) Importance: Undecided

[Yahoo-eng-team] [Bug 1037562] Re: Different secgroups can't be applied to different interfaces

2015-09-29 Thread Cedric Brandily
This bug concerns at most nova as neutron is able to handle secgroup per port. Moreover nova is able to boot a vm using existing neutron ports (with specific secgroups) so this bug seems invalid fro nova also ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1500688] Re: VNC URL of instance unavailable in CLI

2015-09-29 Thread Maru Newby
** Project changed: heat => nova -- 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/1500688 Title: VNC URL of instance unavailable in CLI Status in OpenStack Compute

[Yahoo-eng-team] [Bug 1501046] Re: v2 API: Not possible to "retire" disk formats

2015-09-29 Thread Kairat Kushaev
So this behavior happens when glanceclient already received image information. You can at least get an info trhough API as workaround. The root cause is in schema validation after receiving this info. Need to think more about this case. ** Project changed: glance => python-glanceclient -- You

[Yahoo-eng-team] [Bug 1501080] [NEW] VMwareVMOpsTestCase.test_get_datacenter_ref_and_name can fail with KeyError

2015-09-29 Thread Matt Riedemann
Public bug reported: This is actually being seen on a very old version of nova but still applies to the code on master: FAIL: nova.tests.virt.vmwareapi.test_vmwareapi_vmops.VMwareVMOpsTestCase.test_get_datacenter_ref_and_name_with_no_datastore tags: worker-0

[Yahoo-eng-team] [Bug 1119119] Re: firewall driver uses abstracemethod without metaclass set

2015-09-29 Thread Cedric Brandily
** Changed in: neutron Assignee: Isaku Yamahata (yamahata) => (unassigned) ** 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.

[Yahoo-eng-team] [Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Scott Moser
cloud-init changes caused issues when "fixing" timestamp for oauth on systems with bad clock. change here is to fix that. I'll upload later. ** Patch added: "cloud-init fix diff" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1499869/+attachment/4479305/+files/out.diff ** Changed in:

[Yahoo-eng-team] [Bug 1282374] Re: neutron tests require pysqlite

2015-09-29 Thread Cedric Brandily
** Changed in: neutron Assignee: YAMAMOTO Takashi (yamamoto) => (unassigned) ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1501086] [NEW] ARP entries dropped by DVR routers when the qr device is not ready or present

2015-09-29 Thread Swaminathan Vasudevan
Public bug reported: The ARP entries are dropped by DVR routers when the 'qr' device does not exist in the namespace. There are two ways in the L3 agent the ARP entries are updated. Once when an internal csnat port is created, then arp entries added from the 'dvr_local_router' by calling the

[Yahoo-eng-team] [Bug 1179713] Re: too many subnet-create cause q-dhcp failure

2015-09-29 Thread Armando Migliaccio
Well, the bug is valid: we should make sure that after max_fixed_ips_per_port or quota_subnet subnets (whichever is smaller), the server tells you you run out of subnet you can create. Quota enforcement already works, but we don't validate the # of subnets against max_fixed_ips_per_port ** No

[Yahoo-eng-team] [Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Andres Rodriguez
** 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/1499869 Title: maas wily deployment to HP Proliant m400 arm64 server cartridge fails Status in cloud-init:

[Yahoo-eng-team] [Bug 1501118] [NEW] Delete Security Groups action displays two messages in German

2015-09-29 Thread Yuko Katabami
Public bug reported: Project > Compute > Access and Seciruty > Delete Security Groups When delete a security group, English UI shows a pop-up saying that the security group was successfully deleted, however in the German version TWO notes pop up: Security Group successfully deleted AND "Error,

[Yahoo-eng-team] [Bug 1501150] [NEW] Reorganize and improve L3 agent functional tests

2015-09-29 Thread Assaf Muller
Public bug reported: This bug is to track the following work: 1) neutron/tests/functional/agent/test_l3_agent is enormous. When I created that file it was 300 lines of code. It's now nearly 1,500 lines of code. It's very difficult to find what you're looking for. I propose splitting it up so

[Yahoo-eng-team] [Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1147-0ubuntu1 --- cloud-init (0.7.7~bzr1147-0ubuntu1) wily; urgency=medium * New upstream snapshot. * MAAS: fix oauth when system clock is bad (LP: #1499869) -- Scott Moser Tue, 29 Sep 2015 20:16:57

[Yahoo-eng-team] [Bug 1501158] [NEW] Missing MEDIA_URL config in test settings

2015-09-29 Thread Lin Hua Cheng
Public bug reported: Steps to reproduce: 1. Set Debug=True in the test settings. 2. run the test Actual output: Test failure. == ERROR: Failure: ImproperlyConfigured (Empty static prefix not permitted)

[Yahoo-eng-team] [Bug 1501163] [NEW] Selenium suite under horizon/ breaks under Django 1.8

2015-09-29 Thread Richard Jones
Public bug reported: The dummy user model used in the horizon/ test suite breaks under Django 1.8 with an error pretty much the same as what we see for django- openstack-auth. ** Affects: horizon Importance: Undecided Assignee: Richard Jones (r1chardj0n3s) Status: In Progress

[Yahoo-eng-team] [Bug 1501116] [NEW] "Image Registry" window contains a text box which overlaps with buttons (Japanese and German)

2015-09-29 Thread Yuko Katabami
Public bug reported: Project > Data Processing > Image Registry > Register Image The "Register Image" window, "Image Registry tool" text box becomes larger when it contains translated text (only confirmed in German and Japanese, but could be affecting more languages). It overlaps with buttons

[Yahoo-eng-team] [Bug 1501152] [NEW] Firewall Rule can be created with IPv4 Source address and IPv6 Destination address

2015-09-29 Thread Reedip
Public bug reported: reedip@reedip-VirtualBox:/opt/stack/logs$ neutron firewall-rule-create --source-ip-address 1.1.1.1 --destination-ip-address 1::1 --protocol tcp --action allow Created a new firewall_rule: ++--+ | Field

[Yahoo-eng-team] [Bug 1500994] [NEW] Json parameter is converted from double quotes to single quotes - Error on launch

2015-09-29 Thread s...@us.ibm.com
Public bug reported: I created a json parameter with a default value in my template: {"somekey" : "somevalue"} When I launch the stack in Horizon, it changes the json value to be: {u'somekey': u'somevalue'} But this is invalid, because when I try to launch it tells me: Error: ERROR: Value must

[Yahoo-eng-team] [Bug 1427032] Re: Enable neutron network integration testing via horizon.conf

2015-09-29 Thread Timur Sufiev
*** This bug is a duplicate of bug 1425882 *** https://bugs.launchpad.net/bugs/1425882 ** This bug has been marked a duplicate of bug 1425882 Use Neutron in Horizon integration tests job -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1500993] [NEW] Define a new vNIC type for exposing complete physical functions (SR-IOV)

2015-09-29 Thread Miguel Angel Ajo
Public bug reported: One of the telco working group requirements is being able to expose a whole PF (physical function) on an SR-IOV card. To indicate that to nova, we need to specify we want a "physicalfunction" type of port. It's different from the ironic baremetal ports in the sense that

[Yahoo-eng-team] [Bug 1500990] [NEW] dnsmasq responds with NACKs to requests from unknown hosts

2015-09-29 Thread Michael Turek
Public bug reported: When a request comes in from a host not managed by neutron, dnsmasq responds with a NACK. This causes a race condition where if the wrong DHCP server responds to the request, your request will not be honored. This can be inconvenient if you are sharing a subnet with other

[Yahoo-eng-team] [Bug 1501032] [NEW] incorrect method list is returned when scoping tokens with federation

2015-09-29 Thread Lance Bragstad
Public bug reported: In keystone, when a user gets an unscoped token using a password and their username, the unscoped token response contains a method list. This method list will consist of ['password'], since it was the method used to obtain the token. When the user goes to scope their unscoped

[Yahoo-eng-team] [Bug 1330199] Re: rpc_workers does not work with Qpid

2015-09-29 Thread Ryan Moats
** No longer affects: 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/1330199 Title: rpc_workers does not work with Qpid Status in oslo.messaging: Fix Released Bug

[Yahoo-eng-team] [Bug 1315138] Re: stable backports failing with "sub_unit.log was > 50 MB of uncompressed data!!!"

2015-09-29 Thread Armando Migliaccio
** No longer affects: 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/1315138 Title: stable backports failing with "sub_unit.log was > 50 MB of uncompressed data!!!" Status in