Merge ~smoser/cloud-init:fix/1792157-openstack-md-version-fix into cloud-init:master
Proposed by
Scott Moser
| Status: | Merged |
|---|---|
| Approved by: | Chad Smith |
| Approved revision: | 353c595077c4fb26abead76d7194c8da5d2300c2 |
| Merge reported by: | Server Team CI bot |
| Merged at revision: | not available |
| Proposed branch: | ~smoser/cloud-init:fix/1792157-openstack-md-version-fix |
| Merge into: | cloud-init:master |
| Diff against target: |
52 lines (+31/-1) 2 files modified
cloudinit/sources/helpers/openstack.py (+1/-1) tests/unittests/test_datasource/test_openstack.py (+30/-0) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Scott Moser | Approve | ||
| Chad Smith | Approve | ||
| Server Team CI bot | continuous-integration | Approve | |
|
Review via email:
|
|||
Commit message
OpenStack: fix bug causing 'latest' version to be used from network.
Cloud-init was reading a list of versions from the OpenStack metadata
service (http://
newest known supported version. The problem was that the list
of versions was not being decoded, so we were comparing a list of
bytes (found versions) to a list of strings (known versions).
LP: #1792157
Description of the change
see commit message
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

tests coming. but this does fix.