diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-07-22 15:04:27 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-07-22 15:04:27 -0400 |
commit | de18aa66ad5cfdff5e0e25ae4f8f7a0328021b5b (patch) | |
tree | 5411ebc10bb3a23dd6a04cc71ac45054a4d9cb31 /ChangeLog | |
parent | 8f37f2755d7e1ab9a6537bb7faa68df142cc99e4 (diff) | |
parent | a86942a57cea02f69cf250053ebf1db79c7d5157 (diff) | |
download | vyos-cloud-init-de18aa66ad5cfdff5e0e25ae4f8f7a0328021b5b.tar.gz vyos-cloud-init-de18aa66ad5cfdff5e0e25ae4f8f7a0328021b5b.zip |
provide data source to mirror selection code for region-specific mirrors.
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-selection-specific.
It also implements that region logic for EC2 and GCE.
LP: #1470890
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ - CloudStack: fix password setting on cloudstack > 4.5.1 (LP: #1464253) - GCE: fix determination of availability zone (LP: #1470880) - ssh: generate ed25519 host keys (LP: #1461242) + - distro mirrors: provide datasource to mirror selection code to support + GCE regional mirrors. (LP: #1470890) 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |