diff --git a/nova/tests/rackspace/all.pp b/nova/tests/rackspace/all.pp index b067774f9..0994ea14e 100644 --- a/nova/tests/rackspace/all.pp +++ b/nova/tests/rackspace/all.pp @@ -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://', xenapi_connection_username => 'root', xenapi_connection_password => 'password',