[Yahoo-eng-team] [Bug 1557457] Re: [RFE] rate-limit external connectivity traffic.

2016-06-20 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/1557457

[Yahoo-eng-team] [Bug 1470560] Re: Openstack Kilo: unable to launch instance

2016-06-20 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1570510] Re: Create Image: Redunant Error Message

2016-06-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/329668 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=06e1272c7d52eb7d0de4d49737a22c65df5d4864 Submitter: Jenkins Branch:master commit 06e1272c7d52eb7d0de4d49737a22c65df5d4864 Author: Val W Date:

[Yahoo-eng-team] [Bug 1592834] Re: hz-dynamic-table inline batch actions not aligned

2016-06-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/329994 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=30e37aaf2cd76689c9cfe5a6b9d2127e6e76d837 Submitter: Jenkins Branch:master commit 30e37aaf2cd76689c9cfe5a6b9d2127e6e76d837 Author: Matt Borland Date:

[Yahoo-eng-team] [Bug 1592835] Re: hz-dynamic-table has empty div when no facets

2016-06-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/329994 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=30e37aaf2cd76689c9cfe5a6b9d2127e6e76d837 Submitter: Jenkins Branch:master commit 30e37aaf2cd76689c9cfe5a6b9d2127e6e76d837 Author: Matt Borland Date:

[Yahoo-eng-team] [Bug 1594593] Re: API tests are broken with 'TypeError: create_tenant() takes exactly 1 argument (2 given)'

2016-06-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/331867 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a0feab2d8ae20d3dca0a5762d3be1e095f9c1769 Submitter: Jenkins Branch:master commit a0feab2d8ae20d3dca0a5762d3be1e095f9c1769 Author: Assaf Muller Date:

[Yahoo-eng-team] [Bug 1594604] [NEW] Nova does not delete or update neutron port for failed VMs

2016-06-20 Thread Arvind Somya
Public bug reported: Environment: Stable/Liberty with neutron ML2 (Mechanism Driver is a custom asynchronous driver based off the Opendaylight V2 driver) No agents or OVS bridges in use. One controller and network node and two compute nodes. When a VM fails to start on any compute node, nova

[Yahoo-eng-team] [Bug 1594593] [NEW] API tests are broken with 'TypeError: create_tenant() takes exactly 1 argument (2 given)'

2016-06-20 Thread Assaf Muller
Public bug reported: Tempest patch with Change-Id of: I3fe7b6b7f81a0b20888b2c70a717065e4b43674f Changed the v2 Keystone tenant API create_tenant to keyword arguments. This broke our API tests that used create_tenant with a tenant_id... It looks like the addCleanup that was supposed to delete

[Yahoo-eng-team] [Bug 1594592] [NEW] federated_user table failed functional test if db engine is MyISAM

2016-06-20 Thread Guang Yee
Public bug reported: 094_add_federated_user_table.py failed functional test if the default db engine is MyISAM for MySQL. We need to follow the established pattern of adding the following mysql_engine='InnoDB', mysql_charset='utf8' to the script during table creation. Here's an example of one

[Yahoo-eng-team] [Bug 1588593] Re: If Neutron IPAM driver is setted,using 'net-delete' command to delete the network created when ipam_driver is not set,the command seems to cause dead loop.

2016-06-20 Thread Carl Baldwin
We never really provided an official migration. Some vendors like InfoBlox have an unofficial one in order to facilitate migrating to their drivers. The reason for this is that the internal driver doesn't provide any advantage over the non-pluggable implementation. It is effectively equivalent.

[Yahoo-eng-team] [Bug 1594576] [NEW] cc_salt_minion behaves badly if apt-get update fails

2016-06-20 Thread Ross Vandegrift
Public bug reported: I'm using cloud-init to setup some salt-minion config like so: #cloud-config salt_minion: conf: grains: my_grain_1: a my_grain_2: b cc_salt_minion.py triggers apt-get update. If apt-get update fails, then cc_salt_minion does not update

[Yahoo-eng-team] [Bug 1594571] [NEW] Propose fix for test_update_port_with_multiple_ip_mac_address_pair

2016-06-20 Thread sunny
Public bug reported: *High level description: Since the order in which we receive the allowed address pair doesn't matter , we should remove the order dependency in _update_port_with_address method. The proposed solution to sort the allowed address pairs and then perform assert on them.

[Yahoo-eng-team] [Bug 1593295] Re: incorrect nova api documentation for revert resize

2016-06-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/330672 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ce01ef30e32feff289474047808220f61fbfff16 Submitter: Jenkins Branch:master commit ce01ef30e32feff289474047808220f61fbfff16 Author: Matthew Edmonds Date:

[Yahoo-eng-team] [Bug 1594546] [NEW] no need to write systemd.link files

2016-06-20 Thread Scott Moser
Public bug reported: When fixing bug 1579130 , we made cloud-init rename devices itself, rather than relying on the systemd.link files to do that. cloud-init was still writing .link files like: /etc/systemd/network/50-cloud-init-ens2.link That leads to just a confusing situation as cloud-init

