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

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Liam Young
  • Date: 2015-03-12 09:01:12 UTC
  • mfrom: (73.3.6 trunk)
  • Revision ID: liam.young@canonical.com-20150312090112-kxuwhcmdshz444fi
[xtrusia, r=gnuoy] Add neutron quota support

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        gre
67
67
        vxlan 
68
68
      .
 
69
  # Quota configuration settings
 
70
  quota-security-group:
 
71
    default: 10
 
72
    type: int
 
73
    description: |
 
74
      Number of security groups allowed per tenant. A negative value means
 
75
      unlimited.
 
76
  quota-security-group-rule:
 
77
    default: 100
 
78
    type: int
 
79
    description: |
 
80
      Number of security group rules allowed per tenant. A negative value means
 
81
      unlimited
 
82
  quota-network:
 
83
    default: 10
 
84
    type: int
 
85
    description: |
 
86
      Number of networks allowed per tenant. A negative value means unlimited.
 
87
  quota-subnet:
 
88
    default: 10
 
89
    type: int
 
90
    description: |
 
91
      Number of subnets allowed per tenant. A negative value means unlimited.
 
92
  quota-port:
 
93
    default: 50
 
94
    type: int
 
95
    description: |
 
96
      Number of ports allowed per tenant. A negative value means unlimited.
 
97
  quota-vip:
 
98
    default: 10
 
99
    type: int
 
100
    description: |
 
101
      Number of vips allowed per tenant. A negative value means unlimited.
 
102
  quota-pool:
 
103
    default: 10
 
104
    type: int
 
105
    description: |
 
106
      Number of pools allowed per tenant. A negative value means unlimited.
 
107
  quota-member:
 
108
    default: -1
 
109
    type: int
 
110
    description: |
 
111
      Number of pool members allowed per tenant. A negative value means unlimited.
 
112
      The default is unlimited because a member is not a real resource consumer
 
113
      on Openstack. However, on back-end, a member is a resource consumer
 
114
      and that is the reason why quota is possible.
 
115
  quota-health-monitors:
 
116
    default: -1
 
117
    type: int
 
118
    description: |
 
119
      Number of health monitors allowed per tenant. A negative value means
 
120
      unlimited.
 
121
      The default is unlimited because a health monitor is not a real resource
 
122
      consumer on Openstack. However, on back-end, a member is a resource consumer
 
123
      and that is the reason why quota is possible.
 
124
  quota-router:
 
125
    default: 10
 
126
    type: int
 
127
    description: |
 
128
      Number of routers allowed per tenant. A negative value means unlimited.
 
129
  quota-floatingip: 
 
130
    default: 50
 
131
    type: int
 
132
    description: |
 
133
      Number of floating IPs allowed per tenant. A negative value means unlimited.
69
134
  # HA configuration settings
70
135
  vip:
71
136
    type: string