Skip to content

Commit

Permalink
Merge pull request #211 from gthiemonge/octavia_conf
Browse files Browse the repository at this point in the history
Add default settings for the octavia services
  • Loading branch information
openshift-merge-bot[bot] authored Dec 13, 2023
2 parents c143deb + 765e361 commit 1effa40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions templates/octaviaamphoracontroller/config/octavia.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ server_ca = /etc/octavia/certs/server_ca.cert.pem
[controller_worker]
amp_boot_network_list={{ .LbMgmtNetworkId }}
amp_flavor_id={{ .AmpFlavorId }}
amp_image_tag=amphora-image
client_ca = /etc/octavia/certs/client_ca.cert.pem
[task_flow]
[oslo_messaging]
# topic=octavia-rpc
topic=octavia-rpc
[oslo_middleware]
# enable_proxy_headers_parsing=True
[house_keeping]
Expand All @@ -58,7 +59,7 @@ user_domain_name=Default
password=FIXMEpw3
username=octavia
auth_type=password
auth_url={{ .KeystonePublicURL }}/v3
auth_url={{ .KeystoneInternalURL }}/v3
region_name=regionOne

[nova]
Expand Down
4 changes: 2 additions & 2 deletions templates/octaviaapi/config/octavia.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ amp_boot_network_list=
client_ca=/etc/octavia/certs/ca_01.pem
[task_flow]
[oslo_messaging]
# topic=octavia-rpc
topic=octavia-rpc
[oslo_middleware]
# enable_proxy_headers_parsing=True
[house_keeping]
Expand All @@ -77,7 +77,7 @@ user_domain_name=Default
password=FIXMEpw3
username=octavia
auth_type=password
auth_url={{ .KeystonePublicURL }}/v3
auth_url={{ .KeystoneInternalURL }}/v3
region_name=regionOne

[nova]
Expand Down

0 comments on commit 1effa40

Please sign in to comment.