Comment 9 for bug 1199539

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

Reviewed: https://review.openstack.org/34769
Committed: http://github.com/openstack/python-novaclient/commit/f50ff361e27a8ca688c0f1ba448bbc8bfb284905
Submitter: Jenkins
Branch: master

commit f50ff361e27a8ca688c0f1ba448bbc8bfb284905
Author: Dirk Mueller <email address hidden>
Date: Thu Jun 27 19:13:01 2013 +0200

    Skip setting volume_size if not given

    When the block-device parameters skip volume_size,
    don't set it. Setting to an empty volume_size
    would be invalid as it has to be an integer,
    and Nova API will reject the request if api validation
    is implemented. (proposed e.g. at
    https://review.openstack.org/#/c/34749/)

    Fixes bug LP #1199539

    Change-Id: I7ab518886abf8d449caf1c70563a79a990d7765e