[Yahoo-eng-team] [Bug 1485778] [NEW] Angular tables should use hz-page-header directive

2015-08-17 Thread Cindy Lu
Public bug reported: We should use this new directive: https://review.openstack.org/#/c/201661/ ** 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

[Yahoo-eng-team] [Bug 1485509] [NEW] Firewall doesn't work for instances with floating IPs in DVR mode

2015-08-17 Thread Sergey Kolekonov
Public bug reported: FWaaS doesn't seem to be fully compatible with Neutron DVR at the moment. With firewall created I'm observing firewall rules in SNAT namespace on the network node. It's OK if instances don't have floating IPs assigned. But when I assign a floating IP to an instance, firewall

[Yahoo-eng-team] [Bug 1485416] Re: Soft reboot doesn't work for bare metal.

2015-08-17 Thread Tony Breeds
This is pretty clearly operating as intended: http://git.openstack.org/cgit/openstack/nova/tree/nova/virt/ironic/driver.py#n892 There are changes in progress to support soft reboot via ACPI (or similar) ** Changed in: nova Status: New = Won't Fix -- You received this bug notification

[Yahoo-eng-team] [Bug 1485553] [NEW] Does not report appropriate error if user ID is invaild

2015-08-17 Thread priynk
Public bug reported: Here are the steps for repro 1. Create a Project 2.Create an User to a project 3. Create and add an role to project user 4. Try to revoke role by modifying project user ID commands: openstack --insecure role list --user ad28fec1b20d4e54b004a9f0fadc7ab9 --project

[Yahoo-eng-team] [Bug 1485537] [NEW] adopt oslo_config.fixture.Config

2015-08-17 Thread Ihar Hrachyshka
Public bug reported: Currently, base test class tries to mock out oslo.config autodiscovery to isolate tests from external configuration files, but does not make it completely. F.e. policy.d directory is still accessed by oslo.policy code, making bugs like bug 1484553. I hope that adopting the

[Yahoo-eng-team] [Bug 1485529] [NEW] The API for getting console connection info works only for RDP

2015-08-17 Thread Radoslav Gerganov
Public bug reported: There is an API (os-console-auth-tokens) which returns the connection info which correspond to a given console token. However this API works only for RDP consoles: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/console_auth_tokens.py#L49 We need

[Yahoo-eng-team] [Bug 1485694] Re: Keystone raises an exception when it receives incorrectly encoded parameters

2015-08-17 Thread David Stanek
** Also affects: keystone Importance: Undecided Status: New ** Changed in: keystone Status: New = Confirmed ** Changed in: keystone Importance: Undecided = Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1470625] Re: Mechanism to register and run all external neutron alembic migrations automatically

2015-08-17 Thread Henry Gessau
** Summary changed: - Mechanism to register and run all external alembic migrations automatically + Mechanism to register and run all external neutron alembic migrations automatically ** Also affects: devstack Importance: Undecided Status: New ** Changed in: devstack Assignee:

[Yahoo-eng-team] [Bug 1485809] [NEW] create_router calls create_port within a DB transaction

2015-08-17 Thread Ivar Lazzaro
Public bug reported: When a router is created, the L3 plugin manages the gateway interface information within a DB transaction. This eventually leads to a call to port_create on the core plugin, which can potentially be a slow operation that causes the DB transaction to timeout. This behavior

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

2015-08-17 Thread Kairat Kushaev
Public bug reported: I tried to upload images from location by way like using SCP: # glance image-create --name LINUX-64 --is-public True --disk-format iso --container-format bare --progress --location http://fuel_ip:~/ubuntu-14.04.2-server-amd64.iso # glance image-create --name LINUX-64-2

[Yahoo-eng-team] [Bug 1485819] [NEW] db retry mechanism should use new olso_db exception checker arg

