Fix links to the user guide

Change-Id: I03a8826aac4a989175c82bdb3868890c79748054
This commit is contained in:
Christian Berendt 2015-04-24 16:49:40 +02:00
parent 9e786fa7bd
commit 011ee845d9
13 changed files with 20 additions and 19 deletions

View File

@ -117,10 +117,10 @@
<title>Boot from volume</title>
<para>In some cases, you can store and run instances from
inside volumes. For information, see the <link
xlink:href="http://docs.openstack.org/user-guide/content/boot_from_volume.html"
xlink:href="http://docs.openstack.org/user-guide/enduser/cli_nova_launch_instance_from_volume.html"
>Launch an instance from a volume</link> section
in the <link
xlink:href="http://docs.openstack.org/user-guide/content/"
xlink:href="http://docs.openstack.org/user-guide/index.html"
><citetitle>OpenStack End User
Guide</citetitle></link>.</para>
</section>

View File

@ -23,7 +23,7 @@
</listitem>
<listitem xml:id="launch_instances">
<para>To launch instances with the dashboard, see the <link
xlink:href="http://docs.openstack.org/user-guide/content/">
xlink:href="http://docs.openstack.org/user-guide/index.html">
<citetitle>OpenStack End User Guide</citetitle></link>.</para>
</listitem>
</itemizedlist>

View File

@ -37,7 +37,7 @@
<para><emphasis role="bold">Block live migration</emphasis>. No
shared storage is required. Incompatible with read-only devices
such as CD-ROMs and <link
xlink:href="http://docs.openstack.org/user-guide/content/config-drive.html"
xlink:href="http://docs.openstack.org/user-guide/enduser/cli_config_drive.html"
>Configuration Drive (config_drive)</link>.
</para>
</listitem>
@ -307,7 +307,7 @@ HostA: 921515008 101921792 772783104 12% /var/lib/nova/instances
<listitem>
<para>Block migration is incompatible with read-only devices
such as CD-ROMs and <link
xlink:href="http://docs.openstack.org/user-guide/content/config-drive.html"
xlink:href="http://docs.openstack.org/user-guide/enduser/cli_config_drive.html"
>Configuration Drive (config_drive)</link>.
</para>
</listitem>

View File

@ -17,7 +17,7 @@
<para>The OpenStack Image service can be controlled using a
command-line tool. For more information about using the
OpenStack Image command-line tool, see the <link
xlink:href="http://docs.openstack.org/user-guide/content/cli_manage_images.html"
xlink:href="http://docs.openstack.org/user-guide/common/cli_manage_images.html"
>Manage Images</link> section in the <citetitle>OpenStack
End User Guide</citetitle>.</para>
<para>Virtual images that have been made available through the

View File

@ -16,6 +16,6 @@
using the <application>pip</application> python package installer:</para>
<screen><prompt>#</prompt> <userinput>pip install python-novaclient</userinput></screen>
<para>For more information about <application>python-novaclient</application>
and other command-line tools, see the <link xlink:href="http://docs.openstack.org/user-guide/content/index.html">
and other command-line tools, see the <link xlink:href="http://docs.openstack.org/user-guide/index.html">
<citetitle>OpenStack End User Guide</citetitle></link>.</para>
</section>

View File

@ -24,7 +24,7 @@
the Networking API. Every Networking API call has a corresponding neutron
command.</para>
<para>The CLI includes a number of options. For details, see the <link
xlink:href="http://docs.openstack.org/user-guide/content/"><citetitle>OpenStack End
xlink:href="http://docs.openstack.org/user-guide/index.html"><citetitle>OpenStack End
User Guide</citetitle></link>.</para>
<section xml:id="api_abstractions">
<title>API abstractions</title>
@ -326,7 +326,7 @@
<title>Basic Networking operations</title>
<para>To learn about advanced capabilities available through the neutron command-line
interface (CLI), read the networking section in the <link
xlink:href="http://docs.openstack.org/user-guide/content/index.html"> OpenStack
xlink:href="http://docs.openstack.org/user-guide/index.html"> OpenStack
End User Guide</link>.</para>
<para>This table shows example neutron commands that enable you to complete basic
network operations:</para>

View File

