Add --debug to nova db sync and increase timeout
Double the timeout from 300 to 600 and add --debug to see if we can catch what is causing it to timeout. Change-Id: I7d6557eb8175a56d5a31e9b017af9fd192779862
This commit is contained in:
parent
0fcb4ce9aa
commit
5d47105276
@ -131,10 +131,19 @@ class openstack_integration::nova (
|
|||||||
}
|
}
|
||||||
class { '::nova::api':
|
class { '::nova::api':
|
||||||
api_bind_address => $::openstack_integration::config::host,
|
api_bind_address => $::openstack_integration::config::host,
|
||||||
sync_db_api => true,
|
sync_db => false,
|
||||||
|
sync_db_api => false,
|
||||||
service_name => 'httpd',
|
service_name => 'httpd',
|
||||||
nova_metadata_wsgi_enabled => true,
|
nova_metadata_wsgi_enabled => true,
|
||||||
}
|
}
|
||||||
|
class { '::nova::db::sync':
|
||||||
|
extra_params => '--debug',
|
||||||
|
db_sync_timeout => 600,
|
||||||
|
}
|
||||||
|
class { '::nova::db::sync_api':
|
||||||
|
extra_params => '--debug',
|
||||||
|
db_sync_timeout => 600,
|
||||||
|
}
|
||||||
class { '::nova::metadata':
|
class { '::nova::metadata':
|
||||||
neutron_metadata_proxy_shared_secret => 'a_big_secret',
|
neutron_metadata_proxy_shared_secret => 'a_big_secret',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user