Comment 2 for bug 1221646

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

Reviewed: https://review.openstack.org/45421
Committed: http://github.com/openstack/nova/commit/9501fa954b4d724b665207c2a0188e92f691fdfb
Submitter: Jenkins
Branch: master

commit 9501fa954b4d724b665207c2a0188e92f691fdfb
Author: He Jie Xu <email address hidden>
Date: Fri Sep 6 20:48:48 2013 +0800

    Fix v3 server rebuild deserializer checking with wrong access_ip key

    When rebuild server with xml format, the xml deserializer code
    are checking with wrong key. So rebuilding with access_ips doesn't
    make any effect. So correct the wrong key 'access_ipv4', 'access_ipv6'
    to 'access_ip_v4', 'access_ip_v6'.

    Change-Id: I8fccf3727f193bf9142dc814a76a32d5ab1a1b0a
    Closes-bug: #1221646