[Bug 1810857] [NEW] Typo in cloud-guest-utils: "reserveration-id"

Launchpad Bug Tracker 1810857 at bugs.launchpad.net
Tue Jul 16 18:25:36 UTC 2019


You have been subscribed to a public bug by Rafael David Tinoco (rafaeldtinoco):

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

** Affects: cloud-utils (Ubuntu)
     Importance: Low
         Status: Fix Released

** Affects: cloud-utils (Ubuntu Disco)
     Importance: Low
     Assignee: Rafael David Tinoco (rafaeldtinoco)
         Status: In Progress


** Tags: patch
-- 
Typo in cloud-guest-utils: "reserveration-id"
https://bugs.launchpad.net/bugs/1810857
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.



More information about the Ubuntu-sponsors mailing list