2015-08-17 Thread Kevin Benton
Public bug reported: We currently have a decorator to convert db exceptions into retry requests to work with the exceptions the oslo_db wrapper is expecting: https://github.com/openstack/neutron/blob/cb9b44e57430745cd2cfa9ccd3d63fff322af707/neutron/db/api.py#L79 This is no longer necessary since

[Yahoo-eng-team] [Bug 1478464] Re: Binding:host_id changes when creating vm

2015-08-17 Thread Kevin Benton
You can't control where a VM will be with the host_id parameter. If you attach a port to VM, nova updates the host_id field with the hostname of the compute node. If you are trying to boot the VM to a specific host, you need to do that with nova scheduling. ** Changed in: neutron Status:

[Yahoo-eng-team] [Bug 1485712] Re: Can't set parent_id of project for hierarchical multi-tenancy

2015-08-17 Thread Dolph Mathews
This is truly by design. But by disallowing it today, we've given ourselves the option to allow it in the future (we can't do the opposite: take an API feature away). The consequences of a mutable hierarchy are complicated and affect the rest of OpenStack (think quotas, for example), and the risk

[Yahoo-eng-team] [Bug 1485788] [NEW] default review branch changed to feature/qos on neutron master baranch

2015-08-17 Thread sean mooney
Public bug reported: the default review branch for the neutron master was updated by the follow change when the feature/qos branch was merged to master branch. this bug track reverting the change intrduced by I2d35d0659bd3f06c570ba99e8b8a41b620253e75 https://review.openstack.org/#/c/189627/

[Yahoo-eng-team] [Bug 1485795] [NEW] fwaas unit tests for the API extension are not runnable

2015-08-17 Thread Sean M. Collins
Public bug reported: When running tox in the neutron-fwaas repo, none of the unit tests are executed under /tests/unit/extensions are run. When forcing it to run by overriding OS_TEST_PATH=./neutron_fwaas/tests/unit/extensions - the following error occurs. scollins@Sean-Collins-MBPr15

[Yahoo-eng-team] [Bug 1485635] Re: Delete image should not progress as long as instances using it

2015-08-17 Thread Ian Cordasco
So most services in openstack (with the exception of Nova) don't tend to know anything about the services consuming them. Cinder doesn't know if an instance still depends on a volume, we don't know if an instance still relies on an image. In fact, I don't see a reason why we should be aware of

[Yahoo-eng-team] [Bug 1485578] [NEW] It is not possible to select AZ for new Cinder volume during the VM creation

2015-08-17 Thread Timur Nurlygayanov
Public bug reported: Steps To Reproduce: 1. Deploy OpenStack cluster with several Nova availability zones, for example, 'nova1' and 'nova2' and with several Cinder availability zones, for example, 'storage1' and 'storage2' (availability zones for Nova and Cinder should be different). 2. Login

[Yahoo-eng-team] [Bug 1485606] [NEW] Unable to enable dhcp for networkid

2015-08-17 Thread karthi palaniappan
Public bug reported: Installed Mirantis Open Stack 6.0 release in ubuntu. Neutron vlan network is created but the VMs created on private network are not getting DHCP IP address. Toploogy : 1 fuel node, 1 controller and 2 compute nodes. All eth0s are connected to L2 switch for PXE boot, eth1s

[Yahoo-eng-team] [Bug 1484742] Re: NUMATopologyFilter doesn't account for CPU/RAM overcommit

2015-08-17 Thread Chris Friesen
** 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/1484742 Title: NUMATopologyFilter doesn't account for CPU/RAM

[Yahoo-eng-team] [Bug 1485606] Re: Unable to enable dhcp for networkid

2015-08-17 Thread Assaf Muller
This looks like more of a rabbit issue than a Neutron issue. It is most likely deployment specific: Bad configuration etc. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1485604] [NEW] Logs must contain the request ID

2015-08-17 Thread Brant Knudson
Public bug reported: The keystone log file doesn't have the request ID like the other projects. The log file should contain the request ID so that it's easier to debug. ** Affects: keystone Importance: Undecided Assignee: Brant Knudson (blk-u) Status: In Progress -- You

