Merge "Reduce connection_max_retries" into release/2019.2.0
diff --git a/octavia/files/pike/octavia_manager.conf b/octavia/files/pike/octavia_manager.conf
index 03c57b3..a25f557 100644
--- a/octavia/files/pike/octavia_manager.conf
+++ b/octavia/files/pike/octavia_manager.conf
@@ -824,7 +824,7 @@
 
 # Retry threshold for connecting to amphorae. (integer value)
 #connection_max_retries = 300
-connection_max_retries = 1500
+connection_max_retries = 100
 
 # Retry timeout between connection attempts in seconds. (integer value)
 #connection_retry_interval = 5
diff --git a/octavia/files/queens/octavia_manager.conf b/octavia/files/queens/octavia_manager.conf
index 791e71b..4b1f484 100644
--- a/octavia/files/queens/octavia_manager.conf
+++ b/octavia/files/queens/octavia_manager.conf
@@ -642,7 +642,7 @@
 
 # Retry threshold for connecting to amphorae. (integer value)
 #connection_max_retries = 300
-connection_max_retries = 1500
+connection_max_retries = 100
 
 # Retry timeout between connection attempts in seconds. (integer value)
 #connection_retry_interval = 5