Update the outdated links in repo

Change the outdated links to the latest links

Change-Id: I56b2966b7705ba11cd5039f5d5f217f9a8f22115
Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com>
This commit is contained in:
lidong 2017-09-22 11:17:46 +08:00 committed by Nguyen Hai
parent eaebbeb5f8
commit 1b292de075
5 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
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
should be submitted for review via the Gerrit tool, following
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.

View File

@ -2,7 +2,7 @@ Tacker Style Commandments
=========================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
https://docs.openstack.org/hacking/latest/
- Step 2: Read on
Tacker Specific Commandments

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/tacker-horizon.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/tacker-horizon.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on

View File

@ -1,7 +1,7 @@
[extractors]
# We use a custom extractor to find translatable strings in AngularJS
# templates. The extractor is included in horizon.utils for now.
# See http://babel.pocoo.org/docs/messages/#referencing-extraction-methods for
# See http://babel.pocoo.org/en/latest/messages.html#referencing-extraction-methods for
# details on how this works.
angular = horizon.utils.babel_extract_angular:extract_angular

View File

@ -14,8 +14,8 @@ setenv = VIRTUAL_ENV={envdir}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
http://tarballs.openstack.org/horizon/horizon-master.tar.gz
http://tarballs.openstack.org/python-tackerclient/python-tackerclient-master.tar.gz
https://tarballs.openstack.org/horizon/horizon-master.tar.gz
https://tarballs.openstack.org/python-tackerclient/python-tackerclient-master.tar.gz
commands =
{envpython} {toxinidir}/manage.py test tacker_horizon --settings=tacker_horizon.test.settings {posargs}