deploykit
deploykit copied to clipboard
[WIP] Initial OpenStack plugin
This is the initial bare-bones OpenStack plugin, which makes use of the gopher cloud OpenStack SDK. Currently it works as a standard inproc plugin and will successfully log into an OpenStack Keystone.
Still lots to do.
Signed-off-by: Dan Finneran [email protected]
Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:
$ git clone -b "openstack" [email protected]:thebsdbox/infrakit.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354006048
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f
Amending updates the existing PR. You DO NOT need to open a new one.
Codecov Report
Merging #755 into master will increase coverage by
0.05%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #755 +/- ##
==========================================
+ Coverage 49.31% 49.36% +0.05%
==========================================
Files 83 83
Lines 9265 9265
==========================================
+ Hits 4569 4574 +5
+ Misses 4346 4342 -4
+ Partials 350 349 -1
| Impacted Files | Coverage Δ | |
|---|---|---|
| pkg/rpc/mux/server.go | 47.5% <0%> (+4.16%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4d3a3c4...5f7f0a5. Read the comment docs.
is there still interest in this feature/PR?
@v1k0d3n There is, i've just not had the opportunity to revisit the initial work.