Comment 2 for bug 1622432

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

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

commit 745188b5efa5d95bad3a2cc17f90d44118d62436
Author: yatin <email address hidden>
Date: Tue Sep 13 09:58:36 2016 +0530

    Restrict server type only to vm/bm

    Currently server type can be set to any String, but it should
    be restricted to only allowed types: vm/bm.
    vm: virtual machine
    bm: baremetal
    With this patch it is restricted only to allowed types.

    Change-Id: Ifbeff8621b26702e54ad088195fddcb7c35424b2
    Closes-Bug: #1622432