[firstapp] Use https

Use https where possible for links.

Change-Id: I764d3cf2f135bbe10b5bc514c39e5b8808e52137
This commit is contained in:
Andreas Jaeger 2017-01-27 10:49:35 +01:00
parent 1802d7719c
commit ad81291e4c
8 changed files with 22 additions and 22 deletions

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack Documentation author = OpenStack Documentation
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 =
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License

View File

@ -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 To install the 'trove' command-line client, see
`Install the OpenStack command-line clients `Install the OpenStack command-line clients
<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 environment variables for your cloud in an :file:`openrc.sh` To set up environment variables for your cloud in an :file:`openrc.sh`
file, see file, see
`Set environment variables using the OpenStack RC file <http://docs.openstack.org/cli-reference/common/cli_set_environment_variables_using_openstack_rc.html>`_. `Set environment variables using the OpenStack RC file <https://docs.openstack.org/cli-reference/common/cli_set_environment_variables_using_openstack_rc.html>`_.
Ensure you have an :file:`openrc.sh` file, source it, and validate that Ensure you have an :file:`openrc.sh` file, source it, and validate that
your trove client works: your trove client works:

View File

@ -8,7 +8,7 @@ Regions and geographic diversity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. note:: For more information about multi-site clouds, see the .. note:: For more information about multi-site clouds, see the
`Multi-Site chapter <http://docs.openstack.org/arch-design/multi-site.html>`_ `Multi-Site chapter <https://docs.openstack.org/arch-design/multi-site.html>`_
in the Architecture Design Guide. in the Architecture Design Guide.
OpenStack supports 'regions', which are geographically-separated OpenStack supports 'regions', which are geographically-separated
@ -23,7 +23,7 @@ Multiple clouds
.. note:: For more information about hybrid clouds, see the `Hybrid .. note:: For more information about hybrid clouds, see the `Hybrid
Cloud chapter Cloud chapter
<http://docs.openstack.org/arch-design/hybrid.html>`_ <https://docs.openstack.org/arch-design/hybrid.html>`_
in the Architecture Design Guide. in the Architecture Design Guide.
You might want to use multiple clouds, such as a private cloud inside 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 Wow! If you have made it through this section, you know more than the
authors of this guide know about working with OpenStack clouds. authors of this guide know about working with OpenStack clouds.
Perhaps you can `contribute <http://docs.openstack.org/contributor-guide/>`_? Perhaps you can `contribute <https://docs.openstack.org/contributor-guide/>`_?

View File

@ -9,11 +9,11 @@ Make it durable
.. todo:: Explain how to get objects back out again. .. todo:: Explain how to get objects back out again.
.. todo:: Large object support in Swift .. 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. This section introduces object storage.
`OpenStack Object Storage <http://www.openstack.org/software/openstack-storage/>`_ `OpenStack Object Storage <https://www.openstack.org/software/openstack-storage/>`_
(code-named swift) is open-source software that enables you to create (code-named swift) is open-source software that enables you to create
redundant, scalable data storage by using clusters of standardized servers to 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 store petabytes of accessible data. It is a long-term storage system for large

View File

