You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/08/15 16:18:23 UTC

[4/4] git commit: Add missing fixture.

Add missing fixture.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/950f972c
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/950f972c
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/950f972c

Branch: refs/heads/trunk
Commit: 950f972c3bcd05ef29afdf2eaba8fafadfa02d03
Parents: 8b8b67c
Author: Tomaz Muraus <to...@apache.org>
Authored: Fri Aug 15 16:17:53 2014 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Fri Aug 15 16:17:53 2014 +0200

----------------------------------------------------------------------
 .../fixtures/openstack_identity/v3_users_a.json   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/950f972c/libcloud/test/compute/fixtures/openstack_identity/v3_users_a.json
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/fixtures/openstack_identity/v3_users_a.json b/libcloud/test/compute/fixtures/openstack_identity/v3_users_a.json
new file mode 100644
index 0000000..4d0a359
--- /dev/null
+++ b/libcloud/test/compute/fixtures/openstack_identity/v3_users_a.json
@@ -0,0 +1,18 @@
+{
+    "user": 
+      {
+          "name": "cloud",
+          "links": {
+              "self": "http://192.168.18.100:5000/v3/users/a"
+          },
+          "domain_id": "default",
+          "enabled": true,
+          "email": "openstack-test@localhost",
+          "id": "a"
+      },
+    "links": {
+        "self": "http://192.168.18.100:5000/v3/users",
+        "previous": null,
+        "next": null
+    }
+}