[Yahoo-eng-team] [Bug 967832] Re: Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-12-16 Thread Armando Migliaccio
** No longer affects: 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/967832 Title: Resources owned by a project/tenant are not cleaned up after that project is deleted from

[Yahoo-eng-team] [Bug 1474284] Re: Adding users from different domain to a group

2015-12-16 Thread Adam Young
Works as designed and specified. The Wiki is wrong. Would not modify away from the existing behavior, either. ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1526672] Re: instance ip not updated after subnet-update and reboot

2015-12-16 Thread Carl Baldwin
The allocation_pools attribute of the subnet only affects the automatic allocation of IPs for new ports created after the pool is set. It is not intended to affect existing or manually created ports. ** Tags added: l3-ipam-dhcp ** Changed in: neutron Status: New => Won't Fix -- You

[Yahoo-eng-team] [Bug 1526919] [NEW] Missing Release Notes for new APIs

2015-12-16 Thread Rajat Vig
Public bug reported: New JS REST API's have been added for getting and creating information from Nova, Cinder, Heat, Neutron and KeyStone. Release Notes have not been created for those. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1526967] [NEW] Use diffs for iptables restore instead of all rules

2015-12-16 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/255334 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" 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 1526964] [NEW] Can delete lbaas-pool with lbaas-hm attached

2015-12-16 Thread Bryan Jones
Public bug reported: Using the lbaas v2 resources, I created a loadbalancer, listener, pool, and healthmonitor, all attached to each other as expected. Next I deleted the pool, which I wouldn't expect to work since there is a healthmonitor attached to it, yet it worked successfully. Now I am

[Yahoo-eng-team] [Bug 1460494] Re: neutron-ovs-cleanup failing to start with ovs bonding

2015-12-16 Thread Assaf Muller
** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1460494 Title: neutron-ovs-cleanup failing to start with ovs bonding

[Yahoo-eng-team] [Bug 1175686] Re: Documentation doesn't explain how to install virtualenv

2015-12-16 Thread OpenStack Infra
Reviewed: https://review.openstack.org/258188 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=0ad1a00ad8810fd9d14b75cfe58e091956544ff6 Submitter: Jenkins Branch:master commit 0ad1a00ad8810fd9d14b75cfe58e091956544ff6 Author: John Dewey Date: Tue Dec

[Yahoo-eng-team] [Bug 1526989] [NEW] nova boot fails with "libvirtError: internal error: early end of file from monitor: possible problem: qemu: terminating on signal 15 from pid 15765"

2015-12-16 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/18/258118/2/check/gate-tempest-dsvm-postgres- full/872af9a/logs/screen-n-cpu.txt.gz?level=TRACE#_2015-12-16_22_36_33_037 This looks to be very random: 2015-12-16 22:36:33.037 ERROR nova.compute.manager [req-706bbae7-e8b6-4c91-9d12-56d61bd2df98

[Yahoo-eng-team] [Bug 1526976] [NEW] Any operation without token fails with internal server error for fernet token

2015-12-16 Thread Haneef Ali
Public bug reported: This bug is only for fernet token. Configure keystone to use fernet token. Call any operation without passing a X-Auth-Token. It reports 500 error. It should throw 401 e.g curl -X DELEETE $OS_AUTH_URL/v3/projects/ Haneef Ali (haneef) -- You received this bug notification

[Yahoo-eng-team] [Bug 1526974] [NEW] KeyError prevents openvswitch agent from starting

2015-12-16 Thread Edgar Cantu
Public bug reported: On Liberty I ran into a situation where the openvswitch agent won't start and fails with the following stack trace: 2015-12-16 16:01:42.852 10772 CRITICAL neutron [req-afb4e123-1940-48df-befc-9319516152b5 - - - - -] KeyError: 8 2015-12-16 16:01:42.852 10772 ERROR neutron

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2015-12-16 Thread OpenStack Infra
Reviewed: https://review.openstack.org/256204 Committed: https://git.openstack.org/cgit/openstack/python-cueclient/commit/?id=e25224631b94864a3530e149daa910c6d7b5cf9d Submitter: Jenkins Branch:master commit e25224631b94864a3530e149daa910c6d7b5cf9d Author: sonu.kumar

[Yahoo-eng-team] [Bug 1526991] [NEW] v2 Image Member Create Does Not Accept member_id

