The host should be the hostname and not the ip address

This commit is contained in:
Chris Blumentritt 2011-06-01 17:12:50 -05:00
parent f7261bb410
commit ad9de78c8e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class { 'nova::rackspace::all':
quota_max_injected_files => '1000000',
quota_max_injected_file_content_bytes => '1000000',
quota_max_injected_file_path_bytes => '1000000',
host => $ipaddress,
host => $hostname,
xenapi_connection_url => 'https://<XenServer_IP>',
xenapi_connection_username => 'root',
xenapi_connection_password => 'password',