Comment 2 for bug 1547345

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

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

commit 4d39d8cc94dc361dec4eb333a028d7b8e1bb35d2
Author: wangqun <email address hidden>
Date: Fri Feb 19 06:15:43 2016 +0000

    Fix baymodel with invalid parameter can created.

    Now, when we create baymodel with the invalid flavor_id and
    master_flavor_id parameters, the baymodel can be created
    successfully.

    We need to validate the flavor_id and master_flavor before
    creating baymodel.

    Change-Id: Id6768d8246c97d56e529cbc1cab6c8c7d28ca43a
    Closed-Bug: #1547345