Comment 22 for bug 1006467

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

Reviewed: https://review.openstack.org/7942
Committed: http://github.com/openstack/nova/commit/23cfb85e385478df01b0623afb07a8995fa801cc
Submitter: Jenkins
Branch: master

commit 23cfb85e385478df01b0623afb07a8995fa801cc
Author: Russell Bryant <email address hidden>
Date: Tue May 29 21:15:58 2012 -0400

    Use compute rpcapi in nova-manage.

    Part of bug 1006467.

    This patch fixes nova-manage to use the compute rpcapi instead of
    calling rpc.cast() directly. This cast was actually broken, as it sent
    an instance ID instead of UUID, so this change should make this code
    functional again.

    Change-Id: I90a1bf4a03cc6d9e21f24f19165141f894b6ec75