Skip to content
Snippets Groups Projects
Commit c9808a2e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Use openstack_service_workers variable in gate"

parents e7dbbded c8f55a6d
No related branches found
No related tags found
No related merge requests found
...@@ -77,31 +77,13 @@ neutron_external_interface: "fake_interface" ...@@ -77,31 +77,13 @@ neutron_external_interface: "fake_interface"
enable_horizon: "no" enable_horizon: "no"
enable_heat: "no" enable_heat: "no"
openstack_logging_debug: "True" openstack_logging_debug: "True"
openstack_service_workers: "1"
EOF EOF
mkdir /etc/kolla/config/nova mkdir /etc/kolla/config/nova
cat << EOF > /etc/kolla/config/nova/nova-compute.conf cat << EOF > /etc/kolla/config/nova/nova-compute.conf
[libvirt] [libvirt]
virt_type=qemu virt_type=qemu
EOF
cat << EOF > /etc/kolla/config/nova.conf
[DEFAULT]
osapi_compute_workers = 1
[conductor]
workers = 1
EOF
cat << EOF > /etc/kolla/config/glance.conf
[DEFAULT]
workers = 1
EOF
cat << EOF > /etc/kolla/config/neutron.conf
[DEFAULT]
api_workers = 1
metadata_workers = 1
EOF EOF
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment