Public bug reported:

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: ubuntu
     Importance: Undecided
         Status: New

** Patch added: "ec2metadata.diff"
   
https://bugs.launchpad.net/bugs/1810857/+attachment/5227492/+files/ec2metadata.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1810857

Title:
  Typo in cloud-guest-utils: "reserveration-id"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1810857/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to