unset vms quota for tobiko tests

Change-Id: If44b5d3a5a0af88cb738411b515ce500db72cf98
This commit is contained in:
pkomarov 2019-11-07 00:23:47 +02:00 committed by Federico Ressi
parent 4925e5595f
commit ca862481e0
1 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,9 @@
src: "templates/tobiko.conf.j2"
dest: "{{ test.dir }}/tobiko.conf"
mode: 0755
- name: Set permissive quotas for instances and cores
shell: |
source "{{ test.overcloudrc }}"
openstack quota set --instances -1 admin
openstack quota set --cores -1 admin