~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2015-09-04 11:03:14 UTC
  • mfrom: (39.7.35 trunk)
  • Revision ID: james.page@ubuntu.com-20150904110314-1iym0vseisumy5d0
[project-calico,r=james-page] Add support for Calico plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
      .
100
100
        ovs - OpenvSwitch Plugin
101
101
        nsx - VMWare NSX
 
102
        Calico - Project Calico Networking
102
103
      .
103
104
  overlay-network-type:
104
105
    default: gre
388
389
    description: |
389
390
      If True neutron-server will install neutron packages for the plugin
390
391
      configured.
 
392
  # Calico plugin configuration
 
393
  calico-origin:
 
394
    default:
 
395
    type: string
 
396
    description: |
 
397
      Repository from which to install Calico packages. If set, must be
 
398
      a PPA URL, of the form ppa:somecustom/ppa. Changing this value
 
399
      after installation will force an immediate software upgrade.
 
400
  # End of Calico plugin configuration