Comment 7 for bug 1368934

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

Reviewed: https://review.openstack.org/121219
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=66612c9de835bd080a9f43d91aa65e5e8639fd26
Submitter: Jenkins
Branch: master

commit 66612c9de835bd080a9f43d91aa65e5e8639fd26
Author: Swaminathan Vasudevan <email address hidden>
Date: Fri Sep 12 13:16:29 2014 -0700

    Router create distributed accepts lower case

    Neutron router-create optional argument distributed
    does not accept "true/false" anymore.
    It only accepts value with Camel case "True/False".

    This patch will allow the users to provide both
    True/true or False/false.

    Change-Id: I79577bd70a796543b9dea53b4839512eb8944d7c
    Closes-bug: #1368934