← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1432393] Re: Neutron: port-create missing help info for the option: --binding

 

** Project changed: neutron => python-neutronclient

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

Title:
  Neutron: port-create missing help info for the option: --binding

Status in Python client library for Neutron:
  New

Bug description:
  nova-manage version: 2015.1

  Issue: Neutron port-create missing help info for the option: --binding:vnic-type
  Valid inputs are 'normal', 'direct' and 'macvtap'. 

  ubuntu@trusty1:~/devstack$ neutron port-create --name sriov-mactap --binding:vnic-type=mactap private
  Invalid input for binding:vnic_type. Reason: 'mactap' is not in ['normal', 'direct', 'macvtap'].

  ubuntu@trusty1:~/devstack$ neutron help port-create
  usage: neutron port-create [-h] [-f {html,json,shell,table,value,yaml}]
                             [-c COLUMN] [--max-width <integer>]
                             [--prefix PREFIX] [--request-format {json,xml}]
                             [--tenant-id TENANT_ID] [--name NAME]
                             [--admin-state-down] [--mac-address MAC_ADDRESS]
                             [--device-id DEVICE_ID]
                             [--fixed-ip subnet_id=SUBNET,ip_address=IP_ADDR]
                             [--security-group SECURITY_GROUP | --no-security-groups]
                             [--extra-dhcp-opt EXTRA_DHCP_OPTS]
                             NETWORK

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


References