test: keyid specified does not match ppa
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| cloud-init |
Fix Released
|
High
|
Unassigned | ||
| cloud-init (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Bug Description
The keyid specified for the modules/
#cloud-config
apt:
source1:
keyid: 0165013E
keyserver: keyserver.
source: "deb http://
That keyid is for the curtin developers test-archive ppa and not the cloud-init developer's test-archive ppa.
Expected result:
`apt-key list` should specify an entry for:
Launchpad PPA for cloud init development team
1FF0 D853 5EF7 E719 E5C8 1B9C 083D 06FB E4D3 04DF
Actual result:
A curtin developers entry.
Related branches
- Scott Moser: Approve
- Server Team CI bot: Approve (continuous-integration)
-
Diff: 28 lines (+3/-3) 2 files modifiedapitests/cloud_tests/configs/modules/apt_configure_sources_keyserver.yaml (+1/-1)
tests/cloud_tests/testcases/modules/apt_configure_sources_keyserver.py (+2/-2)
This bug is believed to be fixed in cloud-init in 17.1. If this is still a problem for you, please make a comment and set the state back to New
Thank you.
Tracked in Github Issues as https:/