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

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: billy.olsen at canonical
  • Date: 2015-10-03 00:00:02 UTC
  • mfrom: (164.1.1 revert-api-rate-limit)
  • Revision ID: billy.olsen@canonical.com-20151003000002-vnzr0q74xjaowj3s
[tribaal,r=billy-olsen]

Revert changes for the api rate limiting.

Closes-Bug: 1501924

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