2015-12-16 Thread Ian Cordasco
Public bug reported: Glance v2 Image Member Creation's schema file says that it requires a member_id attribute as part of the JSON POST body. The controller, however, only looks for member and the API is documented that way here: http://developer.openstack.org/api-ref-

[Yahoo-eng-team] [Bug 1525739] Re: Hyper-V: stable/liberty, mismatched requirements causes CI jobs to fail.

2015-12-16 Thread Matt Riedemann
** Tags added: hyper-v liberty-backport-potential ** Also affects: networking-hyperv Importance: Undecided Status: New ** Changed in: nova Status: New => Invalid ** Changed in: networking-hyperv Status: New => In Progress -- You received this bug notification because

[Yahoo-eng-team] [Bug 1517741] Re: "Update default quota" is always displayed successful messages even if error occurred.

2015-12-16 Thread OpenStack Infra
Reviewed: https://review.openstack.org/247325 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=5c31cf2c8147add2095be81850fbe2e37179e822 Submitter: Jenkins Branch:master commit 5c31cf2c8147add2095be81850fbe2e37179e822 Author: kenji-ishii Date:

[Yahoo-eng-team] [Bug 1527042] [NEW] All customizable configurations should be above "from local.local_settings import *"

2015-12-16 Thread Wang Bo
Public bug reported: In my deployed environment, I add some configure items at end of file dashboard/settings.py as default values. Try to overwrite some in openstack_dashboard/local/local_settings.py but failed. I find the following codes do the overwriting work: try: from

[Yahoo-eng-team] [Bug 1525319] Re: Cisco apic router_id field length incorrectly changed for Mitaka

2015-12-16 Thread Henry Gessau
Not needed. The vendor package mitaka release can change its model to match the field size in Neutron mitaka. ** Changed in: neutron Status: In Progress => Invalid ** Changed in: networking-cisco Status: New => Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-12-16 Thread Shuquan Huang
** Also affects: os-client-config Importance: Undecided Status: New ** Changed in: os-client-config Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1527089] [NEW] [ipam] Port ID is not present in port dict that is passed to AddressRequestFactory

2015-12-16 Thread Pavel Bondar
Public bug reported: Port dict is passed into AddressRequestFactory [1] to help make ipam decision based on various port info. For reference IPAM driver this information is not used, but it is helpful for creating custom AddressRequests for 3rd party ipam driver. Observed that port dict

[Yahoo-eng-team] [Bug 1519980] Re: Add availability_zone support for network

2015-12-16 Thread Hirofumi Ichihara
** Changed in: neutron Status: Confirmed => In Progress ** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: openstack-manuals Assignee: (unassigned) => Hirofumi Ichihara (ichihara-hirofumi) ** Changed in: openstack-manuals Status: New

[Yahoo-eng-team] [Bug 1525903] Re: should not use mutable default arguments

2015-12-16 Thread OpenStack Infra
Reviewed: https://review.openstack.org/256931 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=db8e206bee856fe838b381e5dc8eb47706f50b5b Submitter: Jenkins Branch:master commit db8e206bee856fe838b381e5dc8eb47706f50b5b Author: Javeme Date:

[Yahoo-eng-team] [Bug 1527061] [NEW] Nova should not throw exception when port binding fails for Ironic

2015-12-16 Thread Om Kumar
Public bug reported: Neutron tries to bind port on compute where instance is launched. It doesn't make sense when hypervisor_type is ironic, since VM does not live on hypervisor in this case. Furthermore it leads to failed provisioning of baremetal node, when neutron is not configured on ironic

[Yahoo-eng-team] [Bug 1527083] [NEW] quota-update with invalid string returns nothing

2015-12-16 Thread ibm-cloud-qa
Public bug reported: [Summary] quota-update with invalid string returns nothing [Topo] devstack all-in-one node [Description and expect result] quota-update with tenant name, command doesn't work. quota-update with invalid string, command return nothing. [Reproduceable or not] reproduceable

[Yahoo-eng-team] [Bug 1527049] [NEW] is_dvr_serviced in unbind_router_servicenode is duplicated and unnecessary

