
This reverts commit7d22153d05
. The quota_classes API was used to set default quota values so it shouldn't have been removed, so reverting a series of changes that removed the API and it's internal code. Related mailing list thread on the topic: http://lists.openstack.org/pipermail/openstack-dev/2014-May/035383.html Partial-Bug: #1299517 Conflicts: doc/api_samples/all_extensions/extensions-get-resp.json doc/api_samples/all_extensions/extensions-get-resp.xml nova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpl The conflicts are due to Mark McLoughlin's timestamp-format series of changes on master (Juno). Also note that quota_classes.py was changed due to commitc75a15a4
to rename the NotAuthorized exception to Forbidden. Change-Id: I7890e6b41d4ebf19944c1d4db65111fcc4c45463
16 lines
526 B
XML
16 lines
526 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<quota_class_set>
|
|
<cores>50</cores>
|
|
<fixed_ips>-1</fixed_ips>
|
|
<floating_ips>10</floating_ips>
|
|
<injected_file_content_bytes>10240</injected_file_content_bytes>
|
|
<injected_file_path_bytes>255</injected_file_path_bytes>
|
|
<injected_files>5</injected_files>
|
|
<instances>50</instances>
|
|
<key_pairs>100</key_pairs>
|
|
<metadata_items>128</metadata_items>
|
|
<ram>51200</ram>
|
|
<security_group_rules>20</security_group_rules>
|
|
<security_groups>10</security_groups>
|
|
</quota_class_set>
|