Make novajoin vendordata timeout configurable

It exposes the timeout as a parameter, sets the default to 30, and
makes it configurable.

Change-Id: If76475f359a020bf8eab55df7e3f5f674ea2e85d
Related-Bug: #1760118
This commit is contained in:
Juan Antonio Osorio Robles 2018-04-27 18:15:05 +03:00
parent f4fa117cc7
commit 52d4eb503d

View File

@ -73,6 +73,11 @@ parameters:
default: ''
description: The OTP to use to enroll to FreeIPA
type: string
NovajoinVendordataTimeout:
default: 30
description: The timeout for both the vendordata dynamic connect and read
values.
type: number
resources:
@ -149,6 +154,8 @@ outputs:
nova::api::vendordata_dynamic_auth_project_domain_name: 'Default'
nova::api::vendordata_dynamic_auth_user_domain_name: 'Default'
nova::api::vendordata_dynamic_auth_password: {get_param: NovaPassword}
nova::api::vendordata_dynamic_connect_timeout: {get_param: NovajoinVendordataTimeout}
nova::api::vendordata_dynamic_read_timeout: {get_param: NovajoinVendordataTimeout}
nova::notification_topics: ['notifications', 'novajoin_notifications']
nova::notify_on_state_change: 'vm_state'
# BEGIN DOCKER SETTINGS