Comment 0 for bug 1810857

Revision history for this message
Daniel Serodio (dserodio) wrote :

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