~gnuoy/charms/trusty/nova-compute/no-hugepages

« back to all changes in this revision

Viewing changes to config.yaml

[tribaal, r=gnuoy] This branch introduces a new api-rate-limit-rules charm config option controlling the rate-limiting 
of the nova API by writing the passed value to the /etc/nova/api-paste.ini file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
    description: |
266
266
      The pecentage of system memory to use for hugepages eg '10%' or the total
267
267
      number of 2M hugepages - eg "1024".
 
268
  api-rate-limit-rules:
 
269
    type: string
 
270
    default:
 
271
    description: |
 
272
      The API rate-limit rules to use for the deployed nova API, if any.
 
273
      Contents of this config options will be inserted in the api-paste.ini file
 
274
      under the "filter:ratelimit" section as "limits". The syntax for these
 
275
      rules is documented at
 
276
      http://docs.openstack.org/kilo/config-reference/content/configuring-compute-API.html
 
277