2015-12-16 Thread ZongKai LI
Public bug reported: in method unbind_router_servicenode, it will check if there is still any dvr serviced port exist on node, by getting all ports on host that related to given router: for subnet in subnet_ids: ports = (

[Yahoo-eng-team] [Bug 1515572] Re: Networking Option 1: Provider networks in Installation Guide, floating IPs list throw 404 error

2015-12-16 Thread Chen Xing
Fix proposed to branch: master Review: https://review.openstack.org/258812 ** Changed in: horizon Status: New => Fix Released ** Changed in: horizon Assignee: (unassigned) => Chen Xing (chen-xing) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1527067] [NEW] Unexpected API Error - nova hypervisor-list

2015-12-16 Thread yangbo
Public bug reported: stack@controller1:~$ nova hypervisor-list ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. (HTTP 500) (Request-ID: req-d98480fd-fcca-4660-b992-7e9a1fa2e94b) stack@controller1:~$

[Yahoo-eng-team] [Bug 1397087] Re: Bulk port create fails with conflict with some addresses fixed

2015-12-16 Thread Assaf Muller
Confirmed bug. I don't see how this is an 'opinion', Neutron is clearly screwing up here. ** Changed in: neutron Status: Opinion => Confirmed ** Tags added: l3-ipam-dhcp ** Changed in: neutron Importance: Medium => Undecided ** Changed in: neutron Importance: Undecided => Low --

[Yahoo-eng-team] [Bug 1527016] [NEW] Security-rule's port value should 1-65535

2015-12-16 Thread Jacky_lei_zhang
Public bug reported: When add a security from GUI and input port is 0,GUI can check this is invalid,But we can add port 0 rule from CLI eg: [root@controller extensions(keystone_admin)]# neutron security-group-rule-create 65aa027e-3808-41b8-9343-0a86092380ca --protocol TCP --port_range_min 0

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-12-16 Thread Shuquan Huang
** Also affects: heat-cfntools Importance: Undecided Status: New ** Changed in: heat-cfntools Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1527000] [NEW] slaac for IPv6 prefix delegation subnets ra/address modes not enforced

2015-12-16 Thread John Davidge
Public bug reported: IPv6 PD subnets must use IPV6_SLAAC or DHCPV6_STATELESS for ra/address modes, but currently ATTR_NOT_SPECIFIED is being allowed as well. Problems can occur when ATTR_NOT_SPECIFIED is used, as various assumptions are made that depend upon all PD subnets being auto address

[Yahoo-eng-team] [Bug 1526675] Re: test_models_sync fails with 'Models and migration scripts aren't in sync'

2015-12-16 Thread OpenStack Infra
Reviewed: https://review.openstack.org/258471 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b8d281a303ca12440aebb55895ebb192d25cecf8 Submitter: Jenkins Branch:master commit b8d281a303ca12440aebb55895ebb192d25cecf8 Author: AKamyshnikova

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-12-16 Thread Shuquan Huang
** Also affects: heat-translator Importance: Undecided Status: New ** Changed in: heat-translator Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1511167] Re: Cinder client incorrectly list the volume size units in GB, the API is actually in GiB

2015-12-16 Thread OpenStack Infra
Reviewed: https://review.openstack.org/243880 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=70ade476b8001ed63cbb371620a035fe1ca7a44a Submitter: Jenkins Branch:master commit 70ade476b8001ed63cbb371620a035fe1ca7a44a Author: Rich Hagarty Date:

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-12-16 Thread Shuquan Huang
** Also affects: ironic-python-agent Importance: Undecided Status: New ** Changed in: ironic-python-agent Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1527092] [NEW] wrap_exception missed param info

2015-12-16 Thread hougangliu
Public bug reported: in nova/compute/manager.py, wrap_exception is to sent a notification including the function's param info when the function raised any exception, such as _post_live_migration as below. @wrap_exception() @wrap_instance_fault def _post_live_migration(self, ctxt,

[Yahoo-eng-team] [Bug 1527098] [NEW] can update the gateway of subnet to a used ip

2015-12-16 Thread ibm-cloud-qa
Public bug reported: [Summary] can update the gateway of subnet to a used ip [Topo] devstack all-in-one node [Description and expect result] can not update the gateway of subnet to a used ip , should reject the update and give error info. [Reproduceable or not] reproduceable [Recreate

[Yahoo-eng-team] [Bug 1526719] [NEW] metadata should be allowed to be search option

2015-12-16 Thread jichenjc
Public bug reported: we allow following options to be used when filter instance, however metadata is not in the allow list while metadata is used by user (non-admin) 56feb2b649cc25edd8d747806e2b9d6e0b3b8c5d added ip6 into the list and another microversion might be used to offer metadata as

[Yahoo-eng-team] [Bug 1526715] [NEW] disallow non-admin search for soft-delete instance

2015-12-16 Thread jichenjc
Public bug reported: search deleted instance is only for admin so we should disallow non- admin search for deleted and soft_deleted instances jichen@devstack1:~$ curl -g -i -X GET http://192.168.122.239:8774/v2.1/d1c5aa58af6c426492c642eb649017be/servers/detail?status=soft_deleted -H

[Yahoo-eng-team] [Bug 1526785] [NEW] Remove unused parameter gw_info of _update_router_db

2015-12-16 Thread Eugene Nikanorov
Public bug reported: It's being passed here and there without actual use. Tests also pass None or mock.ANY. It makes sense to cleanup the code a little bit. ** Affects: neutron Importance: Wishlist Assignee: Eugene Nikanorov (enikanorov) Status: In Progress -- You received

[Yahoo-eng-team] [Bug 1491095] Re: For Demo user Create Keypair, Create Security Group and Allocate Floating IP buttons are missing in Horizon

2015-12-16 Thread Timur Sufiev
*** This bug is a duplicate of bug 1491309 *** https://bugs.launchpad.net/bugs/1491309 ** This bug has been marked a duplicate of bug 1491309 Unhandled exception in quota code leads to missing buttons -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1526791] [NEW] test_keypair integration test consistently fails

2015-12-16 Thread Timur Sufiev
Public bug reported: It fails with the following traceback: 2015-12-16 07:11:15.197 | 2015-12-16 07:11:15.181 | ERROR: openstack_dashboard.test.integration_tests.tests.test_keypair.TestKeypair.test_keypair 2015-12-16 07:11:15.197 | 2015-12-16 07:11:15.182 |

[Yahoo-eng-team] [Bug 1526710] Re: NotSupportedError: MySQL cannot rename indexes

2015-12-16 Thread Federico Ressi
** No longer affects: devstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1526710 Title: NotSupportedError: MySQL cannot rename indexes Status in Glance: New Bug description:

[Yahoo-eng-team] [Bug 1518431] Re: Glance failed to upload image to swift storage

2015-12-16 Thread Flavio Percoco
Stuart, Kairat, This bug is hard to reproduce, TBH. The race happens in a combination of Glance's v2 behavior and swift's driver. This is not *entirely* Glance's fault, though. The Glance "weird" part is not being able to recognize "0-sized" chunks before submitting them. However, this is being

[Yahoo-eng-team] [Bug 1523716] Re: oslo.utils upgrade breaks unit tests

2015-12-16 Thread hongbin
** Changed in: magnum Status: New => 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/1523716 Title: oslo.utils upgrade breaks unit tests Status in Ceilometer: Invalid

[Yahoo-eng-team] [Bug 1526818] [NEW] Incorrect and excess ARP responses in tenant subnets

2015-12-16 Thread Michael Steffens
Public bug reported: We are facing a very strange behaviour of ARP in tenant networks, causing Windows guests to incorrectly decline DHCP addresses. These VMs apparently do an ARP request for the address they have been offered, discarding them in case a different MAC is reporting to own that IP

[Yahoo-eng-team] [Bug 1508230] Re: regression in cloning raw image type with ceph

2015-12-16 Thread Florian Haas
** Also affects: nova (Ubuntu) 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/1508230 Title: regression in cloning raw image

[Yahoo-eng-team] [Bug 1526675] Re: test_models_sync fails with 'Models and migration scripts aren't in sync'

2015-12-16 Thread Sean Dague
It's especially frustrating in that Nova doesn't use Alembic, however it's dragged in because of the tests in oslo.db ** Also affects: oslo.db Importance: Undecided Status: New ** Changed in: oslo.db Importance: Undecided => Critical -- You received this bug notification because

[Yahoo-eng-team] [Bug 1488167] Re: neutron stable jobs are busted by alembic 0.8.1

2015-12-16 Thread Sean Dague
This has popped back in Alembic 0.8.4 because of oslo.db tests ** Also affects: oslo.db Importance: Undecided Status: New ** Changed in: oslo.db Importance: Undecided => Critical ** Summary changed: - neutron stable jobs are busted by alembic 0.8.1 + oslo.db model tests broken by

[Yahoo-eng-team] [Bug 1526804] [NEW] Model sync is broken for SQLite because of BigInteger type mismatch

2015-12-16 Thread Mike Fedosin
Public bug reported: Here the output for glance.tests.unit.test_migrations.ModelsMigrationsSyncSQLite.test_models_sync: AssertionError: Models and migration scripts aren't in sync: [ [ ( 'modify_type', None, 'artifact_blobs', 'size', { 'existing_nullable': False,

[Yahoo-eng-team] [Bug 1526675] Re: test_models_sync fails with 'Models and migration scripts aren't in sync'

2015-12-16 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => Confirmed ** Changed in: nova/liberty Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1526710] [NEW] NotSupportedError: MySQL cannot rename indexes

