[Yahoo-eng-team] [Bug 1300800] Re: Nova boot fails if sbin not in path

2014-07-21 Thread Angus Lees
Added openstack-manuals to find/fix anywhere where we talk about nova runtime requirements. Wonderful docs people: Nova needs to be run with /sbin in PATH, so it can find sysctl. Presumably at least one other OpenStack service makes the same assumption, so it might be reasonable/easier to

[Yahoo-eng-team] [Bug 1262124] Re: Ceilometer cannot poll and publish floatingip samples

2014-07-21 Thread Liusheng
** Changed in: openstack-manuals Status: Incomplete = Invalid -- 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/1262124 Title: Ceilometer cannot poll and publish

[Yahoo-eng-team] [Bug 1346108] [NEW] nova doesn't release network when network_info is not equal to 1

2014-07-21 Thread Eli Qiao
Public bug reported: nova [tagett@stack-01 devstack]$ nova net-list +--+-+--+ | ID | Label | CIDR | +--+-+--+ | d838074c-632c-43cf-8aae-24e17a2d1828 | public | -

[Yahoo-eng-team] [Bug 1346121] [NEW] Help text for neutron router-create lists 'distributed' as a positional argument

2014-07-21 Thread Assaf Muller
Public bug reported: With the following patch merged: https://review.openstack.org/#/c/106147/ neutron router-create -h usage: neutron router-create [-h] [-f {shell,table,value}] [-c COLUMN] [--variable VARIABLE] [--prefix PREFIX]

[Yahoo-eng-team] [Bug 1346148] [NEW] Viewing console while launching a VDI instances causes error status s error status

2014-07-21 Thread Tzach Shefi
Public bug reported: Description of problem: If you access an instance's console while launching an a VDI image, instance status: error. Ran this a few times if however you wait until instance has completed booting before accessing console it boots up fine. This doesn't happen with Cirros QCOW.

[Yahoo-eng-team] [Bug 1346191] [NEW] libvirt _live_snapshot _swap_volume functions re-define guest with wrong XML document

2014-07-21 Thread Daniel Berrange
Public bug reported: In the nova/virt/libvirt/driver.py file, the '_live_snapshot' and '_swap_volume' methods have the following code flow xml = dom.XMLDesc(0) dom.undefine() dom.blockRebase() dom.defineXML(xml) The reason for this is that 'blockRebase' requires the guest to be

[Yahoo-eng-team] [Bug 1346201] [NEW] v2.0/tenants fails to report the 'extra' field values in the project

