Fix markup
This fixes mainly screens, computeroutput/userinput and also marks some filenames. A lot of prompts have been added. Change-Id: I864dc5b051bb297b61c9b2ed5464f9a35306bd68 Partial-Bug: #1217503
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
<title>Create a key</title>
|
||||
<para>To create a <literal>mykey</literal> key that you can
|
||||
associate with instances, run the following command:</para>
|
||||
<screen>
|
||||
<prompt>$</prompt> <userinput>nova keypair-add mykey > mykey.pem</userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>nova keypair-add mykey > mykey.pem</userinput></screen>
|
||||
<para>Save the <filename>mykey.pem</filename> file to a secure
|
||||
location. It enables root access to any instances with which
|
||||
the <literal>mykey</literal> key is associated.</para>
|
||||
@@ -25,8 +24,7 @@
|
||||
<literal>mykey.pub</literal>, and associate it with the
|
||||
<literal>mykey</literal> key, run the following
|
||||
command:</para>
|
||||
<screen>
|
||||
<prompt>$</prompt> <userinput>nova keypair-add --pub-key mykey.pub mykey</userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>nova keypair-add --pub-key mykey.pub mykey</userinput></screen>
|
||||
<para>You must have the matching private key to access instances
|
||||
that are associated with this key.</para>
|
||||
</step>
|
||||
|
||||
Reference in New Issue
Block a user