Browse code

Neutron refactor: Fix missing call to init RPC backend

Change-Id: I2c7f116230f53d3a2460192bc7b513b2e230c736

Sean M. Collins authored on 2016/05/12 04:03:38
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