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
(cherry picked from commit 09f400f3de)
This commit is contained in:
Juan Antonio Osorio Robles 2018-04-27 16:54:55 +03:00
parent c95254293b
commit 3ecab4a93b
1 changed files with 2 additions and 0 deletions

View File

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