Merge lp:~daniel-thewatkins/cloud-init/fix-gce-az into lp:~cloud-init-dev/cloud-init/trunk
Proposed by
Dan Watkins
on 2015-07-22
| Status: | Merged |
|---|---|
| Merged at revision: | 1126 |
| Proposed branch: | lp:~daniel-thewatkins/cloud-init/fix-gce-az |
| Merge into: | lp:~cloud-init-dev/cloud-init/trunk |
| Diff against target: |
195 lines (+43/-18) 6 files modified
cloudinit/distros/__init__.py (+11/-9) cloudinit/sources/DataSourceEc2.py (+7/-0) cloudinit/sources/DataSourceGCE.py (+4/-0) cloudinit/sources/__init__.py (+5/-2) config/cloud.cfg (+1/-0) tests/unittests/test_distros/test_generic.py (+15/-7) |
| 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-22 | Pending | |
|
Review via email:
|
|||
Description of the Change
This makes the full data source available to the mirror selection code, which means we can implement region logic on the data source for everything to use rather than it being mirror-
It also implements that region logic for EC2 and GCE.
To post a comment you must log in.
lp:~daniel-thewatkins/cloud-init/fix-gce-az
updated
on 2015-07-22
- 1124. By Dan Watkins on 2015-07-22
-
Make full data source available to code that handles mirror selection.
- 1125. By Dan Watkins on 2015-07-22
-
Add DataSource.region and use it in mirror selection.
Also implement DataSource.region for EC2 and GCE data sources.