[Yahoo-eng-team] [Bug 1435693] Re: A number of places where we LOG messages fail to use the _L{X} formatting

2015-08-17 Thread Dolph Mathews
I thought this was backportable since it's only adding translation strings to stable/kilo (not modifying things that may have already been translated). ** Changed in: keystone/kilo Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1485690] [NEW] L3 port failure when router gateway is set from router-create API

2015-08-17 Thread Kiran
Public bug reported: This failure occurs when [ml2] mechanism_driver = cisco_apic_juno [DEFAULT] core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin service_plugins = apic_l3_juno Failure snippet: https://gist.github.com/a32c627869a10551880c.git Steps to reproduce -

[Yahoo-eng-team] [Bug 1485687] [NEW] key install from source doc missing libffi-devel (fedora)

2015-08-17 Thread algerwang
Public bug reported: In http://docs.openstack.org/developer/keystone/setup.html [Fedora 19+]. when I execute command python tools/install_venv.py, appear error as follow: building '_cffi_backend' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/c

[Yahoo-eng-team] [Bug 1485712] [NEW] Can't set parent_id of project for hierarchical multi-tenancy

2015-08-17 Thread Alex Ortiz
Public bug reported: I understand reading some of the specs for hierarchical multi-tenancy that you cannot change the parent_id of a project. But i would've hoped that if a project was created without a parent_id , you can later assign a parent, otherwise there's no clear migration path for

[Yahoo-eng-team] [Bug 1483321] Re: Kilo nova-compute unable to register with Juno nova-conductor

2015-08-17 Thread Markus Zoeller (markus_z)
@Nick Jones: It seems that this setup is not a supported model [1]: No, that's not valid behaviour. You need to upgrade the controller infrastructure (conductor, API nodes, etc) before any compute nodes. I'll close this bug as Invalid and remove the assignee because of this. [1]

[Yahoo-eng-team] [Bug 1485635] [NEW] Delete image should not progress as long as instances using it

2015-08-17 Thread Bjoern Teipel
Public bug reported: Currently it is possible to delete the glance images, even if instances are still referencing it. This is in particular an issue once you deleted the image and tried to resize/migrate instances to a new host. The new host can't download the image from glance and the

[Yahoo-eng-team] [Bug 1478464] Re: Binding:host_id changes when creating vm

2015-08-17 Thread Jeremy Stanley
** Changed in: ossa Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1478464 Title: Binding:host_id changes when creating vm Status in neutron:

[Yahoo-eng-team] [Bug 1477432] Re: Swift object Cross Site Scripting (XSS) attack

2015-08-17 Thread Jeremy Stanley
*** This bug is a duplicate of bug 1463698 *** https://bugs.launchpad.net/bugs/1463698 ** Information type changed from Private Security to Public ** Changed in: ossa Status: Incomplete = Won't Fix ** This bug has been marked a duplicate of bug 1463698 XSS ** Description changed:

[Yahoo-eng-team] [Bug 1485631] [NEW] CPU/RAM overcommit treated differently by normal and NUMA topology case

2015-08-17 Thread Chris Friesen
Public bug reported: Currently in the NUMA topology case (so multi-node guest, dedicated CPUs, hugepages in the guest, etc.) a single guest is not allowed to consume more CPU/RAM than the host actually has in total regardless of the specified overcommit ratio. In other words, the overcommit

[Yahoo-eng-team] [Bug 1485198] Re: Cannot boot if bdm specifies to create a new volume from an image or a snapshot

2015-08-17 Thread Matt Riedemann
** 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/1485198 Title: Cannot boot if bdm specifies to create a new

[Yahoo-eng-team] [Bug 1485718] [NEW] Devstack neutron intermittently fails on neutron-debug probe-create --device-owner compute

