[Yahoo-eng-team] [Bug 1337179] [NEW] vlan_start verification error

2014-07-03 Thread Dong Liu
Public bug reported: As we known there are two parameters in creating network, vlan and vlan_start. In my system, There were 4 networks. And then I created a new network with --vlan argument. The network created success. But I show this network, the vlan number is 4097. We know this is an

[Yahoo-eng-team] [Bug 1336120] Re: specified valid floating IP address doen't work when creating a floating IP

2014-07-03 Thread Oleg Bondarev
This is covered by blueprint allow-specific-floating-ip-address, https://review.openstack.org/#/c/70286/ , https://review.openstack.org/100214 ** Changed in: neutron Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1337185] [NEW] Brocadeport table is not up to models

2014-07-03 Thread Ann Kamyshnikova
Public bug reported: In models for brocadeport for columns admin_state_up and network_id have nullable=False, but it was skipped in migrations. Also vlan_id have type Sring(10) instead of String(36) and there is a missing foreign key on network_id column. Difference is shown here

[Yahoo-eng-team] [Bug 1337214] [NEW] VMware: Fail to boot VM when using VDS or the port gropu be created on different vSwitch

2014-07-03 Thread David Geng
Public bug reported: Fail to boot a instance when using the nova-network, I got the error message in log file 'InvalidVLANPortGroup: vSwitch which contains the port group VS5_GUEST_SCODEV_G1_V231 is not associated with the desired physical adapter. Expected vSwitch is vSwitch0, but the one

[Yahoo-eng-team] [Bug 1337216] [NEW] Table 'agents' is missing for bigswitch plugin

2014-07-03 Thread Ann Kamyshnikova
Public bug reported: Running migrations for Bigswitch plugin got an error http://paste.openstack.org/show/85380/. For creating table 'networkdhcpagentbindings' table 'agents' is needed to exist, but Bigswitch plugin was not added to the migration_for_plugins list in migration

[Yahoo-eng-team] [Bug 1337236] [NEW] vmware: nova-compute will not start if some instance relying datastore not available

2014-07-03 Thread zhu zhu
Public bug reported: First use vcenter driver to spawn some instances to one of the datastores that esxi is binding to. Later this datastore became unavailable due to certain reason(power off or network problem). Then when restart nova-compute, found that compute service will exist with errors.

[Yahoo-eng-team] [Bug 1337258] [NEW] fwaas: Admin should not be able to share tenant's firewall

2014-07-03 Thread Rajkumar
Public bug reported: Admin should not be able to update/create the shared attribute of tenant's firewall. Since if he shared, then it will affect the traffic of other tenants. And also member tenant is not able to update with shared as true however still he is able to update with false hence

[Yahoo-eng-team] [Bug 1334164] Re: nova error migrating VMs with floating ips: 'FixedIP' object has no attribute '_sa_instance_state'

2014-07-03 Thread Artem Panchenko
Fix released for 5.0.1, verified on iso # 88 ** Changed in: fuel/5.0.x Status: Fix Committed = 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.launchpad.net/bugs/1334164

[Yahoo-eng-team] [Bug 1337263] [NEW] Multi-provider extension does not support XML

2014-07-03 Thread MARIN-FRISONROCHE Julien
Public bug reported: multi-provider extension does not support network creation using xml body because segments markup are not correctly parsed. Use case: #$ curl -i http://192.168.128.11:9696/v2.0/networks -X POST -H X-Auth- Token: blah -d @xml_input -H 'Content-Type: application/xml'

[Yahoo-eng-team] [Bug 1337264] [NEW] live migaraions fails if used libvirt_cpu_mode=host-passthrough option

2014-07-03 Thread Michael Kazakov
Public bug reported: Livemigartions fials with libvirt error in nova-compute.log: ERROR nova.virt.libvirt.driver [-] [instance: d8234ed4-1c7b-4683-afc6-0f481f91c6e4] Live Migration failure: internal error: cannot load AppArmor profile 'libvirt- d8234ed4-1c7b-4683-afc6-0f481f91c6e4'

