Browse code

Merge "Neutron refactor: Fix missing call to init RPC backend"

Jenkins authored on 2016/05/12 15:41:25
Showing 1 changed files
... ...
@@ -126,6 +126,8 @@ function configure_neutron_new {
126 126
     iniset $NEUTRON_CONF oslo_concurrency lock_path $NEUTRON_STATE_PATH/lock
127 127
     iniset $NEUTRON_CONF DEFAULT use_syslog $SYSLOG
128 128
 
129
+    iniset_rpc_backend neutron $NEUTRON_CONF
130
+
129 131
     # Neutron API server & Neutron plugin
130 132
     if is_service_enabled neutron-api; then
131 133
         local policy_file=$NEUTRON_CONF_DIR/policy.json