f2bf1a7d8d
Earlier "make depend-update" would fail as it tried to pull stuff down that's already in our repo. So let's just ignore the stuff we know we already have. Change-Id: I11d22446e9be20686b2050a06aafab932541c0de
31 lines
912 B
YAML
31 lines
912 B
YAML
package: git.openstack.org/openstack/docker-machine-openstack
|
|
import:
|
|
- package: github.com/docker/machine
|
|
subpackages:
|
|
- libmachine/drivers
|
|
- libmachine/log
|
|
- libmachine/mcnflag
|
|
- libmachine/mcnutils
|
|
- libmachine/ssh
|
|
- libmachine/state
|
|
- libmachine/version
|
|
- package: github.com/gophercloud/gophercloud
|
|
subpackages:
|
|
- openstack
|
|
- openstack/compute/v2/extensions/floatingips
|
|
- openstack/compute/v2/extensions/keypairs
|
|
- openstack/compute/v2/extensions/startstop
|
|
- openstack/compute/v2/flavors
|
|
- openstack/compute/v2/images
|
|
- openstack/compute/v2/servers
|
|
- openstack/identity/v2/tenants
|
|
- openstack/networking/v2/extensions/layer3/floatingips
|
|
- openstack/networking/v2/networks
|
|
- openstack/networking/v2/ports
|
|
- pagination
|
|
testImport:
|
|
- package: github.com/stretchr/testify
|
|
subpackages:
|
|
- assert
|
|
ignore:
|
|
- git.openstack.org/openstack/docker-machine-openstack/driver |