← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1503642] Re: Firewall-Update command help content does not display "admin_state_up" argument

 

The CLI help is in the python-neutronclient, not on the neutron server
side, so moved bug there.  Fix is in review
https://review.openstack.org/#/c/234916/


** Project changed: neutron => python-neutronclient

** Changed in: python-neutronclient
    Milestone: mitaka-1 => None

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

Title:
  Firewall-Update command help content does not display "admin_state_up"
  argument

Status in python-neutronclient:
  In Progress

Bug description:
  Get the help contents of the firewall-update command

  stack@stevens-creek:~/firewall$ neutron help firewall-update
  usage: neutron firewall-update [-h] [--request-format {json,xml}]
                                 [--policy POLICY]
                                 [--router ROUTER | --no-routers]
                                 FIREWALL

  Update a given firewall.

  positional arguments:
    FIREWALL              ID or name of firewall to update.

  optional arguments:
    -h, --help            show this help message and exit
    --request-format {json,xml}
                          The XML or JSON request format.
    --policy POLICY       Firewall policy name or ID.
    --router ROUTER       Firewall associated router names or IDs (requires
                          FWaaS router insertion extension, this option can be
                          repeated)
    --no-routers          Associate no routers with the firewall (requires FWaaS
                          router insertion extension)
  stack@stevens-creek:~/firewall$

  Issue :
  --admin_state_up argument does not display in the contents

  Expected:

  Help contents should have  --admin_state_up argumment since we are
  able to make firewall UP and DOWN by updating the --admin_state_up
  toTrue/False

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-neutronclient/+bug/1503642/+subscriptions


References