Merge "Add user-data and config-drive information to End User Guide"
This commit is contained in:
commit
94c72ccb4e
@ -737,8 +737,8 @@ header: Date: Thu, 13 Sep 2012 20:27:36 GMT
|
||||
including authorized_keys key injection, user-data,
|
||||
metadata service, and file injection.</para>
|
||||
<para>For information, see the <link
|
||||
xlink:href="http://docs.openstack.org/cli/quick-start/content/"
|
||||
><citetitle>OpenStack Clients
|
||||
xlink:href="http://docs.openstack.org/user-guide/content/"
|
||||
><citetitle>OpenStack End User
|
||||
Guide</citetitle></link>.</para>
|
||||
</section>
|
||||
<section xml:id="section_instance-networking">
|
||||
|
@ -274,13 +274,13 @@ done
|
||||
<title>Process user data and other metadata (cloud-init)</title>
|
||||
<para>In additional the ssh public key, an image may need to retrieve additional information
|
||||
from OpenStack, such as <link
|
||||
xlink:href="http://docs.openstack.org/trunk/openstack-compute/admin/content/user-data.html"
|
||||
xlink:href="http://docs.openstack.org/user-guide/content/user-data.html"
|
||||
>user data</link> that the user submitted when requesting the image. For example,
|
||||
you may wish to set the host name of the instance to name given to the instance when it
|
||||
is booted. Or, you may wish to configure your image so that it executes user data
|
||||
content as a script on boot.</para>
|
||||
<para>This information is accessible via the metadata service or the <link
|
||||
xlink:href="http://docs.openstack.org/folsom/openstack-compute/admin/content/config-drive.html"
|
||||
xlink:href="http://docs.openstack.org/user-guide/content/config-drive.html"
|
||||
>config drive</link>. As the OpenStack metadata service is compatible with version
|
||||
2009-04-04 of the Amazon EC2 metadata service, consult the Amazon EC2 documentation on
|
||||
<link
|
||||
|
@ -26,6 +26,12 @@
|
||||
<?hard-pagebreak?>
|
||||
<xi:include href="section_nova_cli_manage_instances.xml"/>
|
||||
<?hard-pagebreak?>
|
||||
<xi:include href="../common/section_user-data.xml"/>
|
||||
<?hard-pagebreak?>
|
||||
<xi:include href="../common/section_nova_cli_userdata.xml"/>
|
||||
<?hard-pagebreak?>
|
||||
<xi:include href="section_nova_cli_config-drive.xml"/>
|
||||
<?hard-pagebreak?>
|
||||
<xi:include
|
||||
href="../common/section_neutron_cli_manage_networks.xml"/>
|
||||
<?hard-pagebreak?>
|
||||
|
@ -10,7 +10,7 @@
|
||||
special configuration drive that will be attached to the
|
||||
instance when it boots. The instance can retrieve any
|
||||
information that would normally be available through the
|
||||
<link linkend="metadata-service">metadata
|
||||
<link xlink:href="http://docs.openstack.org/admin-guide-cloud/content/section_metadata-service.html">metadata
|
||||
service</link> by mounting this disk and reading files
|
||||
from it.</para>
|
||||
<para>One use case for the config drive is to pass networking
|
||||
|
Loading…
x
Reference in New Issue
Block a user