diff --git a/compute/src/main/clojure/org/jclouds/compute.clj b/compute/src/main/clojure/org/jclouds/compute.clj index 9fd5fc407e..4e858702b5 100644 --- a/compute/src/main/clojure/org/jclouds/compute.clj +++ b/compute/src/main/clojure/org/jclouds/compute.clj @@ -399,7 +399,7 @@ See http://code.google.com/p/jclouds for details." ;; aws ec2 options :spot-price :spot-options :placement-group :subnet-id :block-device-mappings :unmapDeviceNamed :security-groups - :key-pair :user-data]) + :key-pair :user-data :override-credentials-with]) (make-option-map kw-memfn-varargs [:inbound-ports]) (make-option-map kw-memfn-2arg diff --git a/compute/src/main/clojure/org/jclouds/compute2.clj b/compute/src/main/clojure/org/jclouds/compute2.clj index 1256982f4b..a6169dc009 100644 --- a/compute/src/main/clojure/org/jclouds/compute2.clj +++ b/compute/src/main/clojure/org/jclouds/compute2.clj @@ -352,7 +352,8 @@ Here's an example of creating and running a small linux node in the group webser ;; aws ec2 options :spot-price :spot-options :placement-group :subnet-id :block-device-mappings :unmapDeviceNamed :security-groups - :key-pair :user-data]) + :key-pair :user-data + :override-credentials-with]) (make-option-map kw-memfn-varargs [:inbound-ports]) (make-option-map kw-memfn-2arg