Comment 5 for bug 1255577

Revision history for this message
Mark McLoughlin (markmc) wrote :

Just to confirm that reverting https://review.openstack.org/56174 fixes the tripleo seed for me too

Simply put, applying this change:

 - if admin or context.is_admin:
 + if admin: # or context.is_admin:

and restarting the nova-api service, is enough to make a simple EC2 metadata GET start working again:

    $> curl http://169.254.169.254/latest/meta-data/instance-id

Without that change, the GET fails with the nova-api traceback above