You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2021/10/11 12:33:52 UTC

[GitHub] [libcloud] vdloo commented on a change in pull request #1586: Enable to get Volume Quota details in OpenStack driver

vdloo commented on a change in pull request #1586:
URL: https://github.com/apache/libcloud/pull/1586#discussion_r726075833



##########
File path: libcloud/test/compute/fixtures/openstack_v1.1/_v3_0__volume_quota.json
##########
@@ -0,0 +1,55 @@
+{
+    "quota_set": {
+        "backup_gigabytes": {
+            "in_use": 0,
+            "limit": 1000,
+            "reserved": 0
+        },
+        "backups": {
+            "in_use": 0,
+            "limit": 10,
+            "reserved": 0
+        },
+        "gigabytes": {
+            "in_use": 10,
+            "limit": 1000,
+            "reserved": 0
+        },
+        "gigabytes___DEFAULT__": {
+            "in_use": 0,
+            "limit": -1,
+            "reserved": 0
+        },
+        "groups": {
+            "in_use": 0,
+            "limit": 10,
+            "reserved": 0
+        },
+        "id": "fake_tenant",
+        "per_volume_gigabytes": {
+            "in_use": 0,
+            "limit": -1,
+            "reserved": 0
+        },
+        "snapshots": {
+            "in_use": 0,
+            "limit": 10,
+            "reserved": 0
+        },
+        "snapshots___DEFAULT__": {
+            "in_use": 0,
+            "limit": -1,
+            "reserved": 0
+        },
+        "volumes": {
+            "in_use": 0,
+            "limit": 10,
+            "reserved": 0
+        },
+        "volumes___DEFAULT__": {
+            "in_use": 0,
+            "limit": -1,
+            "reserved": 0
+        }
+    }
+}

Review comment:
       missing newline at end of file




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org