Comment 2 for bug 1260853

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

Reviewed: https://review.openstack.org/62091
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=229bc9898cdecf3003b6baf83bb2ddd82e43815c
Submitter: Jenkins
Branch: master

commit 229bc9898cdecf3003b6baf83bb2ddd82e43815c
Author: Burt Holzman <email address hidden>
Date: Fri Dec 13 15:13:41 2013 -0600

    Return client tokens in EC2 DescribeInstances

    EC2 instances can be instantiated with a client token, a per-instance
    unique token that enforces idempotency for RunInstance calls.
    If a client token exists, DescribeInstances will return it wrapped
    in <clientToken></clientToken>.

    Change-Id: I1deb2c0666d0274ed3c181ecb0e0dc65112605ec
    Closes-Bug: #1260853