[Yahoo-eng-team] [Bug 1673300] [NEW] [api] In the API "GET /v3/auth/catalog", the parameter "X-Subject-Token" is unused, it is redundant.

2017-03-15 Thread ZhangHongtao
Public bug reported: Like the title said, "X-Subject-Token" is unused, we need remove it from API reference document. The source code about API follows is below: @controller.protected() def get_auth_projects(self, request): user_id = request.auth_context.get('user_id')

[Yahoo-eng-team] [Bug 1673301] [NEW] [api] In the API "GET /v3/auth/catalog", the parameter "X-Subject-Token" is unused, it is redundant.

2017-03-15 Thread ZhangHongtao
Public bug reported: Like the summary said, "X-Subject-Token" is unused, we need remove it from API reference document. The source code about API follows is below: @controller.protected() def get_auth_projects(self, request): user_id = request.auth_context.get('user_id') group_ids =

[Yahoo-eng-team] [Bug 1673261] Re: Help docs for disk_weight_multiplier option are wrong

2017-03-15 Thread Matt Riedemann
** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova/ocata Status: New => Confirmed ** Changed in: nova/ocata Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1673261] [NEW] Help docs for disk_weight_multiplier option are wrong

2017-03-15 Thread Matt Riedemann
Public bug reported: The help for the "disk_weight_multiplier" config option says: "Also note that this setting only affects scheduling if the 'ram' weigher is enabled." That's a copy/paste error from the ram_weight_multiplier, it should say 'disk' weigher. ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1583096] Re: [RFE] ml2 supported extensions list is inaccurate

2017-03-15 Thread Armando Migliaccio
Bug 1583096 is somewhat related. ** Changed in: neutron Status: Confirmed => Won't Fix ** Changed in: neutron Status: Won't Fix => Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1673249] [NEW] cleanup debug logs to make them as 'operator-safe' as possible

2017-03-15 Thread Kevin Benton
Public bug reported: According to [1], it has become operator procedure to run Neutron with debug enabled and so having bad debug logs is bad PR for Neutron. In addition to the referenced patch, we should probably go through and cleanup debug log statements that could be misleading to operators.

[Yahoo-eng-team] [Bug 1673085] Re: scheduler hints are unbounded and never deleted

2017-03-15 Thread Jeremy Stanley
Given comment #4 and the public nature of the issue, I'm going to go ahead and triage this report as Class B1 (A vulnerability that can only be fixed in master, security note for stable branches, e.g., default config value is insecure): https://security.openstack.org/vmt-

[Yahoo-eng-team] [Bug 1673243] [NEW] test_subnet_tags gate failure

2017-03-15 Thread Kevin Benton
Public bug reported: http://logs.openstack.org/50/439750/2/gate/gate-neutron-dsvm-api-ubuntu- xenial/d434861/logs/testr_results.html.gz 2017-03-15 16:38:27.076 30202 ERROR neutron.api.v2.resource [req-c03cb69d-aa18-409d-a002-0927d616362b tempest-TagSubnetTestJSON-1826626474

[Yahoo-eng-team] [Bug 1607313] Re: Inconsistency in data stored in libvirt.xml file

2017-03-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/399679 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3f2935872da311f79b5fd4d51fb50b4fcf8d2bcd Submitter: Jenkins Branch:master commit 3f2935872da311f79b5fd4d51fb50b4fcf8d2bcd Author: Danil Akhmetov Date:

[Yahoo-eng-team] [Bug 1673227] Re: placement apis for inventory and allocations use insufficiently robust jsonschema

2017-03-15 Thread Matt Riedemann
Oh nevermind, 0 and 1, *respectively*. ** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova/ocata Status: New => Confirmed ** Changed in: nova/ocata Importance: Undecided => Medium ** Changed in: nova Assignee: (unassigned) => Ed Leafe

[Yahoo-eng-team] [Bug 1673227] [NEW] placement apis for inventory and allocations use insufficiently robust jsonschema

2017-03-15 Thread Chris Dent
Public bug reported: In placement API v 1.4 it is possible to make inventories and allocations that pass the constraints of the jsonschema but are not correct according to the design of the system. If no values are provided, the defaults are incorrect as well: inventories: * It is possible to

[Yahoo-eng-team] [Bug 1673210] [NEW] Enable MySQL Cluster Support

2017-03-15 Thread Octave Orgeron
Public bug reported: Implements minor fixes to the SQL Alchemy and Alembic scripts in Neutron to support the MySQL Cluster DB. This includes the usage of the boolean mysql_enable_ndb setting from oslo.db from bug 1564110. This allows operators to select from MySQL (InnoDB) or MySQL Cluster (NDB)

[Yahoo-eng-team] [Bug 1672624] Re: Ceph volumes attached to local deleted instance could not be correctly handled

2017-03-15 Thread melanie witt
This behavior is expected in the scenario where nova-compute is brought down but the instance domain is still running and keeping the volume busy. Usually in practice, nova-compute should only be down in the case of a failed compute host or one that has been properly fenced by the operator.

