Skip to content

Commit

Permalink
Remove comments that are now issues
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvey committed May 23, 2014
1 parent afb6273 commit 3508b92
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/vagrant-openstack-provider/action/create_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,8 @@ def call(env)
env[:ui].info(" -- Tenant : #{config.tenant_name}")
env[:ui].info(" -- Name : #{server_name}")

#TODO(julienvey) add metadata
#TODO(julienvey) add availability_zone
#TODO(julienvey) add disk_config

server_id = client.create_server(env, server_name, image.id, flavor.id, config.keypair_name)

#TODO(julienvey) Find a network if provided
#if config.network
# network = find_matching(env[:openstack_network].networks, config.network)
# options[:nics] = [{"net_id" => network.id}] if network
#end

# Store the ID right away so we can track it
env[:machine].id = server_id

Expand Down

0 comments on commit 3508b92

Please sign in to comment.