From ed289f95b0acbbc2d71733f2d11ba0a57e9e91b4 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 27 Jan 2017 18:13:57 +0900 Subject: [PATCH] [image-guide] use https://docs.o.o/ instead of http Change-Id: I635f70b576dd9d436b1fbd54ef0c2816e0c8fe0e --- doc/image-guide/setup.cfg | 2 +- doc/image-guide/source/centos-image.rst | 2 +- doc/image-guide/source/create-images-automatically.rst | 4 ++-- doc/image-guide/source/create-images-manually.rst | 2 +- doc/image-guide/source/fedora-image.rst | 2 +- doc/image-guide/source/image-metadata.rst | 2 +- doc/image-guide/source/obtain-images.rst | 2 +- doc/image-guide/source/openstack-images.rst | 4 ++-- doc/image-guide/source/ubuntu-image.rst | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/image-guide/setup.cfg b/doc/image-guide/setup.cfg index 5e35788d71..b179654a18 100644 --- a/doc/image-guide/setup.cfg +++ b/doc/image-guide/setup.cfg @@ -3,7 +3,7 @@ name = virtualmachineimageguide summary = OpenStack Virtual Machine Image Guide author = OpenStack author-email = openstack-docs@lists.openstack.org -home-page = http://docs.openstack.org/ +home-page = https://docs.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/doc/image-guide/source/centos-image.rst b/doc/image-guide/source/centos-image.rst index 7b4f1385db..04b036d4c4 100644 --- a/doc/image-guide/source/centos-image.rst +++ b/doc/image-guide/source/centos-image.rst @@ -393,4 +393,4 @@ For example, you can upload the ``/tmp/centos.qcow2`` image to the Image service by using the :command:`openstack image create` command. For more information, see the `Create or update an image -`__. +`__. diff --git a/doc/image-guide/source/create-images-automatically.rst b/doc/image-guide/source/create-images-automatically.rst index 35302f3a52..97ecfcba9a 100644 --- a/doc/image-guide/source/create-images-automatically.rst +++ b/doc/image-guide/source/create-images-automatically.rst @@ -7,7 +7,7 @@ There are several tools that are designed to automate image creation. Diskimage-builder ~~~~~~~~~~~~~~~~~ -`Diskimage-builder `_ +`Diskimage-builder `_ is an automated disk image creation tool that supports a variety of distributions and architectures. Diskimage-builder (DIB) can build images for Fedora, Red Hat @@ -34,7 +34,7 @@ This example creates the image as before, but for arm architecture. More elements are available in the `git source directory `_ and documented in the `diskimage-builder elements documentation -`_. +`_. Oz ~~ diff --git a/doc/image-guide/source/create-images-manually.rst b/doc/image-guide/source/create-images-manually.rst index 923ba015b4..b49f344257 100644 --- a/doc/image-guide/source/create-images-manually.rst +++ b/doc/image-guide/source/create-images-manually.rst @@ -38,4 +38,4 @@ to find a VNC client that works on your local desktop. To create an image for the Database service, see `Building Guest Images for OpenStack Trove -`_. +`_. diff --git a/doc/image-guide/source/fedora-image.rst b/doc/image-guide/source/fedora-image.rst index b255e459be..2b61237ce2 100644 --- a/doc/image-guide/source/fedora-image.rst +++ b/doc/image-guide/source/fedora-image.rst @@ -220,4 +220,4 @@ The underlying image file that you created with the Image service by using the :command:`openstack image create` command. For more information, see the `Create or update an image -`__. +`__. diff --git a/doc/image-guide/source/image-metadata.rst b/doc/image-guide/source/image-metadata.rst index 2db0dad288..c3728dadb6 100644 --- a/doc/image-guide/source/image-metadata.rst +++ b/doc/image-guide/source/image-metadata.rst @@ -31,7 +31,7 @@ Common image properties are also specified in the ``/etc/glance/schema-image.json`` file. For a complete list of valid property keys and values, refer to the `OpenStack Command-Line Reference -`_. +`_. All associated properties for an image can be displayed using the :command:`openstack image show` command. For example: diff --git a/doc/image-guide/source/obtain-images.rst b/doc/image-guide/source/obtain-images.rst index d2ecf11ad2..88731ca20f 100644 --- a/doc/image-guide/source/obtain-images.rst +++ b/doc/image-guide/source/obtain-images.rst @@ -10,7 +10,7 @@ Because many of the images disable SSH password authentication by default, boot the image with an injected key pair. You can ``SSH`` into the instance with the private key and default login account. See the `OpenStack End User Guide -`_ +`_ for more information on how to create and inject key pairs with OpenStack. CentOS diff --git a/doc/image-guide/source/openstack-images.rst b/doc/image-guide/source/openstack-images.rst index 6bfa50b078..34b0156405 100644 --- a/doc/image-guide/source/openstack-images.rst +++ b/doc/image-guide/source/openstack-images.rst @@ -272,7 +272,7 @@ Process user data and other metadata (cloud-init) In addition to the ssh public key, an image might need additional information from OpenStack, such as -`Provide user data to instances `_, that the user submitted when requesting the image. For example, you might want to set the host name of the instance @@ -281,7 +281,7 @@ so that it executes user data content as a script on boot. You can access this information through the metadata service or referring to `Store metadata on the configuration drive -`_. +`_. As the OpenStack metadata service is compatible with version 2009-04-04 of the Amazon EC2 metadata service, consult the Amazon EC2 documentation on diff --git a/doc/image-guide/source/ubuntu-image.rst b/doc/image-guide/source/ubuntu-image.rst index 66319b7eb4..67eaf85e99 100644 --- a/doc/image-guide/source/ubuntu-image.rst +++ b/doc/image-guide/source/ubuntu-image.rst @@ -251,4 +251,4 @@ The underlying image file that you created with the is now ready for uploading to the Image service by using the :command:`openstack image create` command. For more information, see the `Create or update an image -`__. +`__.