commit | 2cb18265709a79a5352bfbb299f5ccbc994cd438 | [log] [tgz] |
---|---|---|
author | Cory Stone <corystone@gmail.com> | Wed Mar 19 14:14:03 2014 -0500 |
committer | Cory Stone <corystone@gmail.com> | Wed Mar 19 14:25:39 2014 -0500 |
tree | 0172f4e5993f7fb85607481be69b389eb18e828f | |
parent | 02b4c04697c504946ebe1855121ca639c59d48d9 [diff] |
Fix cinder quota cleanup The cinder quota update test is setting default quotas for volume types that might have been removed while we were running tests. Only update the default quotas for the global values. https://review.openstack.org/#/c/81503 fixed the test comparison which was also broken, now the race condition hits in the cleanup. Change-Id: I496e699e3b805aa2130ed39476008a6cd2b0cb6d Closes-Bug: 1294824