@ -117,8 +117,8 @@
</tbody>
</table>
<para audience="adminuser">For client installation instructions, see <link
xlink:href="http://docs.openstack.org/user-guide/content/install_clients.html">Install
xlink:href="http://docs.openstack.org/user-guide/common/cli_install_openstack_command_line_clients.html">Install
the OpenStack command-line clients</link>. For information about the OpenStack RC file,
see <link xlink:href="http://docs.openstack.org/user-guide/content/cli_openrc.html">Download
see <link xlink:href="http://docs.openstack.org/user-guide/common/cli_set_environment_variables_using_openstack_rc.html">Download
and source the OpenStack RC file</link>.</para>
</section>

View File

@ -70,7 +70,7 @@
host to another is needed to copy the VM file across.</para>
<para>Cloud end users can find out how to resize a server by
reading the <link
xlink:href="http://docs.openstack.org/user-guide/content/nova_cli_resize.html"
xlink:href="http://docs.openstack.org/user-guide/enduser/cli_change_the_size_of_your_server.html"
>OpenStack End User Guide</link>.</para>
</section>
<section xml:id="xenserver-resize">

View File

@ -386,7 +386,7 @@ done</programlisting>
(cloud-init)</title>
<para>In addition to the ssh public key, an image might need
additional information from OpenStack, such as <link
xlink:href="http://docs.openstack.org/user-guide/content/inserting_userdata.html"
xlink:href="http://docs.openstack.org/user-guide/enduser/cli_provide_user_data_to_instances.html"
>Provide user data to instances</link>, that the user
submitted when requesting the image. For example, you might
want to set the host name of the instance when it is booted.
@ -394,7 +394,7 @@ done</programlisting>
user data content as a script on boot.</para>
<para>You can access this information through the metadata
service or referring to <link
xlink:href="http://docs.openstack.org/user-guide/content/config-drive.html"
xlink:href="http://docs.openstack.org/user-guide/enduser/cli_config_drive.html"
>Store metadata on the configuration drive</link>. As the OpenStack metadata
service is compatible with version 2009-04-04 of the
Amazon EC2 metadata service, consult the Amazon EC2

View File

@ -12,7 +12,7 @@
command-line interface (CLI) on your controller node or any system with
the appropriate OpenStack client libraries. To use the dashboard, see the
<link
xlink:href="http://docs.openstack.org/user-guide/content/ch_dashboard.html">
xlink:href="http://docs.openstack.org/user-guide/dashboard.html">
<citetitle>OpenStack User Guide</citetitle></link>.</para>
<para>Launch an instance using
<link linkend="launch-instance-neutron">OpenStack Networking (neutron)
@ -21,7 +21,7 @@
</link>. For more
information, see the
<link
xlink:href="http://docs.openstack.org/user-guide/content/cli_launch_instances.html">
xlink:href="http://docs.openstack.org/user-guide/enduser/cli_launch_instances.html">
<citetitle>OpenStack User Guide</citetitle></link>.</para>
<note>
<para>These steps reference example components created in previous

View File

@ -8,7 +8,7 @@
<para>This section describes how to verify operation of the Block Storage
service by creating a volume.</para>
<para>For more information about how to manage volumes, see the <link
xlink:href="http://docs.openstack.org/user-guide/content/index.html"
xlink:href="http://docs.openstack.org/user-guide/index.html"
><citetitle>OpenStack User Guide</citetitle></link>.</para>
<note>
<para>Perform these commands on the controller node.</para>

View File

@ -14,7 +14,7 @@
><citetitle>OpenStack Virtual Machine Image
Guide</citetitle></link>. For information about how to manage
images, see the <link
xlink:href="http://docs.openstack.org/user-guide/content/index.html"
xlink:href="http://docs.openstack.org/user-guide/index.html"
><citetitle>OpenStack User Guide</citetitle></link>.</para>
<procedure>
<step>

View File

@ -11,7 +11,8 @@
operations, OpenStack supports simple client environment scripts also
known as OpenRC files. These scripts typically contain common options for
all clients, but also support unique options. For more information, see the
<link xlink:href="http://docs.openstack.org/user-guide/content/cli_openrc.html">OpenStack User Guide</link>.</para>
<link xlink:href="http://docs.openstack.org/user-guide/common/cli_set_environment_variables_using_openstack_rc.html">
OpenStack User Guide</link>.</para>
<procedure>
<title>To create the scripts</title>
<para>Create client environment scripts for the <literal>admin</literal>