[Yahoo-eng-team] [Bug 1337267] [NEW] Lock wait timeout inserting floating ip

2014-07-03 Thread Eugene Nikanorov
Public bug reported: Traceback: TRACE neutron.api.v2.resource Traceback (most recent call last): TRACE neutron.api.v2.resource File /opt/stack/new/neutron/neutron/api/v2/resource.py, line 87, in resource TRACE neutron.api.v2.resource result = method(request=request, **args) TRACE

[Yahoo-eng-team] [Bug 1337265] [NEW] HTTP 500 when `nova list --name` contains invalid regexp

2014-07-03 Thread Jaroslav Henner
Public bug reported: # nova list --name \* ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-e399bee0-2491-4e4a-9197-944b19c86075) ** Affects: nova Importance: Undecided Status: New ** Attachment added: log

[Yahoo-eng-team] [Bug 1337278] [NEW] Client-side checks for flavor requirements not working correctly for RAM

2014-07-03 Thread Julie Pichon
Public bug reported: The RAM checks always pass because we're comparing GB against MB - the image minimum RAM is returned in GB while the flavour minimum RAM is returned in MB. Steps to reproduce: 1. Create a new image and set its minimum requirement to 8GB disk, 8GB RAM. 2. Try to launch an

[Yahoo-eng-team] [Bug 1337275] [NEW] fail to launch more than 12 instances after updating qouta with 'PortLimitExceeded: Maximum number of ports exceeded'

2014-07-03 Thread Dafna Ron
Public bug reported: I installed openstack with packstack as AIO + 3 computes. Trying to run 100 instances, we fail to launch more than 12 with 'PortLimitExceeded: Maximum number of ports exceeded' ERROR. to reproduce - launch 100 instances at once after changing admin tenant project default

[Yahoo-eng-team] [Bug 1337304] [NEW] Extract common code from get_fc_wwpns and get_fc_wwnns

2014-07-03 Thread ling-yun
Public bug reported: Since get_fc_wwpns and get_fc_wwnns has almost the same code, so extract common code from these two function and add a flag to identify what info to collect. ** Affects: nova Importance: Undecided Assignee: ling-yun (zengyunling) Status: New ** Changed

[Yahoo-eng-team] [Bug 1298472] Re: SSHTimeout in tempest scenario tests using nova-network

2014-07-03 Thread Sean Dague
As the current indicators trend towards being related to iptables rules, I think we're able to cross cinder off the list of possible causes. ** Changed in: nova Status: New = Confirmed ** Changed in: cinder Status: New = Invalid ** Summary changed: - SSHTimeout in tempest

[Yahoo-eng-team] [Bug 1337359] [NEW] The io_ops_filter is not working while instance is rebuilding.

2014-07-03 Thread XiaoDui Huang
Public bug reported: I am trying to control the host's ios at the same time. I set the properties in nova.conf: scheduler_default_filters=RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,IoOpsFilter max_io_ops_per_host=2 But I can still

[Yahoo-eng-team] [Bug 1337367] [NEW] The add method of swift.py have a problem.When a large image is uploading and the glance-api is restarted, then we can not delete the image content that have been

2014-07-03 Thread Hua Wang
Public bug reported: 1. upload a large image, for example 50G 2. kill glance-api when image status:saving 3. restart glance-api 4. delete image the image content that have been uploaded can not be deleted. I think the add method of glance/swift/BaseStore should put the object manifest onto

[Yahoo-eng-team] [Bug 1337275] Re: fail to launch more than 12 instances after updating qouta with 'PortLimitExceeded: Maximum number of ports exceeded'

2014-07-03 Thread Rossella Sblendido
You should modify the port quota and use something 100 if you plan to launch 100 instances. Some ports are created automatically by Neutron and are included in the quota (like dhcp ports for example). Modify the port quota in horizon. Or you can use the command line, specifying in the

