Comment 3 for bug 1439905

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