~corey.bryant/charms/trusty/nova-compute/git-old

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-03-31 11:10:07 UTC
  • mfrom: (110.1.3 nova-compute)
  • Revision ID: james.page@ubuntu.com-20150331111007-19wmdln7kc9mvh27
[gnuoy,r=james-page] Add configuration option to disable neutron legacy mode support for new deployments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
    description: |
197
197
      YAML formatted associative array of sysctl values, e.g.:
198
198
      '{ kernel.pid_max : 4194303 }'
 
199
  manage-neutron-plugin-legacy-mode:
 
200
    type: boolean
 
201
    default: True
 
202
    description: |
 
203
      If True nova-compute will install neutron packages for the plugin
 
204
      stipulated by nova-cloud-controller. The option is only available for
 
205
      backward compatibility for deployments which do not use the neutron-api
 
206
      charm. Please do not enable this on new deployments.