Added a compute_hosts option
This commit is contained in:
parent
d5b1cb8e95
commit
1c5ca890b0
@ -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
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user