Add override-credentials-with template optio to clojure api

This commit is contained in:
Hugo Duncan 2011-09-02 07:10:16 -04:00
parent 1f14adf4ea
commit d97a5a9f0c
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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