cleanup of ch_openstack_images
removed: to name given to the instance changed sentence - additional to addition, (in addition) added key after public Change-Id: I5cb22fece1e868503bda35c4f1da1d43ea64c4ee
This commit is contained in:
parent
f6f19f9781
commit
d871edc2c6
@ -302,7 +302,7 @@
|
|||||||
key</title>
|
key</title>
|
||||||
<para>If you are unable or unwilling to install cloud-init
|
<para>If you are unable or unwilling to install cloud-init
|
||||||
inside the guest, you can write a custom script to
|
inside the guest, you can write a custom script to
|
||||||
fetch the public and add it to a user account.</para>
|
fetch the public key and add it to a user account.</para>
|
||||||
<para>To fetch the ssh public key and add it to the root
|
<para>To fetch the ssh public key and add it to the root
|
||||||
account, edit the <filename>/etc/rc.local</filename>
|
account, edit the <filename>/etc/rc.local</filename>
|
||||||
file and add the following lines before the line
|
file and add the following lines before the line
|
||||||
@ -357,16 +357,15 @@ done</programlisting>
|
|||||||
<section xml:id="metadata">
|
<section xml:id="metadata">
|
||||||
<title>Process user data and other metadata
|
<title>Process user data and other metadata
|
||||||
(cloud-init)</title>
|
(cloud-init)</title>
|
||||||
<para>In additional the ssh public key, an image may need to
|
<para>In addition to the ssh public key, an image may need to
|
||||||
retrieve additional information from OpenStack, such as
|
retrieve additional information from OpenStack, such as
|
||||||
<link
|
<link
|
||||||
xlink:href="http://docs.openstack.org/user-guide/content/user-data.html"
|
xlink:href="http://docs.openstack.org/user-guide/content/user-data.html"
|
||||||
>user data</link> that the user submitted when
|
>user data</link> that the user submitted when
|
||||||
requesting the image. For example, you might want to set the
|
requesting the image. For example, you might want to set the
|
||||||
host name of the instance to name given to the instance
|
host name of the instance when it is booted. Or, you might
|
||||||
when it is booted. Or, you might wish to configure your
|
wish to configure your image so that it executes user data
|
||||||
image so that it executes user data content as a script on
|
content as a script on boot.</para>
|
||||||
boot.</para>
|
|
||||||
<para>This information is accessible through the metadata service
|
<para>This information is accessible through the metadata service
|
||||||
or the <link
|
or the <link
|
||||||
xlink:href="http://docs.openstack.org/user-guide/content/config-drive.html"
|
xlink:href="http://docs.openstack.org/user-guide/content/config-drive.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user