FWaaS - missing some args when getting 'ports'/'firewall_rules'

Bug #1657180 reported by Yushiro FURUKAWA
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-neutronclient
Fix Released
High
Yushiro FURUKAWA

Bug Description

In current fwaas v2 OSC plugin, following command fails:

1. Deleting firewall_group
2. Updating firewall_group with --port
3. Updating firewall_policy with --firewall-rule

[How to reproduce]
source devstack/openrc admin admin
openstack firewall group delete aaaa
Failed to delete firewall group with name or ID 'aaaa': Unable to find firewall_group with name or id 'aaaa'
'Namespace' object has no attribute 'firewall_groups'

openstack firewall group set fwg1 --port target_l3
'Client' object has no attribute 'list_firewall_groups'

openstack firewall group policy set 23c1a8b3-439f-4667-ad26-65c05c0a40a8 --firewall-rule 3e02eb22-283f-493d-a929-fa9537e6470e

Unable to find firewall_policy with name or id '23c1a8b3-439f-4667-ad26-65c05c0a40a8'

Tags: fwaas
Changed in python-neutronclient:
assignee: nobody → Yushiro FURUKAWA (y-furukawa-2)
summary: - fwaas - missing some args when getting 'ports'/'firewall_rules'
+ FWaaS - missing some args when getting 'ports'/'firewall_rules'
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-neutronclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/421381

Changed in python-neutronclient:
status: New → In Progress
Changed in python-neutronclient:
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-neutronclient (master)

Reviewed: https://review.openstack.org/421381
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=bc2f975d6ccdff0c4ddbf57242bab905a572bacf
Submitter: Jenkins
Branch: master

commit bc2f975d6ccdff0c4ddbf57242bab905a572bacf
Author: Yushiro FURUKAWA <email address hidden>
Date: Wed Jan 18 01:01:28 2017 +0900

    FWaaS - Adds an argument into find_resource

    This commit adds an additional argument 'cmd_resource' for find_resource
    in order to call client method correctly and fixes typo.

    Change-Id: Ib079f9fda9d7c190ef9a2f152b5a5af1853810a6
    Closes-Bug: #1657180

Changed in python-neutronclient:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-neutronclient 6.1.0

This issue was fixed in the openstack/python-neutronclient 6.1.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.