2015-12-16 Thread Federico Ressi
Public bug reported: When stacking with branch stable/liberty of devstack, on a control host I had below error. I am using a clean Ubuntu 14.04 LTS just updated. 2015-12-16 07:50:32.262 | 2015-12-16 07:50:32.262 INFO migrate.versioning.api [-] 0 -> 1... 2015-12-16 07:50:32.272 | 2015-12-16

[Yahoo-eng-team] [Bug 1526762] [NEW] test_models_sync fails with TestNovaMigrationsSQLite unti test

2015-12-16 Thread Tomi Juvonen
Public bug reported: {0} nova.tests.unit.db.test_migrations.TestNovaMigrationsSQLite.test_models_sync [2.360350s] ... FAILED Captured traceback: ~~~ Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1526734] [NEW] Restart of nova-compute service fails

2015-12-16 Thread Marian Horban
Public bug reported: After sending HUP signal to nova-compute process we can observe trace in logs: 2015-11-30 10:35:26.509 INFO oslo_service.service [req-ecb7f866-b041-4abb-9037-164443b8387f None None] Caught SIGHUP, exiting 2015-11-30 10:35:31.894 DEBUG oslo_concurrency.lockutils

[Yahoo-eng-team] [Bug 1526737] [NEW] Race between nova-network and dnsmasq allocating ips

