diff --git a/nova/tests/integrated/api_samples/OS-DCF/image-get-resp.json.tpl b/nova/tests/integrated/api_samples/OS-DCF/image-get-resp.json.tpl index 3c7e804973..c1d470e912 100644 --- a/nova/tests/integrated/api_samples/OS-DCF/image-get-resp.json.tpl +++ b/nova/tests/integrated/api_samples/OS-DCF/image-get-resp.json.tpl @@ -1,7 +1,7 @@ { "image": { "OS-DCF:diskConfig": "AUTO", - "created": "%(timestamp)s", + "created": "2011-01-01T01:02:03Z", "id": "%(image_id)s", "links": [ { @@ -29,6 +29,6 @@ "name": "fakeimage7", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" } } diff --git a/nova/tests/integrated/api_samples/OS-DCF/image-list-resp.json.tpl b/nova/tests/integrated/api_samples/OS-DCF/image-list-resp.json.tpl index fc10c33155..25672ff66b 100644 --- a/nova/tests/integrated/api_samples/OS-DCF/image-list-resp.json.tpl +++ b/nova/tests/integrated/api_samples/OS-DCF/image-list-resp.json.tpl @@ -2,7 +2,7 @@ "images": [ { "OS-DCF:diskConfig": "AUTO", - "created": "%(timestamp)s", + "created": "2011-01-01T01:02:03Z", "id": "%(id)s", "links": [ { @@ -30,10 +30,10 @@ "name": "fakeimage7", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" }, { - "created": "%(timestamp)s", + "created": "2011-01-01T01:02:03Z", "id": "%(id)s", "links": [ { @@ -60,10 +60,10 @@ "name": "fakeimage123456", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" }, { - "created": "%(timestamp)s", + "created": "2011-01-01T01:02:03Z", "id": "%(uuid)s", "links": [ { @@ -89,11 +89,11 @@ "name": "fakeimage123456", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" }, { "OS-DCF:diskConfig": "MANUAL", - "created": "%(timestamp)s", + "created": "2011-01-01T01:02:03Z", "id": "%(uuid)s", "links": [ { @@ -121,10 +121,10 @@ "name": "fakeimage6", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" }, { - "created": "%(timestamp)s", + "created": "2011-01-01T01:02:03Z", "id": "%(id)s", "links": [ { @@ -150,10 +150,10 @@ "name": "fakeimage123456", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" }, { - "created": "%(timestamp)s", + "created": "2011-01-01T01:02:03Z", "id": "%(id)s", "links": [ { @@ -179,10 +179,10 @@ "name": "fakeimage123456", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" }, { - "created": "%(timestamp)s", + "created": "2011-01-01T01:02:03Z", "id": "%(id)s", "links": [ { @@ -208,7 +208,7 @@ "name": "fakeimage123456", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" } ] } diff --git a/nova/tests/integrated/api_samples/OS-DCF/image-list-resp.xml.tpl b/nova/tests/integrated/api_samples/OS-DCF/image-list-resp.xml.tpl index b0d5218b5a..e63c31a974 100644 --- a/nova/tests/integrated/api_samples/OS-DCF/image-list-resp.xml.tpl +++ b/nova/tests/integrated/api_samples/OS-DCF/image-list-resp.xml.tpl @@ -1,6 +1,6 @@ - + nokernel True @@ -11,7 +11,7 @@ - + nokernel nokernel @@ -21,7 +21,7 @@ - + nokernel nokernel @@ -30,7 +30,7 @@ - + nokernel False @@ -41,7 +41,7 @@ - + %(id)s None @@ -50,7 +50,7 @@ - + nokernel nokernel @@ -59,7 +59,7 @@ - + nokernel nokernel diff --git a/nova/tests/integrated/api_samples/OS-EXT-IMG-SIZE/image-get-resp.json.tpl b/nova/tests/integrated/api_samples/OS-EXT-IMG-SIZE/image-get-resp.json.tpl index f5f470cbce..6a54c469a1 100644 --- a/nova/tests/integrated/api_samples/OS-EXT-IMG-SIZE/image-get-resp.json.tpl +++ b/nova/tests/integrated/api_samples/OS-EXT-IMG-SIZE/image-get-resp.json.tpl @@ -29,6 +29,6 @@ "OS-EXT-IMG-SIZE:size": %(int)s, "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" } } diff --git a/nova/tests/integrated/api_samples/image-get-resp.json.tpl b/nova/tests/integrated/api_samples/image-get-resp.json.tpl index fdfb5d5da2..cc6fb1735d 100644 --- a/nova/tests/integrated/api_samples/image-get-resp.json.tpl +++ b/nova/tests/integrated/api_samples/image-get-resp.json.tpl @@ -28,6 +28,6 @@ "name": "fakeimage7", "progress": 100, "status": "ACTIVE", - "updated": "%(timestamp)s" + "updated": "2011-01-01T01:02:03Z" } }