[Yahoo-eng-team] [Bug 1675276] [NEW] Volumes attached to shelved instance doesn't contain device_name

2017-03-22 Thread Zhenyu Zheng
Public bug reported: TBA ** Affects: nova 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/1675276 Title: Volumes attache

[Yahoo-eng-team] [Bug 1675022] Re: devstack transition to new neutron variable breaks bgpvpn

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/448583 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dd882bbc57e74e967047016d9f43735d3bfbb368 Submitter: Jenkins Branch:master commit dd882bbc57e74e967047016d9f43735d3bfbb368 Author: Ihar Hrachyshka Date: Tue Mar 21 08:30:15

[Yahoo-eng-team] [Bug 1675260] [NEW] Nova Image not authorized

2017-03-22 Thread cdac
Public bug reported: 2017-03-23 10:11:27.629 48170 ERROR nova.api.openstack.extensions [req-99cceb84-a04e-4996-815d-d3cd9910cad7 148be54e70e34f8285bbd359017fd8e8 55191175ab094367848272915fde5381 - - -] Unexpected exception in API method 2017-03-23 10:11:27.629 48170 ERROR nova.api.openstack.exte

[Yahoo-eng-team] [Bug 1674246] Re: Image filtering does not work for "protected" property

2017-03-22 Thread space
** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Assignee: (unassigned) => space (fengzhr) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/16742

[Yahoo-eng-team] [Bug 1675176] Re: customization of operational log format does not work

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/448798 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=fdb21222b6061c1b42298a9c7d3380a8df6e837a Submitter: Jenkins Branch:master commit fdb21222b6061c1b42298a9c7d3380a8df6e837a Author: Akihiro Motoki Date: Wed Mar 22 21:44:27 2

[Yahoo-eng-team] [Bug 1675191] Re: operation_log: mask_fields are always recorded even if it is not contained in user parameters

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/448799 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d04f164ab2d2472e181226201a68feaaf1454450 Submitter: Jenkins Branch:master commit d04f164ab2d2472e181226201a68feaaf1454450 Author: Akihiro Motoki Date: Wed Mar 22 21:41:50 2

[Yahoo-eng-team] [Bug 1673569] Re: Failed notification payload is dumped in logs with auth secrets (CVE-2017-7214)

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/448610 Committed: https://git.openstack.org/cgit/openstack/ossa/commit/?id=c54ed705df6588194d134abe1762aae5e0e5a39b Submitter: Jenkins Branch:master commit c54ed705df6588194d134abe1762aae5e0e5a39b Author: Jeremy Stanley Date: Wed Mar 22 14:23:58 2017

[Yahoo-eng-team] [Bug 1674924] Re: Unexpected API error NOVA

2017-03-22 Thread Matt Riedemann
Do you have the "api_servers" section of the [glance] group in nova.conf set correctly? Do you see errors in the glance-api logs? ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Op

[Yahoo-eng-team] [Bug 1534939] Re: table action message is not translated properly

2017-03-22 Thread Akihiro Motoki
On a second thought, it looks better to add some translator notes to the message _('(action)s: %(objs)s'). Changing messages of all action_past methods is not feasible and they are also used for error message. The reason this message is marked as translatable is to allow translators to control o

[Yahoo-eng-team] [Bug 1675187] [NEW] Floating IPs not removed on rfp interface in qrouter

2017-03-22 Thread xagent
Public bug reported: Recently upgraded from liberty to newton. We had a lot of Active Floating IPs configured at the time. DVR setup, with 2 VMs on same network, and both with Floating IPs, FIPA and FIPB. - ssh into both FIPA and FIPB works from external source like laptop - SSH from one VM in

[Yahoo-eng-team] [Bug 1675191] [NEW] operation_log: mask_fields are always recorded even if it is not contained in user parameters

2017-03-22 Thread Akihiro Motoki
Public bug reported: operation_log middlware always output mask_fields even when they are not included in a user parameters. It is really confusing. horizon/middleware/operation_log.py for key in params.items(): # replace a value to a masked characters for key in

[Yahoo-eng-team] [Bug 1675176] [NEW] customization of operational log format does not work