[Yahoo-eng-team] [Bug 1329546] Re: Upon rebuild instances might never get to Active state

2014-07-03 Thread Attila Fazekas
** 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/1329546 Title: Upon rebuild instances might never get to Active state

[Yahoo-eng-team] [Bug 1297512] Re: libvirt domain launch Cannot find 'pm-is-supported' in path error

2014-07-03 Thread Tracy Jones
** Changed in: nova Status: In Progress = New ** Changed in: nova Status: New = Triaged ** Changed in: nova Status: Triaged = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1337473] [NEW] horizon gets the default quota for floating ips for new projects from the what the current user has

2014-07-03 Thread Matt Fischer
Public bug reported: After some investigation it appears that when you login to Horizon and go to create a new project, it gets the default neutron floating IP quota value from the current value that the logged in user has. This was quite confusing. This will likely not be fixable until this

[Yahoo-eng-team] [Bug 1337472] [NEW] UnboundLocalError: local variable 'domain' referenced before assignment

2014-07-03 Thread Clark Boylan
Public bug reported: This unbound local error happens when running the grenade test that does not upgrade nova-cpu. In this test grenade upgrades all services but n-cpu then runs some tempest tests. Could be a backward compat issue? In any case domain is an unbound local variable in

[Yahoo-eng-team] [Bug 1199536] Re: Move dict test matchers into oslo

2014-07-03 Thread Doug Hellmann
The change was submitted to oslotest in https://review.openstack.org/#/c/74861/ and in that review I said: I discussed this change with lifeless and he indicated that he would be very happy to have something like this (without committing to accepting this exact patch after only a quick review).

[Yahoo-eng-team] [Bug 1336258] Re: Section 'links' misplaced in OS-FEDERATION identity API

2014-07-03 Thread Dolph Mathews
Addressed by https://review.openstack.org/#/c/103888/ ** Project changed: keystone = openstack-api-site ** Changed in: openstack-api-site Status: New = Confirmed ** Changed in: openstack-api-site Status: Confirmed = In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1334368] Re: HEAD and GET inconsistencies in Keystone

2014-07-03 Thread Morgan Fainberg
Added to Tempest as it requires tempest changes to complete. ** Also affects: tempest Importance: Undecided Status: New ** Also affects: keystone/icehouse Importance: Undecided Status: New ** Changed in: keystone/icehouse Status: New = In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1337172] Re: Topology for the stacks created from a nested template, template with ResourceGroup resource and provider resource in the template doesn't show the actual topology

2014-07-03 Thread Steve Baker
** Also affects: horizon 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/1337172 Title: Topology for the stacks created

[Yahoo-eng-team] [Bug 1337603] [NEW] css incorrect path to icons glyphicons-halflings.png

2014-07-03 Thread Cindy Lu
Public bug reported: With the recent merge from LESS to SCSS, it seems that the a url path to the glyphicons is broken when I use an icon directly (i class=icon- inbox/i). Not sure if this will be fixed with bootstrap upgrade?

[Yahoo-eng-team] [Bug 1232348] Re: VMware: vmdk converted via qemu-img may not boot as SCSI disk

2014-07-03 Thread Tracy Jones
based on previous comments i am closing as not fix ** Changed in: nova Status: Confirmed = Won't Fix -- 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/1232348 Title:

[Yahoo-eng-team] [Bug 1337624] [NEW] Launch Stack error message: None

2014-07-03 Thread Cindy Lu
Public bug reported: After I complete select template and press 'Next' in the Launch Stack modal, I come to the form. If I have an improper image id and press Launch, it gives me: Error: None. (The error in the console says: Recoverable error: The image (blah blah) could not be found.) Please

[Yahoo-eng-team] [Bug 1337627] [NEW] Launch Stack improve form field labels

