]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add default state_path to quantum.conf
authorGary Kotton <gkotton@redhat.com>
Mon, 25 Feb 2013 13:31:38 +0000 (13:31 +0000)
committerGary Kotton <gkotton@redhat.com>
Mon, 25 Feb 2013 13:46:53 +0000 (13:46 +0000)
Fixes bug 1132793

Change-Id: I7af0b773105443672ede30b352d3b207f1ae7c5d

etc/dhcp_agent.ini
etc/l3_agent.ini
etc/metadata_agent.ini
etc/quantum.conf

index 2e9e06e4b1927af2e7977addde3c56262ae153ea..9625312475416fe537d2f6db6cda7ac0cbeb5560 100644 (file)
@@ -2,10 +2,6 @@
 # Show debugging output in log (sets DEBUG log level output)
 # debug = true
 
-# Where to store dnsmasq state files.  This directory must be writable by the
-# user executing the agent.
-# state_path = /var/lib/quantum
-
 # The DHCP agent will resync its state with Quantum to recover from any
 # transient notification or rpc errors. The interval is number of
 # seconds between attempts.
index 2021b17b6f7e961be26568ebfc6b021d380752d2..133576c3f37c5b48fd3ae175d3eae6a7f73c5f5c 100644 (file)
@@ -19,10 +19,6 @@ interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
 
 # If use_namespaces is set as False then the agent can only configure one router.
 
-# Where to store Quantum state files.  This directory must be writable by the
-# user executing the agent.
-# state_path = /var/lib/quantum
-
 # This is done by setting the specific router_id.
 # router_id =
 
index e7630911d31020ae23be14ca0810f7e6d97aa6b6..2a4e1ac55e236b71001667604840c205375955a8 100644 (file)
@@ -9,10 +9,6 @@ admin_tenant_name = %SERVICE_TENANT_NAME%
 admin_user = %SERVICE_USER%
 admin_password = %SERVICE_PASSWORD%
 
-# Where to store metadata state files.  This directory must be writable by the
-# user executing the agent.
-# state_path = /var/lib/quantum
-
 # IP address used by Nova metadata server
 # nova_metadata_ip = 127.0.0.1
 
index b2700978b48305819dd3468d65f206ed37a88a22..192a2ac7ce4b45b405db788f48d8aa9137f4642e 100644 (file)
@@ -5,6 +5,10 @@
 # debug = False
 # verbose = False
 
+# Where to store Quantum state files.  This directory must be writable by the
+# user executing the agent.
+# state_path = /var/lib/quantum
+
 # log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s
 # log_date_format = %Y-%m-%d %H:%M:%S