[Yahoo-eng-team] [Bug 1594529] [NEW] VM creation failure due to Nova hugepage assumptions

2016-06-20 Thread Paul Michali
Public bug reported: Description: In Liberty and Mitaka, Nova assumes that it has exclusive access to the huge pages on the compute node. It maintains track of the total pages per NUMA node on the compute node, and then number of used (by Nova VMs) pages on each NUMA node. This is done for the

[Yahoo-eng-team] [Bug 1594484] [NEW] Remove admin role name 'admin' hardcode

2016-06-20 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/323953 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/horizon" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option

[Yahoo-eng-team] [Bug 1594482] [NEW] list_services API filtered by name can't find the service when using list_limit

2016-06-20 Thread Roxana Gherle
Public bug reported: /services?name= API can't find the service when using list_limit configuration. Before setting list_limit in keystone.conf the following API call behaves correctly: stack@mitaka2:/opt/stack/keystone$ curl -H "X-Auth-Token: $TOK"

[Yahoo-eng-team] [Bug 1592985] Re: Instance snapshots no longer filterable

2016-06-20 Thread Travis Tripp
See comments here on Patchset 7: https://review.openstack.org/#/c/317741/ With a fresh devstack today (2016-06-20) I was able to successfully create snapshots from nova. I don't know if it was a change in nova / glance, etc or if the steps I took made the difference. As a note, I used Ubuntu

[Yahoo-eng-team] [Bug 1594466] [NEW] Additional params needed for openstack rc file

2016-06-20 Thread Matt Borland
Public bug reported: There are some additional parameters needed for the openstack rc files, which are generated for download at: Access & Security > Download (appropriate) RC file. There are two kinds of files generated right now: Keystone v2 and Keystone v3. Which you see as options are based

[Yahoo-eng-team] [Bug 1594439] [NEW] Bad initialization sequence in Neutron agents (and maybe somewhere else)

2016-06-20 Thread Yuriy Taraday
Public bug reported: TL;DR: running threads that modify global state (which can be any RPC calls, or any other library calls) in background while forking happens may cause weird hard-to-debug errors, so background jobs should be initialized after forking (or even better in separate process)

[Yahoo-eng-team] [Bug 1539766] Re: trust redelegation allows trustee to create a trust (with impersonation set to true) from a redelegated trust (with impersonation set to false)

2016-06-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/330045 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=89d513595c0a2c828a36ec721ccfdfdd77e6bfb0 Submitter: Jenkins Branch:master commit 89d513595c0a2c828a36ec721ccfdfdd77e6bfb0 Author: Mikhail Nikolaenko

[Yahoo-eng-team] [Bug 1237711] Re: Creating instance on network with no subnet: no error message

2016-06-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/257296 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=feb0ad027fbe105a9f291507dad0f84fff0ae13d Submitter: Jenkins Branch:master commit feb0ad027fbe105a9f291507dad0f84fff0ae13d Author: Itxaka Date: Mon Dec

[Yahoo-eng-team] [Bug 1594405] Re: test_secure_client fails

2016-06-20 Thread Darek Smigiel
*** This bug is a duplicate of bug 1593647 *** https://bugs.launchpad.net/bugs/1593647 ** This bug has been marked a duplicate of bug 1593647 TestDesignateClient.test_secure_client fails with AssertionError: Expected call: mock(verify='...') -- You received this bug notification

[Yahoo-eng-team] [Bug 1594405] [NEW] test_secure_client fails

2016-06-20 Thread Corey Bryant
Public bug reported: This test is failing in ubuntu package builds. It was added via: https://review.openstack.org/#/c/330817/ == Failed 1 tests - output below: ==

[Yahoo-eng-team] [Bug 1594385] [NEW] Nova does not report signature verification failure

2016-06-20 Thread Dane Fichter
Public bug reported: When verifying Glance image signatures, Nova does not report a meaningful error message to the end user. Instead, Nova gives the end user a "No hosts available" message. How to verify this behavior: - Enable Nova's verify_glance_signatures configuration flag - Upload an

[Yahoo-eng-team] [Bug 1594276] Re: Endpoint does not support RPC version 2.0. Attempted method: update_service_capabilities

2016-06-20 Thread John Davidge
This sounds like an issue with installed services running different versions, rather than a bug. Have you tried asking for support on https://ask.openstack.org/en/questions/ ? You may be able to get help there. ** Changed in: neutron Status: New => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1594377] [NEW] resize does not resize ephemeral disks

2016-06-20 Thread Matthew Booth
Public bug reported: Nova resize does not resize ephemeral disks. I have tested this with the default qcow2 backend, but I expect it to be true for all backends. I have created 2 flavors: | OS-FLV-DISABLED:disabled | False | | OS-FLV-EXT-DATA:ephemeral | 1 | | disk

[Yahoo-eng-team] [Bug 1594376] [NEW] Delete subnet fails with "ObjectDeletedError: Instance '' has been deleted, or its row is otherwise not present."