@ -65,12 +65,12 @@ and toolkits with the OpenStack cloud:
* - Python * - Python
- OpenStack SDK - OpenStack SDK
- A Python-based library for OpenStack. - A Python-based library for OpenStack.
- http://developer.openstack.org/sdks/python/openstacksdk/ - https://developer.openstack.org/sdks/python/openstacksdk/
* - Python * - Python
- Shade - Shade
- A Python-based library developed by OpenStack Infra team. - A Python-based library developed by OpenStack Infra team.
Use it to operate multiple OpenStack clouds. Use it to operate multiple OpenStack clouds.
- http://docs.openstack.org/infra/shade/ - https://docs.openstack.org/infra/shade/
* - Java * - Java
- `jClouds <https://jclouds.apache.org>`_ - `jClouds <https://jclouds.apache.org>`_
- A Java-based library that the Apache Foundation manages. - A Java-based library that the Apache Foundation manages.
@ -226,7 +226,7 @@ To interact with the cloud, you must also have
.. only:: shade .. only:: shade
`a recent version of shade library installed <http://docs.openstack.org/infra/shade/installation.html>`_. `a recent version of shade library installed <https://docs.openstack.org/infra/shade/installation.html>`_.
.. note:: Before proceeding, install the latest version of shade. .. 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 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 upload one depending on the policy settings of your cloud. For information about
how to upload images, see how to upload images, see
`obtaining images <http://docs.openstack.org/image-guide/obtain-images.html>`_. `obtaining images <https://docs.openstack.org/image-guide/obtain-images.html>`_.
Set the image and size variables to appropriate values for your cloud. We will Set the image and size variables to appropriate values for your cloud. We will
use these variables in later sections. use these variables in later sections.

View File

@ -252,7 +252,7 @@ executes the shell script in the :code:`userdata` variable.
When an SSH public key is provided during instance creation, When an SSH public key is provided during instance creation,
cloud-init installs this key on a user account. (The user name cloud-init installs this key on a user account. (The user name
varies between cloud images.) See the `Obtaining Images <http://docs.openstack.org/image-guide/obtain-images.html>`_ varies between cloud images.) See the `Obtaining Images <https://docs.openstack.org/image-guide/obtain-images.html>`_
section of the image guide for guidance about which user name you section of the image guide for guidance about which user name you
should use when SSHing. If you still have problems logging in, ask should use when SSHing. If you still have problems logging in, ask
your cloud provider to confirm the user name. your cloud provider to confirm the user name.

View File

@ -67,11 +67,11 @@ Because the SDKs do not fully support the OpenStack Networking API, this
section uses the command-line clients. section uses the command-line clients.
Use this guide to install the 'openstack' command-line client: 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 Use this guide to set up the necessary variables for your cloud in an
'openrc' file: '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 Ensure you have an openrc.sh file, source it, and then check that your
openstack client works: :: openstack client works: ::
@ -586,7 +586,7 @@ Neutron LbaaS API
----------------- -----------------
.. note:: This section is based on the Neutron LBaaS API version 1.0 .. 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: .. todo:: libcloud support added 0.14:
https://developer.rackspace.com/blog/libcloud-0-dot-14-released/ - https://developer.rackspace.com/blog/libcloud-0-dot-14-released/ -

View File

@ -38,7 +38,7 @@ volumes, compute instances, networking topology, and security policies.
available; ask your support team for assistance. available; ask your support team for assistance.
This section introduces the This section introduces the
`HOT templating language <http://docs.openstack.org/developer/heat/template_guide/hot_guide.html>`_, `HOT templating language <https://docs.openstack.org/developer/heat/template_guide/hot_guide.html>`_,
and takes you through some common OpenStack Orchestration calls. and takes you through some common OpenStack Orchestration calls.
In previous sections, you used your SDK to programmatically interact with 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. the Orchestration API directly through template files.
Install the 'heat' command-line client by following this guide: 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 Use this guide to set up the necessary variables for your cloud in an
'openrc' file: '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 .. only:: dotnet
@ -88,7 +88,7 @@ HOT templating language
To learn about the template syntax for OpenStack Orchestration, how to To learn about the template syntax for OpenStack Orchestration, how to
create basic templates, and their inputs and outputs, see create basic templates, and their inputs and outputs, see
`Heat Orchestration Template (HOT) Guide <http://docs.openstack.org/developer/heat/template_guide/hot_guide.html>`_. `Heat Orchestration Template (HOT) Guide <https://docs.openstack.org/developer/heat/template_guide/hot_guide.html>`_.
Work with stacks: Basics 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 To better understand how the template works, use this guide to install the
'ceilometer' command-line client: '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 To set up the necessary variables for your cloud in an 'openrc' file, use this
guide: 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 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. usage. The meter that we are interested in is the :code:`cpu_util` meter.