GitHub user grischa opened a pull request:
https://github.com/apache/libcloud/pull/95
fixed one aspect of network-label assumption in openstack driver
Hi
Some OpenStack clouds use custom network naming and not the assumed
'public' 'private' pair assumed in the OpenStack driver.
I made a small change to add all networks to private.
I am no expert, haven't tested this beyond my use, but I thought I should
put it out there, in case it helps other people with my problem.
Cheers
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grischa/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/95.patch
----
commit d33050335b8b1d82c136b642b72cba4b3a8a0f7e
Author: Grischa Meyer <[email protected]>
Date: 2013-02-13T06:05:28Z
fixed one aspect of network-label assumption in openstack driver
----