|
...
|
...
|
@@ -451,6 +451,9 @@ function create_nova_conf() {
|
|
451
|
451
|
iniset $NOVA_CONF DEFAULT s3_port "$S3_SERVICE_PORT"
|
|
452
|
452
|
iniset $NOVA_CONF DEFAULT osapi_compute_extension "nova.api.openstack.compute.contrib.standard_extensions"
|
|
453
|
453
|
iniset $NOVA_CONF DEFAULT my_ip "$HOST_IP"
|
|
|
454
|
+ iniset $NOVA_CONF DEFAULT osapi_compute_workers "4"
|
|
|
455
|
+ iniset $NOVA_CONF DEFAULT ec2_workers "4"
|
|
|
456
|
+ iniset $NOVA_CONF DEFAULT metadata_workers "4"
|
|
454
|
457
|
iniset $NOVA_CONF DEFAULT sql_connection `database_connection_url nova`
|
|
455
|
458
|
if is_baremetal; then
|
|
456
|
459
|
iniset $NOVA_CONF baremetal sql_connection `database_connection_url nova_bm`
|