2017-03-22 Thread Akihiro Motoki
Public bug reported: OPERATION_LOG_OPTIONS['format'] can be specified in local_settings.py, but it has no effect and the default format is used. [local_settings.py] OPERATION_LOG_ENABLED = True OPERATION_LOG_OPTIONS = { 'mask_fields': ['password'], 'target_methods': ['POST', 'GET'], '

[Yahoo-eng-team] [Bug 1674886] Re: image id is checked after uploading image

2017-03-22 Thread Fei Long Wang
It's not a glance server problem. And I don't think it's a bug but an enhancement for the client. ** Project changed: glance => python-glanceclient ** Changed in: python-glanceclient Importance: Undecided => Wishlist ** Changed in: python-glanceclient Assignee: (unassigned) => Fei Long W

[Yahoo-eng-team] [Bug 1661452] Re: Unable to locate English (en) in the Languages list

2017-03-22 Thread Akihiro Motoki
** Changed in: horizon Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1661452 Title: Unable to locate English (en) in the Langu

[Yahoo-eng-team] [Bug 1675151] [NEW] Switch to haproxy fails dhcp request

2017-03-22 Thread Rajini Ram
Public bug reported: Looks like the patch to Switch ns-metadata-proxy to haproxy is breaking our Dell Ironic CI builds. haproxy doesn't like the config file. The patch https://review.openstack.org/#/c/431691/ broke our Ironic CI builds, can you help look at the logs and help me fix? Full logs

[Yahoo-eng-team] [Bug 1534939] Re: table action message is not translated properly

2017-03-22 Thread Akihiro Motoki
BatchAction now supports action_present and action_past to allow action developers to specify full message of actions. As a result, each action message can be translated in a meaningful piece. msg = _('%(action)s: %(objs)s') is just a fallback logic and actually is not intended to use. I believe t

[Yahoo-eng-team] [Bug 1675147] [NEW] Compute flavor management not granular enough by policy and code

2017-03-22 Thread Rick Bartra
Public bug reported: We need the Nova policy and code to support more granularity (i.e. Create/Read/Update/Delete) for Flavor management. Current policy check only checks os_compute_api:os-flavor-manage and action(s) are missing in the nova policy-in-code. Each API should have its own policy actio

[Yahoo-eng-team] [Bug 1663458] Re: brutal stop of ovs-agent doesn't kill ryu controller

2017-03-22 Thread Ihar Hrachyshka
The agent now reduces timeout for RPC requests. It doesn't affect existing requests, and so there is still an issue, but that should be (first) solved in oslo.messaging, for which bug 1672836 was reported. We may revisit how we interrupt RPC communication in the future when we have support for that

[Yahoo-eng-team] [Bug 1675143] [NEW] placement microversion comparisons are sometimes floats

2017-03-22 Thread Chris Dent
Public bug reported: In a few different places in the placement API (as of version 1.5) there are microversion comparisons which are based on floats. This means that version 1.20 will evaluate as "older" than 1.3, which totally wrong. This is pretty much my bad, so I'm glad I noticed just now. We

[Yahoo-eng-team] [Bug 1675135] [NEW] network update is sending stale data in context to mechanism driver

2017-03-22 Thread Manjeet Singh Bhatia
Public bug reported: when qos_policy is detached from network, the context still sends the stale network data to mechanism_driver which is resulting in policy not being getting dettached from network on the backend side ** Affects: neutron Importance: Undecided Assignee: Manjeet Singh B

[Yahoo-eng-team] [Bug 1662324] Re: linux bridge agent disables ipv6 before adding an ipv6 address

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/431619 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b6d4d382a9fc1088752ae9b010fb25d0fcdd5845 Submitter: Jenkins Branch:master commit b6d4d382a9fc1088752ae9b010fb25d0fcdd5845 Author: Brian Haley Date: Thu Feb 9 10:48:07 2017

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

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/446279 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9a2979557d71f7acc4fd27c748201d9795d9e7fd Submitter: Jenkins Branch:master commit 9a2979557d71f7acc4fd27c748201d9795d9e7fd Author: ZhangHongtao Date: Thu Mar 16 10:14:03 20

[Yahoo-eng-team] [Bug 1675063] [NEW] vmware customization only writes ENI network config

2017-03-22 Thread Scott Moser
Public bug reported: the vmware code that configures networking currently only supports writing etc/network/interfaces (eni or ifupdown) format. Additionally it has its own code to write that data (cloudinit/sources/helpers/vmware/imc/config_nic.py). It would be better for it to use the renderer

[Yahoo-eng-team] [Bug 1661292] Re: VFS: Cannot open root device "LABEL=cloudimg-rootfs" or unknown-block(0, 0): error -6

2017-03-22 Thread ChristianEhrhardt
Seems like a race in populating and using the labels on the disks (or an I/O error, but I haven't found one in the log). In any case I think this should get to the attention of the kernel Team. ** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1657585] Re: HTTP 500 for assisted volume snapshot on shelved instance

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/429476 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=70afc0d5408aaae8beb587682fe26c124c0cacee Submitter: Jenkins Branch:master commit 70afc0d5408aaae8beb587682fe26c124c0cacee Author: Matt Riedemann Date: Sun Feb 5 16:32:44 2017

[Yahoo-eng-team] [Bug 1675021] [NEW] ssh_pwauth: false fails to disable challenge/response authentication

2017-03-22 Thread Florian Haas
Public bug reported: cc_set_passwords.py interprets the ssh_pwauth boolean configuration option, and depending on its setting will either enable, disable, or not touch the PasswordAuthentication option in sshd_config. This neglects to also set ChallengeResponseAuthentication. It defaults to yes u

[Yahoo-eng-team] [Bug 1675022] [NEW] devstack transition to new neutron variable breaks bgpvpn

2017-03-22 Thread Thomas Morin
Public bug reported: http://logs.openstack.org/85/395585/3/check/gate-tempest-dsvm- networking-bgpvpn-bagpipe-ubuntu- xenial/feab7f0/logs/devstacklog.txt.gz#_2017-03-21_14_56_29_670 A devstack plugin using libs in neutron devstack plugin (e.g. lib/l2_agent) will break because only the Q_ variabl

[Yahoo-eng-team] [Bug 1672914] Re: get error information while failed to create host aggregates

2017-03-22 Thread Rob Cresswell
** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1672914 Title: get error information while failed t

[Yahoo-eng-team] [Bug 1674961] [NEW] Instances are not left in active state after a notification test

2017-03-22 Thread Gábor Antal
Public bug reported: As a notification transformation guideline in [1] explains that each called test in test_instance_action should ensure that instance is left in ACTIVE state after a notification test. However currently it is not ensured, thus some of the test does not even care about it (like

[Yahoo-eng-team] [Bug 1674946] [NEW] cloud-init fails with "Unknown network_data link type: dvs"

2017-03-22 Thread Radoslav Gerganov
Public bug reported: When booting an OpenStack instance, cloud-init fails with: [ 33.307325] cloud-init[445]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 20 Mar 2017 14:42:58 +. Up 31.06 seconds. [ 33.368434] cloud-init[445]: 2017-03-20 14:43:00,779 - util.py[WARNING]: failed stage

[Yahoo-eng-team] [Bug 1666827] Re: Backport fixes for Rename Network return 403 Error

2017-03-22 Thread James Page
** Changed in: horizon (Ubuntu Xenial) Status: Fix Committed => New ** Changed in: cloud-archive/mitaka Status: Fix Committed => New ** Changed in: horizon (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1674434] Re: RouterL3AgentBindingDbObjTestCase may fail with NeutronDbObjectDuplicateEntry

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/447600 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8f1fd73d6a88436d24f936adec997f88ad7f1413 Submitter: Jenkins Branch:master commit 8f1fd73d6a88436d24f936adec997f88ad7f1413 Author: Ihar Hrachyshka Date: Mon Mar 20 16:53:29

[Yahoo-eng-team] [Bug 1674924] [NEW] Unexpected API error NOVA

2017-03-22 Thread Francisco Lopez
Public bug reported: With the openstack Mitaka basic installation completed, there is one demo image called cirros. I am trying to see this image with both glance and nova, I get the following error executing the command below: $ nova image-list I get: ERROR (ClientException): Unexpected API E

[Yahoo-eng-team] [Bug 1665698] Re: /etc/qemu-ifup not allowed by apparmor

2017-03-22 Thread James Page
Due to libvirt/nova combinations this bug does not impact either zesty or the ocata UCA (marking tasks Invalid). ** Changed in: nova (Ubuntu) Status: Triaged => Invalid ** Also affects: cloud-archive/newton Importance: Undecided Status: New ** Changed in: cloud-archive/newton

[Yahoo-eng-team] [Bug 1665698] Re: /etc/qemu-ifup not allowed by apparmor

2017-03-22 Thread James Page
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Status: New => Triaged ** Changed in: nova (Ubuntu Yakkety) Status: New => Triaged ** Changed in: nova (Ubuntu) Importance: Undecided => High ** Changed in: nova (Ubuntu Yakk

[Yahoo-eng-team] [Bug 1669468] Re: tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc fails intermittently in neutron multinode nv job

2017-03-22 Thread Markus Zoeller (markus_z)
No hits in logstash after https://review.openstack.org/#/c/448078/1 merged. => resolved ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https

[Yahoo-eng-team] [Bug 1673780] Re: vpnaas import error for agent config

2017-03-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/446995 Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=fab06f35350f56191e48b7b0c813f8b398c59ea6 Submitter: Jenkins Branch:master commit fab06f35350f56191e48b7b0c813f8b398c59ea6 Author: YAMAMOTO Takashi Date: Fri Mar 17 2