Comment 26 for bug 1559691

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

Reviewed: https://review.openstack.org/467930
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=9c45a284d08bbe68dedc33c8cb85d8b60b0a46ec
Submitter: Jenkins
Branch: master

commit 9c45a284d08bbe68dedc33c8cb85d8b60b0a46ec
Author: Hironori Shiina <email address hidden>
Date: Mon Jun 5 10:28:32 2017 +0900

    Change volume metadata not to use nested dicts

    Ironic sets metadata to a volume when attaching and detaching. However,
    Cinder doesn't accept metadata which consists of nested dictionaries.
    This patch fixes the issue by passing metadata as string without
    nested dictionaries.

    Change-Id: Ibe0a752a923ff52526a7e04374e61c14f6c4f0b0
    Partial-Bug: #1559691