Merge lp:~daniel-thewatkins/cloud-init/fix-gce-az into lp:~cloud-init-dev/cloud-init/trunk
Proposed by
Dan Watkins
on 2015-07-06
| Status: | Merged |
|---|---|
| Approved by: | Scott Moser on 2015-07-20 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 1121 |
| Proposed branch: | lp:~daniel-thewatkins/cloud-init/fix-gce-az |
| Merge into: | lp:~cloud-init-dev/cloud-init/trunk |
| Diff against target: |
158 lines (+23/-37) 2 files modified
cloudinit/sources/DataSourceGCE.py (+4/-0) tests/unittests/test_datasource/test_gce.py (+19/-37) |
| To merge this branch: | bzr merge lp:~daniel-thewatkins/cloud-init/fix-gce-az |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| cloud-init commiters | 2015-07-06 | Pending | |
|
Review via email:
|
|||
Description of the Change
GCE returns a string like "projects/
To post a comment you must log in.
lp:~daniel-thewatkins/cloud-init/fix-gce-az
updated
on 2015-07-20
- 1119. By Scott Moser on 2015-07-10
-
Fix regressed logic causing rightscale userdata to no longer work.
Change the logic for user data handling back to the original intent. A style
change also modified the logic of the user data handling leading to user data
being ignored even if it exists. - 1120. By Scott Moser on 2015-07-16
-
CloudSigma: encode/decode data before communicating over the serial channel
this fixes the cloudsigma datasource when used with python3.
- 1121. By Dan Watkins on 2015-07-20
-
Return a sensible value for DataSourceGCE.
availability_ zone.

