Remove un-related nova quota in test data

volumes and gigabytes are cinder quotas, it should be removed
from nova test data.

This also fixes test issue on Defaults panel when running in
Django1.8 because of stricter checking in assertQuerysetequal().

Closes-Bug: #1482509
Partially Implements: blueprint django18

Change-Id: I9d5d1388e4b8a3e02a9340d1c84907f0ba8aa510
This commit is contained in:
lin-hua-cheng 2015-08-06 23:26:24 -07:00
parent 0f53c250e6
commit bf1a2629f6

View File

@ -396,8 +396,6 @@ def data(TEST):
# Quota Sets
quota_data = dict(metadata_items='1',
injected_file_content_bytes='1',
volumes='1',
gigabytes='1000',
ram=10000,
floating_ips='1',
fixed_ips='10',