Standalone Docker Machine driver for OpenStack

docker-machine folks have designed a driver API to be able
to plugin external drivers:
https://github.com/docker/machine/issues/1626

There is existing code in that repo, however driver is outdated,
we should take over that code, update to latest dependencies
(gophercloud/gophercloud), make it work with minikube etc.

Change-Id: I3fb035a39243ad135ff5513f8a8b651a5fd13970
This commit is contained in:
Davanum Srinivas 2017-03-16 10:38:45 -04:00
parent 4bff1f0429
commit 369062c661
5 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group docker-machine-openstack-core
label-Code-Review = -2..+2 group docker-machine-openstack-core
label-Workflow = -1..+1 group docker-machine-openstack-core
[access "refs/tags/*"]
pushSignedTag = group docker-machine-openstack-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -3537,6 +3537,9 @@
- translate
- project: openstack/doc8
description: Style checker for sphinx (or other) rst documentation.
- project: openstack/docker-machine-openstack
description: Standalone Docker Machine driver for OpenStack
upstream: https://github.com/dims/docker-machine-openstack.git
- project: openstack/docs-specs
groups:
- openstack-manuals

View File

@ -738,6 +738,7 @@ openstack-golang:
- change-merged
- x-vrif-minus-2
projects:
- openstack/docker-machine-openstack
- openstack/golang-client
- openstack/golang-commons
branches:

View File

@ -4052,6 +4052,12 @@
- python-jobs
- pypi-jobs
- project:
name: docker-machine-openstack
jobs:
- golang-jobs
- project:
name: docs-specs

View File

@ -9096,6 +9096,11 @@ projects:
- name: python35-jobs
- name: publish-to-pypi
- name: openstack/docker-machine-openstack
template:
- name: merge-check
- name: golang-jobs
- name: openstack/docs-specs
template:
- name: merge-check