Image name with boot from volume

Bug #1559186 reported by Aaron Mehar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Medium
Dmitriy

Bug Description

It does not seem possible to use an image name, when using block_device_mapping. The image ID, seems to work with no issue; The is using Rackspace

This works
------------------------------------------------------------------
          block_device_mapping_v2:
            - device_name: vda
              delete_on_termination: true
              image_id: d77b62e4-5f79-4e03-8dc1-925472901f6d
              volume_size: { get_param: nodesize }
------------------------------------------------------------------

and this does not
-------------------------------
          block_device_mapping_v2:
            - device_name: vda
              delete_on_termination: true
              image_id: CentOS 7 (PVHVM)
              volume_size: { get_param: nodesize }
------------------------------------------------------------------

Dmitriy (duvarenkov)
Changed in heat:
assignee: nobody → Dmitriy (duvarenkov)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

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

Changed in heat:
status: New → In Progress
Changed in heat:
importance: Undecided → Medium
milestone: none → newton-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/298352
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=120a1e7f0988da6acb0bf11ff09a501215772037
Submitter: Jenkins
Branch: master

commit 120a1e7f0988da6acb0bf11ff09a501215772037
Author: Dmitriy Uvarenkov <email address hidden>
Date: Tue Mar 29 18:15:55 2016 +0300

    Added new property 'image' for bdm_v2 in Nova Server

    Old property 'image_id' for bdm_v2 is now deprecated.

    Closes-Bug: #1559186
    Change-Id: I05cc8862b9dffbed113b333f1b8d3abe03612d13

Changed in heat:
status: In Progress → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/heat 7.0.0.0b1

This issue was fixed in the openstack/heat 7.0.0.0b1 development milestone.

Revision history for this message
Federico Iezzi (fiezzi) wrote :

Hi there,

Is it possible to consider a back-port to Mitaka, Liberty and Kilo? It seems that this issue affects all of the OpenStack Heat releases since "block_device_mapping_v2" has been introduced.

Thanks

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.