novaclient has incorrect description of vlan option for creating network with an associated vlan

Bug #1329599 reported by Yaguang Tang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-novaclient
Fix Released
Undecided
Yaguang Tang

Bug Description

when using nova-network and VlanManager, try create a network using novaclient

nova network-create
Positional arguments:
  <network_label> Label for network

Optional arguments:
  --fixed-range-v4 <x.x.x.x/yy>
                        IPv4 subnet (ex: 10.0.0.0/8)
  --fixed-range-v6 CIDR_V6
                        IPv6 subnet (ex: fe80::/64
  --vlan <vlan id> vlan id
  --vpn <vpn start> vpn start

the description of vlan parameter is incorrect, actually novaclient take the value of that parameter as vlan_start .
we should fix the description error and add an vlan_start parameter .

Yaguang Tang (heut2008)
affects: nova → python-novaclient
Changed in python-novaclient:
assignee: nobody → Yaguang Tang (heut2008)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-novaclient (master)

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

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

Reviewed: https://review.openstack.org/99834
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=94beacd7e95242bdda8a48b126e68105f2abc71c
Submitter: Jenkins
Branch: master

commit 94beacd7e95242bdda8a48b126e68105f2abc71c
Author: Yaguang Tang <email address hidden>
Date: Fri Jun 13 11:50:11 2014 +0800

    Fix the wrong dest of 'vlan' option and add new 'vlan_start' option

    Allow to specify vlan tag when create nova network, the dest of vlan
    option should be 'vlan' instead of 'vlan_start'.
    Provide new option 'vlan_start' when create nova network.

    Change-Id: Idfaf58d4eee4d9bbf6bba5e0b6c9dbf82236694d
    Closes-bug: #1329599

Changed in python-novaclient:
status: In Progress → Fix Committed
Revision history for this message
Michael Still (mikal) wrote :

LP wont let me set the milestone for this one to 2.18.0 for some reason, so you get this comment instead.

no longer affects: python-novaclient/2.x.x
Changed in python-novaclient:
status: Fix Committed → Fix Released
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.