[Yahoo-eng-team] [Bug 1384555] [NEW] Openstack Neutron Database error.

2014-10-22 Thread Robert Campbell
Public bug reported: On a fresh installation of Juno, it seems that that the database is not being populated correctly on a fresh install. This is the output of the log (I also demonstrated the DB had no tables to begin with): MariaDB [(none)]> use neutron Database changed MariaDB [neutron]> show

[Yahoo-eng-team] [Bug 1384546] [NEW] Disk filter is not worked correct when the instance directory are shared

2014-10-22 Thread Takahiro Shida
Public bug reported: - Abstraction When you assign an launch request of instance, disk filter to a decision by looking at the free disk space on the target nova-compute. Here, since the calculation of the free space is not performed correctly if you are sharing a disk with multiple nova-compute,

[Yahoo-eng-team] [Bug 1353158] Re: Attempting to create a router in a new nuage-net-partition still creates the router in the default nuage-net-partition

2014-10-22 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/1353158 Ti

[Yahoo-eng-team] [Bug 1383579] Re: admin can't update other user's password

2014-10-22 Thread Hong-Guang
there is an update password option with the edit action ** Changed in: horizon Status: New => Invalid -- 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/1383579 T

[Yahoo-eng-team] [Bug 1384531] [NEW] attach encrypted volume failed, exception info is not right

