~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-03-16 21:59:12 UTC
  • mfrom: (73.2.11 neutron-api.next)
  • Revision ID: edward.hope-morley@canonical.com-20150316215912-qw0mcxub3t84lkcc
synced /next

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        gre
74
74
        vxlan 
75
75
      .
 
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.
76
141
  # HA configuration settings
77
142
  vip:
78
143
    type: string
220
285
          juju-myservice-0
221
286
      If you're running multiple environments with the same services in them
222
287
      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