[Yahoo-eng-team] [Bug 1816944] [NEW] fwaas - Failure UT on local environment due to neutron version

2019-02-20 Thread Yushiro FURUKAWA
Public bug reported: When I tested UT in my local environment, following error occurred. However, now all UT has passed on gerrit using master branch of neutron. It maybe referring neutron version is a little old. Therefore, let's skip until new version of neutron has been released. [Error]

[Yahoo-eng-team] [Bug 1798713] Re: [fwaas]wrong judgment in _is_supported_by_fw_l2_driver method

2018-10-23 Thread Yushiro FURUKAWA
First of all, "firewall_l2_driver" parameter is not for controling default FWG behavior but configuring firewall group L2 driver. We've implemented that default FWG is not as an optional feature but basic one. Therefore, I don't think it's a bug. Do you want to disable default FWG association?

[Yahoo-eng-team] [Bug 1786413] [NEW] Cannot load neutron_fwaas.conf by neutron-api

2018-08-10 Thread Yushiro FURUKAWA
-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini User = ubuntu ...(snip)... It should be loaded as "--config-file /etc/neutron/neutron_fwaas.conf" for neutron-server. ** Affects: neutron Importance: Medium Assignee: Yushiro F

[Yahoo-eng-team] [Bug 1783330] [NEW] Logging - Error message is not correct in creating network log with incorrect 'resource_type'

2018-07-24 Thread Yushiro FURUKAWA
Public bug reported: When we create network log with incorrect 'resource_type' like 'a', following error message are displayed: $ openstack network log create --resource-type aa --enable my-log 'Client' object has no attribute 'list_a' 'resource_type' can choose from a result of '$

[Yahoo-eng-team] [Bug 1782576] [NEW] Logging - No SG-log data found at /var/log/syslog

2018-07-19 Thread Yushiro FURUKAWA
Public bug reported: When I created log-resource with security_group, log data didn't show at /var/log/syslog at all. [Environment] $ lsb_release -a; uname -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 16.04.4 LTS Release:16.04 Codename: xenial

[Yahoo-eng-team] [Bug 1752290] [NEW] [RFE] (Operator-only) Add support 'snat' for loggable resource type

2018-02-28 Thread Yushiro FURUKAWA
Public bug reported: This RFE adds support SNAT for loggable resource type. The purpose is to collect following logs for audit for cloud providers: * What did VM instance(local IP) use SNAT IP address ? * When used? ** Affects: neutron Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1746404] [NEW] 'auto_associate_default_firewall_group' got an error when new port is created

2018-01-30 Thread Yushiro FURUKAWA
Public bug reported: If we create new port(binded somewhere) with following condition, an Error occurred. Jan 31 11:30:00 furukawa-verify-devstack neutron-server[25204]: DEBUG neutron_fwaas.db.firewall.v2.firewall_db_v2 [None req-f3c0994c-1547-410a-8bf8-b4b459e0dfba None None]

[Yahoo-eng-team] [Bug 1738328] [NEW] Cannot specify "#" as name of a flavor

2017-12-14 Thread Yushiro FURUKAWA
Public bug reported: I ran following command with a master of devstack: stack@indoh-test:~/devstack$ openstack flavor create --ram 2048 --disk 10 --vcpus 1 "#1" ++--+ | Field | Value

[Yahoo-eng-team] [Bug 1231330] Re: pluggable mechanism of network topology to support more types of resources

2017-10-31 Thread Yushiro FURUKAWA
** Also affects: neutron-fwaas-dashboard Importance: Undecided Status: New -- 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/1231330 Title: pluggable

[Yahoo-eng-team] [Bug 1706061] Re: Missing conversion for firewall-rule in neutron-lib

2017-09-20 Thread Yushiro FURUKAWA
https://review.openstack.org/#/c/486133/ has been merged. ** 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/1706061 Title:

[Yahoo-eng-team] [Bug 1707913] [NEW] OVS driver - OVSFWPortNotFound when deleting VM port affects agent extension framework