2015-08-17 Thread Ramy Asselin
Public bug reported: I'm seeing devstack neutron fail to stack on our 3rd party ci system. This is an intermittent failure. 2015-08-17 15:33:14.786 | + setup_neutron_debug 2015-08-17 15:33:14.786 | + [[ True == \T\r\u\e ]] 2015-08-17 15:33:14.787 | ++ _get_net_id public 2015-08-17 15:33:14.787 |

[Yahoo-eng-team] [Bug 1484343] Re: Multiple record for same user and resource in quota_usage tabel

2015-08-17 Thread wanghao
** Also affects: cinder 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/1484343 Title: Multiple record for same user and

[Yahoo-eng-team] [Bug 1485478] [NEW] Glance returned 200 status code when we add element to nonexistent property

2015-08-17 Thread dshakhray
Public bug reported: ENVIRONMENT: devstack, Glance (master, 14.08.2015) STEPS TO REPRODUCE: We tried add element to nonexistent property on artifact. Send request curl -H X-Auth-Token: b582b953413b4a8896bfa27e1b70d4e0 -H Content-Type:application/json -X PATCH -d '[{op: add, path: /banana,

[Yahoo-eng-team] [Bug 1485475] [NEW] Glance returned 200 status code when we add element to nonexistent property

2015-08-17 Thread dshakhray
Public bug reported: ENVIRONMENT: devstack, Glance (master, 14.08.2015) STEPS TO REPRODUCE: We tried add element to nonexistent property on artifact. Send request curl -H X-Auth-Token: b582b953413b4a8896bfa27e1b70d4e0 -H Content-Type:application/json -X PATCH -d '[{op: add, path: /banana,

[Yahoo-eng-team] [Bug 1485732] [NEW] subnet-update of allocation_pool does not prevent orphaning existing ports

2015-08-17 Thread John Kasperski
Public bug reported: An error should be returned when subnet-update is used to modify the allocation_pool such that existing neutron ports are no longer included. This operation should not be permitted. Currently the existing allocated neutron ports are not verified when a subnet allocation pool

[Yahoo-eng-team] [Bug 1482744] Re: HealthcheckResult class source is dumped in glance logs on every dsvm test run

2015-08-17 Thread Matt Riedemann
** Changed in: oslo.middleware Status: In Progress = Fix Committed ** Changed in: glance Status: Confirmed = Invalid ** Changed in: oslo.middleware Importance: Undecided = Low ** No longer affects: glance -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1485764] [NEW] left hand nav border color does not work on big tables

2015-08-17 Thread Eric Peterson
Public bug reported: When the data table displayed requires vertical scrolling, the left hand nav's background coloring cuts off eventually as it is sized to 100% of the display area. It looks like: http://pasteboard.co/2Ni16M2C.png ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1485767] [NEW] deleted flavors no longer have extra_specs

2015-08-17 Thread Sean Wilcox
Public bug reported: When a flavor with extra_specs is deleted the extra_specs are marked as deleted as well. Instance built with the deleted flavor of course still point to the deleted flavor row. When looking up the extra_specs for the flavor associated with the instance none are returned as

[Yahoo-eng-team] [Bug 1485450] [NEW] [Sahara] Can't save selected Proxy gateway

2015-08-17 Thread Evgeny Sikachev
Public bug reported: ENVIRONMENT: ISO: 164 STEPS TO REPRODUCE: 1. Navigate to Node group templates 2. Click on Edit template 3. Select Proxy gateway 4. Click Save 5. Click on Edit template of edited template EXPECTED RESULT: Proxy gateway selected ACTUAL RESULT: Proxy gateway

[Yahoo-eng-team] [Bug 1485746] [NEW] Inconsistent karma conf for xstatic files

2015-08-17 Thread Thai Tran
Public bug reported: The xstatic files in horizon/karma.conf and dashboard/karma.conf is missing the smart-table reference causing any tests that rely on smart- table to fail on the dashboard side. ** Affects: horizon Importance: High Assignee: Thai Tran (tqtran) Status: In