diff options
Diffstat (limited to 'apidocs/src/resources/samples/db-flavors-by-id-response.xml')
-rw-r--r-- | apidocs/src/resources/samples/db-flavors-by-id-response.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apidocs/src/resources/samples/db-flavors-by-id-response.xml b/apidocs/src/resources/samples/db-flavors-by-id-response.xml deleted file mode 100644 index d1d5fec..0000000 --- a/apidocs/src/resources/samples/db-flavors-by-id-response.xml +++ /dev/null @@ -1,11 +0,0 @@ -HTTP/1.1 200 OK -Content-Type: application/xml -Content-Length: 284 -Date: Wed, 25 Jan 2012 21:53:05 GMT - -<flavor id="1" name="m1.tiny" ram="512" xmlns="http://docs.openstack.org/database/api/v1.0"> - <links> - <link href="https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1" rel="self"/> - <link href="https://ord.databases.api.rackspacecloud.com/flavors/1" rel="bookmark"/> - </links> -</flavor> |