[image-guide] use https://docs.o.o/ instead of http

Change-Id: I635f70b576dd9d436b1fbd54ef0c2816e0c8fe0e
This commit is contained in:
KATO Tomoyuki 2017-01-27 18:13:57 +09:00
parent 2c7324511a
commit ed289f95b0
9 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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
<http://docs.openstack.org/user-guide/common/cli-manage-images.html#create-or-update-an-image-glance>`__.
<https://docs.openstack.org/user-guide/common/cli-manage-images.html#create-or-update-an-image-glance>`__.

View File

@ -7,7 +7,7 @@ There are several tools that are designed to automate image creation.
Diskimage-builder
~~~~~~~~~~~~~~~~~
`Diskimage-builder <http://docs.openstack.org/developer/diskimage-builder/>`_
`Diskimage-builder <https://docs.openstack.org/developer/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
<https://git.openstack.org/cgit/openstack/diskimage-builder/tree/elements>`_
and documented in the `diskimage-builder elements documentation
<http://docs.openstack.org/developer/diskimage-builder/elements.html>`_.
<https://docs.openstack.org/developer/diskimage-builder/elements.html>`_.
Oz
~~

View File

@ -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
<http://docs.openstack.org/developer/trove/dev/building_guest_images.html>`_.
<https://docs.openstack.org/developer/trove/dev/building_guest_images.html>`_.

View File

@ -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
<http://docs.openstack.org/user-guide/common/cli-manage-images.html#create-or-update-an-image-glance>`__.
<https://docs.openstack.org/user-guide/common/cli-manage-images.html#create-or-update-an-image-glance>`__.

View File

@ -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
<http://docs.openstack.org/cli-reference/glance.html#image-service-property-keys>`_.
<https://docs.openstack.org/cli-reference/glance.html#image-service-property-keys>`_.
All associated properties for an image can be displayed using the
:command:`openstack image show` command. For example:

View File

@ -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
<http://docs.openstack.org/user-guide/configure-access-and-security-for-instances.html>`_
<https://docs.openstack.org/user-guide/configure-access-and-security-for-instances.html>`_
for more information on how to create and inject key pairs with OpenStack.
CentOS

View File

@ -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 <http://docs.openstack.org/
`Provide user data to instances <https://docs.openstack.org/
user-guide/cli-provide-user-data-to-instances.html>`_,
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
<http://docs.openstack.org/user-guide/cli-config-drive.html>`_.
<https://docs.openstack.org/user-guide/cli-config-drive.html>`_.
As the OpenStack metadata service is compatible with version
2009-04-04 of the Amazon EC2 metadata service, consult the
Amazon EC2 documentation on

View File

@ -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
<http://docs.openstack.org/user-guide/common/cli-manage-images.html#create-or-update-an-image-glance>`__.
<https://docs.openstack.org/user-guide/common/cli-manage-images.html#create-or-update-an-image-glance>`__.