Update http to https

modify http link to https

and up min version in tox.ini

Change-Id: I139a47bb055d1c4fb1ec784462e15676c1b608fb
This commit is contained in:
taoguo
2018-11-12 19:36:27 +08:00
committed by Ivan Anfimov
parent adfca44a3e
commit b142e6378c
3 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported This work is licensed under a Creative Commons Attribution 3.0 Unported
License. License.
http://creativecommons.org/licenses/by/3.0/legalcode https://creativecommons.org/licenses/by/3.0/legalcode
============================================= =============================================
Freezer Cinder Volumes backup using OS Bricks Freezer Cinder Volumes backup using OS Bricks
@@ -63,9 +63,9 @@ simultaneously can be backup or restore)
Technical details Technical details
----------------- -----------------
Openstack provide the os_brick library to attach volumes: OpenStack provide the os_brick library to attach volumes:
* https://github.com/openstack/os-brick * https://opendev.org/openstack/os-brick
It mainly provides the following features: It mainly provides the following features:
@@ -75,12 +75,12 @@ It mainly provides the following features:
Related docs: Related docs:
* http://docs.openstack.org/developer/os-brick/api/index.html * https://docs.openstack.org/os-brick/latest/reference/index.html
* http://docs.openstack.org/developer/os-brick/tutorial.html * https://docs.openstack.org/os-brick/latest/user/tutorial.html
The python client module that could be used is brick-cinderclient-ex: The python client module that could be used is brick-cinderclient-ex:
* https://github.com/openstack/python-brick-cinderclient-ext * https://opendev.org/openstack/python-brick-cinderclient-ext
It is preferrable to implement the Volumes related operations from cinder It is preferrable to implement the Volumes related operations from cinder
in python, rather wrapping around any possible related os-brick command. in python, rather wrapping around any possible related os-brick command.

View File

@@ -2,7 +2,7 @@
This work is licensed under a Creative Commons Attribution 3.0 Unported This work is licensed under a Creative Commons Attribution 3.0 Unported
License. License.
http://creativecommons.org/licenses/by/3.0/legalcode https://creativecommons.org/licenses/by/3.0/legalcode
============================================= =============================================
Freezer Cinder Volumes backup using OS Bricks Freezer Cinder Volumes backup using OS Bricks
@@ -63,9 +63,9 @@ simultaneously can be backup or restore)
Technical details Technical details
----------------- -----------------
Openstack provide the os_brick library to attach volumes: OpenStack provide the os_brick library to attach volumes:
* https://github.com/openstack/os-brick * https://opendev.org/openstack/os-brick
It mainly provides the following features: It mainly provides the following features:
@@ -75,12 +75,12 @@ It mainly provides the following features:
Related docs: Related docs:
* http://docs.openstack.org/developer/os-brick/api/index.html * https://docs.openstack.org/os-brick/latest/reference/index.html
* http://docs.openstack.org/developer/os-brick/tutorial.html * https://docs.openstack.org/os-brick/latest/user/tutorial.html
The python client module that could be used is brick-cinderclient-ex: The python client module that could be used is brick-cinderclient-ex:
* https://github.com/openstack/python-brick-cinderclient-ext * https://opendev.org/openstack/python-brick-cinderclient-ext
It is preferrable to implement the Volumes related operations from cinder It is preferrable to implement the Volumes related operations from cinder
in python, rather wrapping around any possible related os-brick command. in python, rather wrapping around any possible related os-brick command.

View File

@@ -1,5 +1,5 @@
[tox] [tox]
minversion = 3.1.1 minversion = 4.0
envlist = docs,pep8,py3 envlist = docs,pep8,py3
skipsdist = True skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True