2015-12-16 Thread Sean Dague
Public bug reported: During some gate runs (especially multinode ones) we end up with the following kinds of failures (all in this log http://logs.openstack.org/66/258166/1/check/gate-tempest-dsvm- full/41867ce/logs/syslog.txt.gz) Dec 16 00:12:16 devstack-trusty-hpcloud-b3-6590764

[Yahoo-eng-team] [Bug 1526675] Re: test_models_sync fails with 'Models and migration scripts aren't in sync'

2015-12-16 Thread Markus Zoeller (markus_z)
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1526675 Title:

[Yahoo-eng-team] [Bug 1467589] Re: Remove Cinder V1 support

2015-12-16 Thread Ivan Kolodyazhny
As discussed at Summit, we can't remove any of existing APIs ** Changed in: cinder Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1526855] [NEW] VMs fail to get metadata in large scale environments

2015-12-16 Thread Ed Bak
Public bug reported: In large scale environments, instances can fail to get their metadata. Tests were performed in a 100 compute node environment creating 4000 vms. 15-20 vms will fail all 20 metadata request attempts. This has been reproduced multiple times with similar results. All of the

[Yahoo-eng-team] [Bug 1526672] [NEW] instance ip not updated after subnet-update and reboot

2015-12-16 Thread ibm-cloud-qa
Public bug reported: [Summary] Instance ip is not updated after subnet-update allocation-pool, even reboot instance [Topo] devstack all-in-one node [Description and expect result] after allocation-pool update, reboot instance should re-discover ip by following dhcp rules. subnet-update

[Yahoo-eng-team] [Bug 1526675] [NEW] test_models_sync fails with 'Models and migration scripts aren't in sync'

2015-12-16 Thread Sreekumar S
Public bug reported: 2015-12-16 08:06:12.907 | 2015-12-16 08:06:12.889 | neutron.tests.functional.db.test_migrations.TestModelsMigrationsMysql.test_models_sync 2015-12-16 08:06:12.907 | 2015-12-16 08:06:12.891 |

[Yahoo-eng-team] [Bug 1526599] Re: back-port of oslo import to stable kilo is not enough

2015-12-16 Thread watanabe.isao
Hello, Itxaka Serrano (itxakaserrano) Thank you for the comment. After another try, I found my devstack is in master branch. And after I checkout the stable/kilo branch of devstack, everything goes well. And the pip list is attached here. ** Changed in: horizon Status: New => Invalid **

[Yahoo-eng-team] [Bug 1526664] [NEW] wrong error message showing in "nova show inst" if boot an instance with invalid v4-fixed-ip

2015-12-16 Thread ibm-cloud-qa
Public bug reported: [Summary] wrong error message showing in "nova show inst" if boot an instance with invalid v4-fixed-ip [Topo] devstack all-in-one node [Description and expect result] should return an error message says that "invalid v4-fixed-ip" [Reproduceable or not] reproduceable

[Yahoo-eng-team] [Bug 1526665] [NEW] broken firewall table has broken policy/action values

2015-12-16 Thread Martin Pavlásek
Public bug reported: As demo user navigate to: Project - Network - Firewalls - Firewalls Rules. Create new rule by clicking to Add rule. When the rule is created, there is missing empty cell in the table with name of policy, that is part of it and it cause shift "Action" cell to "Policy"

[Yahoo-eng-team] [Bug 1526666] [NEW] After neutron AZ is enabled, nova should add an AZ filter when picking up networks

2015-12-16 Thread Yang Yu
Public bug reported: Reproduce steps: 1> Create 2 networks with az-hint, and they are in different availability zone hints. $ neutron net-show net-149 +-+--+ | Field | Value|

[Yahoo-eng-team] [Bug 1513678] Re: At scale router scheduling takes a long time with DVR routers with multiple compute nodes hosting thousands of VMs

2015-12-16 Thread OpenStack Infra
Reviewed: https://review.openstack.org/242286 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=411e6ff1570f9508424eb985201943e881084d7a Submitter: Jenkins Branch:master commit 411e6ff1570f9508424eb985201943e881084d7a Author: Swaminathan Vasudevan

[Yahoo-eng-team] [Bug 1526637] Re: test for git review,ignore it

2015-12-16 Thread liuhui
** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1526637 Title: test for git review,ignore it Status in

[Yahoo-eng-team] [Bug 1526660] [NEW] enable os-inherit by default

2015-12-16 Thread Steve Martinelli
Public bug reported: The OS-INHERIT 'extension' has been around since Icehouse. It was always disabled by default. But with bp move-extensions bringing in all the extensions and enabling them by default, we should enable this one too. Note that OS-INHERIT does not have any database migrations,

[Yahoo-eng-team] [Bug 1517212] Re: Support new v2 API image filters

2015-12-16 Thread Atsushi SAKAI
** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Assignee: (unassigned) => Atsushi SAKAI (sakaia) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1518431] Re: Glance failed to upload image to swift storage

2015-12-16 Thread Sergey Gotliv
Kairat, I reopened the bug because its reproducible with Swift not just with RadosGW. Please, review a previous comments, especially #5, #8 and solution proposed in comment #9. ** Changed in: glance Status: Invalid => In Progress ** Changed in: glance Assignee: Kairat Kushaev

[Yahoo-eng-team] [Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2015-12-16 Thread Shuquan Huang
** Also affects: anchor Importance: Undecided Status: New ** Changed in: anchor Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1526698] [NEW] Can not create Heat stack with boolean parameter with False value

2015-12-16 Thread Sergey Kraynev
Public bug reported: In horizon in Orchestration panel I want to create Heat stack with template: [pic1] heat_template_version: 2013-05-23 parameters: bool_param: type: boolean After setting all necessary parameters I want to use bool_param with False value. But it raise error, that I

[Yahoo-eng-team] [Bug 1526700] [NEW] "Manage QoS" page does not display as a modal dialog.

2015-12-16 Thread Kenji Ishii
Public bug reported: This page([Admin]-[Volume]-[Volume Type]tab-[Manage Spec] in Qos table) is implemented as a modal dialog. Like "View Extra Specs" page. But at the moment it is displayed as a static page. ** Affects: horizon Importance: Undecided Assignee: Kenji Ishii (ken-ishii)