Repository: libcloud Updated Branches: refs/heads/trunk f742c9091 -> 329bbc499
fix contribution Closes #671 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/31f39a47 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/31f39a47 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/31f39a47 Branch: refs/heads/trunk Commit: 31f39a47a868502afb4a91ca33bedbb96ca04ec6 Parents: 7ce64e9 Author: Bernard Paques <bernard.paq...@gmail.com> Authored: Sun Dec 27 21:49:09 2015 +0100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Tue Jan 5 19:53:53 2016 +1100 ---------------------------------------------------------------------- libcloud/compute/drivers/dimensiondata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/31f39a47/libcloud/compute/drivers/dimensiondata.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/dimensiondata.py b/libcloud/compute/drivers/dimensiondata.py index 6e812b8..3a9bd02 100644 --- a/libcloud/compute/drivers/dimensiondata.py +++ b/libcloud/compute/drivers/dimensiondata.py @@ -1695,7 +1695,7 @@ class DimensionDataNodeDriver(NodeDriver): if has_network_info else \ element.find(fixxpath('nic', TYPES_URN)).get('privateIpv4') - node.extra['ipv6'] = element.find( + extra['ipv6'] = element.find( fixxpath('networkInfo/primaryNic', TYPES_URN)) \ .get('ipv6') \ if has_network_info else \