Comment 2 for bug 1268435

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

Reviewed: https://review.openstack.org/105345
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=32d13a6ec797d8b9bf68ca4d4deea6960854e981
Submitter: Jenkins
Branch: master

commit 32d13a6ec797d8b9bf68ca4d4deea6960854e981
Author: liyingjun <email address hidden>
Date: Thu Jun 26 03:01:29 2014 +0800

    Add missing parameters for server rebuild

    Currently, nova rebuild only support reset: password, image,
    preserve-ephemeral. While nova api support other parameters
    like: name, metadata, personality. This patch adds these missing
    parameters for server rebuild.

    Change-Id: I4edd8146bbbb0b2e0c9e01907af5dab96f090029
    Closes-bug: 1268435