[Yahoo-eng-team] [Bug 1460720] Re: [RFE] Add API to set ipv6 gateway

2016-03-28 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/1460720

[Yahoo-eng-team] [Bug 1513981] Re: Extend IPAM tables to store more information helpful for IPAM drivers

2016-03-28 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/1513981

[Yahoo-eng-team] [Bug 1563174] [NEW] Using LOG.warning replace LOG.warn

2016-03-28 Thread Nam
Public bug reported: Python 3 deprecated the logger.warn method [1] so I prefer to use warning to avoid DeprecationWarning. If we are using logger from oslo.log, warn is still valid [2]. But i think switching to LOG.warning is better. [1]

[Yahoo-eng-team] [Bug 1563157] [NEW] Routes 2.3 release breaks neutron-server

2016-03-28 Thread Tony Breeds
Public bug reported: Routes released 2.3 2016-03-28T15:48:33 Since then we're seeing: --- Traceback (most recent call last): File "/usr/local/bin/neutron-server", line 10, in sys.exit(main()) File "/opt/stack/new/neutron/neutron/cmd/eventlet/server/__init__.py", line 17, in main

[Yahoo-eng-team] [Bug 1562427] Re: Cannot start imported ubuntu image: Error: Unexpected API Error.

2016-03-28 Thread Augustina Ragwitz
I see some errors in your api log that look like you should double check your configuration (pasted below). Maybe see this bug and see if it's relevant - https://bugs.launchpad.net/nova/+bug/1534273. Once you've verified your config, if you still feel this is a valid bug, please update the bug

[Yahoo-eng-team] [Bug 1478100] Re: DHCP agent scheduler can schedule dnsmasq to an agent without reachability to the network its supposed to serve

2016-03-28 Thread OpenStack Infra
Reviewed: https://review.openstack.org/205631 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0267c6a5acdcb68ea7e83ecb980362c4235ed1d7 Submitter: Jenkins Branch:master commit 0267c6a5acdcb68ea7e83ecb980362c4235ed1d7 Author: Assaf Muller Date:

[Yahoo-eng-team] [Bug 1563149] [NEW] NeutronSyntheticFieldMultipleForeignKeys message is producing an error

2016-03-28 Thread Victor Morales
Public bug reported: There is a business logic that validates the number of foreign keys[1] on the computer object. It message contains a parsing format error [2], the variable must be field instead of fields. [1]

[Yahoo-eng-team] [Bug 1562649] Re: Liberty RDO install fails to launch

2016-03-28 Thread Augustina Ragwitz
*** This bug is a duplicate of bug 1534273 *** https://bugs.launchpad.net/bugs/1534273 ** Summary changed: - It prompt:Error: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 1563029] Re: Nova instance fail to launch: "Unexpected API Error."

2016-03-28 Thread Augustina Ragwitz
I moved this over to Kolla since this looks specific to that project and I'm not working in that repo, so I can't reproduce this. If this turns out to be a Nova specific issue, please update the bug with Nova- specific reproduction steps and we'll take a look at it. ** Also affects: kolla

[Yahoo-eng-team] [Bug 1563141] Re: Nova boot Fails InvalidBDM from GLANCE IMAGE

2016-03-28 Thread Daniel Smith
Confirmed Addition of ",size=40" to the nova boot command provided the sizing to nova to tell cinder the volume to be created (prior to the download of the image). I will close this BUG. Cheers, D ** Changed in: nova Status: New => Invalid -- You received this bug notification because

[Yahoo-eng-team] [Bug 1563141] [NEW] Nova boot Fails InvalidBDM from GLANCE IMAGE

2016-03-28 Thread Daniel Smith
Public bug reported: Running Liberty and on one of the image (CN-00) below - while all the other nodes booted and created VOLUME from IMAGE, this one started to FAIL. No idea why. As with the other instances, this nova boot command should result in the GLANCE Image being used to create the

[Yahoo-eng-team] [Bug 1563137] [NEW] Duplicate help text in the metadata tab

2016-03-28 Thread Marcellin Fom Tchassem
Public bug reported: During the process to launch an instance, there is a repeated help text at the top and the bottom of the tab. To reproduce this: 1- Under Project, click on Instances 2- Click on Launch Instance 3- Click on Metadata 4- The metadata tab should have the same help text twice An

[Yahoo-eng-team] [Bug 1439472] Re: OVS doesn't restart properly when Exception occurred

2016-03-28 Thread watanabe.isao
** Changed in: neutron/kilo Status: New => 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/1439472 Title: OVS doesn't restart properly when Exception occurred Status

[Yahoo-eng-team] [Bug 1563113] [NEW] Implied Roles responses do not match the spec

