-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Add storage balancing function. [#51].
feature: Add feature to allow the API hosts being provided as a comma separated list. [#60] Fixes: #51 Fixes: #60
- Loading branch information
Showing
6 changed files
with
515 additions
and
84 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
added: | ||
- Add storage balancing function. [#51] |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
added: | ||
- Added convert function to cast all bool alike options from configparser to bools. [#53] | ||
- Added config parser options for future features. [#53] | ||
- Added a config versio schema that must be supported by ProxLB. [#53] | ||
- Add a convert function to cast all bool alike options from configparser to bools. [#53] | ||
- Add a config parser options for future features. [#53] | ||
- Add a config versio schema that must be supported by ProxLB. [#53] | ||
changed: | ||
- Improved the underlying code base for future implementations. [#53] | ||
- Improve the underlying code base for future implementations. [#53] |
2 changes: 2 additions & 0 deletions
2
.changelogs/1.0.3/60_allow_api_hosts_to_be_given_as_an_optional_list.yml
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
added: | ||
- Add feature to allow the API hosts being provided as a comma separated list. [#60] |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
added: | ||
- Added cli arg `-b` to return the next best node for next VM/CT placement. [#8] | ||
- Add cli arg `-b` to return the next best node for next VM/CT placement. [#8] |
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
Oops, something went wrong.