Comment 4 for bug 1439906

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

Reviewed: https://review.openstack.org/171418
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=93eb3100379c74829d1f13f1f88b675331ca25c4
Submitter: Jenkins
Branch: master

commit 93eb3100379c74829d1f13f1f88b675331ca25c4
Author: Shaoquan Chen <email address hidden>
Date: Tue Apr 7 15:28:06 2015 -0700

    [Launch Instance Fix] Show volume device name

    When setting a volume, allow setting the volume device name if supported

    Note: To test, you need to add the following to local_settings.py

    REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES']

    OPENSTACK_HYPERVISOR_FEATURES = {
        'can_set_mount_point': True
    }

    Change can_set_mount_point to False to see it not show up.
    Must restart the server.

    Co-Authored-By: Brian Tully <email address hidden>
    Change-Id: Ied8b1e92ea361fa5806128a71d6815e4b1494272
    Closes-Bug: #1439906