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
This commit is contained in:
Mark T. Voelker 2015-02-05 11:38:24 -05:00
parent 0c3d88add0
commit 1daa1500e4
1 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@ notes=Suspending an instance can be thought of as roughly
consumes any RAM or CPUs, with its live running state
having been preserved in a file on disk. It can later
be restored, at which point it should continue execution
where it left off. As with pause, it suffers from the fact
where it left off. As with stopping instance CPUs, it suffers from the fact
that the guest OS will typically be left with a clock that
is no longer telling correct time. For container based
virtualization solutions, this operation is particularly
@ -417,7 +417,7 @@ driver-impl-ironic=complete
[operation.unpause]
title=Resume instance CPUs
status=optional
notes=See notes for the pause operation
notes=See notes for the "Stop instance CPUs" operation
driver-impl-xenserver=complete
driver-impl-libvirt-kvm-x86=complete
driver-impl-libvirt-qemu-x86=complete