Update the links to Image Guide

Change-Id: Icf6d35f6f9b7b5d96955d41f643ef17c9bf9eb35
Implements: blueprint image-guide-rst
Depends-On: I694301758f7f85290d4c9f9b01fbd1924b02b476
This commit is contained in:
KATO Tomoyuki 2015-11-23 18:59:11 +09:00 committed by Andreas Jaeger
parent 2764f1ff96
commit b88dd6d17b
13 changed files with 17 additions and 17 deletions

View File

@ -25,7 +25,7 @@ flavors that you can edit or add to.
- For more information about creating and troubleshooting images, - For more information about creating and troubleshooting images,
see the `OpenStack Virtual Machine Image see the `OpenStack Virtual Machine Image
Guide <http://docs.openstack.org/image-guide/content/>`__. Guide <http://docs.openstack.org/image-guide/>`__.
- For more information about image configuration options, see the - For more information about image configuration options, see the
`Image `Image

View File

@ -55,7 +55,7 @@ The following books explain how to configure and run an OpenStack cloud:
- `Security Guide <http://docs.openstack.org/sec/>`__ - `Security Guide <http://docs.openstack.org/sec/>`__
- `Virtual Machine Image - `Virtual Machine Image
Guide <http://docs.openstack.org/image-guide/content/>`__ Guide <http://docs.openstack.org/image-guide/>`__
The following books explain how to use the OpenStack dashboard and The following books explain how to use the OpenStack dashboard and
command-line clients: command-line clients:

View File

@ -15,7 +15,7 @@ backup types.
After you upload an image, you cannot change it. After you upload an image, you cannot change it.
For details about image creation, see the `Virtual Machine Image For details about image creation, see the `Virtual Machine Image
Guide <http://docs.openstack.org/image-guide/content/>`__. Guide <http://docs.openstack.org/image-guide/>`__.
List or get details for images (glance) List or get details for images (glance)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -100,7 +100,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para><link <para><link
xlink:href="http://docs.openstack.org/image-guide/content/" xlink:href="http://docs.openstack.org/image-guide/"
><citetitle>Virtual Machine Image ><citetitle>Virtual Machine Image
Guide</citetitle></link></para> Guide</citetitle></link></para>
</listitem> </listitem>

View File

@ -124,7 +124,7 @@ virt_type = xen</programlisting></para>
<listitem> <listitem>
<para><emphasis role="bold">Image Formats:</emphasis> Xen supports raw, qcow2 and vhd <para><emphasis role="bold">Image Formats:</emphasis> Xen supports raw, qcow2 and vhd
image formats. For more information on image formats, refer to the <link image formats. For more information on image formats, refer to the <link
xlink:href="http://docs.openstack.org/image-guide/content/ch_introduction.html" xlink:href="http://docs.openstack.org/image-guide/introduction.html"
>OpenStack Virtual Image Guide</link> and the <link >OpenStack Virtual Image Guide</link> and the <link
xlink:href="http://wiki.xenproject.org/wiki/Storage_options" xlink:href="http://wiki.xenproject.org/wiki/Storage_options"
>Storage Options Guide on the Xen Project Wiki</link>.</para> >Storage Options Guide on the Xen Project Wiki</link>.</para>
@ -142,7 +142,7 @@ virt_type = xen</programlisting></para>
<screen><prompt>$</prompt> <userinput>glance image-update <replaceable>img-uuid</replaceable> --property hypervisor_type=xen --property vm_mode=hvm</userinput></screen> <screen><prompt>$</prompt> <userinput>glance image-update <replaceable>img-uuid</replaceable> --property hypervisor_type=xen --property vm_mode=hvm</userinput></screen>
</para> </para>
<para>For more more information on image metadata, refer to the <link <para>For more more information on image metadata, refer to the <link
xlink:href="http://docs.openstack.org/image-guide/content/image-metadata.html" xlink:href="http://docs.openstack.org/image-guide/image-metadata.html"
>OpenStack Virtual Image Guide</link>. >OpenStack Virtual Image Guide</link>.
</para> </para>
</listitem> </listitem>

View File

@ -163,7 +163,7 @@ This guide has a review in place to get a license indicator in output:
.. _`OpenStack Cloud Administrator Guide`: http://docs.openstack.org/admin-guide-cloud/index.html .. _`OpenStack Cloud Administrator Guide`: http://docs.openstack.org/admin-guide-cloud/index.html
.. _`OpenStack High Availability Guide`: http://docs.openstack.org/ha-guide/index.html .. _`OpenStack High Availability Guide`: http://docs.openstack.org/ha-guide/index.html
.. _`OpenStack Security Guide`: http://docs.openstack.org/sec/ .. _`OpenStack Security Guide`: http://docs.openstack.org/sec/
.. _`Virtual Machine Image Guide`: http://docs.openstack.org/image-guide/content/ .. _`Virtual Machine Image Guide`: http://docs.openstack.org/image-guide/
.. _`OpenStack End User Guide`: http://docs.openstack.org/user-guide/index.html .. _`OpenStack End User Guide`: http://docs.openstack.org/user-guide/index.html
.. _`OpenStack Admin User Guide`: http://docs.openstack.org/user-guide-admin/index.html .. _`OpenStack Admin User Guide`: http://docs.openstack.org/user-guide-admin/index.html

