
Bug #1038565 The tests for bulk resource creation failure were failing since the bulk API calls were not getting relayed correctly to the virt_phy_sw.py, that has been fixed There tests for the network_multi_blade_v2.py were failing since DB initialization order was incorrect. The tests in test_api_v2.py were failing since the plugin instance was not being reset for each test. Change-Id: I449bd8a61c1f61f98a97acf489574624fe309caa
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
[DEFAULT]
|
|
# Show more verbose log output (sets INFO log level output)
|
|
verbose = True
|
|
|
|
# Show debugging output in logs (sets DEBUG log level output)
|
|
debug = False
|
|
|
|
# Address to bind the API server
|
|
bind_host = 0.0.0.0
|
|
|
|
# Port the bind the API server to
|
|
bind_port = 9696
|
|
|
|
# Path to the extensions
|
|
api_extensions_path = ../../../../../extensions
|
|
|
|
# Paste configuration file
|
|
api_paste_config = api-paste.ini.cisco.test
|
|
|
|
core_plugin = quantum.plugins.cisco.network_plugin.PluginV2
|
|
|
|
# The messaging module to use, defaults to kombu.
|
|
rpc_backend = quantum.openstack.common.rpc.impl_fake
|
|
|
|
[QUOTAS]
|
|
# resource name(s) that are supported in quota features
|
|
quota_items = network,subnet,port
|
|
|
|
# default number of resource allowed per tenant, minus for unlimited
|
|
default_quota = -1
|
|
|
|
# number of networks allowed per tenant, and minus means unlimited
|
|
# quota_network = 10
|
|
|
|
# number of subnets allowed per tenant, and minus means unlimited
|
|
# quota_subnet = 10
|
|
|
|
# number of ports allowed per tenant, and minus means unlimited
|
|
# quota_port = 50
|
|
|
|
# default driver to use for quota checks
|
|
# quota_driver = quantum.quota.ConfDriver
|
|
quota_driver = quantum.extensions._quotav2_driver.DbQuotaDriver
|