[Queens] Fix octavia_api config
Remove not accidentally added lines in config.
Change-Id: I334dffad482fc215cf7a31c4627a42719254e4ab
Related-PROD: PROD-22017
diff --git a/octavia/files/queens/octavia_api.conf b/octavia/files/queens/octavia_api.conf
index fcb1942..e04de54 100644
--- a/octavia/files/queens/octavia_api.conf
+++ b/octavia/files/queens/octavia_api.conf
@@ -865,7 +865,6 @@
# key used to validate amphora sending the message (string value)
#heartbeat_key = <None>
-heartbeat_key = {{ manager.health_manager.heartbeat_key }}
# Interval, in seconds, to wait before failing over an amphora. (integer value)
#heartbeat_timeout = 60
@@ -976,7 +975,6 @@
# value)
# The www_authenticate_uri is the public endpoint and is returned in headers on a 401
# auth_uri = https://localhost:5000/v3 # www_authenticate_uri
-auth_uri=http://{{ manager.identity.host }}:5000/v3
# The auth_url is the admin endpoint actually used for validating tokens
#auth_url = <None>