2014-07-03 Thread Cindy Lu
Public bug reported: See image. Field labels should not have _ in the name, e.g image_id should be renamed Image ID. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: pag.png https://bugs.launchpad.net/bugs/1337627/+attachment/4145094/+files/pag.png

[Yahoo-eng-team] [Bug 1337666] [NEW] databases tabs errors are being swallowed silently

2014-07-03 Thread Matthew D. Wood
Public bug reported: Almost all errors on databases-tabs are swallowed silently. That's a bad thing. ** Affects: horizon Importance: Undecided Assignee: Matthew D. Wood (woodm1979) Status: New ** Changed in: horizon Assignee: (unassigned) = Matthew D. Wood (woodm1979)

[Yahoo-eng-team] [Bug 1337677] [NEW] Error when starting metering agent

2014-07-03 Thread Fei Long Wang
Public bug reported: There is an error when starting the metering agent with latest devstack code, see below. As a result, metering agent won't get the routers info for metering. 2014-07-03 22:48:26.320 ERROR neutron.openstack.common.loopingcall [req-3de9a0d0-a5a5-4e2a-8524-e2d10fcf4e93 None

[Yahoo-eng-team] [Bug 1337690] [NEW] Mysql/Eventlet deadlock when creating a port

2014-07-03 Thread Magesh GV
Public bug reported: Another instance of the Mysql/Eventlet deadlock which is occuring while trying to bind the network to a DHCP agent during port create 2014-07-02 22:17:43.322 31258 ERROR neutron.api.v2.resource [-] create failed 2014-07-02 22:17:43.322 31258 TRACE neutron.api.v2.resource

[Yahoo-eng-team] [Bug 1278028] Re: VMware: update the default 'task_poll_interval' time

2014-07-03 Thread Stephen Gordon
** Also affects: cinder Importance: Undecided Status: New ** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1337695] [NEW] get console output v3 API allows to fetch selecting range of output

2014-07-03 Thread matt
Public bug reported: In our application ,we need to call this method several times .For each time ,it will retrieve all the output. It would be nice to return selecting range of output instead. ** Affects: nova Importance: Undecided Status: New ** Summary changed: - get

[Yahoo-eng-team] [Bug 1337698] [NEW] q-dhcp agent fails to start on Ubuntu 12.04

2014-07-03 Thread Hemanth Ravi
Public bug reported: The fix for this bug https://bugs.launchpad.net/neutron/+bug/1212401 breaks q-dhcp agent on ubuntu 12.04 since dnsmasq --version can only be run as root and neutron/agent/linux/utils.py/create_process() is not invoked with root_helper. Bug fix for 1212401 addressed by

[Yahoo-eng-team] [Bug 1337700] [NEW] nova v3 behavior difference from v2/v1.1 when quota not enough

2014-07-03 Thread taget
Public bug reported: v3 api report Invalid user /password(HTTP 401) when Quota exceeded, which is not correct. taget@taget-ThinkCentre-M58p:~/code/devstack$ nova boot --flavor 1 --image 18bb38c6-4100-48df-a726-a41c8b03b919 test1 ERROR: Quota exceeded for ram: Requested 512, but already

[Yahoo-eng-team] [Bug 1337717] [NEW] L2-population fanout-cast leads to performance and scalability issue

2014-07-03 Thread Chaoyi Huang
Public bug reported: https://github.com/osrg/quantum/blob/master/neutron/plugins/ml2/drivers/l2pop/rpc.py def _notification_fanout(self, context, method, fdb_entries): self.fanout_cast(context, self.make_msg(method, fdb_entries=fdb_entries),

[Yahoo-eng-team] [Bug 1337716] [NEW] cannot create an image by Glance V2 API, specifying parameter id.

2014-07-03 Thread Maho Koshiya
Public bug reported: Issue: I cannot create an image by Glance V2 API, specifying parameter id. This is different from the specification. http://docs.openstack.org/api/openstack-image-service/2.0/content/create-image.html Expected: id is allocated to image, and this image is created. Detail: