[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
|
summary = OpenStack End User 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
|
||||||
|
@ -49,4 +49,4 @@ returning a token-authenticated address, as in the example above.
|
|||||||
|
|
||||||
For further information and comparisons (including security
|
For further information and comparisons (including security
|
||||||
considerations), see the `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
|
period (in seconds) a guest operation system is allowed
|
||||||
to complete the shutdown. The default timeout is 60 seconds.
|
to complete the shutdown. The default timeout is 60 seconds.
|
||||||
See `Description of Compute configuration options
|
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.
|
for details.
|
||||||
|
|
||||||
The timeout value can be overridden on a per image basis
|
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
|
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
|
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
|
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.
|
This metadata is different from the user data.
|
||||||
|
|
||||||
One use case for using the configuration drive is to pass a networking
|
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
|
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
|
Create networks
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
@ -151,7 +151,7 @@ parameters:
|
|||||||
|
|
||||||
For information and examples on more advanced use of neutron's
|
For information and examples on more advanced use of neutron's
|
||||||
``subnet`` subcommand, see the `OpenStack Administrator
|
``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
|
Create routers
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
@ -16,9 +16,9 @@ groups, and users. The resources, once created, are referred to as
|
|||||||
stacks.
|
stacks.
|
||||||
|
|
||||||
The template languages are described in the `Template
|
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
|
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
|
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.
|
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
|
`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.
|
for reference.
|
||||||
|
|
||||||
.. _Make_instance_booted_from_ISO_image_functional:
|
.. _Make_instance_booted_from_ISO_image_functional:
|
||||||
|
@ -52,7 +52,7 @@ command:
|
|||||||
a guest operation system is allowed to complete the shutdown.
|
a guest operation system is allowed to complete the shutdown.
|
||||||
The default timeout is 60 seconds. See `Description of
|
The default timeout is 60 seconds. See `Description of
|
||||||
Compute configuration options
|
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.
|
for details.
|
||||||
|
|
||||||
The timeout value can be overridden on a per image basis
|
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
|
period (in seconds) a guest operation system is allowed
|
||||||
to complete the shutdown. The default timeout is 60 seconds.
|
to complete the shutdown. The default timeout is 60 seconds.
|
||||||
See `Description of Compute configuration options
|
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.
|
for details.
|
||||||
|
|
||||||
The timeout value can be overridden on a per image basis
|
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
|
middleware. You must also add a Static Web middleware configuration
|
||||||
section.
|
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).
|
(including static web).
|
||||||
|
|
||||||
Your publicly readable containers are checked for two headers,
|
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
|
instructions for creating a network and a router. For detailed
|
||||||
information about managing networks, refer to the `OpenStack
|
information about managing networks, refer to the `OpenStack
|
||||||
Administrator
|
Administrator
|
||||||
Guide <http://docs.openstack.org/admin-guide/networking.html>`__.
|
Guide <https://docs.openstack.org/admin-guide/networking.html>`__.
|
||||||
|
|
||||||
Create a network
|
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.
|
copy of the image on the compute node where the instance starts.
|
||||||
|
|
||||||
For details on creating images, see `Creating images
|
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*.
|
in the *OpenStack Virtual Machine Image Guide*.
|
||||||
|
|
||||||
When you launch an instance from a volume, note the following steps:
|
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
|
It is also possible to SSH into an instance without an SSH keypair, if the
|
||||||
administrator has enabled root password injection. For more information
|
administrator has enabled root password injection. For more information
|
||||||
about root password injection, see `Injecting the administrator password
|
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*.
|
in the *OpenStack Administrator Guide*.
|
||||||
|
|
||||||
Track usage for instances
|
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
|
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/>`_.
|
Image Guide <https://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
|
||||||
|
@ -18,7 +18,7 @@ and users. Once created, the resources are referred to as
|
|||||||
stacks.
|
stacks.
|
||||||
|
|
||||||
The template languages are described in the `Template Guide
|
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.
|
html>`_ in the `Heat developer documentation <http://docs.
|
||||||
openstack.org/developer/heat/>`_.
|
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.
|
write heat templates to orchestrate cloud resources.
|
||||||
|
|
||||||
To learn how, refer to the `Template Guide
|
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.
|
on the OpenStack developer documentation website.
|
||||||
|
@ -83,7 +83,7 @@ List keypairs
|
|||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
To list keypairs, call the
|
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
|
org/developer/python-novaclient/api/novaclient.v1_1.keypairs.html
|
||||||
#novaclient.v1_1.keypairs.KeypairManager.list>`__ method:
|
#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
|
To list security groups for the current project, call the
|
||||||
`novaclient.v\_1.security\_groups.SecurityGroupManager.list
|
`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.
|
.v1_1.security_groups.html#novaclient.v1_1.security_groups.
|
||||||
SecurityGroupManager.list>`__ method:
|
SecurityGroupManager.list>`__ method:
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ SecurityGroupManager.list>`__ method:
|
|||||||
|
|
||||||
To create a security group with a specified name and description, call
|
To create a security group with a specified name and description, call
|
||||||
the `novaclient.v\_1.security\_groups.SecurityGroupManager.create
|
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.
|
v1_1.security_groups.html#novaclient.v1_1.security_groups.
|
||||||
SecurityGroupManager.create>`__ method:
|
SecurityGroupManager.create>`__ method:
|
||||||
|
|
||||||
@ -124,11 +124,11 @@ SecurityGroupManager.create>`__ method:
|
|||||||
|
|
||||||
To delete a security group, call the
|
To delete a security group, call the
|
||||||
`novaclient.v\_1.security\_groups.SecurityGroupManager.delete
|
`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.
|
v1_1.security_groups.html#novaclient.v1_1.security_groups.
|
||||||
SecurityGroupManager.delete>`__ method, passing either a
|
SecurityGroupManager.delete>`__ method, passing either a
|
||||||
`novaclient.v1\_1.security\_groups.SecurityGroup
|
`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.
|
.v1_1.security_groups.html#novaclient.v1_1.security_groups.
|
||||||
SecurityGroup>`__ object or group ID as an argument:
|
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
|
To add a rule to a security group, call the
|
||||||
`novaclient.v1\_1.security\_group\_rules.SecurityGroupRuleManager.create
|
`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.
|
novaclient.v1_1.security_group_rules.html#novaclient.v1_1.
|
||||||
security_group_rules.SecurityGroupRuleManager.create>`__ method:
|
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
|
To use the legacy ``python-novaclient`` with a Compute endpoint, instantiate a
|
||||||
`novaclient.v2.client.Client
|
`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``:
|
object using ``os-client-config``:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
@ -50,7 +50,7 @@ Direct REST calls via keystoneauth
|
|||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
All of OpenStack's APIs are actually REST APIs. The
|
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
|
provides an object that looks very much like a
|
||||||
`Session <http://docs.python-requests.org/en/master/api/#request-sessions>`_
|
`Session <http://docs.python-requests.org/en/master/api/#request-sessions>`_
|
||||||
object from the Python
|
object from the Python
|
||||||
|
Loading…
Reference in New Issue
Block a user