2016-06-20 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/91/327191/15/check/gate-tempest-dsvm-neutron- dvr/ed57c36/logs/screen-q-svc.txt.gz?level=TRACE#_2016-06-20_02_06_12_987 2016-06-20 02:06:12.987 18923 ERROR neutron.api.v2.resource [req-3870a7f4-ae6c-4710-b55f-7f2179c3d48a

[Yahoo-eng-team] [Bug 1594371] [NEW] Docs for keystone recommend deprecated memcache backend

2016-06-20 Thread Dr. Jens Rosenboom
Public bug reported: At http://docs.openstack.org/developer/keystone/configuration.html #cache-configuration-section there is a recommendation to use backend = keystone.cache.memcache_pool however this seems to be deprecated in the code: WARNING oslo_log.versionutils [-] Deprecated:

[Yahoo-eng-team] [Bug 1593647] Re: TestDesignateClient.test_secure_client fails with AssertionError: Expected call: mock(verify='...')

2016-06-20 Thread OpenStack Infra
Reviewed: https://review.openstack.org/331541 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3703b31eea06d5055a7fc63cec7a24b2aaa1c563 Submitter: Jenkins Branch:master commit 3703b31eea06d5055a7fc63cec7a24b2aaa1c563 Author: Ihar Hrachyshka Date:

[Yahoo-eng-team] [Bug 1517820] Re: glance api in openstack-dashboard can't support v2 glance service

2016-06-20 Thread Timur Sufiev
Closing the bug as Invalid to avoid duplicate patches and waste of efforts. Sharat, please look at https://review.openstack.org/#/c/320039/ (implementation of the blueprint referenced above) - your feedback and suggestions would be very welcome there. ** Changed in: horizon Status: In

[Yahoo-eng-team] [Bug 1488111] Re: Boot from volumes that fail in initialize_connection are not rescheduled

2016-06-20 Thread Samuel Matzek
** Also affects: mitaka (Ubuntu) Importance: Undecided Status: New ** No longer affects: mitaka (Ubuntu) -- 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/1488111

[Yahoo-eng-team] [Bug 1594320] Re: Can't create security group

2016-06-20 Thread Turbo Fredriksson
Apparently the problem was me. I had removed "auth_host" and "auth_protocol" (and not set "auth_uri" or "identity_uri") which apparently made it default to "https://127.0.0.1:35357;. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1594320] [NEW] Can't create security group

2016-06-20 Thread Turbo Fredriksson
Public bug reported: - s n i p - bladeA01b:~# openstack security group create --description "Allow incoming ICMP connections." icmp Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. (HTTP 500) (Request-ID:

[Yahoo-eng-team] [Bug 1593652] Re: When created subnet for a network failed, it seems that error info returned by neutronclient didn't return network and subnet info

2016-06-20 Thread John Davidge
It seems to me that the problem is with how Horizon is reporting the error. The python-neutronclient will not return a subnet_id as no subnet is created. It could be changed to return the network_id, but seeing as that is included in the subnet-create request I'm not sure it's necessary. **

[Yahoo-eng-team] [Bug 1593846] Re: Fix designate dns driver for SSL based endpoints

2016-06-20 Thread John Davidge
** Also affects: openstack-manuals 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/1593846 Title: Fix designate dns driver for SSL based

[Yahoo-eng-team] [Bug 1594249] Re: Update of dashboard fails on Xenial

2016-06-20 Thread Matthias Runge
This is not a horizon bug itself. this is a distribution issue. ** Changed in: horizon Status: New => Invalid ** Also affects: cloud-archive Importance: Undecided Status: New ** No longer affects: horizon -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1594284] [NEW] create user through API does not validate domain_id is properly written

2016-06-20 Thread Martin Schuppert
Public bug reported: When create a new user using the API (not cli client or horizon) it is possible to pass an domain id which does not match the writing of the domain id created. e.f. default -> Default or DEfauLT In e.g. liberty using keystone v2, this result in keystone user list actions to

[Yahoo-eng-team] [Bug 1594276] [NEW] Endpoint does not support RPC version 2.0. Attempted method: update_service_capabilities

2016-06-20 Thread Jens Offenbach
Public bug reported: I am confronted with a strange problem... I have OpenStack Mitaka running on Ubuntu 16.04. I have an HA deployment with 2 controllers and 3 compute nodes. I am using OpenSwitch. Everything is working, but after some days I have a network issue on one compute nodes. I am

[Yahoo-eng-team] [Bug 1593652] Re: When created subnet for a network failed, it seems that error info returned by neutronclient didn't return network and subnet info

2016-06-20 Thread dongwenshuai
** Project changed: python-neutronclient => 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/1593652 Title: When created subnet for a network failed,it seems that error info

[Yahoo-eng-team] [Bug 1593652] [NEW] When created subnet for a network failed, it seems that error info returned by neutronclient didn't return network and subnet info

2016-06-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Created subnet associated with subnetpool_1 for a network,through Horizon Web,creating another subnet associated with subnetpool_2 returned error info as follows: Error: Failed to create subnet "" for network "None": Subnets hosted on the same network