add missing spot text

This commit is contained in:
Daniel Tralamazza 2013-10-15 17:04:12 -07:00
parent 4daf4b04c8
commit 4257d2d609
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ en:
The machine is already %{status}.
launching_instance: |-
Launching an instance with the following settings...
launching_spot_instance: |-
Launching a spot request instance with the following settings...
launch_no_keypair: |-
Warning! You didn't specify a keypair to launch your instance with.
This can sometimes result in not being able to access your instance.
@ -47,6 +49,8 @@ en:
An access key ID must be specified via "access_key_id"
ami_required: |-
An AMI must be configured via "ami"
spot_price_required: |-
Spot request is missing "spot_max_price"
private_key_missing: |-
The specified private key for AWS could not be found
region_required: |-