[Yahoo-eng-team] [Bug 1673131] Re: tox -edocs target is broken

2017-03-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/446041 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ac2a4abfca2885ae3bfb1f7cb40e57a488cba97d Submitter: Jenkins Branch:master commit ac2a4abfca2885ae3bfb1f7cb40e57a488cba97d Author: Stephen Finucane Date:

[Yahoo-eng-team] [Bug 1673195] [NEW] Image signature documentation modify key manager api class

2017-03-15 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/376302 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/glance" 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 1673157] [NEW] type: local must be set in order to get domain parse when mapping federated users

2017-03-15 Thread Aurelien Joga
Public bug reported: Both the identity specs[1] and the federation guide[2] are stating : "Federated will be displayed if no domain is specified in the local rule. User is deemed ephemeral and becomes a member of service domain named Federated. If the domain is specified the local domain’s id

[Yahoo-eng-team] [Bug 1673076] Re: SNAT enable/disable for router gateway

2017-03-15 Thread Victor Morales
Hey Alam, Apparently horizon doesn't implement this function[1] because from neutron's perspective this is supported thru its client[2]. I don't know the reasons behind that decision. [1] https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/neutron.py#L1063-L1065 [2]

[Yahoo-eng-team] [Bug 1673142] [NEW] [RFE][ML2] Enforce extension semantics

2017-03-15 Thread Robert Kukura
Public bug reported: The ML2 core plugin implements certain API extensions through mix-in classes, and allows additional API extensions to be implemented using extension drivers. All of these extensions are then considered to be "supported" by the plugin. But supporting an extension's API does

[Yahoo-eng-team] [Bug 1657260] Re: Established connection don't stops when rule is removed

2017-03-15 Thread Jakub Libosvar
The issue still exists and currently is failing fullstack tests. I was able to reproduce the issue locally. After SG rule was removed, I still see tcp 6 431985 ESTABLISHED src=20.0.0.10 dst=20.0.0.9 sport=42308 dport=3355 src=20.0.0.9 dst=20.0.0.10 sport=3355 dport=42308 [ASSURED] mark=0

[Yahoo-eng-team] [Bug 1673131] [NEW] tox -edocs target is broken

2017-03-15 Thread Stephen Finucane
Public bug reported: The 'docs' tox target currently fails due to dos line-endings that have snuck into notification samples. Output below. docs runtests: commands[2] | bash -c ! find doc/ -type f -name *.json | xargs grep -U -n $'\r' doc/notification_samples/instance-rebuild-error.json:1:{

[Yahoo-eng-team] [Bug 1673124] [NEW] test_admin_create_network_keystone_v3 failed with KeyError: 'project_id'

2017-03-15 Thread Ihar Hrachyshka
Public bug reported: ft1.1: neutron.tests.tempest.api.admin.test_networks.NetworksTestAdmin.test_admin_create_network_keystone_v3[id-d3c76044-d067-4cb0-ae47-8cdd875c7f67]_StringException: Empty attachments: stderr stdout pythonlogging:'': {{{ 2017-03-15 05:06:00,443 8618 INFO

[Yahoo-eng-team] [Bug 1673105] [NEW] fullstack: Server can't server GET requests

2017-03-15 Thread Jakub Libosvar
Public bug reported: All fullstack tests fail because server is unable to server GET requests: 2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation [-] GET failed. 2017-03-15 05:04:13.916 12991 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):

[Yahoo-eng-team] [Bug 1673086] [NEW] test_filter_router_tags fails with testtools.matchers._impl.MismatchError: set(['tag-res2', 'tag-res3']) != set([u'tag-res3'])

2017-03-15 Thread Ihar Hrachyshka
Public bug reported: http://logs.openstack.org/53/319353/4/check/gate-neutron-dsvm-api- ubuntu-xenial/bafaa60/testr_results.html.gz ft1.1: neutron.tests.tempest.api.test_tag.TagFilterRouterTestJSON.test_filter_router_tags[id-cdd3f3ea-073d-4435-a6cb-826a4064193d,smoke]_StringException: Empty

[Yahoo-eng-team] [Bug 1673090] [NEW] Swap disk on stopped instance fails silently

2017-03-15 Thread Steve Noyes
Public bug reported: Using either the cli or API, if you attempt to swap disks (nova volume- update, compute.api.swap_volume) on a stopped instance, the command appears to succeed, but the swap is not performed. The way you can tell what didn't happen is that the volume status's of the 2 volumes

[Yahoo-eng-team] [Bug 1673076] Re: SNAT enable/disable for router gateway

2017-03-15 Thread Alam
** Project changed: devstack => 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/1673076 Title: SNAT enable/disable for router gateway Status in neutron: New Bug description:

[Yahoo-eng-team] [Bug 1673076] [NEW] SNAT enable/disable for router gateway

2017-03-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Hello, I installed OpenStack via Devstack from Master, but the option for SNAT enable/disable for router gateway is not available via dashboard. Am I missing a patch here? Thanks in advance! ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1672991] Re: RHOSP11 is not able to restart httpd

2017-03-15 Thread Pratik G
@Anand: What is RHOSP 11 ? This is not the right place to add redhat openstack bugs. Please file it on redhat bugzilla. Discarding the bug ** Changed in: nova Assignee: (unassigned) => Pratik G (pratik-gadiya) ** Changed in: nova Status: New => Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1668277] Re: When enable l2pop, after deleting the DVR port, the associated flow entries still exists.

2017-03-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/438516 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3593620faa37322a1aaf1ce0c0ae3065ec623c2f Submitter: Jenkins Branch:master commit 3593620faa37322a1aaf1ce0c0ae3065ec623c2f Author: Yaohua Yan Date:

[Yahoo-eng-team] [Bug 1567807] Re: nova delete doesn't work with EFI booted VMs

2017-03-15 Thread James Page
Marking zesty and Ocata UCA tasks as fix committed as included in 15.0.0~rc1 ** Changed in: nova (Ubuntu Zesty) Status: Triaged => Fix Released ** Changed in: cloud-archive/ocata Status: Triaged => Fix Released -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1673025] [NEW] Function object has no attribute __getitem__ around database contraction

