[image-guide] use https://docs.o.o/ instead of http
Change-Id: I635f70b576dd9d436b1fbd54ef0c2816e0c8fe0e
This commit is contained in:
parent
2c7324511a
commit
ed289f95b0
@ -3,7 +3,7 @@ name = virtualmachineimageguide
|
|||||||
summary = OpenStack Virtual Machine Image Guide
|
summary = OpenStack Virtual Machine Image Guide
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-docs@lists.openstack.org
|
author-email = openstack-docs@lists.openstack.org
|
||||||
home-page = http://docs.openstack.org/
|
home-page = https://docs.openstack.org/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
@ -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`
|
image to the Image service by using the :command:`openstack image create`
|
||||||
command. For more information, see the
|
command. For more information, see the
|
||||||
`Create or update an image
|
`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>`__.
|
||||||
|
@ -7,7 +7,7 @@ There are several tools that are designed to automate image creation.
|
|||||||
Diskimage-builder
|
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
|
is an automated disk image creation tool that supports a variety
|
||||||
of distributions and architectures.
|
of distributions and architectures.
|
||||||
Diskimage-builder (DIB) can build images for Fedora, Red Hat
|
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
|
More elements are available in the `git source directory
|
||||||
<https://git.openstack.org/cgit/openstack/diskimage-builder/tree/elements>`_
|
<https://git.openstack.org/cgit/openstack/diskimage-builder/tree/elements>`_
|
||||||
and documented in the `diskimage-builder elements documentation
|
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
|
Oz
|
||||||
~~
|
~~
|
||||||
|
@ -38,4 +38,4 @@ to find a VNC client that works on your local desktop.
|
|||||||
|
|
||||||
To create an image for the Database service,
|
To create an image for the Database service,
|
||||||
see `Building Guest Images for OpenStack Trove
|
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>`_.
|
||||||
|
@ -220,4 +220,4 @@ The underlying image file that you created with the
|
|||||||
Image service by using the :command:`openstack image create`
|
Image service by using the :command:`openstack image create`
|
||||||
command. For more information, see the
|
command. For more information, see the
|
||||||
`Create or update an image
|
`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>`__.
|
||||||
|
@ -31,7 +31,7 @@ Common image properties are also specified in the
|
|||||||
``/etc/glance/schema-image.json`` file.
|
``/etc/glance/schema-image.json`` file.
|
||||||
For a complete list of valid property keys and values, refer to the
|
For a complete list of valid property keys and values, refer to the
|
||||||
`OpenStack Command-Line Reference
|
`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
|
All associated properties for an image can be displayed using the
|
||||||
:command:`openstack image show` command. For example:
|
:command:`openstack image show` command. For example:
|
||||||
|
@ -10,7 +10,7 @@ Because many of the images disable SSH password authentication
|
|||||||
by default, boot the image with an injected key pair.
|
by default, boot the image with an injected key pair.
|
||||||
You can ``SSH`` into the instance with the private key and default
|
You can ``SSH`` into the instance with the private key and default
|
||||||
login account. See the `OpenStack End User Guide
|
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.
|
for more information on how to create and inject key pairs with OpenStack.
|
||||||
|
|
||||||
CentOS
|
CentOS
|
||||||
|
@ -272,7 +272,7 @@ Process user data and other metadata (cloud-init)
|
|||||||
|
|
||||||
In addition to the ssh public key, an image might need
|
In addition to the ssh public key, an image might need
|
||||||
additional information from OpenStack, such as
|
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>`_,
|
user-guide/cli-provide-user-data-to-instances.html>`_,
|
||||||
that the user submitted when requesting the image.
|
that the user submitted when requesting the image.
|
||||||
For example, you might want to set the host name of the instance
|
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
|
You can access this information through the metadata
|
||||||
service or referring to `Store metadata on the configuration drive
|
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
|
As the OpenStack metadata service is compatible with version
|
||||||
2009-04-04 of the Amazon EC2 metadata service, consult the
|
2009-04-04 of the Amazon EC2 metadata service, consult the
|
||||||
Amazon EC2 documentation on
|
Amazon EC2 documentation on
|
||||||
|
@ -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
|
is now ready for uploading to the Image service by using the
|
||||||
:command:`openstack image create` command. For more information, see the
|
:command:`openstack image create` command. For more information, see the
|
||||||
`Create or update an image
|
`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>`__.
|
||||||
|
Loading…
Reference in New Issue
Block a user