Fix formatting of shutdown_timeout section

The following note was being included in the block quote, which
wasn't desirable.
This commit is contained in:
Ben Nemec 2015-11-18 10:37:03 -06:00
parent 5217e54102
commit d5365eed40
1 changed files with 4 additions and 4 deletions

View File

@ -58,10 +58,10 @@ Configuring the Host Cloud
shutdown_timeout=15
in nova.conf as well. This causes Nova to wait less time when shutting
down an instance gracefully, and since graceful shutdown will never
happen with the baremetal instances booted from an empty image it speeds
things up a bit.
in nova.conf as well. This causes Nova to wait less time when shutting
down an instance gracefully, and since graceful shutdown will never
happen with the baremetal instances booted from an empty image it speeds
things up a bit.
#. Restart ``nova-compute`` and ``neutron-openvswitch-agent`` to apply the
changes above.