summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-25 18:18:38 +0000
committerGerrit Code Review <review@openstack.org>2013-01-25 18:18:38 +0000
commit2333af78cf889bb0177af6b153898cbfa3ff6939 (patch)
tree4e2268c14cd86ee2773d63fda2c979b0f3ff7a6f /doc
parent9ed200d3cdc6b21de9c8fa1271e4982eb45d231d (diff)
parentadbfd0da9471d1237901015a2468aff84d02e00b (diff)
Merge "Added sample tests to floating-ip-pools API."
Diffstat (limited to 'doc')
-rw-r--r--doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.json10
-rw-r--r--doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.xml5
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.json b/doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.json
new file mode 100644
index 000000000..7b6482987
--- /dev/null
+++ b/doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.json
@@ -0,0 +1,10 @@
+{
+ "floating_ip_pools": [
+ {
+ "name": "pool1"
+ },
+ {
+ "name": "pool2"
+ }
+ ]
+} \ No newline at end of file
diff --git a/doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.xml b/doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.xml
new file mode 100644
index 000000000..ca09fbf95
--- /dev/null
+++ b/doc/api_samples/os-floating-ip-pools/floatingippools-list-resp.xml
@@ -0,0 +1,5 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<floating_ip_pools>
+ <floating_ip_pool name="pool1"/>
+ <floating_ip_pool name="pool2"/>
+</floating_ip_pools> \ No newline at end of file