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
diff --git a/lib/quantum b/lib/quantum
index eebbabf..5b687b5 100644
--- a/lib/quantum
+++ b/lib/quantum
@@ -539,6 +539,7 @@
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