Quantum client does not support availability ranges

Bug #1022227 reported by Gary Kotton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-neutronclient
Fix Released
Undecided
Gary Kotton

Bug Description

The Quantum client should enable to configuration of the availability ranges of IP's for the Quantum subnet.

usage: create_subnet [-h] [-f {html,json,shell,table,yaml}] [-c COLUMN]
                     [--variable VARIABLE] [--prefix PREFIX]
                     [--request-format {json,xml}] [--tenant-id tenant-id]
                     [--ip-version {4,6}] [--gateway gateway]
                     network_id cidr ...

Revision history for this message
Gary Kotton (garyk) wrote :
Changed in quantum:
assignee: nobody → Gary Kotton (garyk)
affects: quantum → python-openstackclient
affects: python-openstackclient → python-quantumclient
Gary Kotton (garyk)
Changed in python-quantumclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-quantumclient (master)

Reviewed: https://review.openstack.org/9488
Committed: http://github.com/openstack/python-quantumclient/commit/42404616f79ff920d40775d6c4d44a4ce4c101c7
Submitter: Jenkins
Branch: master

commit 42404616f79ff920d40775d6c4d44a4ce4c101c7
Author: Gary Kotton <email address hidden>
Date: Sun Jul 8 09:20:04 2012 -0400

    Support allocation pools for subnet

    Fixes bug 1022227

    Usage examples:

    create_subnet --tenant_id <id> --allocation_pool start=1.1.1.1,end=1.1.1.10 <networkid> <gw>

    More than one allocation pool can be added by doing the following:
    --allocation_pool start=1.1.1.1,end=1.1.1.10 --allocation_pool start=1.1.1.123,end=1.1.1.125 ...

    Change-Id: I313625b6a8c1da6eaca8b1943da52738978ed72b

Changed in python-quantumclient:
status: In Progress → Fix Committed
Changed in python-quantumclient:
milestone: none → 2.1
Akihiro Motoki (amotoki)
Changed in python-quantumclient:
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.