Comment 5 for bug 1339760

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

Reviewed: https://review.openstack.org/114711
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7915b5bf833713da7bac99c6d9dedf8a9cac6c5b
Submitter: Jenkins
Branch: master

commit 7915b5bf833713da7bac99c6d9dedf8a9cac6c5b
Author: Miguel Grinberg <email address hidden>
Date: Sat Aug 16 00:38:58 2014 +0000

    allow empty device name when launching an instance

    From comment 9 on Nova bug 1337821, the device name should be optional
    and can cause issues if we force the user to select one and they enter
    an incorrect value. We should make the field optional (and make sure
    we still create the instance correctly in these cases.)

    Change-Id: I7745b67bc52bbfbb98aa223b6e14ae2f96d81339
    Closes-Bug: 1339760