Comment 2 for bug 1418641

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

Reviewed: https://review.openstack.org/153288
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1daa1500e49a47a96643eb7e478b69418b9aee3f
Submitter: Jenkins
Branch: master

commit 1daa1500e49a47a96643eb7e478b69418b9aee3f
Author: Mark T. Voelker <email address hidden>
Date: Thu Feb 5 11:38:24 2015 -0500

    Fix references to non-existent "pause" section

    Two sections of the hypervisor support matrix refer readers to the
    sections of the document dealing with the "pause" operation.
    Although there is a section in the raw .ini file called
    "[operation.pause]", this doesn't appear at all in the rendered
    version of document since it's title is set to
    "Stop instance CPUs". This renders readers of the rendered
    document unable to find sections being referenced.

    This patch clears up the confusion by changing the references
    to refer to "Stop instance CPUs" rather than "pause".

    Change-Id: Ia97d8e400db3a11291a715f6a630ea8bc638993e
    Closes-bug: #1418641