ec2 integration test failure on changed instance-data.json
Bug #1797231 reported by
Chad Smith
on 2018-10-10
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| cloud-init |
High
|
Chad Smith |
Bug Description
Integration tests for ec2 expected instance-data.json to contain the following keys:
{'ds': {'meta_data': {'network' ....}}} but meta_data changed to meta-data to better represent the raw data received directly from ec2's metadata service.
Update integration tests to use meta_data instead of meta-data.
Related branches
~chad.smith/cloud-init:ubuntu/devel
- Server Team CI bot: Approve (continuous-integration) on 2018-10-11
- Scott Moser: Approve on 2018-10-11
-
Diff: 43 lines (+15/-2)2 files modifieddebian/changelog (+10/-0)
tests/cloud_tests/testcases/base.py (+5/-2)
Chad Smith (chad.smith)
on 2018-10-10
Changed in cloud-init: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Chad Smith (chad.smith) |
Changed in cloud-init: | |
status: | In Progress → Fix Committed |
This bug is believed to be fixed in cloud-init in version 18.5. If this is still a problem for you, please make a comment and set the state back to New
Thank you.
Changed in cloud-init: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug is fixed with commit 4652b196 to cloud-init on branch master. /git.launchpad. net/cloud- init/commit/ ?id=4652b196
To view that commit see the following URL:
https:/