2017-03-15 Thread Dai Dang Van
Public bug reported: 2017-03-15 14:37:33.346 CRITICAL glance [-] TypeError: 'function' object has no attribute '__getitem__' 2017-03-15 14:37:33.346 TRACE glance Traceback (most recent call last): 2017-03-15 14:37:33.346 TRACE glance File "/usr/local/bin/glance-manage", line 10, in

[Yahoo-eng-team] [Bug 1673027] [NEW] ovsfw: no vm connectivity after nova reboot

2017-03-15 Thread Inessa Vasilevskaya
Public bug reported: Seen on: multinode devstack (1 controller/1 compute) Steps to reproduce: 1. boot a vm, verify that it can be reached 2. reboot the vm with nova reboot 3. check that the vm can't be reached anymore (on different deployments reproducibility varied from 50% to 100%) The

[Yahoo-eng-team] [Bug 1671422] Re: charms: nova/cinder/ceph rbd integration broken on Ocata

2017-03-15 Thread James Page
** Changed in: charm-cinder-ceph Status: Fix Committed => Fix Released ** Changed in: charm-nova-compute Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1671422] Re: charms: nova/cinder/ceph rbd integration broken on Ocata

2017-03-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/445356 Committed: https://git.openstack.org/cgit/openstack/charm-guide/commit/?id=bb9cac0a1c2529274e43717ee8439d7f17792bec Submitter: Jenkins Branch:master commit bb9cac0a1c2529274e43717ee8439d7f17792bec Author: James Page Date:

[Yahoo-eng-team] [Bug 1672921] Re: Functional gate job broken due to os-log-merger crashing on null-bytes

2017-03-15 Thread Miguel Angel Ajo
** Also affects: os-log-merger Importance: Undecided Status: New ** Changed in: os-log-merger Status: New => Fix Committed ** Changed in: os-log-merger Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1582323] Re: Commissioning fails when competing cloud metadata resides on disk

2017-03-15 Thread Andres Rodriguez
** Changed in: maas Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1582323 Title: Commissioning fails when competing cloud metadata

[Yahoo-eng-team] [Bug 1672991] [NEW] RHOSP11 is not able to restart httpd

2017-03-15 Thread Anandprakash
Public bug reported: I was trying to deploy rhosp11 using following commands- sudo yum localinstall -y http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm rhos-release 11 -p $1 yum -y update yum -y install openstack-packstack sudo packstack --allinone or

[Yahoo-eng-team] [Bug 1672988] [NEW] Getting random string instead of lower case name as domin id

2017-03-15 Thread Attila Fazekas
Public bug reported: The 'Default' domain was created with 'default' id, but for all other domain I got some random string as an id. The domain names are unique, and compared in a case intensive way, therefore lowercase names can be ids. ** Affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1651465] Re: support prefix delegation in HA router

2017-03-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/413137 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bb3c0e8285783b655427a3896f928831c6033deb Submitter: Jenkins Branch:master commit bb3c0e8285783b655427a3896f928831c6033deb Author: Robert Li Date: Tue Dec

[Yahoo-eng-team] [Bug 1672564] Re: l2pop raising exceptions when host has no tunneling_ip or agent

2017-03-15 Thread OpenStack Infra
Reviewed: https://review.openstack.org/445253 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c7fb24b3cb9cda1cc78e834a0153d219995ce97f Submitter: Jenkins Branch:master commit c7fb24b3cb9cda1cc78e834a0153d219995ce97f Author: Kevin Benton Date: Mon

[Yahoo-eng-team] [Bug 1463911] Re: IPV6 fragmentation and mtu issue

2017-03-15 Thread Kevin Benton
** 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/1463911 Title: IPV6 fragmentation and mtu issue Status in linux package in Ubuntu: Confirmed Status in