Comment 2 for bug 1811090

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

Reviewed: https://review.openstack.org/629482
Committed: https://git.openstack.org/cgit/openstack/karbor/commit/?id=bda8202f6d91cc46f082f5c54128c5eb2b40f6ec
Submitter: Zuul
Branch: master

commit bda8202f6d91cc46f082f5c54128c5eb2b40f6ec
Author: jiaopengju <email address hidden>
Date: Wed Jan 9 21:36:27 2019 +0800

    Add support to rewrite the flavor id in restore

    When using karbor to restore server to another openstack
    cluster(cross keystone), and if the another cluster do not
    have the same flavor id, the restore will fail. We should
    add support for adding flavor id as a parameter to rewrite
    the flavor id in checkpoint metadata.

    Change-Id: Ie5c7a1adf07b7f9b1225ee4a5e16000a3453a7cc
    Closes-Bug: #1811090