From ad81291e4cc28d6695a3189ad9022abc51069f69 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 27 Jan 2017 10:49:35 +0100 Subject: [PATCH] [firstapp] Use https Use https where possible for links. Change-Id: I764d3cf2f135bbe10b5bc514c39e5b8808e52137 --- firstapp/setup.cfg | 2 +- firstapp/source/block_storage.rst | 4 ++-- firstapp/source/craziness.rst | 6 +++--- firstapp/source/durability.rst | 4 ++-- firstapp/source/getting_started.rst | 8 ++++---- firstapp/source/introduction.rst | 2 +- firstapp/source/networking.rst | 6 +++--- firstapp/source/orchestration.rst | 12 ++++++------ 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/firstapp/setup.cfg b/firstapp/setup.cfg index 75b891639..44a86e067 100644 --- a/firstapp/setup.cfg +++ b/firstapp/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack Documentation author-email = openstack-docs@lists.openstack.org -home-page = http://docs.openstack.org/ +home-page = https://docs.openstack.org/ classifier = Intended Audience :: Developers License :: OSI Approved :: Apache Software License diff --git a/firstapp/source/block_storage.rst b/firstapp/source/block_storage.rst index 072a45724..6597625da 100644 --- a/firstapp/source/block_storage.rst +++ b/firstapp/source/block_storage.rst @@ -354,11 +354,11 @@ SDKs do not generally support the service yet, but you can use the To install the 'trove' command-line client, see `Install the OpenStack command-line clients -`_. +`_. To set up environment variables for your cloud in an :file:`openrc.sh` file, see -`Set environment variables using the OpenStack RC file `_. +`Set environment variables using the OpenStack RC file `_. Ensure you have an :file:`openrc.sh` file, source it, and validate that your trove client works: diff --git a/firstapp/source/craziness.rst b/firstapp/source/craziness.rst index cc8c6121d..1f9aea618 100644 --- a/firstapp/source/craziness.rst +++ b/firstapp/source/craziness.rst @@ -8,7 +8,7 @@ Regions and geographic diversity ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. note:: For more information about multi-site clouds, see the - `Multi-Site chapter `_ + `Multi-Site chapter `_ in the Architecture Design Guide. OpenStack supports 'regions', which are geographically-separated @@ -23,7 +23,7 @@ Multiple clouds .. note:: For more information about hybrid clouds, see the `Hybrid Cloud chapter - `_ + `_ in the Architecture Design Guide. You might want to use multiple clouds, such as a private cloud inside @@ -74,4 +74,4 @@ Next steps Wow! If you have made it through this section, you know more than the authors of this guide know about working with OpenStack clouds. -Perhaps you can `contribute `_? +Perhaps you can `contribute `_? diff --git a/firstapp/source/durability.rst b/firstapp/source/durability.rst index 4a037daed..b904a7090 100644 --- a/firstapp/source/durability.rst +++ b/firstapp/source/durability.rst @@ -9,11 +9,11 @@ Make it durable .. todo:: Explain how to get objects back out again. .. todo:: Large object support in Swift - http://docs.openstack.org/developer/swift/overview_large_objects.html + https://docs.openstack.org/developer/swift/overview_large_objects.html This section introduces object storage. -`OpenStack Object Storage `_ +`OpenStack Object Storage `_ (code-named swift) is open-source software that enables you to create redundant, scalable data storage by using clusters of standardized servers to store petabytes of accessible data. It is a long-term storage system for large diff --git a/firstapp/source/getting_started.rst b/firstapp/source/getting_started.rst index 56121dd3e..592e40082 100644 --- a/firstapp/source/getting_started.rst +++ b/firstapp/source/getting_started.rst @@ -65,12 +65,12 @@ and toolkits with the OpenStack cloud: * - Python - OpenStack SDK - A Python-based library for OpenStack. - - http://developer.openstack.org/sdks/python/openstacksdk/ + - https://developer.openstack.org/sdks/python/openstacksdk/ * - Python - Shade - A Python-based library developed by OpenStack Infra team. Use it to operate multiple OpenStack clouds. - - http://docs.openstack.org/infra/shade/ + - https://docs.openstack.org/infra/shade/ * - Java - `jClouds `_ - A Java-based library that the Apache Foundation manages. @@ -226,7 +226,7 @@ To interact with the cloud, you must also have .. only:: shade - `a recent version of shade library installed `_. + `a recent version of shade library installed `_. .. note:: Before proceeding, install the latest version of shade. @@ -687,7 +687,7 @@ the image and flavor that you choose. If the image that you want is not available in your cloud, you can usually upload one depending on the policy settings of your cloud. For information about how to upload images, see -`obtaining images `_. +`obtaining images `_. Set the image and size variables to appropriate values for your cloud. We will use these variables in later sections. diff --git a/firstapp/source/introduction.rst b/firstapp/source/introduction.rst index 394e3a05f..973730bb4 100644 --- a/firstapp/source/introduction.rst +++ b/firstapp/source/introduction.rst @@ -252,7 +252,7 @@ executes the shell script in the :code:`userdata` variable. When an SSH public key is provided during instance creation, cloud-init installs this key on a user account. (The user name -varies between cloud images.) See the `Obtaining Images `_ +varies between cloud images.) See the `Obtaining Images `_ section of the image guide for guidance about which user name you should use when SSHing. If you still have problems logging in, ask your cloud provider to confirm the user name. diff --git a/firstapp/source/networking.rst b/firstapp/source/networking.rst index e2d3a8cf2..474fb9af5 100644 --- a/firstapp/source/networking.rst +++ b/firstapp/source/networking.rst @@ -67,11 +67,11 @@ Because the SDKs do not fully support the OpenStack Networking API, this section uses the command-line clients. Use this guide to install the 'openstack' command-line client: -http://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html#install-the-clients +https://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html#install-the-clients Use this guide to set up the necessary variables for your cloud in an 'openrc' file: -http://docs.openstack.org/cli-reference/common/cli_set_environment_variables_using_openstack_rc.html +https://docs.openstack.org/cli-reference/common/cli_set_environment_variables_using_openstack_rc.html Ensure you have an openrc.sh file, source it, and then check that your openstack client works: :: @@ -586,7 +586,7 @@ Neutron LbaaS API ----------------- .. note:: This section is based on the Neutron LBaaS API version 1.0 - http://docs.openstack.org/admin-guide/networking_adv-features.html#basic-load-balancer-as-a-service-operations + https://docs.openstack.org/admin-guide/networking_adv-features.html#basic-load-balancer-as-a-service-operations .. todo:: libcloud support added 0.14: https://developer.rackspace.com/blog/libcloud-0-dot-14-released/ - diff --git a/firstapp/source/orchestration.rst b/firstapp/source/orchestration.rst index 2fa100a0f..99c3381e0 100644 --- a/firstapp/source/orchestration.rst +++ b/firstapp/source/orchestration.rst @@ -38,7 +38,7 @@ volumes, compute instances, networking topology, and security policies. available; ask your support team for assistance. This section introduces the -`HOT templating language `_, +`HOT templating language `_, and takes you through some common OpenStack Orchestration calls. In previous sections, you used your SDK to programmatically interact with @@ -46,11 +46,11 @@ OpenStack. In this section, you use the 'heat' command-line client to access the Orchestration API directly through template files. Install the 'heat' command-line client by following this guide: -http://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html#install-the-clients +https://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html#install-the-clients Use this guide to set up the necessary variables for your cloud in an 'openrc' file: -http://docs.openstack.org/cli-reference/common/cli_set_environment_variables_using_openstack_rc.html +https://docs.openstack.org/cli-reference/common/cli_set_environment_variables_using_openstack_rc.html .. only:: dotnet @@ -88,7 +88,7 @@ HOT templating language To learn about the template syntax for OpenStack Orchestration, how to create basic templates, and their inputs and outputs, see -`Heat Orchestration Template (HOT) Guide `_. +`Heat Orchestration Template (HOT) Guide `_. Work with stacks: Basics ------------------------ @@ -210,12 +210,12 @@ The example template depends on the ceilometer project, which is part of the To better understand how the template works, use this guide to install the 'ceilometer' command-line client: -* http://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html#install-the-clients +* https://docs.openstack.org/cli-reference/common/cli_install_openstack_command_line_clients.html#install-the-clients To set up the necessary variables for your cloud in an 'openrc' file, use this guide: -* http://docs.openstack.org/cli-reference/common/cli_set_environment_variables_using_openstack_rc.html +* https://docs.openstack.org/cli-reference/common/cli_set_environment_variables_using_openstack_rc.html The Telemetry service uses meters to measure a given aspect of a resources usage. The meter that we are interested in is the :code:`cpu_util` meter.