From 3de02e8b9afeccdeb7b3169d736c530102bd84fe Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Tue, 12 Mar 2013 15:12:12 +0100 Subject: [PATCH] Add policy_file option to quantum.conf Bug 1154102 Ensure /etc/quantum/policy.json is the one used by quantum when deployed through devstack. Change-Id: Ib4e324911d1ba631d411eb3be78355eee09c39f0 --- lib/quantum | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/quantum b/lib/quantum index eebbabf282..5b687b5b16 100644 --- a/lib/quantum +++ b/lib/quantum @@ -539,6 +539,7 @@ function _configure_quantum_service() { iniset $QUANTUM_CONF DEFAULT verbose True iniset $QUANTUM_CONF DEFAULT debug True iniset $QUANTUM_CONF DEFAULT state_path $DATA_DIR/quantum + iniset $QUANTUM_CONF DEFAULT policy_file $Q_POLICY_FILE iniset $QUANTUM_CONF DEFAULT allow_overlapping_ips $Q_ALLOW_OVERLAPPING_IP iniset $QUANTUM_CONF DEFAULT auth_strategy $Q_AUTH_STRATEGY