Merge "fix http links to https link and remove useless whitespaces"

This commit is contained in:
Zuul 2018-12-22 18:16:32 +00:00 committed by Gerrit Code Review
commit d7233f9ff9
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ Extra
----- -----
Tags: Tags:
If it's a bug that needs fixing in a branch in addition to Master, add a '\<release\>-backport-potential' tag (eg ``juno-backport-potential``). There are predefined tags that will autocomplete. If it's a bug that needs fixing in a branch in addition to Master, add a '\<release\>-backport-potential' tag (eg ``juno-backport-potential``). There are predefined tags that will autocomplete.
Status: Status:
Please leave this alone, it should be New till someone triages the issue. Please leave this alone, it should be New till someone triages the issue.

View File

@ -6,7 +6,7 @@ This Ansible role creates the configuration files used by various
OpenStack CLI tools. For more information about these tools, see the OpenStack CLI tools. For more information about these tools, see the
`OpenStack CLI Reference`_. `OpenStack CLI Reference`_.
.. _OpenStack CLI Reference: http://docs.openstack.org/cli-reference/overview.html .. _OpenStack CLI Reference: https://docs.openstack.org/cli-reference/overview.html
To clone or view the source code for this repository, visit the role repository To clone or view the source code for this repository, visit the role repository
for `openstack_openrc <https://github.com/openstack/openstack-ansible-openstack_openrc>`_. for `openstack_openrc <https://github.com/openstack/openstack-ansible-openstack_openrc>`_.
@ -34,7 +34,7 @@ Tags
~~~~ ~~~~
This role supports two tags: ``openstack_openrc-install`` and This role supports two tags: ``openstack_openrc-install`` and
``openstack_openrc-config``. The ``openstack_openrc-install`` tag is only ``openstack_openrc-config``. The ``openstack_openrc-install`` tag is only
used to setup the appropriate folders. The ``openstack_openrc-config`` tag used to setup the appropriate folders. The ``openstack_openrc-config`` tag
can be used to manage configuration. can be used to manage configuration.