Browse code

Merge "Set Neutron api_workers to $API_WORKERS"

Jenkins authored on 2015/06/14 23:23:10
Showing 1 changed files
... ...
@@ -463,6 +463,8 @@ function configure_neutron {
463 463
     fi
464 464
 
465 465
     _configure_neutron_debug_command
466
+
467
+    iniset $NEUTRON_CONF DEFAULT api_workers "$API_WORKERS"
466 468
 }
467 469
 
468 470
 function create_nova_conf_neutron {