unset vms quota for tobiko tests
Change-Id: If44b5d3a5a0af88cb738411b515ce500db72cf98
This commit is contained in:
parent
4925e5595f
commit
ca862481e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user