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

2017-08-21 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/370731
Committed: 
https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=55fed400b0511132b352b9a1fa0d2f55fc1bcbb8
Submitter: Jenkins
Branch:master

commit 55fed400b0511132b352b9a1fa0d2f55fc1bcbb8
Author: Reedip 
Date:   Thu Sep 15 17:28:44 2016 +0530

Add firewall_policy_id in FWaaS v2

Currently, Firewall Policy ID is not reflected
while creating firewall rules.

This patch allows the same.

Change-Id: I9d2f34dc1f8848142d0aecb54151f2c1a1d66fe9
Closes-Bug: #1623099


** Changed in: neutron
   Status: Fix Committed => 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/1623099

Title:
  FWaaSv2 - 'firewall_policy_id' is missing in firewall_rule response
  body

Status in neutron:
  Fix Released

Bug description:
  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 "."

  {
    "firewall_rule": {
  "protocol": null,
  "description": "",
  "source_ip_address": null,
  "destination_ip_address": null,
  "source_port": null,
  "destination_port": null,
  "id": "19230148-740b-4546-9d9a-ab0c50178369",
  "name": "rule3",
  "tenant_id": "aa8dcde3d61747b48f699dca6832af62",
  "enabled": true,
  "action": "deny",
  "ip_version": 4,
  "public": false
    }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1623099/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


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

2017-03-21 Thread Kevin Benton
This bug has had a related patch abandoned and has been automatically
un-assigned due to inactivity. Please re-assign yourself if you are
continuing work or adjust the state as appropriate if it is no longer
valid.

** Changed in: neutron
   Status: Expired => New

** Tags added: timeout-abandon

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1623099

Title:
  FWaaSv2 - 'firewall_policy_id' is missing in firewall_rule response
  body

Status in neutron:
  New

Bug description:
  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 "."

  {
    "firewall_rule": {
  "protocol": null,
  "description": "",
  "source_ip_address": null,
  "destination_ip_address": null,
  "source_port": null,
  "destination_port": null,
  "id": "19230148-740b-4546-9d9a-ab0c50178369",
  "name": "rule3",
  "tenant_id": "aa8dcde3d61747b48f699dca6832af62",
  "enabled": true,
  "action": "deny",
  "ip_version": 4,
  "public": false
    }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1623099/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


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

2016-12-23 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/1623099

Title:
  FWaaSv2 - 'firewall_policy_id' is missing in firewall_rule response
  body

Status in neutron:
  Expired

Bug description:
  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 "."

  {
    "firewall_rule": {
  "protocol": null,
  "description": "",
  "source_ip_address": null,
  "destination_ip_address": null,
  "source_port": null,
  "destination_port": null,
  "id": "19230148-740b-4546-9d9a-ab0c50178369",
  "name": "rule3",
  "tenant_id": "aa8dcde3d61747b48f699dca6832af62",
  "enabled": true,
  "action": "deny",
  "ip_version": 4,
  "public": false
    }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1623099/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


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

2016-09-20 Thread OpenStack Infra
** Changed in: neutron
   Status: Invalid => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1623099

Title:
  FWaaSv2 - 'firewall_policy_id' is missing in firewall_rule response
  body

Status in neutron:
  In Progress

Bug description:
  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 "."

  {
    "firewall_rule": {
  "protocol": null,
  "description": "",
  "source_ip_address": null,
  "destination_ip_address": null,
  "source_port": null,
  "destination_port": null,
  "id": "19230148-740b-4546-9d9a-ab0c50178369",
  "name": "rule3",
  "tenant_id": "aa8dcde3d61747b48f699dca6832af62",
  "enabled": true,
  "action": "deny",
  "ip_version": 4,
  "public": false
    }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1623099/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


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

2016-09-19 Thread Reedip
As per [1] , firewall_policy_id need not be a part of the firewall
rules.

[1]:  https://github.com/openstack/neutron-
specs/blob/master/specs/newton/fwaas-api-2.0.rst

** Changed in: neutron
   Status: In Progress => Invalid

** Changed in: neutron
 Assignee: Reedip (reedip-banerjee) => (unassigned)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1623099

Title:
  FWaaSv2 - 'firewall_policy_id' is missing in firewall_rule response
  body

Status in neutron:
  Invalid

Bug description:
  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 "."

  {
    "firewall_rule": {
  "protocol": null,
  "description": "",
  "source_ip_address": null,
  "destination_ip_address": null,
  "source_port": null,
  "destination_port": null,
  "id": "19230148-740b-4546-9d9a-ab0c50178369",
  "name": "rule3",
  "tenant_id": "aa8dcde3d61747b48f699dca6832af62",
  "enabled": true,
  "action": "deny",
  "ip_version": 4,
  "public": false
    }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1623099/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp