Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'KNIFE_RACKSPACE-36'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattray committed Sep 26, 2012
2 parents ce01bb6 + 988c86f commit d8b6d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/rackspace_server_create.rb
Expand Up @@ -197,7 +197,7 @@ def run

def bootstrap_for_node(server)
bootstrap = Chef::Knife::Bootstrap.new
bootstrap.name_args = [public_dns_name(server)]
bootstrap.name_args = server.addresses["public"][0]
bootstrap.config[:run_list] = config[:run_list]
bootstrap.config[:first_boot_attributes] = config[:first_boot_attributes]
bootstrap.config[:ssh_user] = config[:ssh_user] || "root"
Expand Down

0 comments on commit d8b6d64

Please sign in to comment.