Comment 4 for bug 1170237

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

Reviewed: https://review.openstack.org/27105
Committed: http://github.com/openstack/nova/commit/4c887edc8840327ce707d2015fa50ac625bb17db
Submitter: Jenkins
Branch: master

commit 4c887edc8840327ce707d2015fa50ac625bb17db
Author: Matthew Sherborne <email address hidden>
Date: Thu Apr 18 15:34:31 2013 +1000

    Allows xenapi 'lookup' to look for rescue mode VMs

    When you lookup a VM by name, you can specify if you want it to check if
    it has a rescue mode instance running.

    If it finds the rescue mode instance, it'll return that one instead
    of the original name.

    This is useful for operations that should work on the rescue mode vm if
    it's there, or the normal one, if it's not.

    Work towards bug: 1170237
    Change-Id: I41b31e59631b78a62faadb9970b6b824929e7061