diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 00948370..798f7ebf 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,7 +1,7 @@ If you would like to contribute to the development of OpenStack, you must follow the steps documented at: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the @@ -9,7 +9,7 @@ development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/HACKING.rst b/HACKING.rst index 11f0b6c8..7c52d32f 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Keystone Style Commandments =========================== - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/developer/hacking/ - Step 2: Read on Exceptions @@ -17,7 +17,7 @@ Testing keystoneauth uses testtools and testr for its unittest suite and its test runner. Basic workflow around our use of tox and testr can -be found at http://wiki.openstack.org/testr. If you'd like to learn more +be found at https://wiki.openstack.org/testr. If you'd like to learn more in depth: https://testtools.readthedocs.org/ diff --git a/README.rst b/README.rst index 8d6668a5..0519de4d 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/keystoneauth.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/keystoneauth.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on @@ -30,6 +30,6 @@ These tools include: Further information: * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/keystoneauth -* Source: http://git.openstack.org/cgit/openstack/keystoneauth -* Bugs: http://bugs.launchpad.net/keystoneauth +* Documentation: https://docs.openstack.org/developer/keystoneauth +* Source: https://git.openstack.org/cgit/openstack/keystoneauth +* Bugs: https://bugs.launchpad.net/keystoneauth diff --git a/doc/source/conf.py b/doc/source/conf.py index d6e4a195..54ffb733 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -231,10 +231,10 @@ latex_documents = [ # If false, no module index is generated. #latex_use_modindex = True -ksc = 'http://docs.openstack.org/developer/python-keystoneclient/' +ksc = 'https://docs.openstack.org/developer/python-keystoneclient/' intersphinx_mapping = { 'python': ('http://docs.python.org/', None), - 'osloconfig': ('http://docs.openstack.org/developer/oslo.config/', None), + 'osloconfig': ('https://docs.openstack.org/developer/oslo.config/', None), 'keystoneclient': (ksc, None), } diff --git a/doc/source/index.rst b/doc/source/index.rst index 8c433ecf..579d7c5b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -37,7 +37,7 @@ using `Gerrit`_. .. _on GitHub: https://github.com/openstack/keystoneauth .. _Launchpad: https://launchpad.net/keystoneauth -.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow Run tests with ``tox``. @@ -47,4 +47,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` - diff --git a/keystoneauth1/fixture/discovery.py b/keystoneauth1/fixture/discovery.py index 1859ee70..7ffe56f4 100644 --- a/keystoneauth1/fixture/discovery.py +++ b/keystoneauth1/fixture/discovery.py @@ -110,7 +110,7 @@ class V2Discovery(DiscoveryBase): """ - _DESC_URL = 'http://docs.openstack.org/api/openstack-identity-service/2.0/' + _DESC_URL = 'https://developer.openstack.org/api-ref/identity/v2/' @positional() def __init__(self, href, id=None, html=True, pdf=True, **kwargs): diff --git a/keystoneauth1/tests/unit/test_matchers.py b/keystoneauth1/tests/unit/test_matchers.py index 458aeabd..4e704b65 100644 --- a/keystoneauth1/tests/unit/test_matchers.py +++ b/keystoneauth1/tests/unit/test_matchers.py @@ -23,30 +23,30 @@ from keystoneauth1.tests.unit import matchers as ks_matchers class TestXMLEquals(testtools.TestCase): matches_xml = b""" - + """ equivalent_xml = b""" - + """ mismatches_xml = b""" - + """ mismatches_description = """expected = - + actual = - + """ diff --git a/setup.cfg b/setup.cfg index 3b7db628..c285745b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/keystoneauth/ +home-page = https://docs.openstack.org/developer/keystoneauth/ classifier = Environment :: OpenStack Intended Audience :: Information Technology