[Launch Instance Fix] Show volume device name

Bug #1439906 reported by Travis Tripp
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Undecided
Shaoquan Chen

Bug Description

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

Changed in horizon:
assignee: nobody → Travis Tripp (travis-tripp)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/170351

Changed in horizon:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/171418

Changed in horizon:
assignee: Travis Tripp (travis-tripp) → Shaoquan Chen (sean-chen2)
Changed in horizon:
assignee: Shaoquan Chen (sean-chen2) → Travis Tripp (travis-tripp)
Changed in horizon:
assignee: Travis Tripp (travis-tripp) → Shaoquan Chen (sean-chen2)
Changed in horizon:
assignee: Shaoquan Chen (sean-chen2) → Brian Tully (brian-tully)
Changed in horizon:
assignee: Brian Tully (brian-tully) → Shaoquan Chen (sean-chen2)
Changed in horizon:
assignee: Shaoquan Chen (sean-chen2) → Brian Tully (brian-tully)
Changed in horizon:
assignee: Brian Tully (brian-tully) → Travis Tripp (travis-tripp)
Changed in horizon:
assignee: Travis Tripp (travis-tripp) → Shaoquan Chen (sean-chen2)
Changed in horizon:
assignee: Shaoquan Chen (sean-chen2) → Travis Tripp (travis-tripp)
Changed in horizon:
assignee: Travis Tripp (travis-tripp) → Brian Tully (brian-tully)
Changed in horizon:
assignee: Brian Tully (brian-tully) → Travis Tripp (travis-tripp)
Changed in horizon:
assignee: Travis Tripp (travis-tripp) → Shaoquan Chen (sean-chen2)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/170351
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=3a59bec6a71aca166a9f23c714529fd9836d9e23
Submitter: Jenkins
Branch: master

commit 3a59bec6a71aca166a9f23c714529fd9836d9e23
Author: Travis Tripp <email address hidden>
Date: Thu Apr 2 23:49:29 2015 -0600

    [Launch Instance Fix] Settings for volume name

    This patch provides the rest API needed to
    get settings that allow conditionally
    displaying the volume device name
    and admin password.

    Examples:

    settingsService.ifEnabled('setting').then(doThis);
    settingsService.ifEnabled('setting', 'expected', 'default').then(doThis, elseThis);

    Change-Id: I8d16f4b974786157c5aa562e2675e6e60aabc412
    Partial-Bug: #1439906
    Partial-Bug: #1439905

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

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

Changed in horizon:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in horizon:
milestone: none → kilo-rc1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: kilo-rc1 → 2015.1.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.