fix http links to https link and remove useless whitespaces

Change-Id: Id85008d022e1334171af8fbbe1579b3f1334f30f
This commit is contained in:
chengebj5238 2018-11-24 11:33:51 +08:00
parent 838100cf26
commit 9158ca0d29
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.