[Bug 948595] [NEW] Default api-paste.ini does not properly route metadata requests to /1.0

Adam Gandelman 948595 at bugs.launchpad.net
Wed Mar 7 00:40:00 UTC 2012


Public bug reported:

Requests that are routed to the metadata url return a list of supported
metadata endpoints:

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

However, all but /1.0/ is configured in the default api-paste.ini
metadata url mapping, resulting in requests to /1.0/ just returning
another dump of the supported versions.

root at server-22:/var/lib/cloud/instance# curl 169.254.169.254/1.0/
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
root at server-22:/var/lib/cloud/instance# curl 169.254.169.254/1.0/1.0/
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

** Affects: nova
     Importance: Undecided
     Assignee: Adam Gandelman (gandelman-a)
         Status: In Progress

** Affects: nova (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: nova (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/948595

Title:
  Default api-paste.ini does not properly route metadata requests to
  /1.0

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



More information about the Ubuntu-server-bugs mailing list