2014-10-22 Thread wanghao
Public bug reported: when attaching encrypted volume to the vm, the process is failed because import the encryptor class to raise an exception(Empty module name). But the exception info in the log file is not right. The log is like this: 2014-10-22 21:40:39.089 ERROR nova.virt.libvirt.driver [re

[Yahoo-eng-team] [Bug 1384505] [NEW] creating a security group with name "DEFAULT" should not be allowed

2014-10-22 Thread Prinika
Public bug reported: Currently creating another security group with name "default" is not allowed, however we can create another security group with name "DEFAULT" (or any other CASE pattern). This should not be allowed. When trying to boot a VM without specifying a security group it should alway

[Yahoo-eng-team] [Bug 1384487] [NEW] big switch server manager uses SSLv3

2014-10-22 Thread Kevin Benton
Public bug reported: The communication with the backend is done using the default protocol of ssl.wrap_socket, which is SSLv3. This protocol is vulnerable to the Poodle attack. ** Affects: neutron Importance: Undecided Assignee: Kevin Benton (kevinbenton) Status: New ** Change

[Yahoo-eng-team] [Bug 1384423] Re: check-heat-dsvm-functional fails with "StackBuildErrorException: Stack VolumeBackupRestoreIntegrationTest-1161201394/7c711e8d-84ba-4363-ab8e-3afa1d6e1dc6 is in CREAT

2014-10-22 Thread Steve Baker
Yes, the following change has just landed to mitigate this: https://review.openstack.org/#/c/129746/ This change just stops the test instead of failing it when this error occurs. We think this test is finding a bug in nova/cinder/swift interaction which is not tested in tempest, namely mounting a

[Yahoo-eng-team] [Bug 1384462] [NEW] our angular humanizeNumbers utility is not internationalized

2014-10-22 Thread Doug Fish
Public bug reported: While browsing code I ran across horizon/static/horizon/js/angular/services/horizon.utils.js#L25 humanizeNumbers: function (number) { return number.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); }, which is not a proper way to group numbers in all locales. http://en.wi

[Yahoo-eng-team] [Bug 1384457] [NEW] Self value in Link is wrong in GET /OS-REVOKE/events

2014-10-22 Thread Haneef Ali
Public bug reported: There are 2 events in the path # curl -k -H "X-Auth-Token:SomeToken" http://localhost:35357/v3/OS-REVOKE/events | python -mjson.tool % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total S

[Yahoo-eng-team] [Bug 1384446] [NEW] Horizon incorrectly displays memory of an instance

2014-10-22 Thread Ryan Aydelott
Public bug reported: Horizon incorrectly reports the size after VM's reach a size greater then 1TB. For example openstack generated this xml for a 1.5TB memory VM: 3e3f022b-5891-48cf-a09b-ea3fb29e4006 instance-444f 1584713728 24 But viewing this in Horizon only reports the VM memor

[Yahoo-eng-team] [Bug 1384434] [NEW] tab styling on workflows need restyling

2014-10-22 Thread David Lyle
Public bug reported: With the recent change to secondary navigation on primary pages, some collateral damage is the tab styling on modal workflows. Required indicator is hard to distinguish and dark background doesn't mesh well with the rest of the modal. ** Affects: horizon Importance: Unde

[Yahoo-eng-team] [Bug 1384409] [NEW] UnicodeDecodeError when trying to create a user with DEBUG logging turned on

2014-10-22 Thread Gabriel Hurley
Public bug reported: The mask_password function of openstack.common.log and/or openstack.common.strutils (depending on OpenStack version) seems to choke on unicode characters. This actually prevents proper function when logging level is set to DEBUG. When submitting a POST request to create a use

[Yahoo-eng-team] [Bug 1384402] [NEW] DHCP agent resync restarts all dnsmasq processes on any dhcp driver exception

2014-10-22 Thread Terry Wilson
Public bug reported: The sync_state/periodic_resync implementation will loop through and restart the dhcp process for all active networks any time there is an exception calling a dhcp driver function for a specific network. This allows a tenant who can create an unhandled exception to cause every

[Yahoo-eng-team] [Bug 1377983] Re: remove workaround code for old versions of Babel

2014-10-22 Thread Doug Fish
This bug shouldn't be addressed in Horizon directly. We should just be picking up changes from oslo. ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1384400] [NEW] too many steps required to delete a neutron router

2014-10-22 Thread Miguel Grinberg
Public bug reported: The procedure to delete a router is currently as follows: 1. clear the gateway 2. enter the router page and delete any interfaces attached 3. go back to the router list 4. finally delete router The gateway and interfaces should be automatically detached from the router so th

[Yahoo-eng-team] [Bug 1218780] Re: Image property "hw_vif_model" is not honored again if we do a VM soft/hard reboot via Nova

2014-10-22 Thread Vladik Romanovsky
It has been fixed a while ago: https://review.openstack.org/#/c/58701/ ** Changed in: nova Status: Confirmed => 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.n

[Yahoo-eng-team] [Bug 1384392] [NEW] Snapshot volume backed VM does not handle image metadata correctly

2014-10-22 Thread Samuel Matzek
Public bug reported: Nova Juno The instance snapshot of volume backed instances does not handle image metadata the same way that the regular instance snapshot path does. nova/compute/api/api.py's snapshot path builds the Glance image metadata using nova/compute/utils.py get_image_metadata which

[Yahoo-eng-team] [Bug 1384386] [NEW] Image block device mappings for snapshots of instances specify delete_on_termination=null

2014-10-22 Thread Samuel Matzek
Public bug reported: Nova Juno Scenario: 1. Boot an instance from a volume. 2. Nova snapshot the instance. This produces a Glance image with a block device mapping property like this: [{"guest_format": null, "boot_index": 0, "no_device": null, "snapshot_id": "1a642ca8-210f-4790-ab93-00b6a4b86a

[Yahoo-eng-team] [Bug 1384382] [NEW] GET /OS-FEDERATION/saml2/metadata does not work

2014-10-22 Thread Rodrigo Duarte
Public bug reported: In Kestone-to-Keystone federation, the metadata from Keystone Identity Provider needs to be exchanged with the Keystone Service Provider. This is done via the GET /OS-FEDERATION/saml2/metadata endpoint, which is returning an internal server error (500). Looking in the log fil

[Yahoo-eng-team] [Bug 1384379] [NEW] versions resource uses host_url which may be incorrect

2014-10-22 Thread Vish Ishaya
Public bug reported: The versions resource constructs the links by using host_url, but the glance api endpoint may be behind a proxy or ssl terminator. This means that host_url may be incorrect. It should have a config option to override host_url like the other services do when constructing versio

[Yahoo-eng-team] [Bug 1384377] [NEW] Policy rule position errors

2014-10-22 Thread Andre Aranha
Public bug reported: In the policy.v3cloudsample.json there is the rule "admin_or_owner" that is defined as "(rule:admin_required and domain_id:%(target.token.user.domain.id)s) or rule:owner", and the tests for it ( https://github.com/openstack/keystone/blob/master/etc/policy.v3cloudsample.json#L7

[Yahoo-eng-team] [Bug 1384367] [NEW] RAW backing device for ephemeral disks

2014-10-22 Thread David Hill
Public bug reported: Hi guys, While doing some auditing on disk usage, we've noticed that the backing device for ephemeral disks is created by a slow mkfs.ntfs (when the ephemeral disk is ntfs), is there any reasons why it's not done using qcow2? Also, could we add a quick format option ?

[Yahoo-eng-team] [Bug 1384365] [NEW] Domain admin should be allowed to show their domain

2014-10-22 Thread Nathan Kinder
Public bug reported: When using the policy.v3cloudsample.json, a domain admin (possessing the 'admin' role with a domain scoped token) is not allowed to show their own domain. This operation is restricted to the cloud admin: "identity:get_domain": "rule:cloud_admin" The admin of a domain shou

[Yahoo-eng-team] [Bug 1384367] [NEW] RAW backing device for ephemeral disks

2014-10-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Hi guys, While doing some auditing on disk usage, we've noticed that the back device for ephemeral disks is done by a slow mkfs.ntfs (when the ephemeral disk is ntfs), is there any reasons why it's not done using qcow2? Also, could we add a quick for

[Yahoo-eng-team] [Bug 1384347] [NEW] Couldn't run instance with existing port when default security group is absent

2014-10-22 Thread Feodor Tersin
Public bug reported: If default security group in tenant is deleted (admin has appropriate permissions) then launching an instance with Neutron port fails at allocate network resources stage: ERROR nova.compute.manager [-] Instance failed network setup after 1 attempt(s) TRACE nova.compute.manage

[Yahoo-eng-team] [Bug 1383141] Re: apicapi does not included in requirements.txt

2014-10-22 Thread Armando Migliaccio
** 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. https://bugs.launchpad.net/bugs/1383141 Title: apicapi does not included in requirements.txt Status in OpenSt

[Yahoo-eng-team] [Bug 1384309] [NEW] VMware: New permission required: Extension.Register

2014-10-22 Thread Matthew Booth
Public bug reported: Change I1046576c448704841ae8e1800b8390e947b0d457 uses ExtensionManager.RegisterExtension, which requires the additional permission Extension.Register on the vSphere server. Unfortunately we missed the DocImpact in review. This needs to be added to the relevant docs. The impac

[Yahoo-eng-team] [Bug 1384305] [NEW] In Create Network workflow, "Next" / "Create" button loses state

2014-10-22 Thread Rob Cresswell
Public bug reported: When following the Create Network workflow, if subnet is disabled (unticked) and then the user clicks back (to the Network Tab, from the Subnet tab), and then Next again, subnet is still unticked but the Create button shows "Next" instead. When clicked this goes to the invisib

[Yahoo-eng-team] [Bug 1382573] Re: Uncaught GreenletExit in ServiceLauncher if wait called after greenlet kill

2014-10-22 Thread Ihar Hrachyshka
** Project changed: neutron => oslo-incubator -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1382573 Title: Uncaught GreenletExit in ServiceLauncher if wait called after greenlet kill

[Yahoo-eng-team] [Bug 1384263] [NEW] nec plugin: packet filter cannot be applied for openflow router interface

2014-10-22 Thread Akihiro Motoki
Public bug reported: nec plugin has packet filter extension, but the filter is not applied to an interface of routers implemented by OpenFlow controller. It works for l3-agent router. ** Affects: neutron Importance: Low Status: New ** Tags: nec -- You received this bug notificat

[Yahoo-eng-team] [Bug 1361357] Re: metadata service performance regression ~8x

2014-10-22 Thread Maru Newby
As per a thread on the mailing list [1], this issue was already fixed [2] in Neutron in Juno and backported to Icehouse, so I'm going to remove Neutron as an affected project. 1: http://lists.openstack.org/pipermail/openstack-dev/2014-October/048916.html 2: https://bugs.launchpad.net/neutron/+bug/

[Yahoo-eng-team] [Bug 1384248] [NEW] Adjust metering time units to sometime use a smaller unit

2014-10-22 Thread Doug Fish
Public bug reported: While reviewing https://review.openstack.org/#/c/96800 it seemed to me the code would sometimes select a larger time unit that people would normally use to describe the data. Consider these 2 representations of 2 data sets Data set 1a: 15 sec 30 sec 45 sec 30 sec 75 sec Dat

[Yahoo-eng-team] [Bug 1384247] [NEW] Adjust metering units to sometime use a smaller unit

2014-10-22 Thread Doug Fish
Public bug reported: While reviewing https://review.openstack.org/#/c/96800 it seemed to me the code would sometimes select a larger unit that people would normally use to describe the data. Consider these 2 representations of 2 data sets Data set 1a: 15 sec 30 sec 45 sec 30 sec 75 sec Data set

[Yahoo-eng-team] [Bug 1372049] Re: Launching multiple VMs fails over 63 instances

2014-10-22 Thread Yair Fried
** Also affects: oslo.messaging 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/1372049 Title: Launching multiple VMs fails over 63 instances

[Yahoo-eng-team] [Bug 1384240] [NEW] It do not delete tap devices

2014-10-22 Thread Vitalii
Public bug reported: After I added/removed routers, nets and subnets many times, for testing purpose, I found that I have 45 interfaces: b# ifconfig|grep encap:Ethernet br-eth0 Link encap:Ethernet HWaddr d0:67:e5:03:18:0f br-eth0:1 Link encap:Ethernet HWaddr d0:67:e5:03:18:0f eth0 L

[Yahoo-eng-team] [Bug 1384235] [NEW] Nova raises exception about existing libvirt filter

2014-10-22 Thread Vitalii
Public bug reported: Sometimes, when I start instance, nova raises exception, that filter like nova-instance-instance-000b-52540039740a already exists. So I have to execute `virsh nwfilter-undefine` and try to boot instance again: In libvirt logs I can see the following: 2014-10-22 12:20:13

[Yahoo-eng-team] [Bug 1384231] [NEW] The number of neutron-ns-metadata-proxy processes grow uncontrollably

2014-10-22 Thread Vitalii
Public bug reported: During testing and development I had to add and remove instances, routers, ports often. Also I restarted all neutron services often ( I use supervisor ). After about one week, I noticed that I ran out of free RAM. It turned out there were tens of neutron-ns-metadata-proxy pr

[Yahoo-eng-team] [Bug 1384228] [NEW] Exception should be raised if nova has failed to add fixed ip

2014-10-22 Thread Vitalii
Public bug reported: I have the following code try: instance.add_fixed_ip(network.id) except Exception as e: ... The issue is that in Nova compute logs I can see exception, but it is not thrown on client side. Since add_fixed_ip() returns nothing, it is difficult to find if fixed addre

[Yahoo-eng-team] [Bug 1297290] Re: keystone-manage db_sync might fail

2014-10-22 Thread Tom Fifield
My hope is that this was just a bug in Havana or before and all is fixed in Icehouse/Juno now ** 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 Keystone. https://

[Yahoo-eng-team] [Bug 1384187] [NEW] Nova admin user not able to list the resources from all other users other than "nova list"

2014-10-22 Thread Roshan R Anvekar
Public bug reported: While using nova commands as a admin user, we see that other than "nova list --all-tenants", other resources like image-list, keypair-list, flavor-list or any other resources used by other "users" cannot be displayed. Listing all resources from all users is a very important u

[Yahoo-eng-team] [Bug 1384151] [NEW] warning message should use gettextutils

2014-10-22 Thread Romil Gupta
Public bug reported: The existing LOG.warning(_("") messages should be translated to LOG.warning(_LW(""). And every file which contains info messages should have a following file imported. from neutron.openstack.common.gettextutils import _LW ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1372049] Re: Launching multiple VMs fails over 63 instances

2014-10-22 Thread Yair Fried
I think the status was changed to Opinion by accident. It should be "Confirmed" ** Changed in: nova Status: Opinion => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1372

[Yahoo-eng-team] [Bug 1384146] [NEW] Inconsistent enable_snat management

2014-10-22 Thread Cedric Brandily
Public bug reported: Neutron reset enable_snat on router-gateway-clear but not on router- gateway-set which implies inconsistent behavior: # pub1, pub2 are external networks and router1 is a router (neutron) router-gateway-set router1 pub1 --disable-snat Set gateway for router router (neutron)

[Yahoo-eng-team] [Bug 1384127] [NEW] Fail-fast if initctl isnt present

2014-10-22 Thread Rick Harris
Public bug reported: If initctl isn't present in the image, a shutdown will take (by default) 60 seconds to timeout. In the case of initctl not being present, we figure this out immediately by way of this error from libvirt: error: Operation not supported: Container does not provide an initctl p

[Yahoo-eng-team] [Bug 1384121] [NEW] evacuate --on-shared-storage tries to delete the vm port on new compute node and fails

2014-10-22 Thread gustavo panizzo
Public bug reported: if i run nova evacuate --on-shared-storage. nova-compute (on the destination node) will try to delete the non-existent port in br-int failing and making the migration to fail. 2014-10-22 04:48:29.853 6723 AUDIT nova.compute.manager [req-a856a797-f5c7-41c0-a949-de68e8ddbdfd

[Yahoo-eng-team] [Bug 1384116] [NEW] Missing borders for "Actions" column in Firefox

2014-10-22 Thread Tatiana Ovchinnikova
Public bug reported: In Firefox only, some rows are still missing borders in "Actions" column. Moreover, the title row itself still should be fixed. ** Affects: horizon Importance: Low Assignee: Tatiana Ovchinnikova (tmazur) Status: New ** Changed in: horizon Assignee: (u

[Yahoo-eng-team] [Bug 1384112] [NEW] endpoint, service, region can not be updated when using kvs driver

2014-10-22 Thread wanghong
Public bug reported: region: curl -i -H "X-Auth-Token:$TOKEN" -H "Content-Type:application/json" http://192.168.70.105:35357/v3/regions/ed5ff7d3e26c48aeaf1f2f9fb2a4ad7e -d '{"region":{"description":"xxx"}}' -X PATCH {"error": {"message": "An unexpected error prevented the server from fulfilling

[Yahoo-eng-team] [Bug 1384109] [NEW] Mechanism driver 'l2population' failed in update_port_postcommit

2014-10-22 Thread James Page
Public bug reported: OpenStack Juno, Ubuntu 14.04, 3 x neutron-server's with 32 API workers each, rally/boot-and-delete with a concurrency level of 150: 2014-10-21 16:37:04.615 16312 ERROR neutron.plugins.ml2.managers [req-c4cdefd5-b2d9-46fa-a031-bddd03d981e6 None] Mechanism driver 'l2population

[Yahoo-eng-team] [Bug 1384108] [NEW] Exception during message handling: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10

2014-10-22 Thread James Page
Public bug reported: OpenStack Juno release, Ubuntu 14.04 using Cloud Archive; under relatively high instance creation concurrency (150), neutron starts to throw some errors: 2014-10-21 16:40:44.124 16312 ERROR oslo.messaging._drivers.common [req-8e3ebbdb-bc01-439d-af86-655176f206a6 ] ['Tracebac