mirror of https://github.com/apache/jclouds.git
Add override-credentials-with template optio to clojure api
This commit is contained in:
parent
1f14adf4ea
commit
d97a5a9f0c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue