Boris also reported this bug. I thought I’d pile on and file a bug report.
The metadata service is not responding to requests on 2009-04-04. I have filed a bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1217999
This is a major blocker for two summit demos I have lined up in May. Neither Heat nor
Magnum work without the metadata service.
From inside a cirros instance:
$ curl
http://169.254.169.254/
1.0
2007-01-19
2007-03-01
2007-08-29
2007-10-10
2007-12-15
2008-02-01
2008-09-01
2009-04-04
This is correct
$ curl
http://169.254.169.254/2009-04-04
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<h1>404 Not Found</h1>
The resource could not be found.<br /><br />
</body>
That should have returned some files.
$ curl
http://169.254.169.254/2009-04-04/
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<h1>404 Not Found</h1>
The resource could not be found.<br /><br />
</body>
Any tips?
Regards,
-steve