Merge "Adding amphora architecture to heat templates"

This commit is contained in:
Zuul 2020-06-24 01:42:28 +00:00 committed by Gerrit Code Review
commit 642bdf7178
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,10 @@ parameters:
default: 'amphora-image'
description: Glance image tag for identifying the amphora image.
type: string
OctaviaAmphoraImageArchitecture:
default: 'x86_64'
description: Architecture of the amphora image.
type: string
OctaviaAmphoraSshKeyName:
type: string
default: 'octavia-ssh-key'
@ -217,6 +221,7 @@ resources:
amp_image_name: { get_param: OctaviaAmphoraImageName }
amp_image_filename: {get_param: OctaviaAmphoraImageFilename }
amp_image_tag: { get_param: OctaviaAmphoraImageTag }
amp_hw_arch: { get_param: OctaviaAmphoraImageArchitecture }
amp_ssh_key_name: { get_param: OctaviaAmphoraSshKeyName }
amp_ssh_key_path: { get_param: OctaviaAmphoraSshKeyFile }
{% if not octavia_standalone %}