View File

@ -92,7 +92,7 @@ Guides for deployers and administrators
* - Virtual Machine Image Guide * - Virtual Machine Image Guide
- http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/image-guide - http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/image-guide
- http://docs.openstack.org/image-guide/content - http://docs.openstack.org/image-guide/
Guides for end users Guides for end users
-------------------- --------------------

View File

@ -54,7 +54,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Virtual Machine Image Guide' project = u'Virtual Machine Image Guide'
bug_tag = u'image-guide-rst' bug_tag = u'image-guide'
copyright = u'2015, OpenStack contributors' copyright = u'2015, OpenStack contributors'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -71,7 +71,7 @@ release = '0.9'
# gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # gitsha: The SHA checksum of the bug description. Automatically extracted from git log.
# bug_tag: Tag for categorizing the bug. Must be set manually. # bug_tag: Tag for categorizing the bug. Must be set manually.
# These variables are passed to the logabug code via html_context. # These variables are passed to the logabug code via html_context.
giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/image-guide-rst/source' giturl = u'http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/image-guide/source'
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n') gitsha = os.popen(git_cmd).read().strip('\n')
html_context = {"gitsha": gitsha, "bug_tag": bug_tag, html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
@ -203,7 +203,7 @@ html_show_sourcelink = False
# html_file_suffix = None # html_file_suffix = None
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'image-guide-rst' htmlhelp_basename = 'image-guide'
# If true, publish source files # If true, publish source files
html_copy_source = False html_copy_source = False

View File

@ -7,7 +7,7 @@ Linux image that helps you test your OpenStack deployment.
For more information about how to download and build images, see For more information about how to download and build images, see
`OpenStack Virtual Machine Image Guide `OpenStack Virtual Machine Image Guide
<http://docs.openstack.org/image-guide/content/index.html>`__. <http://docs.openstack.org/image-guide/>`__.
For information about how to manage images, see the For information about how to manage images, see the
`OpenStack User Guide `OpenStack User Guide
<http://docs.openstack.org/user-guide/common/cli_manage_images.html>`__. <http://docs.openstack.org/user-guide/common/cli_manage_images.html>`__.
@ -73,7 +73,7 @@ For information about how to manage images, see the
For information about disk and container formats for images, see For information about disk and container formats for images, see
`Disk and container formats for images `Disk and container formats for images
<http://docs.openstack.org/image-guide/content/image-formats.html>`__ <http://docs.openstack.org/image-guide/image-formats.html>`__
in the ``OpenStack Virtual Machine Image Guide``. in the ``OpenStack Virtual Machine Image Guide``.
.. note:: .. note::

View File

@ -18,7 +18,7 @@ Create images
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
For details about image creation, see the `Virtual Machine Image For details about image creation, see the `Virtual Machine Image
Guide <http://docs.openstack.org/image-guide/content/>`_. Guide <http://docs.openstack.org/image-guide/>`_.
#. Log in to the dashboard. #. Log in to the dashboard.

View File

@ -66,7 +66,7 @@ system as using ISO images on regular computers. When the installation
is finished and system is rebooted, the instance asks you again to is finished and system is rebooted, the instance asks you again to
install the operating system, which means your instance is not usable. install the operating system, which means your instance is not usable.
If you have problems with image creation, please check the If you have problems with image creation, please check the
`Virtual Machine Image Guide <http://docs.openstack.org/image-guide/content/ch_creating_images_manually.html>`_ `Virtual Machine Image Guide <http://docs.openstack.org/image-guide/create_images_manually.html>`_
for reference. for reference.
.. _Make_instance_booted_from_ISO_image_functional: .. _Make_instance_booted_from_ISO_image_functional:

View File

@ -42,7 +42,7 @@ copy of the image on the compute node where the instance starts.
Image service and are available for this project. Image service and are available for this project.
For details on creating images, see `Creating images For details on creating images, see `Creating images
manually <http://docs.openstack.org/image-guide/content/ch_creating_images_manually.html>`__ manually <http://docs.openstack.org/image-guide/create-images-manually.html>`__
in the *OpenStack Virtual Machine Image Guide*. in the *OpenStack Virtual Machine Image Guide*.
#. Select an image and click :guilabel:`Launch Instance`. #. Select an image and click :guilabel:`Launch Instance`.

View File

@ -7,7 +7,7 @@ as an image, is a single file that contains a virtual disk that
has a bootable operating system installed on it. Images are used has a bootable operating system installed on it. Images are used
to create virtual machine instances within the cloud. For information to create virtual machine instances within the cloud. For information
about creating image files, see the `OpenStack Virtual Machine about creating image files, see the `OpenStack Virtual Machine
Image Guide <http://docs.openstack.org/image-guide/content/>`_. Image Guide <http://docs.openstack.org/image-guide/>`_.
Depending on your role, you may have permission to upload and manage Depending on your role, you may have permission to upload and manage
virtual machine images. Operators might restrict the upload and virtual machine images. Operators might restrict the upload and