-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,21 +19,21 @@ Support for this addon can be found at the | |
|
||
## Authors | ||
|
||
* Hayley Swimelar [<[email protected]>]([email protected]) | ||
* Rene Peinthor [<[email protected]>]([email protected]) | ||
* Hayley Swimelar [<[email protected]>]([email protected]) | ||
|
||
## Compatibility | ||
|
||
* This addon is compatible with OpenNebula versions up to 5.8 | ||
* It was tested with version 5.8 | ||
* This addon is compatible with OpenNebula versions from 5.8 to 6.2 | ||
* It was tested with version 6.2 | ||
* This version of README.md describes the installation process for ONE 5.6 environments | ||
* This is intended for use as an images datastore for use with either an NFS shared | ||
* system datastore or a SSH system datastore | ||
|
||
## Requirements | ||
|
||
* DRBD9 9.0.14+ | ||
* LINSTOR 1.2.0+ | ||
* DRBD9 9.0.28+ | ||
* LINSTOR 1.18.0+ | ||
|
||
## Features | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ def version(): | |
description="Linstor addon for OpenNebula", | ||
packages=["one"], | ||
install_requires=[ | ||
"python-linstor>=1.10.1" | ||
"python-linstor>=1.13.0" | ||
], | ||
author="Rene Peinthor <[email protected]>", | ||
author_email="[email protected]", | ||
|