2017-08-01 Thread Yushiro FURUKAWA
Public bug reported: I tried to execute following config/procedure, as a result, OVSFWPortNotFound occurred when deleting VM instance. It affects l2 agent extension behavior. [Conditions] * master branch of devstack and neutron * /etc/neutron/plugins/ml2/ml2_conf.ini mechanism_drivers =

[Yahoo-eng-team] [Bug 1706061] [NEW] Missing conversion for firewall-rule in neutron-lib

2017-07-24 Thread Yushiro FURUKAWA
Public bug reported: Current neutron-lib(1.9.1) is missing conversion source/destination port for firewall rule. https://review.openstack.org/#/c/486133/ is the fix to insert conversion 'convert_to_string' for firewall rule. However, this fix is not included in neutron-lib 1.9.1. As a result,

[Yahoo-eng-team] [Bug 1701410] [NEW] different behavior when deleting with request body

2017-06-29 Thread Yushiro FURUKAWA
Public bug reported: In master environment, it is different behavior when we try to delete with request body. I fixed it in [1] but network/subnet/port doesn't pass this code: [1] https://github.com/openstack/neutron/blame/master/neutron/api/v2/base.py#L555 [FloatingIP, Router] $ source

[Yahoo-eng-team] [Bug 1697458] [NEW] Cannot deploy stable/ocata

2017-06-12 Thread Yushiro FURUKAWA
Public bug reported: I tried to deploy stable/ocata environment for following 2 ways in Ubuntu 16.04.2 LTS. Both ways were failed to deploy. Am I missing something? Pattern A: using master devstack and following local.conf REQUIREMENTS_BRANCH=stable/ocata KEYSTONE_BRANCH=stable/ocata

[Yahoo-eng-team] [Bug 1680161] [NEW] FWaaS - filtering idoesn't work correctly

2017-04-05 Thread Yushiro FURUKAWA
= { 'ingress_firewall_rule_id': [fwp_id], 'ingress_firewall_rule_id': [fwp_id] } After: filters = { 'ingress_firewall_rule_id': [fwp_id], 'ingress_firewall_rule_id': [fwp_id] } ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2

[Yahoo-eng-team] [Bug 1567181] Re: Request release for networking-fujitsu for stable/mitaka

2017-02-16 Thread Yushiro FURUKAWA
** Changed in: networking-fujitsu Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1567181 Title: Request release for networking-fujitsu for stable/mitaka

[Yahoo-eng-team] [Bug 1659031] [NEW] FWaaS - Cannot specify 8bit integer for 'protocol' in firewall_rule

2017-01-24 Thread Yushiro FURUKAWA
Public bug reported: In current FWaaS, we cannot specify integer value for 'protocol' in firewall_rule. [How to reproduce] $source devstack/openrc admin admin $export TOKEN=`openstack token issue| grep ' id ' | get_field 2` $curl -X POST -d '{"firewall_rule":{"name":"test", "protocol": "6",

[Yahoo-eng-team] [Bug 1657377] [NEW] FWaaS - message of FirewallGroupPortInvalidProject should be fixed

