Edits for nova.conf.sample
- replace "quotaing" with "quota checking" - add space so shouldalways becomes "should always" Modifies docstrings that we use to generate docs for config option descriptions. Change-Id: Ieca85ee997b9f85e9748387ee031714ad1b73f6b
This commit is contained in:
@@ -458,8 +458,8 @@
|
||||
# Options defined in nova.api.openstack.compute.contrib.os_tenant_networks
|
||||
#
|
||||
|
||||
# Enables or disables quotaing of tenant networks (boolean
|
||||
# value)
|
||||
# Enables or disables quota checking for tenant networks
|
||||
# (boolean value)
|
||||
#enable_network_quota=false
|
||||
|
||||
# Control for checking for default networks (string value)
|
||||
|
||||
@@ -36,7 +36,8 @@ try:
|
||||
os_network_opts = [
|
||||
cfg.BoolOpt("enable_network_quota",
|
||||
default=False,
|
||||
help="Enables or disables quotaing of tenant networks"),
|
||||
help=('Enables or disables quota checking for tenant '
|
||||
'networks')),
|
||||
cfg.StrOpt('use_neutron_default_nets',
|
||||
default="False",
|
||||
deprecated_name='use_quantum_default_nets',
|
||||
|
||||
Reference in New Issue
Block a user