~charmers/charms/precise/nova-cloud-controller/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2013-11-17 21:50:30 UTC
  • mfrom: (52.3.10 nova-cloud-controller)
  • Revision ID: james.page@canonical.com-20131117215030-vmf1iqtf9ihhg7cj
[gandelman-a] NVP + VMware vSphere supprot

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
      Quantum plugin to use for network management; supports
70
70
      .
71
71
        ovs - OpenvSwitch Plugin
 
72
        nvp - Nicira Network Virtualization Platform
72
73
      .
73
74
      This configuration only has context when used with
74
75
      network-manager Quantum.
125
126
  ssl_key:
126
127
    type: string
127
128
    description: SSL key to use with certificate specified as ssl_cert.
 
129
  # Neutron NVP Plugin configuration
 
130
  nvp-controllers:
 
131
    type: string
 
132
    description: Space delimited addresses of NVP controllers
 
133
  nvp-username:
 
134
    type: string
 
135
    default: admin
 
136
    description: Username to connect to NVP controllers with
 
137
  nvp-password:
 
138
    type: string
 
139
    default: admin
 
140
    description: Password to connect to NVP controllers with
 
141
  nvp-cluster-name:
 
142
    type: string
 
143
    default: example
 
144
    description: Name of the NVP cluster configuration to create (grizzly only)
 
145
  nvp-tz-uuid:
 
146
    type: string
 
147
    description: |
 
148
      This is uuid of the default NVP Transport zone that will be used for
 
149
      creating tunneled isolated Quantum networks.  It needs to be created
 
150
      in NVP before starting Quantum with the nvp plugin.
 
151
  nvp-l3-uuid:
 
152
    type: string
 
153
    description: |
 
154
      This is uuid of the default NVP L3 Gateway Service.
 
155
  # end of NVP configuration
 
156