fix(manila): Remove volume quota limitations for service project (#407)

* feat(manila): Remove volume quota limitations for service project

fix: https://github.com/vexxhost/atmosphere/issues/397

* Update main.yml

---------

Co-authored-by: okozachenko1203 <okozachenko1203@users.noreply.github.com>
Co-authored-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/roles/manila/tasks/main.yml b/roles/manila/tasks/main.yml
index ea9f188..b5f0dd9 100644
--- a/roles/manila/tasks/main.yml
+++ b/roles/manila/tasks/main.yml
@@ -38,3 +38,16 @@
     openstack_helm_ingress_service_name: manila-api
     openstack_helm_ingress_service_port: 8786
     openstack_helm_ingress_annotations: "{{ manila_ingress_annotations }}"
+
+- name: Update service tenant quotas
+  openstack.cloud.quota:
+    cloud: atmosphere
+    # NOTE(okozachenko): It uses project name instead of id.
+    name: service
+    instances: -1
+    cores: -1
+    ram: -1
+    volumes: -1
+    gigabytes: -1
+    security_group: -1
+    security_group_rule: -1