Comment 10 for bug 1442771

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-neutronclient (master)

Reviewed: https://review.openstack.org/172548
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=6190a721030094d8eb9016fb85cb56e7d451b157
Submitter: Jenkins
Branch: master

commit 6190a721030094d8eb9016fb85cb56e7d451b157
Author: Matthew Treinish <email address hidden>
Date: Fri Apr 10 15:41:44 2015 -0400

    Add functional test for subnet create

    This test adds a functional test to verify a subnet-create command
    with the arg order used in the docs. python-neutronclient introduced
    a regression which broke the usage of this order. This test will
    prevent this from happening in the future.

    Change-Id: If7e4211a4cbf33bc87a1304553ad3dc9c89346c4
    Related-Bug: #1442771