2016-03-28 Thread Sean Perry
Public bug reported: http --pretty format PUT https://identity.example.com:35357/v3/roles/5a912666c3704c22a20d4c35f3068a88/implies/edd42085d3ab472e9cf13b3cf3c362b6 "X-Auth-Token:4879c74089b744439057581c9d85bc19" { "role_inference": { "implies": { "id":

[Yahoo-eng-team] [Bug 1563101] [NEW] Remove backend dependency on core

2016-03-28 Thread Ron De Rose
Public bug reported: Remove dependencies where backend code references code in the core. The reasoning being that the core should know about the backends, but the backends should not know anything about the core (separation of concerns). And part of the risk here is a potential for circular

[Yahoo-eng-team] [Bug 1563069] [NEW] [RFE] Centralize Configuration Options

2016-03-28 Thread Brian Stajkowski
Public bug reported: [Overview] Refactor Neutron configuration options to be in one place 'neutron/conf' similar to the Nova implementation found here: http://specs.openstack.org/openstack/nova-specs/specs/mitaka/approved/centralize-config-options.html This would allow for centralization of

[Yahoo-eng-team] [Bug 1563070] [NEW] external_network_bridge option deprecation is misleading

2016-03-28 Thread Kevin Benton
Public bug reported: The deprecation warning is emitted whenever a user specifies a value. However, we only want to warn users when the value is not explicitly set to an empty string. (i.e. we want to warn even when the default value is used). ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1562970] Re: Handling tox errors in networking-brocade

2016-03-28 Thread bharath
** Changed in: networking-brocade 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/1562970 Title: Handling tox errors in networking-brocade Status in

[Yahoo-eng-team] [Bug 1563006] Re: db: 'allocations' table migration and model have conflicting indexes

2016-03-28 Thread Matt Riedemann
Damn, OK, I guess it is handled in https://review.openstack.org/#/c/281837/ . ** 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).

[Yahoo-eng-team] [Bug 1563029] [NEW] Nova intance fail to launch: Unexpected API Error.

2016-03-28 Thread Lawrence Sorrillo
Public bug reported: This is need in a KOlla installation of openstack. 1. The commit level is: lsorrillo@ptest:~/git/kolla$ git log -1 commit 90321d0497f14bda370908610cfc44296a940523 Merge: 328a7e8 a789346 Author: Jenkins Date: Sun Mar 27 23:42:47 2016 +

[Yahoo-eng-team] [Bug 1540512] Re: [RFE] Host Aware IPAM

2016-03-28 Thread Carl Baldwin
After some review and reading Neil's final comments, I'm going to close this. I'm about to crack IPAM for routed networks. With this request in mind, I'll be looking to evolve the IPAM interface so that it can take host information into consideration. I'll also be working on the deferred IP

[Yahoo-eng-team] [Bug 1563021] [NEW] Mouseover help for user settings items per page is not translatable

2016-03-28 Thread Doug Fish
Public bug reported: When Editing user settings [username]->Settings the help mouseover value "Number of items to show per page (..." is not shown as translated. This failure can be seen in the Pseudo translation tool if it's patched with https://review.openstack.org/#/c/298379/ and can also

[Yahoo-eng-team] [Bug 1557992] Re: NoSuchOptError: no such option: service_auth when using local cert manager

2016-03-28 Thread Neela Shah
Moving this to neutron as its not a lbaas-dashboard bug but a neutron- lbaas bug which gets reported into the neutron lp project. ** Project changed: neutron-lbaas-dashboard => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1481161] Re: ML2 plugin for MLX: Unable to configure device with ssh connector when enable password is configured

2016-03-28 Thread OpenStack Infra
Reviewed: https://review.openstack.org/210271 Committed: https://git.openstack.org/cgit/openstack/networking-brocade/commit/?id=e2c8ecd218280c1cd7869fa8040ad02bf0f6b02b Submitter: Jenkins Branch:master commit e2c8ecd218280c1cd7869fa8040ad02bf0f6b02b Author: Pradeep Sathasivam

[Yahoo-eng-team] [Bug 1557992] [NEW] NoSuchOptError: no such option: service_auth when using local cert manager

2016-03-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: When changing the default cert manager barbican to local cert manager using vmware edge driver, it threw an exception below, that was because the method get_service_url is defined in parent module cert_manager.py, but the service_auth is only registered

[Yahoo-eng-team] [Bug 1563006] [NEW] db: 'allocations' table migration and model have conflicting indexes

2016-03-28 Thread Matt Riedemann
Public bug reported: The spec for the 'allocations' table in nova says there will be an index over the resource_provider_id, resource_class_id and used columns. That's in the data model definition:

[Yahoo-eng-team] [Bug 1563005] [NEW] pseudo translation tool creates uncompilable PO files

2016-03-28 Thread Doug Fish
Public bug reported: Attempting to compile PO files generated by the pseudo translation tool results in the following error CommandError: Execution of msgfmt failed: /opt/stack/horizon/openstack_dashboard/locale/tr_TR/LC_MESSAGES/django.po:10595: a format specification for argument 'req'

