Merge "novajoin: Add higher default timeout for nova vendordata plugins" into stable/pike

This commit is contained in:
Zuul 2018-05-03 07:03:41 +00:00 committed by Gerrit Code Review
commit d30ffb4521
1 changed files with 2 additions and 0 deletions

View File

@ -846,6 +846,8 @@ nova::api::vendordata_dynamic_auth_project_name: 'service'
nova::api::vendordata_dynamic_auth_project_domain_name: 'Default'
nova::api::vendordata_dynamic_auth_user_domain_name: 'Default'
nova::api::vendordata_dynamic_auth_password: {{UNDERCLOUD_NOVA_PASSWORD}}
nova::api::vendordata_dynamic_connect_timeout: 30
nova::api::vendordata_dynamic_read_timeout: 30
nova::notification_topics: ['notifications', 'novajoin_notifications']
nova::notify_on_state_change: 'vm_state'
{{/ENABLE_NOVAJOIN}}