-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add openstacksdk option to openstack_controller #3109
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
189f562
add OpenstackSdkApi endpoints
coignetp d659bd0
add get endpoints tests
coignetp 0262f18
fix typo
coignetp df4364b
add projects methods
coignetp 3bac3f6
add hypervisors methods
coignetp 6b50a74
add aggregates method
coignetp b7084a3
add flavors
coignetp 0b87f85
fix get endpoints
coignetp 47cf766
add get networks for openstacksdk
coignetp 1f09e0a
add servers methods to OpenstackSdkApi
coignetp 02a9d16
fix flavors query param for OpenstackSdkApi
coignetp a0fc8c9
fix flavors returned format
coignetp bf62074
disable openstacksdk server diagnostics
coignetp dd397ba
fix openstacksdk dependency
coignetp fc910f7
refactor openstack sdk api tests
coignetp 3781bf0
refactor get flavors for openstack sdk
coignetp cb1d454
address some reviews
coignetp 4421629
refactor api common responses for tests
coignetp c522975
refactor some tests
coignetp 1aba6f4
address reviews
coignetp 42046c5
address configuration file norm review
coignetp c683c98
fixing configuration file
921d884
placeholder update
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
openstacksdk==0.24.0 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's raise an
NotImplementedExceptions
that should be caught in the check.