Created
August 3, 2016 15:22
-
-
Save vipinkrathi/cb16feaee25292c13654790d5a42efec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[networking] | |
# Network to communicate with amphora | |
lb_network_name = public | |
respawn_count = 2 | |
# respawn_interval = 2 | |
# client_cert = /etc/octavia/certs/client.pem | |
# server_ca = /etc/octavia/certs/server_ca.pem | |
# use_upstart = True | |
rest_request_conn_timeout = 500 | |
rest_request_read_timeout = 500 | |
amphora_expiry_age = 3600 | |
# Interval in seconds to initiate spare amphora checks | |
spare_check_interval = 30 | |
spare_amphora_pool_size = 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment