Remove quota handling from tobiko-configure role

Change-Id: Ic9948410664542d80b0b445ded03ccdd64201818
This commit is contained in:
Federico Ressi 2021-07-16 11:51:05 +02:00
parent f0efa05cee
commit 66744be59c
1 changed files with 0 additions and 9 deletions

View File

@ -46,12 +46,3 @@
- name: "show resulting '{{ test_conf_file }}' file"
debug: var=read_test_conf_file.stdout_lines
# TODO (fressi): move it to a Tobiko python fixture
- name: Set permissive quotas for instances and cores
shell: |
source "{{ stackrc_file }}"
openstack quota set --instances -1 admin
openstack quota set --cores -1 admin
ignore_errors: yes