Merge lp:~wido/cloud-init/cloudstack-dhcp into lp:~cloud-init-dev/cloud-init/trunk
Proposed by
Dan Watkins
on 2016-04-29
Status: | Merged |
---|---|
Merged at revision: | 1213 |
Proposed branch: | lp:~wido/cloud-init/cloudstack-dhcp |
Merge into: | lp:~cloud-init-dev/cloud-init/trunk |
Diff against target: |
13 lines (+2/-1) 1 file modified
cloudinit/sources/DataSourceCloudStack.py (+2/-1) |
To merge this branch: | bzr merge lp:~wido/cloud-init/cloudstack-dhcp |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Wido den Hollander (community) | Approve on 2016-04-29 | ||
cloud-init Commiters | 2016-04-29 | Pending | |
Review via email:
|
To post a comment you must log in.
Scott Moser (smoser) wrote : | # |
i really hate \ at the end of the line.
would have preferred
if (file_name.
oh well.
I run this patch in production on our CloudStack environment which also has IPv6 with DHCPv6 enabled. Previous to this patch cloud-init would fail and with this patch it works.