Skip to content
Snippets Groups Projects
Commit b8e9bb1e authored by František Řezníček's avatar František Řezníček
Browse files

refactor: prod-ostrava quota change (less compute)

parent e5260b67
No related branches found
No related tags found
1 merge request!33refactor: prod-ostrava quota change (less compute)
Pipeline #249157 waiting for manual action
...@@ -13,9 +13,9 @@ Quotas are used to specify individual resources for each project. In the followi ...@@ -13,9 +13,9 @@ Quotas are used to specify individual resources for each project. In the followi
| resource | quota | | resource | quota |
|----------------------|-------| |----------------------|-------|
| instances | 5 | | instances | 3 |
| cores | 10 | | cores | 8 |
| ram | 25600 | | ram | 20500 |
| metadata_items | 128 | | metadata_items | 128 |
| key_pairs | 10 | | key_pairs | 10 |
| server_groups | 10 | | server_groups | 10 |
...@@ -25,10 +25,10 @@ Quotas are used to specify individual resources for each project. In the followi ...@@ -25,10 +25,10 @@ Quotas are used to specify individual resources for each project. In the followi
| resource | quota | | resource | quota |
|----------------------|-------| |----------------------|-------|
| network | 0 | | network | 1 |
| subnet | 0 | | subnet | 1 |
| floatingip | 1 | | floatingip | 1 |
| port | 15 | | port | 10 |
| router | 0 | | router | 0 |
| security_group | 10 | | security_group | 10 |
| security_group_rule | 100 | | security_group_rule | 100 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment