Comment 11 for bug 1223875

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

Reviewed: https://review.openstack.org/52496
Committed: http://github.com/openstack/horizon/commit/a10436e6a376fb2c3478796e7ad728eb0e1f0ba3
Submitter: Jenkins
Branch: master

commit a10436e6a376fb2c3478796e7ad728eb0e1f0ba3
Author: Lin Hua Cheng <email address hidden>
Date: Thu Oct 17 13:02:23 2013 -0700

    Add check for BlockDeviceMappingV2 nova extension

    Booting instance from image (creates a volume) option is using
    the new BDM format when submitting the create server request to
    Nova. Adding a check for Nova extensions if it is supported
    before displaying the option.

    Change-Id: Ie0b2b5d574babc910e2dac7ce9e3ab6603382ffb
    Closes-bug: 1223875