From b41af5b3add4fef10b235bd49fbbd7c6eac81af6 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com> Date: Fri, 27 Jan 2017 19:22:03 +0900 Subject: [PATCH] [user-guide] use https instead of http for docs.o.o Change-Id: I56a45b956f46d7ac1b431bc66f839a10c3fbe512 --- doc/user-guide/setup.cfg | 2 +- .../source/cli-access-instance-through-a-console.rst | 2 +- .../source/cli-change-the-size-of-your-server.rst | 2 +- doc/user-guide/source/cli-config-drive.rst | 2 +- .../source/cli-create-and-manage-networks.rst | 4 ++-- .../source/cli-create-and-manage-stacks.rst | 4 ++-- .../cli-nova-launch-instance-using-ISO-image.rst | 2 +- doc/user-guide/source/cli-reboot-an-instance.rst | 2 +- .../source/cli-stop-and-start-an-instance.rst | 2 +- doc/user-guide/source/cli-swift-static-website.rst | 4 ++-- doc/user-guide/source/dashboard-create-networks.rst | 2 +- doc/user-guide/source/dashboard-launch-instances.rst | 4 ++-- doc/user-guide/source/dashboard-manage-images.rst | 2 +- doc/user-guide/source/dashboard-stacks.rst | 2 +- doc/user-guide/source/hot.rst | 2 +- .../sdk-configure-access-security-instances.rst | 12 ++++++------ .../source/sdk-create-legacy-novaclient.rst | 2 +- doc/user-guide/source/sdk-overview.rst | 2 +- 18 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/user-guide/setup.cfg b/doc/user-guide/setup.cfg index 5abb51641b..23e6223dec 100644 --- a/doc/user-guide/setup.cfg +++ b/doc/user-guide/setup.cfg @@ -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 diff --git a/doc/user-guide/source/cli-access-instance-through-a-console.rst b/doc/user-guide/source/cli-access-instance-through-a-console.rst index 7d0725c1c1..a6244c757f 100644 --- a/doc/user-guide/source/cli-access-instance-through-a-console.rst +++ b/doc/user-guide/source/cli-access-instance-through-a-console.rst @@ -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>`__. diff --git a/doc/user-guide/source/cli-change-the-size-of-your-server.rst b/doc/user-guide/source/cli-change-the-size-of-your-server.rst index f494405da8..299740c500 100644 --- a/doc/user-guide/source/cli-change-the-size-of-your-server.rst +++ b/doc/user-guide/source/cli-change-the-size-of-your-server.rst @@ -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 diff --git a/doc/user-guide/source/cli-config-drive.rst b/doc/user-guide/source/cli-config-drive.rst index ad254aeb2a..06f0d49edc 100644 --- a/doc/user-guide/source/cli-config-drive.rst +++ b/doc/user-guide/source/cli-config-drive.rst @@ -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 diff --git a/doc/user-guide/source/cli-create-and-manage-networks.rst b/doc/user-guide/source/cli-create-and-manage-networks.rst index 05b44febf1..d6d3a53d0c 100644 --- a/doc/user-guide/source/cli-create-and-manage-networks.rst +++ b/doc/user-guide/source/cli-create-and-manage-networks.rst @@ -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 ~~~~~~~~~~~~~~ diff --git a/doc/user-guide/source/cli-create-and-manage-stacks.rst b/doc/user-guide/source/cli-create-and-manage-stacks.rst index 1355e3aa4a..fd9505f19e 100644 --- a/doc/user-guide/source/cli-create-and-manage-stacks.rst +++ b/doc/user-guide/source/cli-create-and-manage-stacks.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/user-guide/source/cli-nova-launch-instance-using-ISO-image.rst b/doc/user-guide/source/cli-nova-launch-instance-using-ISO-image.rst index 1362fd335d..5f0af3c803 100644 --- a/doc/user-guide/source/cli-nova-launch-instance-using-ISO-image.rst +++ b/doc/user-guide/source/cli-nova-launch-instance-using-ISO-image.rst @@ -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: diff --git a/doc/user-guide/source/cli-reboot-an-instance.rst b/doc/user-guide/source/cli-reboot-an-instance.rst index 6dff9567cb..f8c3d8a54f 100644 --- a/doc/user-guide/source/cli-reboot-an-instance.rst +++ b/doc/user-guide/source/cli-reboot-an-instance.rst @@ -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 diff --git a/doc/user-guide/source/cli-stop-and-start-an-instance.rst b/doc/user-guide/source/cli-stop-and-start-an-instance.rst index 666d8d8f66..9594120c8d 100644 --- a/doc/user-guide/source/cli-stop-and-start-an-instance.rst +++ b/doc/user-guide/source/cli-stop-and-start-an-instance.rst @@ -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 diff --git a/doc/user-guide/source/cli-swift-static-website.rst b/doc/user-guide/source/cli-swift-static-website.rst index f3cb88d2c9..e75f1650db 100644 --- a/doc/user-guide/source/cli-swift-static-website.rst +++ b/doc/user-guide/source/cli-swift-static-website.rst @@ -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, diff --git a/doc/user-guide/source/dashboard-create-networks.rst b/doc/user-guide/source/dashboard-create-networks.rst index a9f0e804a9..00006e3eb0 100644 --- a/doc/user-guide/source/dashboard-create-networks.rst +++ b/doc/user-guide/source/dashboard-create-networks.rst @@ -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 ~~~~~~~~~~~~~~~~ diff --git a/doc/user-guide/source/dashboard-launch-instances.rst b/doc/user-guide/source/dashboard-launch-instances.rst index de83460ab1..4d59566aac 100644 --- a/doc/user-guide/source/dashboard-launch-instances.rst +++ b/doc/user-guide/source/dashboard-launch-instances.rst @@ -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 diff --git a/doc/user-guide/source/dashboard-manage-images.rst b/doc/user-guide/source/dashboard-manage-images.rst index b70b6caf43..2865b86a80 100644 --- a/doc/user-guide/source/dashboard-manage-images.rst +++ b/doc/user-guide/source/dashboard-manage-images.rst @@ -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 diff --git a/doc/user-guide/source/dashboard-stacks.rst b/doc/user-guide/source/dashboard-stacks.rst index e40ee848eb..bf808c2eff 100644 --- a/doc/user-guide/source/dashboard-stacks.rst +++ b/doc/user-guide/source/dashboard-stacks.rst @@ -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/>`_. diff --git a/doc/user-guide/source/hot.rst b/doc/user-guide/source/hot.rst index 3934ef68e1..1d800ee014 100644 --- a/doc/user-guide/source/hot.rst +++ b/doc/user-guide/source/hot.rst @@ -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. diff --git a/doc/user-guide/source/sdk-configure-access-security-instances.rst b/doc/user-guide/source/sdk-configure-access-security-instances.rst index f50fa46284..b681922385 100644 --- a/doc/user-guide/source/sdk-configure-access-security-instances.rst +++ b/doc/user-guide/source/sdk-configure-access-security-instances.rst @@ -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: diff --git a/doc/user-guide/source/sdk-create-legacy-novaclient.rst b/doc/user-guide/source/sdk-create-legacy-novaclient.rst index f80f9cd579..c21ad64bd6 100644 --- a/doc/user-guide/source/sdk-create-legacy-novaclient.rst +++ b/doc/user-guide/source/sdk-create-legacy-novaclient.rst @@ -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 diff --git a/doc/user-guide/source/sdk-overview.rst b/doc/user-guide/source/sdk-overview.rst index bde1f7e944..26c23309f7 100644 --- a/doc/user-guide/source/sdk-overview.rst +++ b/doc/user-guide/source/sdk-overview.rst @@ -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