Added a compute_hosts option

This commit is contained in:
Anton Beloglazov 2012-09-22 16:43:21 +10:00
parent d5b1cb8e95
commit 1c5ca890b0
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,9 @@ os_admin_password = adminpassword
# The OpenStack authentication URL
os_auth_url = http://localhost:5000/v2.0/
# A coma-separated list of compute host names
compute_hosts = compute1, compute2, compute3, compute4
# The name of the host running the global manager
global_manager_host = controller

View File

@ -38,6 +38,7 @@ REQUIRED_FIELDS = [
'os_admin_user',
'os_admin_password',
'os_auth_url',
'compute_hosts',
'global_manager_host',
'global_manager_port',
'local_data_directory',