Comment 9 for bug 1442771

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

Reviewed: https://review.openstack.org/172646
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=5eb292c30c26c255f97f7d9a5a25f040c324c9e1
Submitter: Jenkins
Branch: master

commit 5eb292c30c26c255f97f7d9a5a25f040c324c9e1
Author: zengfagao <email address hidden>
Date: Sat Apr 11 07:15:14 2015 -0700

    Fix Python client library for Neutron

    To create a subnet, we used to require positional cidr value.
    With subnetpool, cidr is now optional value. With optional
    positional cidr, the cidr value cannot be parsed into known_args
    if it is separated from network value.

    To fix the problem, we need to find cidr value from value_specs,
    and use it if we find it. Cidr is optional, may not exist.

    Change-Id: Ic4bccf4e7384cc891cef71fb7ce3b52fbf997345
    Closes-Bug:#1442771