terraform/builtin
Guillaume Giamarchi a90b9db397 Bugfix on floating IP assignment
The `getFirstNetworkID` does not work correctly because the first
network is not always the private network of the instance.

As long as the `GET /networks` gives a list containing also public
networks we don't have any guarantee that the first network is the
one we want. Furthermore, with a loop over the network list we are
not able to determine which network is the one we want.

Instead of retrieving the network ID and then finding the port ID,
it's better to basically take the first port ID of the instance.
2015-04-01 00:14:56 +02:00
..
bins Merge pull request #924 from jrperritt/openstack-gophercloud-v1.0 2015-03-31 16:58:21 -05:00
providers Bugfix on floating IP assignment 2015-04-01 00:14:56 +02:00
provisioners Fix failing tests 2014-10-09 21:29:21 -07:00