[Yahoo-eng-team] [Bug 1562970] Re: Handling tox errors in networking-brocade

2016-03-28 Thread Henry Gessau
I believe this does not affect core neutron. ** Also affects: networking-brocade Importance: Undecided Status: New ** 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 1562970] [NEW] Handling tox errors in networking-brocade

2016-03-28 Thread bharath
Public bug reported: This will fix all the tox errors in networking-brocade specific to vyatta ** Affects: neutron Importance: Undecided Assignee: bharath (bharath-7) Status: New ** Changed in: neutron Assignee: (unassigned) => bharath (bharath-7) -- You received this

[Yahoo-eng-team] [Bug 1562965] [NEW] liberty -> mitaka db migrate fails on postgresql 091 migration

2016-03-28 Thread Matthew Thode
Public bug reported: looks like this row doesn't exist https://github.com/openstack/keystone/blob/9.0.0.0rc1/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py#L51 NoSuchColumnError: "Could not locate column in row for column 'user_password'" **

[Yahoo-eng-team] [Bug 1562934] Re: liberty -> mitaka db migrate fails on postgresql

2016-03-28 Thread Morgan Fainberg
This is a release blocker. ** Changed in: keystone Status: New => Triaged ** Changed in: keystone Milestone: None => newton-1 ** Also affects: keystone/mitaka Importance: High Status: Triaged ** Also affects: keystone/newton Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1562945] [NEW] Change nova's devstack blacklist to use test uuids

2016-03-28 Thread Chuck Carmack
Public bug reported: See https://bugs.launchpad.net/nova/+bug/1562323 for the background. A temporary workaround was made for that bug. This bug will be used to implement changing the nova devstack blacklist file to use the test idempotent ids and not the test names. ** Affects: nova

[Yahoo-eng-team] [Bug 1548285] Re: l3 HA network management is racey

2016-03-28 Thread OpenStack Infra
Reviewed: https://review.openstack.org/282876 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7512d8aa26a945a695e889e0a97c6414cec6ac10 Submitter: Jenkins Branch:master commit 7512d8aa26a945a695e889e0a97c6414cec6ac10 Author: Kevin Benton Date: Sun

[Yahoo-eng-team] [Bug 1562934] [NEW] liberty -> mitaka db migrate fails on postgresql

2016-03-28 Thread Matthew Thode
Public bug reported: specifically 088_domain_specific_roles.py and 091_migrate_data_to_local_user_and_password_tables.py I can't remember which section I had to comment out with the 091 migration, but in the 088 one it was the following. migrate.UniqueConstraint(role_table.c.name,

[Yahoo-eng-team] [Bug 1562914] [NEW] vendor-data not working with ConfigDrive in 0.7.5

2016-03-28 Thread Matt Dorn
Public bug reported: vendor-data is not read with the ConfigDrive datasource in 0.7.5. Mar 28 14:54:01 hi [CLOUDINIT] stages.py[DEBUG]: no vendordata from datasource Works properly with NoCloud and OpenStack datasources. DistroRelease: Ubuntu 14.04 Package: 0.7.5-0ubuntu1.16 Uname:

[Yahoo-eng-team] [Bug 1562892] [NEW] L3 HA: HA networks remain existing after rally tests execution

2016-03-28 Thread Ann Kamyshnikova
Public bug reported: After running rally tests HA networks remain existing although all HA routers were deleted. For example, after running create_list_routers we have just one router (which was not created by rally) and around 35 HA networks: http://paste.openstack.org/show/491573/ There are

[Yahoo-eng-team] [Bug 1374045] Re: Add v3 endpoint for identity in catalog

2016-03-28 Thread Steve Martinelli
Patch https://review.openstack.org/#/c/290897/ fixed this issue ** Changed in: keystone Assignee: Kenjiro Kosaka (k-kosaka) => Colleen Murphy (krinkle) ** Summary changed: - Add v3 endpoint for identity in catalog + Add v3 endpoint for identity in catalog for sample data ** Changed in:

[Yahoo-eng-team] [Bug 1562887] [NEW] L3 HA: IpAddressGenerationFailure during rally test execution

2016-03-28 Thread Ann Kamyshnikova
Public bug reported: Environment 3 controllers, 46 computes, liberty. L3 HA During execution NeutronNetworks.create_and_delete_routers in logs there is hundreds of traces in dhcp-agent logs http://paste.openstack.org/show/491423/, http://paste.openstack.org/show/491408/. Tests passes but having

[Yahoo-eng-team] [Bug 1561099] Re: keystone-manage looks for default_config_files in the wrong place

