Browse code

Merge "Add policy_file option to quantum.conf"

Jenkins authored on 2013/03/15 06:15:52
Showing 1 changed files
... ...
@@ -537,6 +537,7 @@ function _configure_quantum_service() {
537 537
     iniset $QUANTUM_CONF DEFAULT verbose True
538 538
     iniset $QUANTUM_CONF DEFAULT debug True
539 539
     iniset $QUANTUM_CONF DEFAULT state_path $DATA_DIR/quantum
540
+    iniset $QUANTUM_CONF DEFAULT policy_file $Q_POLICY_FILE
540 541
     iniset $QUANTUM_CONF DEFAULT allow_overlapping_ips $Q_ALLOW_OVERLAPPING_IP
541 542
 
542 543
     iniset $QUANTUM_CONF DEFAULT auth_strategy $Q_AUTH_STRATEGY