2017-01-18 Thread Yushiro FURUKAWA
Public bug reported: When updating 'ports' attribute for firewall_group with admin privilege and specified port belongs to different project, following error occurred: {"NeutronError": {"message": "Firewall Group 704d951e-980e-451f-bfae- 854bcc094fa7 in invalid Project", "type":

[Yahoo-eng-team] [Bug 1657190] [NEW] FWaaS - 'public'(shared) resource is not visible from other projects

2017-01-17 Thread Yushiro FURUKAWA
Public bug reported: In FWaaS v2, 'public'(equal to shared) resource cannot visible from other project privilege. [How to reproduce] source devstack/openrc admin admin openstack firewall group create --name public1 --public source devstack/openrc demo demo openstack firewall group list **

[Yahoo-eng-team] [Bug 1657182] [NEW] FWaaS - default parameter of 'protocol' is wrong

2017-01-17 Thread Yushiro FURUKAWA
is set to ICMP. Neutron server returns request_ids: ['req-35f28579-aa5d-4744-86d8-cbb2a451cd49'] ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status: New ** Tags: fwaas low-hanging-fruit ** Changed in: neutron Assignee: (unassigned

[Yahoo-eng-team] [Bug 1649885] [NEW] Valid values should be visible

2016-12-14 Thread Yushiro FURUKAWA
_display' which is 3rd arguments is always None. Therefore, if an error occurred, it definitely returns "valid_values" in an error message. [1]https://github.com/openstack/neutron-lib/blob/master/neutron_lib/api/validators.py#L96 [2]https://github.com/openstack/neutron/blob/master

[Yahoo-eng-team] [Bug 1647629] [NEW] auto_allocate_network is not called when external network exists

2016-12-06 Thread Yushiro FURUKAWA
Public bug reported: When I try to boot an instance with '--nic auto', a network isn't created automatically. In neutron side, in order to automatically allocate network/subnet/router, following network is necessary in advance: * router:external is True(it means an external network) *

[Yahoo-eng-team] [Bug 1645620] [NEW] [FWaaS] update firewall policy with rule to empty returns 500

2016-11-29 Thread Yushiro FURUKAWA
le "/usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/dependency.py", line 575, in _synchronize 2016-11-29 16:40:10.868 TRACE neutron.api.v2.resource sync.clear(dest, self.mapper, self.prop.synchronize_pairs) 2016-11-29 16:40:10.868 TRACE neutron.api.v2.resource File "/usr/lo

[Yahoo-eng-team] [Bug 1643879] [NEW] Adding/removing/replacing tags cannot bump in network revision_number

2016-11-22 Thread Yushiro FURUKAWA
Public bug reported: When adding/removing/replacing tags for network, revision_number cannot be bumped. [How to reproduce] 1. Create a network 2. Execute following commands: $ neutron net-show rev -c revision_number -c tags +-+---+ | Field | Value |

[Yahoo-eng-team] [Bug 1640395] [NEW] Missing 'ports' attribute when GET firewall-groups

2016-11-08 Thread Yushiro FURUKAWA
Public bug reported: In current fwaas-v2, "ports" attribute is missing when following requests: * GET v2.0/fwaas/firewall_groups/ * GET v2.0/fwaas/firewall_groups/{firewall_group_id} It seems plugin layer does not have method 'get_firewall_groups'. [How to reproduce] $ source

[Yahoo-eng-team] [Bug 1624276] [NEW] Metering - metering-label-rule doesn't need 'tenant_id'

2016-09-16 Thread Yushiro FURUKAWA
Public bug reported: In current metering-label-rule, 'tenant_id' is included into RESOURCE_ATTRIBUTE_MAP[1]. However, even if we specify 'tenant_id' by using CLI or REST-API, 'tenant_id' isn't stored on DB[2] and we cannot see the result. Therefore, I think following fixes are necessary: 1.

[Yahoo-eng-team] [Bug 1624269] [NEW] Metering - missing 'tenant_id' for metering-label as request body

2016-09-16 Thread Yushiro FURUKAWA
Public bug reported: In http://developer.openstack.org/api-ref/networking/v2/?expanded=show- metering-label-rule-details-detail,create-metering-label-detail, 'tenant_id' is missing as a request parameter. (neutron) meter-label-create my-label --tenant-id 8ae2759224e94ed0a66011315a32d07c

[Yahoo-eng-team] [Bug 1623102] [NEW] FWaaSv2 - Error message about 'Rule association' is wrong

2016-09-13 Thread Yushiro FURUKAWA
Public bug reported: When try to firewall_policy insert_rule or remove_rule with invalid request, following error message is displayed: [Error message] { "NeutronError": { "message": "Operation cannot be performed since Firewall Rule 19230148-740b-4546-9d9a-ab0c50178369 is already

[Yahoo-eng-team] [Bug 1623099] [NEW] 'firewall_policy_id' is missing in firewall_rule response body

2016-09-13 Thread Yushiro FURUKAWA
Public bug reported: This is FWaaS v2. [How to reproduce] $ source devstack/openrc admin admin $ export TOKEN=`openstack token issue | grep ' id ' | get_field 2` $ curl -s -X GET -H "x-auth-token:$TOKEN" localhost:9696/v2.0/fwaas/firewall_rules/19230148-740b-4546-9d9a-ab0c50178369 | jq "." {

[Yahoo-eng-team] [Bug 1596922] [NEW] instance uuid not cleared in an ironic node

2016-06-28 Thread Yushiro FURUKAWA
Public bug reported: Description === In nova with ironic environment, "instance UUID" still remains if nova boot got an error. As a result, the ironic node cannot delete by API and deploy baremetal instance. Steps to reproduce == 1. create an ironic-node 2. create an

[Yahoo-eng-team] [Bug 1569122] [NEW] return 500 when referring an image with status "SAVING"

2016-04-11 Thread Yushiro FURUKAWA
Public bug reported: When I referred an image which is "SAVING" state by using 'nova' command, it returns 500 error. [How to reproduce] 1. Create empty image $ glance image-create --name test --visibility public --disk-format ari +--+--+ |

[Yahoo-eng-team] [Bug 1567181] Re: Request release for networking-fujitsu for stable/mitaka

2016-04-07 Thread Yushiro FURUKAWA
** Also affects: neutron 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/1567181 Title: Request release for networking-fujitsu for

[Yahoo-eng-team] [Bug 1519269] Re: Release request for networking-fujitsu for stable/liberty

2016-02-04 Thread Yushiro FURUKAWA
** Changed in: networking-fujitsu Assignee: (unassigned) => Yushiro FURUKAWA (y-furukawa-2) ** Changed in: networking-fujitsu Status: New => Fix Released ** Changed in: networking-fujitsu Milestone: None => 1.0.1 -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1525163] [NEW] add-router-interface can not recover when failing create_port_post_commit

2015-12-11 Thread Yushiro FURUKAWA
_address_pairs": [], "binding:host_id": "", "status": "DOWN", "fixed_ips": [ { "ip_address": "172.16.1.1", "subnet_id": "214ebeb5-2d08-4ae5-9d60-3c7a76d56746" } ], "id

[Yahoo-eng-team] [Bug 1519269] [NEW] Release request for networking-fujitsu for stable/liberty

2015-11-24 Thread Yushiro FURUKAWA
Public bug reported: Branch name: stable/liberty Tags name: 1.0.0 The Liberty release of networking-fujitsu * Mechanism driver for FUJITSU Converged Fabric Switch ** Affects: networking-fujitsu Importance: Undecided Status: New ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1519342] [NEW] Returns 500 when delete method is called with request body

2015-11-24 Thread Yushiro FURUKAWA
6, in delete TRACE neutron.api.v2.resource obj_deleter(request.context, id, **kwargs) TRACE neutron.api.v2.resource TypeError: delete_network() got an unexpected keyword argument 'body' TRACE neutron.api.v2.resource ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAW

[Yahoo-eng-team] [Bug 1468366] [NEW] RFE - logging API for Neutron

2015-06-24 Thread Yushiro FURUKAWA
/ And, this spec is also related to this RFE: https://review.openstack.org/#/c/132133/ ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status: New ** Tags: rfe ** Changed in: neutron Assignee: (unassigned) = Yushiro FURUKAWA (y-furukawa-2) -- You

[Yahoo-eng-team] [Bug 1464194] [NEW] RFE - Fujitsu Neutron ML2 Mechanism Driver for C-Fabric

2015-06-11 Thread Yushiro FURUKAWA
/expand/cf.html ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status: New ** Tags: rfe ** Changed in: neutron Assignee: (unassigned) = Yushiro FURUKAWA (y-furukawa-2) -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1464190] [NEW] RFE - Fujitsu Neutron ML2 Mechanism Driver for ISM

2015-06-11 Thread Yushiro FURUKAWA
Public bug reported: We'd like to implement ML2 Mechanism Driver for FUJITSU Software ServerView Infrastructure Manager(ISM)[1] It calls RestAPI(formatted for ISM) from ML2 plugin of Neutron to ISM. Fujitsu ISM enables integrated management with following contents: * VLAN configuration for

[Yahoo-eng-team] [Bug 1447883] [NEW] Restrict netmask of CIDR to avoid DHCP resync is not enough

2015-04-23 Thread Yushiro FURUKAWA
Public bug reported: Restrict netmask of CIDR to avoid DHCP resync is not enough. https://bugs.launchpad.net/neutron/+bug/1443798 I'd like to prevent following case: [Condition] - Plugin: ML2 - subnet with enable_dhcp is True [Operations] A. Specify [](empty list) at allocation_pools when

[Yahoo-eng-team] [Bug 1447435] [NEW] FWaaS - Missing port-range validation for firewall-rule

2015-04-22 Thread Yushiro FURUKAWA
Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status: In Progress ** Description changed: - When we create/update firewall-rule, the port_range validation doesn't exist. - * A POINT is reversing min_port and max_port of source_port or destination_port -ex. source_port

[Yahoo-eng-team] [Bug 1446074] [NEW] FWaaS - Missing tenant_id validation between firewall and firewall_policy in creating/updating firewall

2015-04-20 Thread Yushiro FURUKAWA
Public bug reported: In creating/updating firewall, it is not implemented tenant_id check in validation. Therefore, when executing following operation with admin privilege, the error continues to tracing into neutron's log even the firewall has created. [Operation] 1. Create

[Yahoo-eng-team] [Bug 1439383] [NEW] FWaaS - the action of firewall-policy insert_rule and remove_rule not exist in policy.json

2015-04-01 Thread Yushiro FURUKAWA
, the user who has no privilege to execute those APIs can execute in current version. ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status: New ** Tags: fwaas policy ** Changed in: neutron Assignee: (unassigned) = Yushiro FURUKAWA (y

[Yahoo-eng-team] [Bug 1423470] [NEW] Enable to specify context when 'POST' request on unittest

2015-02-19 Thread Yushiro FURUKAWA
is depended by https://bugs.launchpad.net/neutron/+bug/1407886 ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status: In Progress ** Changed in: neutron Status: New = In Progress ** Changed in: neutron Assignee: (unassigned) = Yushiro

[Yahoo-eng-team] [Bug 1411138] Re: Incorrect response code for show-subnet

2015-01-15 Thread Yushiro FURUKAWA
** Project changed: neutron = openstack-api-site -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1411138 Title: Incorrect response code for show-subnet Status in OpenStack API

[Yahoo-eng-team] [Bug 1411462] Re: Some floatingIP parameters are incorrect

2015-01-15 Thread Yushiro FURUKAWA
** Project changed: neutron = openstack-api-site -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1411462 Title: Some floatingIP parameters are incorrect Status in OpenStack API

[Yahoo-eng-team] [Bug 1411464] [NEW] list-floatingip does not exist in API-ref

2015-01-15 Thread Yushiro FURUKAWA
Public bug reported: In http://developer.openstack.org/api-ref-networking-v2.html, LIST floatingIP does not exist. Following API needs to describe on API reference. --- List floating IP Lists all floating IP. --- ** Affects:

[Yahoo-eng-team] [Bug 1411138] [NEW] Incorrect response code for show-subnet

2015-01-15 Thread Yushiro FURUKAWA
Public bug reported: In http://developer.openstack.org/api-ref-networking-v2.html, the response code for show-subnet is described 201. However, the correct response code is 200. ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status: New

[Yahoo-eng-team] [Bug 1408236] [NEW] incorrect behavior in creating firewall with unavailable firewall_policy

2015-01-07 Thread Yushiro FURUKAWA
. And that, only the user who has the access authorizations into the firewall_policy can delete this resource. In the above case , the general user can not delete the firewall resource. ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status

[Yahoo-eng-team] [Bug 1407886] [NEW] can not control policy using policy.json

2015-01-06 Thread Yushiro FURUKAWA
| | tenant_id | 0cf9279d4de346fc83ac297a289a79c6 | ++--+ ** Affects: neutron Importance: Undecided Assignee: Yushiro FURUKAWA (y-furukawa-2) Status: New ** Changed in: neutron Assignee: (unassigned) = Yushiro