From fea79568ccde39460c8e4c04481ddbca3443e9ed Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 21 Mar 2017 16:08:45 +0100 Subject: [PATCH] [user] s/operation system/operating system/g Fix a typo. Closes-Bug: #1674709 Closes-Bug: #1674713 Closes-Bug: #1674716 Change-Id: Ida6866c587bcc34a1e2b0a5ee0bffbe47d259cc1 --- doc/user-guide/source/cli-change-the-size-of-your-server.rst | 5 +++-- doc/user-guide/source/cli-reboot-an-instance.rst | 2 +- doc/user-guide/source/cli-stop-and-start-an-instance.rst | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/user-guide/source/cli-change-the-size-of-your-server.rst b/doc/user-guide/source/cli-change-the-size-of-your-server.rst index 5d0458fefe..792f6ea101 100644 --- a/doc/user-guide/source/cli-change-the-size-of-your-server.rst +++ b/doc/user-guide/source/cli-change-the-size-of-your-server.rst @@ -71,13 +71,14 @@ Change the size of a server by changing its flavor. .. note:: - By default, the :command:`openstack server resize` command gives the guest operating + By default, the :command:`openstack server resize` command gives + the guest operating system a chance to perform a controlled shutdown before the instance is powered off and the instance is resized. The shutdown behavior is configured by the ``shutdown_timeout`` parameter that can be set in the ``nova.conf`` file. Its value stands for the overall - period (in seconds) a guest operation system is allowed + period (in seconds) a guest operating system is allowed to complete the shutdown. The default timeout is 60 seconds. See `Description of Compute configuration options `_ diff --git a/doc/user-guide/source/cli-reboot-an-instance.rst b/doc/user-guide/source/cli-reboot-an-instance.rst index fc286e49cb..f9966ee82b 100644 --- a/doc/user-guide/source/cli-reboot-an-instance.rst +++ b/doc/user-guide/source/cli-reboot-an-instance.rst @@ -49,7 +49,7 @@ command: The shutdown behavior is configured by the ``shutdown_timeout`` parameter that can be set in the ``nova.conf`` file. Its value stands for the overall period (in seconds) - a guest operation system is allowed to complete the shutdown. + a guest operating system is allowed to complete the shutdown. The default timeout is 60 seconds. See `Description of Compute configuration options `_ diff --git a/doc/user-guide/source/cli-stop-and-start-an-instance.rst b/doc/user-guide/source/cli-stop-and-start-an-instance.rst index e8dfb2a065..5f76b897fd 100644 --- a/doc/user-guide/source/cli-stop-and-start-an-instance.rst +++ b/doc/user-guide/source/cli-stop-and-start-an-instance.rst @@ -65,7 +65,7 @@ You can run the following shelving tasks: instance is powered off. The shutdown behavior is configured by the ``shutdown_timeout`` parameter that can be set in the :file:`nova.conf` file. Its value stands for the overall - period (in seconds) a guest operation system is allowed + period (in seconds) a guest operating system is allowed to complete the shutdown. The default timeout is 60 seconds. See `Description of Compute configuration options `_