Skip to content

Commit

Permalink
Close-Bug: #1400815. With the fix in https://review.opencontrail.org/…
Browse files Browse the repository at this point in the history
…8793, the service down time and rpc response time are adjusted. These value enable reconnection with the rabbitmq cluster in case of node / network failures and will not mark the service down

Change-Id: Iec1563cf0e46d51b67ca54c0630d17eefa05fcf8
  • Loading branch information
sanju-a committed Apr 1, 2015
1 parent ae39888 commit 5adbb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrail_provisioning/compute/scripts/compute-server-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if [ "$INTERNAL_VIP" != "none" ] || [ "$CONTRAIL_INTERNAL_VIP" != "none" ]; then
openstack-config --set /etc/nova/nova.conf DEFAULT rabbit_ha_queues True
openstack-config --set /etc/nova/nova.conf DEFAULT rpc_cast_timeout 30
openstack-config --set /etc/nova/nova.conf DEFAULT rpc_conn_pool_size 40
openstack-config --set /etc/nova/nova.conf DEFAULT rpc_response_timeout 30
openstack-config --set /etc/nova/nova.conf DEFAULT rpc_response_timeout 60
openstack-config --set /etc/nova/nova.conf DEFAULT rpc_thread_pool_size 70
openstack-config --set /etc/nova/nova.conf DEFAULT report_interval 15
openstack-config --set /etc/nova/nova.conf DEFAULT novncproxy_port 6080
Expand All @@ -171,7 +171,7 @@ if [ "$INTERNAL_VIP" != "none" ] || [ "$CONTRAIL_INTERNAL_VIP" != "none" ]; then
openstack-config --set /etc/nova/nova.conf DEFAULT resume_guests_state_on_host_boot True
openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_listen $SELF_MGMT_IP
openstack-config --set /etc/nova/nova.conf DEFAULT vncserver_proxyclient_address $SELF_MGMT_IP
openstack-config --set /etc/nova/nova.conf DEFAULT service_down_time 90
openstack-config --set /etc/nova/nova.conf DEFAULT service_down_time 300
openstack-config --set /etc/nova/nova.conf DEFAULT periodic_fuzzy_delay 30
openstack-config --set /etc/nova/nova.conf DEFAULT lock_path /var/lib/nova/tmp
openstack-config --set /etc/nova/nova.conf DEFAULT disable_process_locking True
Expand Down

0 comments on commit 5adbb04

Please sign in to comment.