Fixes bug
1158146
Change-Id: I0e986eb16a7ec5b9972a37af583f697ba3624a80
# user executing the agent.
# state_path = /var/lib/quantum
+# Where to store lock files
+lock_path = $state_path/lock
+
# log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s
# log_date_format = %Y-%m-%d %H:%M:%S
MAX_CHAIN_LEN_WRAP = 11
MAX_CHAIN_LEN_NOWRAP = 28
-cfg.CONF.set_default('lock_path', '$state_path/lock')
-
def get_chain_name(chain_name, wrap=True):
if wrap:
# The messaging module to use, defaults to kombu.
rpc_backend = quantum.openstack.common.rpc.impl_fake
+lock_path = $state_path/lock
+
[DATABASE]
sql_connection = 'sqlite:///:memory:'