[Bug 1810857] Re: Typo in cloud-guest-utils: "reserveration-id"
Robie Basak
1810857 at bugs.launchpad.net
Wed Jul 31 16:36:29 UTC 2019
For the Disco SRU, what if some user is already relying on the typo'd
option --reserveration-id. Won't this change break that user's
automation? Do we need to support both in the SRU?
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1810857
Title:
Typo in cloud-guest-utils: "reserveration-id"
Status in cloud-utils package in Ubuntu:
Fix Released
Status in cloud-utils source package in Disco:
In Progress
Bug description:
This may be related to Bug 510773.
This typo actually breaks functionality (see below), it's not just
"cosmetic"
$ ec2metadata --reservation-id
Error: option --reservation-id not recognized
...
$ ec2metadata | grep reserv
reserveration-id: unavailable
After applying this trivial (attached) patch, it works as expected:
$ ec2metadata --reservation-id
r-REDACTED
$ ec2metadata | grep reserv
reservation-id: r-REDACTED
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-utils/+bug/1810857/+subscriptions
More information about the Ubuntu-sponsors
mailing list