Update http to https
modify http link to https and up min version in tox.ini Change-Id: I139a47bb055d1c4fb1ec784462e15676c1b608fb
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user