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

Brian Murray brian at ubuntu.com
Tue Aug 13 17:09:37 UTC 2019


** Changed in: cloud-utils (Ubuntu Disco)
       Status: In Progress => Incomplete

-- 
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