Add router create miss one option

Bug #1610161 reported by Nam
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
Fix Released
Undecided
Nam

Bug Description

"openstack router create" command miss [--ha {True,False}] option.

For more detail:

+ When running "neutron router-create --help" command, we have the result like below:

usage: neutron router-create [-h] [-f {json,shell,table,value,yaml}]
                             [-c COLUMN] [--max-width <integer>] [--noindent]
                             [--prefix PREFIX] [--request-format {json}]
                             [--tenant-id TENANT_ID] [--admin-state-down]
                             [--description DESCRIPTION]
                             [--distributed {True,False}] [--ha {True,False}]
                             [--availability-zone-hint AVAILABILITY_ZONE]
                             NAME

+ When running "openstack router create --help" command, we have:

usage: openstack router create [-h] [-f {json,shell,table,value,yaml}]
                               [-c COLUMN] [--max-width <integer>]
                               [--noindent] [--prefix PREFIX]
                               [--enable | --disable] [--distributed]
                               [--project <project>]
                               [--project-domain <project-domain>]
                               [--availability-zone-hint <availability-zone>]
                               <name>

==> For "openstack router create --help" command, it miss [--ha {True,False}] option.

Tags: network
Nam (namnh)
Changed in python-openstackclient:
assignee: nobody → Nam (namnh)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-openstackclient (master)

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

Changed in python-openstackclient:
status: New → In Progress
Richard Theis (rtheis)
tags: added: network
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/352254
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=e2fc436d53f53d0993fc0b9dd29f402e6c7f8bc1
Submitter: Jenkins
Branch: master

commit e2fc436d53f53d0993fc0b9dd29f402e6c7f8bc1
Author: Nam Nguyen Hoai <email address hidden>
Date: Tue Aug 9 14:31:34 2016 +0700

    Add --ha option to os router create command

    This patch added --ha option which the 'os router create'
    command was missed.

    Change-Id: I77635fb17af32beb0d8ed9aa080ef79285719fdc
    Closes-Bug: #1610161

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

This issue was fixed in the openstack/python-openstackclient 3.3.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.