~cts-engineering/charms/trusty/neutron-api/neutron-mtu

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Edward Hope-Morley
  • Date: 2015-02-10 09:52:15 UTC
  • Revision ID: edward.hope-morley@canonical.com-20150210095215-ald95mw9fvhwsq2b
default to no network-device-mtu

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    description: Name of the external network for floating IP addresses provided by Neutron.
51
51
  network-device-mtu:
52
52
    type: int
53
 
    default:
 
53
    default: 0
54
54
    description: |
55
 
      The MTU size for interfaces managed by neutron. If unset or set to
56
 
      0, no value will be applied. This value will be provided to
57
 
      neutron-plugin-api relations.
 
55
      The MTU size for the interfaces managed by neutron. If set to 0, no value
 
56
      will be applied.
58
57
  neutron-plugin:
59
58
    default: ovs
60
59
    type: string
73
72
        gre
74
73
        vxlan 
75
74
      .
76
 
  # Quota configuration settings
77
 
  quota-security-group:
78
 
    default: 10
79
 
    type: int
80
 
    description: |
81
 
      Number of security groups allowed per tenant. A negative value means
82
 
      unlimited.
83
 
  quota-security-group-rule:
84
 
    default: 100
85
 
    type: int
86
 
    description: |
87
 
      Number of security group rules allowed per tenant. A negative value means
88
 
      unlimited
89
 
  quota-network:
90
 
    default: 10
91
 
    type: int
92
 
    description: |
93
 
      Number of networks allowed per tenant. A negative value means unlimited.
94
 
  quota-subnet:
95
 
    default: 10
96
 
    type: int
97
 
    description: |
98
 
      Number of subnets allowed per tenant. A negative value means unlimited.
99
 
  quota-port:
100
 
    default: 50
101
 
    type: int
102
 
    description: |
103
 
      Number of ports allowed per tenant. A negative value means unlimited.
104
 
  quota-vip:
105
 
    default: 10
106
 
    type: int
107
 
    description: |
108
 
      Number of vips allowed per tenant. A negative value means unlimited.
109
 
  quota-pool:
110
 
    default: 10
111
 
    type: int
112
 
    description: |
113
 
      Number of pools allowed per tenant. A negative value means unlimited.
114
 
  quota-member:
115
 
    default: -1
116
 
    type: int
117
 
    description: |
118
 
      Number of pool members allowed per tenant. A negative value means unlimited.
119
 
      The default is unlimited because a member is not a real resource consumer
120
 
      on Openstack. However, on back-end, a member is a resource consumer
121
 
      and that is the reason why quota is possible.
122
 
  quota-health-monitors:
123
 
    default: -1
124
 
    type: int
125
 
    description: |
126
 
      Number of health monitors allowed per tenant. A negative value means
127
 
      unlimited.
128
 
      The default is unlimited because a health monitor is not a real resource
129
 
      consumer on Openstack. However, on back-end, a member is a resource consumer
130
 
      and that is the reason why quota is possible.
131
 
  quota-router:
132
 
    default: 10
133
 
    type: int
134
 
    description: |
135
 
      Number of routers allowed per tenant. A negative value means unlimited.
136
 
  quota-floatingip: 
137
 
    default: 50
138
 
    type: int
139
 
    description: |
140
 
      Number of floating IPs allowed per tenant. A negative value means unlimited.
141
75
  # HA configuration settings
142
76
  vip:
143
77
    type: string
285
219
          juju-myservice-0
286
220
      If you're running multiple environments with the same services in them
287
221
      this allows you to differentiate between them.
288
 
  nagios_servicegroups:
289
 
    default: ""
290
 
    type: string
291
 
    description: |
292
 
      A comma-separated list of nagios servicegroups.
293
 
      If left empty, the nagios_context will be used as the servicegroup