Merge "Set amphora timezone based on TimeZone setting"

This commit is contained in:
Zuul 2022-07-02 19:32:33 +00:00 committed by Gerrit Code Review
commit 585e3ba9d1
2 changed files with 10 additions and 0 deletions

View File

@ -120,6 +120,10 @@ parameters:
type: string
default: 'octavia-ssh-key'
description: SSH key name.
TimeZone:
default: 'UTC'
description: The timezone to be set on the overcloud.
type: string
OctaviaLoadBalancerTopology:
default: ''
description: Load balancer topology configuration.
@ -284,6 +288,7 @@ outputs:
octavia::controller::amp_flavor_id: {get_param: OctaviaFlavorId}
octavia::controller::amp_image_tag: {get_param: OctaviaAmphoraImageTag}
octavia::controller::amp_ssh_key_name: {get_param: OctaviaAmphoraSshKeyName}
octavia::controller::amp_timezone: {get_param: TimeZone}
octavia::controller::enable_ssh_access: true
octavia::controller::timeout_client_data: {get_param: OctaviaTimeoutClientData}
octavia::controller::timeout_member_connect: {get_param: OctaviaTimeoutMemberConnect}

View File

@ -0,0 +1,5 @@
---
features:
- |
The TimeZone parameter gets used for configuring the Octavia amphora
timezone now.