lib/cloudster/ec2.rb in cloudster-0.0.2 vs lib/cloudster/ec2.rb in cloudster-1.0.0

- old
+ new

@@ -14,10 +14,9 @@ # :image_id => 'ami_image_id' # ) # # ==== Parameters # * options<~Hash> - - # *Keys: # * :name: String containing the name for the Ec2 resource # * :key_name: String containing the name of the keypair to be used for SSH # * :image_id: String containing the AMI image id to be used while creating the Ec2 resource def initialize(options = {}) require_options(options, [:name, :key_name, :image_id])