Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

2.8 KiB

Description of quota configuration options
Configuration option = Default value Description
[DEFAULT]
bandwidth_poll_interval = 600 (Integer) Interval to pull network bandwidth usage info. Not supported on all hypervisors. Set to -1 to disable. Setting this to 0 will run at the default rate.
enable_network_quota = False (Boolean) Enables or disables quota checking for tenant networks
quota_cores = 20 (Integer) Number of instance cores allowed per project
quota_driver = nova.quota.DbQuotaDriver (String) Default driver to use for quota checks
quota_fixed_ips = -1 (Integer) Number of fixed IPs allowed per project (this should be at least the number of instances allowed)
quota_floating_ips = 10 (Integer) Number of floating IPs allowed per project
quota_injected_file_content_bytes = 10240 (Integer) Number of bytes allowed per injected file
quota_injected_file_path_length = 255 (Integer) Length of injected file path
quota_injected_files = 5 (Integer) Number of injected files allowed
quota_instances = 10 (Integer) Number of instances allowed per project
quota_key_pairs = 100 (Integer) Number of key pairs per user
quota_metadata_items = 128 (Integer) Number of metadata items allowed per instance
quota_networks = 3 (Integer) Number of private networks allowed per project
quota_ram = 51200 (Integer) Megabytes of instance RAM allowed per project
quota_security_group_rules = 20 (Integer) Number of security rules per security group
quota_security_groups = 10 (Integer) Number of security groups per project
quota_server_group_members = 10 (Integer) Number of servers per server group
quota_server_groups = 10 (Integer) Number of server groups per project
[cells]
bandwidth_update_interval = 600 (Integer) Bandwidth update interval Seconds between bandwidth usage cache updates for cells. Possible values: * Time in seconds. Services which consume this: * nova-compute Related options: * None