[user-guide] use https instead of http for docs.o.o
Change-Id: I56a45b956f46d7ac1b431bc66f839a10c3fbe512
This commit is contained in:
parent
2c7324511a
commit
b41af5b3ad
@ -3,7 +3,7 @@ name = openstackuserguide
|
||||
summary = OpenStack End User 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
|
||||
|
@ -49,4 +49,4 @@ returning a token-authenticated address, as in the example above.
|
||||
|
||||
For further information and comparisons (including security
|
||||
considerations), see the `Security
|
||||
Guide <http://docs.openstack.org/security-guide/compute.html>`__.
|
||||
Guide <https://docs.openstack.org/security-guide/compute.html>`__.
|
||||
|
@ -80,7 +80,7 @@ Change the size of a server by changing its flavor.
|
||||
period (in seconds) a guest operation system is allowed
|
||||
to complete the shutdown. The default timeout is 60 seconds.
|
||||
See `Description of Compute configuration options
|
||||
<http://docs.openstack.org/newton/config-reference/compute/config-options.html>`_
|
||||
<https://docs.openstack.org/newton/config-reference/compute/config-options.html>`_
|
||||
for details.
|
||||
|
||||
The timeout value can be overridden on a per image basis
|
||||
|
@ -4,7 +4,7 @@ Store metadata on a configuration drive
|
||||
You can configure OpenStack to write metadata to a special configuration drive
|
||||
that attaches to the instance when it boots. The instance can mount this drive
|
||||
and read files from it to get information that is normally available through
|
||||
the `metadata service <http://docs.openstack.org/admin-guide/compute-networking-nova.html#metadata-service>`__.
|
||||
the `metadata service <https://docs.openstack.org/admin-guide/compute-networking-nova.html#metadata-service>`__.
|
||||
This metadata is different from the user data.
|
||||
|
||||
One use case for using the configuration drive is to pass a networking
|
||||
|
@ -3,7 +3,7 @@ Create and manage networks
|
||||
==========================
|
||||
|
||||
Before you run commands, `set environment variables using the OpenStack RC file
|
||||
<http://docs.openstack.org/user-guide/common/cli-set-environment-variables-using-openstack-rc.html>`_.
|
||||
<https://docs.openstack.org/user-guide/common/cli-set-environment-variables-using-openstack-rc.html>`_.
|
||||
|
||||
Create networks
|
||||
~~~~~~~~~~~~~~~
|
||||
@ -151,7 +151,7 @@ parameters:
|
||||
|
||||
For information and examples on more advanced use of neutron's
|
||||
``subnet`` subcommand, see the `OpenStack Administrator
|
||||
Guide <http://docs.openstack.org/admin-guide/networking-use.html#advanced-networking-operations>`__.
|
||||
Guide <https://docs.openstack.org/admin-guide/networking-use.html#advanced-networking-operations>`__.
|
||||
|
||||
Create routers
|
||||
~~~~~~~~~~~~~~
|
||||
|
@ -16,9 +16,9 @@ groups, and users. The resources, once created, are referred to as
|
||||
stacks.
|
||||
|
||||
The template languages are described in the `Template
|
||||
Guide <http://docs.openstack.org/developer/heat/template_guide/index.html>`__
|
||||
Guide <https://docs.openstack.org/developer/heat/template_guide/index.html>`__
|
||||
in the `Heat developer
|
||||
documentation <http://docs.openstack.org/developer/heat/>`__.
|
||||
documentation <https://docs.openstack.org/developer/heat/>`__.
|
||||
|
||||
Create a stack from an example template file
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -89,7 +89,7 @@ is finished and system is rebooted, the instance asks you again to
|
||||
install the operating system, which means your instance is not usable.
|
||||
If you have problems with image creation, please check the
|
||||
`Virtual Machine Image Guide
|
||||
<http://docs.openstack.org/image-guide/create-images-manually.html>`_
|
||||
<https://docs.openstack.org/image-guide/create-images-manually.html>`_
|
||||
for reference.
|
||||
|
||||
.. _Make_instance_booted_from_ISO_image_functional:
|
||||
|
@ -52,7 +52,7 @@ command:
|
||||
a guest operation system is allowed to complete the shutdown.
|
||||
The default timeout is 60 seconds. See `Description of
|
||||
Compute configuration options
|
||||
<http://docs.openstack.org/newton/config-reference/compute/config-options.html>`_
|
||||
<https://docs.openstack.org/newton/config-reference/compute/config-options.html>`_
|
||||
for details.
|
||||
|
||||
The timeout value can be overridden on a per image basis
|
||||
|
@ -68,7 +68,7 @@ You can run the following shelving tasks:
|
||||
period (in seconds) a guest operation system is allowed
|
||||
to complete the shutdown. The default timeout is 60 seconds.
|
||||
See `Description of Compute configuration options
|
||||
<http://docs.openstack.org/newton/config-reference/compute/config-options.html>`_
|
||||
<https://docs.openstack.org/newton/config-reference/compute/config-options.html>`_
|
||||
for details.
|
||||
|
||||
The timeout value can be overridden on a per image basis
|
||||
|
@ -20,9 +20,9 @@ The Static Web filter must be added to the pipeline in your
|
||||
middleware. You must also add a Static Web middleware configuration
|
||||
section.
|
||||
|
||||
See the Cloud Administrator Guide for an example of the `static web configuration syntax <http://docs.openstack.org/newton/config-reference/object-storage/features.html#static-web-sites>`_.
|
||||
See the Cloud Administrator Guide for an example of the `static web configuration syntax <https://docs.openstack.org/newton/config-reference/object-storage/features.html#static-web-sites>`_.
|
||||
|
||||
See the Cloud Administrator Guide for a complete example of the `/etc/swift/proxy-server.conf file <http://docs.openstack.org/newton/config-reference/object-storage/proxy-server.html#sample-proxy-server-configuration-file>`_
|
||||
See the Cloud Administrator Guide for a complete example of the `/etc/swift/proxy-server.conf file <https://docs.openstack.org/newton/config-reference/object-storage/proxy-server.html#sample-proxy-server-configuration-file>`_
|
||||
(including static web).
|
||||
|
||||
Your publicly readable containers are checked for two headers,
|
||||
|
@ -11,7 +11,7 @@ Networking in OpenStack is complex. This section provides the basic
|
||||
instructions for creating a network and a router. For detailed
|
||||
information about managing networks, refer to the `OpenStack
|
||||
Administrator
|
||||
Guide <http://docs.openstack.org/admin-guide/networking.html>`__.
|
||||
Guide <https://docs.openstack.org/admin-guide/networking.html>`__.
|
||||
|
||||
Create a network
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
@ -179,7 +179,7 @@ When you launch an instance from an image, OpenStack creates a local
|
||||
copy of the image on the compute node where the instance starts.
|
||||
|
||||
For details on creating images, see `Creating images
|
||||
manually <http://docs.openstack.org/image-guide/create-images-manually.html>`_
|
||||
manually <https://docs.openstack.org/image-guide/create-images-manually.html>`_
|
||||
in the *OpenStack Virtual Machine Image Guide*.
|
||||
|
||||
When you launch an instance from a volume, note the following steps:
|
||||
@ -220,7 +220,7 @@ file.
|
||||
It is also possible to SSH into an instance without an SSH keypair, if the
|
||||
administrator has enabled root password injection. For more information
|
||||
about root password injection, see `Injecting the administrator password
|
||||
<http://docs.openstack.org/admin-guide/compute-admin-password-injection.html>`_
|
||||
<https://docs.openstack.org/admin-guide/compute-admin-password-injection.html>`_
|
||||
in the *OpenStack Administrator Guide*.
|
||||
|
||||
Track usage for instances
|
||||
|
@ -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
|
||||
to create virtual machine instances within the cloud. For information
|
||||
about creating image files, see the `OpenStack Virtual Machine
|
||||
Image Guide <http://docs.openstack.org/image-guide/>`_.
|
||||
Image Guide <https://docs.openstack.org/image-guide/>`_.
|
||||
|
||||
Depending on your role, you may have permission to upload and manage
|
||||
virtual machine images. Operators might restrict the upload and
|
||||
|
@ -18,7 +18,7 @@ and users. Once created, the resources are referred to as
|
||||
stacks.
|
||||
|
||||
The template languages are described in the `Template Guide
|
||||
<http://docs.openstack.org/developer/heat/template_guide/index.
|
||||
<https://docs.openstack.org/developer/heat/template_guide/index.
|
||||
html>`_ in the `Heat developer documentation <http://docs.
|
||||
openstack.org/developer/heat/>`_.
|
||||
|
||||
|
@ -6,5 +6,5 @@ Orchestration is compatible with the CloudFormation template, but you can also
|
||||
write heat templates to orchestrate cloud resources.
|
||||
|
||||
To learn how, refer to the `Template Guide
|
||||
<http://docs.openstack.org/developer/heat/template_guide/index.html>`__
|
||||
<https://docs.openstack.org/developer/heat/template_guide/index.html>`__
|
||||
on the OpenStack developer documentation website.
|
||||
|
@ -83,7 +83,7 @@ List keypairs
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
To list keypairs, call the
|
||||
`novaclient.v1\_1.keypairs.KeypairManager.list <http://docs.openstack.
|
||||
`novaclient.v1\_1.keypairs.KeypairManager.list <https://docs.openstack.
|
||||
org/developer/python-novaclient/api/novaclient.v1_1.keypairs.html
|
||||
#novaclient.v1_1.keypairs.KeypairManager.list>`__ method:
|
||||
|
||||
@ -100,7 +100,7 @@ Create and manage security groups
|
||||
|
||||
To list security groups for the current project, call the
|
||||
`novaclient.v\_1.security\_groups.SecurityGroupManager.list
|
||||
<http://docs.openstack.org/developer/python-novaclient/api/novaclient
|
||||
<https://docs.openstack.org/developer/python-novaclient/api/novaclient
|
||||
.v1_1.security_groups.html#novaclient.v1_1.security_groups.
|
||||
SecurityGroupManager.list>`__ method:
|
||||
|
||||
@ -112,7 +112,7 @@ SecurityGroupManager.list>`__ method:
|
||||
|
||||
To create a security group with a specified name and description, call
|
||||
the `novaclient.v\_1.security\_groups.SecurityGroupManager.create
|
||||
<http://docs.openstack.org/developer/python-novaclient/api/novaclient.
|
||||
<https://docs.openstack.org/developer/python-novaclient/api/novaclient.
|
||||
v1_1.security_groups.html#novaclient.v1_1.security_groups.
|
||||
SecurityGroupManager.create>`__ method:
|
||||
|
||||
@ -124,11 +124,11 @@ SecurityGroupManager.create>`__ method:
|
||||
|
||||
To delete a security group, call the
|
||||
`novaclient.v\_1.security\_groups.SecurityGroupManager.delete
|
||||
<http://docs.openstack.org/developer/python-novaclient/api/novaclient.
|
||||
<https://docs.openstack.org/developer/python-novaclient/api/novaclient.
|
||||
v1_1.security_groups.html#novaclient.v1_1.security_groups.
|
||||
SecurityGroupManager.delete>`__ method, passing either a
|
||||
`novaclient.v1\_1.security\_groups.SecurityGroup
|
||||
<http://docs.openstack.org/developer/python-novaclient/api/novaclient
|
||||
<https://docs.openstack.org/developer/python-novaclient/api/novaclient
|
||||
.v1_1.security_groups.html#novaclient.v1_1.security_groups.
|
||||
SecurityGroup>`__ object or group ID as an argument:
|
||||
|
||||
@ -161,7 +161,7 @@ _groups.html#novaclient.v1_1.security_groups.SecurityGroup>`__ object:
|
||||
|
||||
To add a rule to a security group, call the
|
||||
`novaclient.v1\_1.security\_group\_rules.SecurityGroupRuleManager.create
|
||||
<http://docs.openstack.org/developer/python-novaclient/api/
|
||||
<https://docs.openstack.org/developer/python-novaclient/api/
|
||||
novaclient.v1_1.security_group_rules.html#novaclient.v1_1.
|
||||
security_group_rules.SecurityGroupRuleManager.create>`__ method:
|
||||
|
||||
|
@ -9,7 +9,7 @@ replacing ``compute`` with ``network``.
|
||||
|
||||
To use the legacy ``python-novaclient`` with a Compute endpoint, instantiate a
|
||||
`novaclient.v2.client.Client
|
||||
<http://docs.openstack.org/developer/python-novaclient/ref/v2/client.html>`__
|
||||
<https://docs.openstack.org/developer/python-novaclient/ref/v2/client.html>`__
|
||||
object using ``os-client-config``:
|
||||
|
||||
.. code-block:: python
|
||||
|
@ -50,7 +50,7 @@ Direct REST calls via keystoneauth
|
||||
----------------------------------
|
||||
|
||||
All of OpenStack's APIs are actually REST APIs. The
|
||||
`keystoneauth <http://docs.openstack.org/developer/keystoneauth>`_ library
|
||||
`keystoneauth <https://docs.openstack.org/developer/keystoneauth>`_ library
|
||||
provides an object that looks very much like a
|
||||
`Session <http://docs.python-requests.org/en/master/api/#request-sessions>`_
|
||||
object from the Python
|
||||
|
Loading…
Reference in New Issue
Block a user