Comment 4 for bug 1465097

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

Reviewed: https://review.openstack.org/207257
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=c9e251cba40d5190684e6891873a11e325e3ec6a
Submitter: Jenkins
Branch: master

commit c9e251cba40d5190684e6891873a11e325e3ec6a
Author: Surojit Pathak <email address hidden>
Date: Mon Aug 3 18:36:41 2015 +0000

    Set default node_count to 1.

    When user creates a bay without passing node-count, the default node-count
    is 1 which means one bay-master and one bay-node is created.
    But the bay-list shows node-count as 'None' which is wrong.
    So this patch sets default node_count to 1.

    Change-Id: I91a1903cec38fdae08a75d5b364640dab41a9e72
    Closes-bug: #1465097