Replace http with https
Trivialfix Change-Id: Ia12e0afb5bc42d7fd0ff3638d5add23733f8d369
This commit is contained in:
parent
ce2f74b89b
commit
450b093e64
@ -1,13 +1,13 @@
|
|||||||
If you would like to contribute to the development of OpenStack,
|
If you would like to contribute to the development of OpenStack,
|
||||||
you must follow the steps documented at:
|
you must follow the steps documented at:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html
|
https://docs.openstack.org/infra/manual/developers.html
|
||||||
|
|
||||||
Once those steps have been completed, changes to OpenStack
|
Once those steps have been completed, changes to OpenStack
|
||||||
should be submitted for review via the Gerrit tool, following
|
should be submitted for review via the Gerrit tool, following
|
||||||
the workflow documented at:
|
the workflow documented at:
|
||||||
|
|
||||||
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.
|
Pull requests submitted through GitHub will be ignored.
|
||||||
|
|
||||||
|
6
HACKING
6
HACKING
@ -1,8 +1,8 @@
|
|||||||
Manila Style Commandments
|
Manila Style Commandments
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
Step 1: Read http://www.python.org/dev/peps/pep-0008/
|
Step 1: Read https://www.python.org/dev/peps/pep-0008/
|
||||||
Step 2: Read http://www.python.org/dev/peps/pep-0008/ again
|
Step 2: Read https://www.python.org/dev/peps/pep-0008/ again
|
||||||
Step 3: Read on
|
Step 3: Read on
|
||||||
|
|
||||||
Imports
|
Imports
|
||||||
@ -63,7 +63,7 @@ Docstrings
|
|||||||
|
|
||||||
When writing the docstring for a class, an extra line should be placed
|
When writing the docstring for a class, an extra line should be placed
|
||||||
after the closing quotations. For more in-depth explanations for these
|
after the closing quotations. For more in-depth explanations for these
|
||||||
decisions see http://www.python.org/dev/peps/pep-0257/
|
decisions see https://www.python.org/dev/peps/pep-0257/
|
||||||
|
|
||||||
If you are going to describe parameters and return values, use Sphinx, the
|
If you are going to describe parameters and return values, use Sphinx, the
|
||||||
appropriate syntax is as follows.
|
appropriate syntax is as follows.
|
||||||
|
@ -26,7 +26,7 @@ openstack/python-manilaclient project using `Gerrit`_.
|
|||||||
|
|
||||||
.. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-manilaclient
|
.. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-manilaclient
|
||||||
.. _Launchpad: https://launchpad.net/python-manilaclient
|
.. _Launchpad: https://launchpad.net/python-manilaclient
|
||||||
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
-------
|
-------
|
||||||
@ -37,7 +37,7 @@ The preferred way to run tests is using ``tox``.
|
|||||||
|
|
||||||
See `Consistent Testing Interface`_ for more details.
|
See `Consistent Testing Interface`_ for more details.
|
||||||
|
|
||||||
.. _Consistent Testing Interface: http://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst
|
.. _Consistent Testing Interface: https://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst
|
||||||
|
|
||||||
Functional tests
|
Functional tests
|
||||||
----------------
|
----------------
|
||||||
|
@ -3,9 +3,9 @@ name = python-manilaclient
|
|||||||
summary = Client library for OpenStack Manila API.
|
summary = Client library for OpenStack Manila API.
|
||||||
description-file =
|
description-file =
|
||||||
README.rst
|
README.rst
|
||||||
author = OpenStack Contributors
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = http://docs.openstack.org/developer/python-manilaclient
|
home-page = https://docs.openstack.org/developer/python-manilaclient
|
||||||
classifier =
|
classifier =
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
|
Loading…
x
Reference in New Issue
Block a user