]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use strings for block device mapping info
authorLiang Chen <cbjchen@cn.ibm.com>
Thu, 12 Sep 2013 15:19:44 +0000 (23:19 +0800)
committerLiang Chen <cbjchen@cn.ibm.com>
Fri, 13 Sep 2013 08:12:00 +0000 (16:12 +0800)
commitf0ce5cce6e1845f33fc221309a0465753562f6e0
tree26e3139ef824b2f66431bcc73966f0fcc2c08f33
parent20a8a0833305854146206f69a41d12c3c681f4b0
Use strings for block device mapping info

Nova client receives colon separated strings for block device mapping info
instead of a list.

Fixes bug #1221693

Change-Id: I321001d406f620d5f8a21e0f28cf706579ad64ad
heat/engine/resources/server.py
heat/tests/test_server.py