Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

[WIP] Initial OpenStack plugin #755

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thebsdbox
Copy link
Contributor

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 daniel.finneran@gmail.com

@GordonTheTurtle
Copy link

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" git@github.com: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
Copy link

codecov bot commented Nov 9, 2017

Codecov Report

Merging #755 into master will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            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%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d3a3c4...5f7f0a5. Read the comment docs.

Signed-off-by: Dan Finneran <daniel.finneran@gmail.com>
@v1k0d3n
Copy link

v1k0d3n commented Mar 19, 2018

is there still interest in this feature/PR?

@thebsdbox
Copy link
Contributor Author

@v1k0d3n There is, i've just not had the opportunity to revisit the initial work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants