boot_server_from_volume still boot a server from image.

Bug #1578556 reported by chenhb
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Medium
chenhb

Bug Description

boot_server_from_volume is expected to boot a server from volume. It still boot a server from image now.

the related code :

volume = self._create_volume(volume_size, imageRef=image)
        block_device_mapping = {"vda": "%s:::1" % volume.id}
        self._boot_server(image, flavor, auto_assign_nic=auto_assign_nic,
                          block_device_mapping=block_device_mapping,
                          **kwargs)

chenhb (chen-haibing1)
Changed in rally:
assignee: nobody → chenhb (chen-haibing1)
status: New → In Progress
Changed in rally:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rally (master)

Reviewed: https://review.openstack.org/312845
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=037f3ae69ebddb434d4bb79aeda682bea78e70c1
Submitter: Jenkins
Branch: master

commit 037f3ae69ebddb434d4bb79aeda682bea78e70c1
Author: chenhb-zte <email address hidden>
Date: Thu May 5 14:30:58 2016 -0400

    fix bug on booting server from volume

    The arg of image must be None,when booting server from volume.
    Otherwise still boot server from image

    Change-Id: I348c5971f2375f8de08b9fd8f021ea09906ff844
    Closes-Bug: #1578556

Changed in rally:
status: In Progress → Fix Released
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.