~tribaal/charms/trusty/nova-cloud-controller/update-charm-helpers-stable

« back to all changes in this revision

Viewing changes to config.yaml

Merged next in

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
        nvp|nsx - Nicira Network Virtualization Platform/
 
73
                  VMware NSX Network Virtualization Platform
 
74
                  (renamed for Icehouse)
73
75
      .
74
76
      This configuration only has context when used with
75
 
      network-manager Quantum.
 
77
      network-manager Quantum|Neutron.
76
78
  quantum-security-groups:
77
79
    type: string
78
80
    default: "no"
136
138
    default: False
137
139
    description: |
138
140
      If set to True, supporting services will log to syslog.
139
 
  # Neutron NVP Plugin configuration
 
141
  # Neutron NVP and VMware NSX plugin configuration
140
142
  nvp-controllers:
141
143
    type: string
142
 
    description: Space delimited addresses of NVP controllers
 
144
    description: Space delimited addresses of NVP/NSX controllers
143
145
  nvp-username:
144
146
    type: string
145
147
    default: admin
146
 
    description: Username to connect to NVP controllers with
 
148
    description: Username to connect to NVP/NSX controllers with
147
149
  nvp-password:
148
150
    type: string
149
151
    default: admin
150
 
    description: Password to connect to NVP controllers with
 
152
    description: Password to connect to NVP/NSX controllers with
151
153
  nvp-cluster-name:
152
154
    type: string
153
155
    default: example
155
157
  nvp-tz-uuid:
156
158
    type: string
157
159
    description: |
158
 
      This is uuid of the default NVP Transport zone that will be used for
 
160
      This is uuid of the default NVP/NSX Transport zone that will be used for
159
161
      creating tunneled isolated Quantum networks.  It needs to be created
160
162
      in NVP before starting Quantum with the nvp plugin.
161
163
  nvp-l3-uuid:
162
164
    type: string
163
165
    description: |
164
 
      This is uuid of the default NVP L3 Gateway Service.
165
 
  # end of NVP configuration
166
 
 
 
166
      This is uuid of the default NVP/NSX L3 Gateway Service.
 
167
  # end of NVP/NSX configuration