← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1329599] [NEW] novaclient has incorrect description of vlan option for creating network with an associated vlan

 

Public bug reported:

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 .

** Affects: python-novaclient
     Importance: Undecided
     Assignee: Yaguang Tang (heut2008)
         Status: New

** Project changed: nova => python-novaclient

** Changed in: python-novaclient
     Assignee: (unassigned) => Yaguang Tang (heut2008)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1329599

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

Status in Python client library for Nova:
  New

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 .

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


Follow ups

References