Baremetal V1 API Drivers#1461
Merged
ozerovandrei merged 1 commit intogophercloud:masterfrom Mar 6, 2019
Merged
Conversation
|
Build failed.
|
65c3517 to
c01a5c2
Compare
|
Build failed.
|
c01a5c2 to
37f4d9d
Compare
|
Build failed.
|
37f4d9d to
05ec06e
Compare
|
Build failed.
|
c567c59 to
db7c7e2
Compare
db7c7e2 to
a6c2e45
Compare
|
Build failed.
|
a6c2e45 to
e7da7d3
Compare
|
Build failed.
|
e7da7d3 to
76ee5dd
Compare
|
Build succeeded.
|
dtantsur
approved these changes
Feb 25, 2019
76ee5dd to
e3d5dbd
Compare
|
Build succeeded.
|
61 tasks
jtopjian
requested changes
Mar 4, 2019
Contributor
jtopjian
left a comment
There was a problem hiding this comment.
I'm not sure if this PR is ready for review. But if it is, I left a few comments. Please let me know if you have any questions.
f2f4fe9 to
95730c8
Compare
Contributor
Author
|
@jtopjian this PR is ready for review, thank you for your comments, I pushed some changes |
|
Build succeeded.
|
dtantsur
suggested changes
Mar 5, 2019
This patch adds the Drivers API calls according to Baremetal API reference [1] List Drivers (GET) Show driver details (GET) Show driver properties (GET) Show driver logical disk properties (GET) [1] https://developer.openstack.org/api-ref/baremetal/#drivers-drivers
95730c8 to
4168c0f
Compare
dtantsur
approved these changes
Mar 5, 2019
|
Build succeeded.
|
Contributor
|
@elfosardo Let me know if/when you're ready to have this merged :) |
Contributor
Author
|
@jtopjian this should be ready to be merged, thanks! :) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
For #1429
This patch adds the Drivers API calls according to Baremetal API reference
List Drivers (GET)
Show driver details (GET)
Show driver properties (GET)
Show driver logical disk properties (GET)
Source code reference:
https://github.com/openstack/ironic/blob/master/ironic/api/controllers/v1/driver.py