novajoin: Add higher default timeout for nova vendordata plugins

The default timeout of 5s has proven to be quite tight and tends to
fail. So We up the timeout to 30s instead.

Change-Id: I5717bdaf7bda3c9146aa9d269d0296b74b0ede54
Closes-Bug: #1760118
This commit is contained in:
Juan Antonio Osorio Robles 2018-04-27 16:54:55 +03:00
parent 64c9d2e610
commit 09f400f3de
1 changed files with 2 additions and 0 deletions

View File

@ -910,6 +910,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}}