Comment 9 for bug 1465097

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

Reviewed: https://review.openstack.org/253312
Committed: https://git.openstack.org/cgit/openstack/python-magnumclient/commit/?id=e3a796aae6ab80927c03e35c3838fca64056cc07
Submitter: Jenkins
Branch: master

commit e3a796aae6ab80927c03e35c3838fca64056cc07
Author: Yang Hongyang <email address hidden>
Date: Fri Dec 4 12:03:13 2015 +0800

    Improve client node_count validation

    Currently client rely node_count validation on server side,
    this is not good, the patch fix this.
    Also make node_count default to 1.
    Add invalid --node-count test.

    Change-Id: I21109682358e125ae99326978eee73e09db476ba
    Closes-Bug: #1522668
    Related-Bug: #1465097
    (cherry picked from commit 9e52d59148edd734f954dc69bcd72625e595e579)