2016-03-28 Thread OpenStack Infra
Reviewed: https://review.openstack.org/296110 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=139f892fecf4ce645e3a7a6a7d1087a94f402f89 Submitter: Jenkins Branch:master commit 139f892fecf4ce645e3a7a6a7d1087a94f402f89 Author: Colleen Murphy Date:

[Yahoo-eng-team] [Bug 1562878] [NEW] L3 HA: Unable to complete operation on subnet

2016-03-28 Thread Ann Kamyshnikova
Public bug reported: Environment 3 controllers, 46 computes, liberty. L3 HA During execution NeutronNetworks.create_and_delete_routers several times test failed with "Unable to complete operation on subnet . One or more ports have an IP allocation from this subnet. " trace in neutron-server

[Yahoo-eng-team] [Bug 1562876] [NEW] Deadlock 'DELETE FROM ipallocationpools' during rally test_create_delete_routers

2016-03-28 Thread Ann Kamyshnikova
Public bug reported: Environment 3 controllers, 46 computes, liberty. L3 HA During execution NeutronNetworks.create_and_delete_routers several times test failed with deadlock error in neutron-server logs http://paste.openstack.org/show/491572/. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1562863] Re: The command "nova-manage db archive_deleted_rows" doesn't move the entries to the shadow tables.

2016-03-28 Thread Matt Riedemann
*** This bug is a duplicate of bug 1183523 *** https://bugs.launchpad.net/bugs/1183523 This is a known broken issue, see the mailing list thread here: http://lists.openstack.org/pipermail/openstack- dev/2015-November/079701.html ** This bug has been marked a duplicate of bug 1183523

[Yahoo-eng-team] [Bug 1562863] [NEW] The command "nova-manage db archive_deleted_rows" doesn't move the entries to the shadow tables.

2016-03-28 Thread Oleksandr Bryndzii
Public bug reported: Once an instance is deleted from the cloud its entry in the database is still present. When trying to archive some number of deleted rows with "nova-manage db archive_deleted_rows --max-rows 1", a constraint error is displayed in nova logs. Expected results: Specified

[Yahoo-eng-team] [Bug 1562842] [NEW] instance going to scheduler when invalid v4-fixed-ip is provided in nova boot command

2016-03-28 Thread Abhilash Goyal
Public bug reported: When providing invalid v4-fixed-ip in nova boot command, the instance will queue with the scheduler but fail to boot. Instead what should happen is, there should be check at client side or server side and error message should be thrown so that VM does not get queued with the

[Yahoo-eng-team] [Bug 1562834] [NEW] There are some trivial errors in doc/tutorials/plugin.rst

2016-03-28 Thread Wang Bo
Public bug reported: 1. ADD_JS_FILES is not menthoned but only ADD_SCSS_FILES http://docs.openstack.org/developer/horizon/tutorials/plugin.html#file-structure http://docs.openstack.org/developer/horizon/tutorials/plugin.html#mypanel-scss 2. static files under static/ could be discovery

[Yahoo-eng-team] [Bug 1549370] Re: Existing connections are not dropped with ovs-firewall when rule is removed

2016-03-28 Thread OpenStack Infra
Reviewed: https://review.openstack.org/284259 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4f6aa3ffde2fd68b85bc5dfdaf6c2684931f3f61 Submitter: Jenkins Branch:master commit 4f6aa3ffde2fd68b85bc5dfdaf6c2684931f3f61 Author: Jakub Libosvar Date:

[Yahoo-eng-team] [Bug 1562777] [NEW] LiveMigration should check whether the destination has enough vcpus

2016-03-28 Thread javeme
Public bug reported: When the live migration, currently we would check whether the destination host has enough memory,but would not check whether the destination host has enough vcpus. This may lead to excessive VMs are migrated to a host, at the same time it leads to performance degradation

[Yahoo-eng-team] [Bug 1562758] [NEW] generate an uuid for image id

2016-03-28 Thread zwei
Public bug reported: Why not use `oslo_utils.uuidutils.generate_uuid` function def new_image(self, image_id=None, name=None, visibility='private', min_disk=0, min_ram=0, protected=False, owner=None, disk_format=None, container_format=None,

[Yahoo-eng-team] [Bug 1562731] [NEW] Using LOG.warning replace LOG.warn

2016-03-28 Thread Nguyen Phuong An
Public bug reported: Python 3 deprecated the logger.warn method, see: https://docs.python.org/3/library/logging.html#logging.warning so I prefer to use warning to avoid DeprecationWarning on https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/keystone.py#L222 ** Affects:

[Yahoo-eng-team] [Bug 1306381] Re: A new agent should be represented as "id"

2016-03-28 Thread Preeti
** Changed in: nova Assignee: Preeti (pandey-preeti1) => (unassigned) ** Changed in: tempest Assignee: Preeti (pandey-preeti1) => (unassigned) ** No longer affects: tempest -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is