Skip to content

Commit baf544f

Browse files
committed
Added new resource limits to the project page
1 parent 560d491 commit baf544f

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

source/adminguide/projects.rst

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -205,17 +205,35 @@ Setting the Global Project Resource Limits
205205

206206
.. cssclass:: table-striped table-bordered table-hover
207207

208-
+--------------------------+------------------------------------------------------------------------------------------------------------------------------+
209-
| max.project.public.ips | Maximum number of public IP addresses that can be owned by any project in the cloud. See About Public IP Addresses. |
210-
+--------------------------+------------------------------------------------------------------------------------------------------------------------------+
211-
| max.project.snapshots | Maximum number of Snapshots that can be owned by any project in the cloud. See Working with Snapshots. |
212-
+--------------------------+------------------------------------------------------------------------------------------------------------------------------+
213-
| max.project.templates | Maximum number of Templates that can be owned by any project in the cloud. See Working with Templates. |
214-
+--------------------------+------------------------------------------------------------------------------------------------------------------------------+
215-
| max.project.uservms | Maximum number of guest Instances that can be owned by any project in the cloud. See Working With Instances. |
216-
+--------------------------+------------------------------------------------------------------------------------------------------------------------------+
217-
| max.project.volumes | Maximum number of data volumes that can be owned by any project in the cloud. See Working with Volumes. |
218-
+--------------------------+------------------------------------------------------------------------------------------------------------------------------+
208+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
209+
| max.project.public.ips | Default maximum number of public IP addresses that can be owned by any project in the cloud. See About Public IP Addresses. |
210+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
211+
| max.project.snapshots | Default maximum number of Snapshots that can be owned by any project in the cloud. See Working with Snapshots. |
212+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
213+
| max.project.templates | Default maximum number of Templates that can be owned by any project in the cloud. See Working with Templates. |
214+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
215+
| max.project.uservms | Default maximum number of guest Instances that can be owned by any project in the cloud. See Working With Instances. |
216+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
217+
| max.project.volumes | Default maximum number of data volumes that can be owned by any project in the cloud. See Working with Volumes. |
218+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
219+
| max.project.networks | Default maximum number of networks that can be owned by any project in the cloud. |
220+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
221+
| max.project.vpcs | Default maximum number of vpcs that can be owned by any project in the cloud. |
222+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
223+
| max.project.cpus | Default maximum number of cpu cores that can be owned by any project in the cloud. |
224+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
225+
| max.project.memory | Default maximum memory (in MB) that can be used by any project in the cloud. |
226+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
227+
| max.project.primary.storage | Default maximum primary storage space (in GiB) that can be used by any project in the cloud. |
228+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
229+
| max.project.backups | Default maximum number of backups that can be owned by any project in the cloud. |
230+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
231+
| max.project.backup.storage | Default maximum backup storage (in GiB) that can be used by any project in the cloud. |
232+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
233+
| max.project.buckets | Default maximum number of buckets that can be owned by any project in the cloud. |
234+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
235+
| max.project.object storage | Default maximum Object storage (in GiB) that can be used by any project in the cloud. |
236+
+-----------------------------+-----------------------------------------------------------------------------------------------------------------------------+
219237

220238

221239
#. Restart the Management Server.

0 commit comments

Comments
 (0)