Change global settings structure and fix potential celery issue.

This commit is contained in:
Aaron Tan
2016-09-24 00:46:42 -04:00
parent 651a09f5fb
commit 96e3228c9d
2 changed files with 31 additions and 17 deletions

View File

@@ -276,3 +276,10 @@ TEST_OPENSTACK_PROJECT = ''
# Azure credentials.
TEST_AZURE_USERNAME = ''
TEST_AZURE_KEY_DATA = ''
# Exemplary job timeout settings
# DEFAULT_TIMEOUT = {
# 'Job': 10,
# 'InventoryUpdate': 15,
# 'ProjectUpdate': 20,
# }