Set the default nova[:hostname] to the nodes hostname instead of 'nova'.

This commit is contained in:
Dan Prince 2011-06-06 12:40:45 -04:00
parent c67f75db82
commit ecc005d242
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
::Chef::Node.send(:include, Opscode::OpenSSL::Password)
default[:nova][:hostname] = "nova"
default[:nova][:hostname] = hostname
default[:nova][:install_type] = "binary"
default[:nova][:compute_connection_type] = "qemu"
default[:nova][:creds][:user] = "nova"