2014-07-21 Thread Kanagaraj Manickam
Public bug reported: Assume that, the project admin is created in the keystone db with extra filed having following values: {test:value} Then on running GET on the REST API v2.0/tenants, returns the following response { description: null, enabled: true, id:

[Yahoo-eng-team] [Bug 1346207] [NEW] v2.0/tenants/{tenantId} reports 404

2014-07-21 Thread Kanagaraj Manickam
Public bug reported: On running GET on the v2.0/tenants returns two projects as follows: { tenants_links: [], tenants: [ { description: null, enabled: true, id: 0f90bb31a01c453f851a5ca4e5e178ab, name: demo }, {

[Yahoo-eng-team] [Bug 1346211] [NEW] keystone under apache can't handle request chunking

2014-07-21 Thread David Patterson
Public bug reported: Method to reproduce stack trace for apache config with chunking enabled 1. If using devstack, configure it to enable chunking in apache, by adding WSGIChunkedRequest On in the file devstack/files/apache-

[Yahoo-eng-team] [Bug 1346210] [NEW] keystone v2.0 API docs reported with invalid information

2014-07-21 Thread Kanagaraj Manickam
Public bug reported: The keystone API page http://developer.openstack.org/api-ref- identity-v2.html is reporting the following statements, meaning that, it generates the token only for the compute API Get an authentication token that permits access to the Compute API. This line should be

[Yahoo-eng-team] [Bug 1346245] [NEW] Incorrect downgrade in migration b7a8863760e_rm_cisco_vlan_bindin

2014-07-21 Thread Ann Kamyshnikova
Public bug reported: Downgrade in migration b7a8863760e_rm_cisco_vlan_bindin fails http://paste.openstack.org/show/87396/ ** Affects: neutron Importance: Undecided Assignee: Ann Kamyshnikova (akamyshnikova) Status: New ** Tags: cisco db ** Changed in: neutron Assignee:

[Yahoo-eng-team] [Bug 1346327] [NEW] libvirt swap_volume and live_snapshot methods have no unit tests

2014-07-21 Thread Daniel Berrange
Public bug reported: Neither the swap_volume or live_snapshot methods in the libvirt driver have any corresponding coverage in the test_driver.py unit test suite. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1346372] [NEW] The default value of quota_firewall_rule should not be -1

2014-07-21 Thread Liping Mao
Public bug reported: the default value of quota_firewall_rule is -1, and this means unlimited. There will be potential security issue if openstack admin do not modify this default value. A bad tenant User can create unlimited firewall rules to attack network node, in the backend, we will have

[Yahoo-eng-team] [Bug 1346385] [NEW] libvirt: live migration stopped working after shared storage pacthes

2014-07-21 Thread Vladik Romanovsky
Public bug reported: Live migration has stopped working with NFS shared storage, after this patch has been submitted: https://review.openstack.org/#/c/91722, as one of the new checks doesn't take into account the file based shared storage. 2014-07-17 16:14:14.276 50785 ERROR

[Yahoo-eng-team] [Bug 1346201] Re: v2.0/tenants fails to report the 'extra' field values in the project

2014-07-21 Thread Morgan Fainberg
This is actually not a bug, but the intended mechanism. All extra values are handled as part of the returned object (at the top level). They are only stored in backing store as a JSON blob. The intention is that if you add the 'test' attribute to your tenant it would be returned at the top as

[Yahoo-eng-team] [Bug 1346389] [NEW] Disk unit missing in Overview Usage Summary

2014-07-21 Thread Martin Hickey
Public bug reported: In Project and Admin Overview pages, the Disk column in the Usage Summary table does not contain a unit. It would be better to add the unit for clarity. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1346444] [NEW] DB migrations need unit tests

2014-07-21 Thread Henry Gessau
Public bug reported: Now that the DB healing https://review.openstack.org/96438 is merged, the DB migrations need unit tests. ** Affects: neutron Importance: Medium Assignee: Ann Kamyshnikova (akamyshnikova) Status: In Progress ** Tags: db ** Tags added: db -- You

[Yahoo-eng-team] [Bug 1346463] [NEW] Glance registry needs notifications config after using oslo.messaging

2014-07-21 Thread nikhil komawar
Public bug reported: A good example of this use case is https://review.openstack.org/#/c/107594 where the notifications need to be added to the sample config file provided in Glance so that, the patch would work with devstack. However, g-reg does not send any notifications so, we need to either

[Yahoo-eng-team] [Bug 1346494] [NEW] l3 agent gw port missing vlan tag for vlan provider network

2014-07-21 Thread Robert Collins
Public bug reported: Hi, I have a provider network with my floating NAT range on it and a vlan segmentation id: neutron net-show ext-net +---+--+ | Field | Value|

[Yahoo-eng-team] [Bug 1262914] Re: Unnecessary data copy during cold snapshot

2014-07-21 Thread Michael H Wilson
** Changed in: nova Status: Opinion = Confirmed -- 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/1262914 Title: Unnecessary data copy during cold snapshot Status

[Yahoo-eng-team] [Bug 1346525] [NEW] Snapshots when using RBD backend make full copy then upload unnecessarily

2014-07-21 Thread Michael H Wilson
Public bug reported: When performing a snapshot a local copy is made. In the case of RBD, it reads what libvirt thinks is a raw block device and then converts that to a local raw file. The file is then uploaded to glance, which reads the whole raw file and stores it in the backend, if the backend

[Yahoo-eng-team] [Bug 1346549] [NEW] VMware: Storage error: Unable to find iSCSI Target

2014-07-21 Thread Ryan Hsu
Public bug reported: The following Tempest tests are failing with the VMware nova driver: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume

[Yahoo-eng-team] [Bug 1346602] [NEW] special character swift container names cause errors

2014-07-21 Thread Cindy Lu
Public bug reported: In Containers panel, create a new container with the name façade After pressing Save, it will show a success and error message. Please see attached image (A). The error message says 'Unable to retrieve object list but the list seems to show up properly. Then when you click

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-21 Thread Guang Yee
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1342274 Title: auth_token middleware in keystoneclient

[Yahoo-eng-team] [Bug 1346638] [NEW] neutron-db-manage --autogenerate needs update after DB healing

2014-07-21 Thread Henry Gessau
Public bug reported: Now that the DB is healed, neutron-db-manage revision --autogenerate needs to be updated. The template should do unconditional upgrade/downgrade. The env.py should include all models from head to compare against the schema. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1346637] [NEW] VMware: remove ESX driver for juno

2014-07-21 Thread Aaron Rosen
Public bug reported: The ESX driver was deprecated in Icehouse and should be removed in Juno. This bug is for the removal of the ESX virt driver in nova. ** Affects: nova Importance: High Assignee: akash (akashg1611) Status: New ** Tags: vmware ** Changed in: nova

[Yahoo-eng-team] [Bug 1346647] [NEW] Manage Project Member page interface is broken

2014-07-21 Thread Lin Hua Cheng
Public bug reported: The table listing the project members is getting displayed below the table that list the non-meber. This happens when clicking the role dropdown in the members table ** Affects: horizon Importance: Undecided Status: New ** Summary changed: - Mange Project

[Yahoo-eng-team] [Bug 1346648] [NEW] glance v1 API missing target for policy checks

2014-07-21 Thread Scott Devoid
Public bug reported: API calls in glance.api.v1.images call the _enforce() helper method for various actions: create_image, update_image, delete_image, etc. but do not pass the image as the target for the policy check. [1] This means that you cannot provide access to these APIs on a per-object

[Yahoo-eng-team] [Bug 1346658] [NEW] All DB model classes should be consolidated into one directory

2014-07-21 Thread Henry Gessau
Public bug reported: We have discussed moving all models out of their current diverse locations to one directory, like maybe neutron/db/models/*.py The idea is to move just the model classes (not the entire modules that they currently reside in) here. Then head.py would be able to from

[Yahoo-eng-team] [Bug 1277217] Re: Cisco plugin should use common network type consts

2014-07-21 Thread Henry Gessau
** Changed in: neutron Status: Confirmed = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1277217 Title: Cisco plugin should use common network type consts Status in

[Yahoo-eng-team] [Bug 1344755] Re: libvirt OVS hybrid VIF driver does not honor network_device_mtu config

2014-07-21 Thread Akihiro Motoki
** Changed in: nova Status: In Progress = Invalid -- 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/1344755 Title: libvirt OVS hybrid VIF driver does not honor

[Yahoo-eng-team] [Bug 1346673] [NEW] fixtures in neutron.tests.base blow away default database config

2014-07-21 Thread Mike Bayer
Public bug reported: Really trying to narrow this one down fully, and just putting this up because this is as far as I've gotten. Basically, the lines in neutron/tests/base.py: line 159:self.addCleanup(CONF.reset) line 182:self.useFixture(self.messaging_conf) cause cfg.CONF to

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-21 Thread Sam Leong
** Also affects: marconi Importance: Undecided Status: New ** Changed in: marconi Status: New = In Progress ** Changed in: marconi Assignee: (unassigned) = Sam Leong (chio-fai-sam-leong) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1346712] [NEW] Create a new directory for Arista drivers

2014-07-21 Thread Sukhdev Kapur
Public bug reported: When we created neutron/plugins/ml2/drivers/mech_arista, the intent was only to develop ML2 Mechanism driver. Now that we are getting ready to develop additional drivers, it does not make sense to move them into mech_arista directory. Therefore, the plan is to rename

[Yahoo-eng-team] [Bug 1318487] Re: Got error Message objects do not support str() because they may..

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

[Yahoo-eng-team] [Bug 1292712] Re: migrate to 36 fails

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

[Yahoo-eng-team] [Bug 1346741] [NEW] Enable Stop Instance button

2014-07-21 Thread Thiago Martins
Public bug reported: Add a Stop Instance button to Horizon, so it will be possible to shutdown a instance using ACPI call (like running virsh shutdown instance-00XX directly at the Compute Node. Currently, the Horizon button Shut Off Instance just destroy it. I'm not seeing a way to

[Yahoo-eng-team] [Bug 1341040] Re: neutron CLI should not allow user to create /32 subnet

2014-07-21 Thread Akihiro Motoki
** Project changed: neutron = python-neutronclient ** Changed in: python-neutronclient Assignee: (unassigned) = Kevin Benton (kevinbenton) ** Changed in: python-neutronclient Importance: Undecided = Low -- You received this bug notification because you are a member of Yahoo!