summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/v3/api_samples/os-extended-volumes
diff options
context:
space:
mode:
authorChris Yeoh <cyeoh@au1.ibm.com>2013-11-19 11:43:02 +1030
committerChris Yeoh <cyeoh@au1.ibm.com>2013-11-20 22:49:27 +1030
commite9d426cc21df85abfe1a100d30db8a9ae703bdf8 (patch)
tree30b28265af430aace282506360845ed0cfed6753 /nova/tests/integrated/v3/api_samples/os-extended-volumes
parent01baf99b01e3b2b15a1461970c5bb3dd7a230499 (diff)
downloadnova-e9d426cc21df85abfe1a100d30db8a9ae703bdf8.tar.gz
Remove traces of V3 personality extension from api samples
Removes occurences of the personality extension from the V3 API samples as the extension has been removed. Cleanup of consistency of image and flavor ref examples for the api samples. DocImpact Partially implements blueprint v3-api-remove-extensions Change-Id: I43a34097904d3d7e280039c3d5d76479a49e92d0
Diffstat (limited to 'nova/tests/integrated/v3/api_samples/os-extended-volumes')
-rw-r--r--nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.json.tpl8
-rw-r--r--nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.xml.tpl13
2 files changed, 1 insertions, 20 deletions
diff --git a/nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.json.tpl b/nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.json.tpl
index e6c046ceb4..d9a7537dfb 100644
--- a/nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.json.tpl
+++ b/nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.json.tpl
@@ -5,12 +5,6 @@
"flavor_ref" : "%(host)s/flavors/1",
"metadata" : {
"My Server Name" : "Apache1"
- },
- "personality" : [
- {
- "path" : "/etc/banner.txt",
- "contents" : "ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBpdCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5kIGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVsc2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4gQnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRoZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlvdSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vyc2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6b25zLiINCg0KLVJpY2hhcmQgQmFjaA=="
- }
- ]
+ }
}
}
diff --git a/nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.xml.tpl b/nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.xml.tpl
index 31892a3c1f..eb788b2a7a 100644
--- a/nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.xml.tpl
+++ b/nova/tests/integrated/v3/api_samples/os-extended-volumes/server-post-req.xml.tpl
@@ -3,17 +3,4 @@
<metadata>
<meta key="My Server Name">Apache1</meta>
</metadata>
- <personality>
- <file path="/etc/banner.txt">
- ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp
- dCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5k
- IGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVs
- c2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4g
- QnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRo
- ZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlv
- dSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vy
- c2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6
- b25zLiINCg0KLVJpY2hhcmQgQmFjaA==
- </file>
- </personality>
</server>