Merge "Remove quota handling from tobiko-configure role"

This commit is contained in:
Zuul 2021-07-21 01:01:56 +00:00 committed by Gerrit Code Review
commit 5da39e057c

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