mirror of
https://github.com/apache/jclouds.git
synced 2025-02-13 05:27:07 +00:00
Merge branch 'master' of github.com:jclouds/jclouds into 1.5.x
* 'master' of github.com:jclouds/jclouds: added min-disk to compute2.clj
This commit is contained in:
commit
04b7a14674
@ -332,7 +332,7 @@ Here's an example of creating and running a small linux node in the group webser
|
||||
:os-name-matches :os-description-matches :os-version-matches
|
||||
:os-arch-matches :os-64-bit :image-name-matches
|
||||
:image-version-matches :image-description-matches :image-matches
|
||||
:min-cores :min-ram])))
|
||||
:min-cores :min-ram :min-disk])))
|
||||
|
||||
(def
|
||||
^{:doc "TemplateOptions functions" :private true}
|
||||
@ -425,7 +425,7 @@ Options correspond to TemplateBuilder methods."
|
||||
os-name-matches os-description-matches os-version-matches
|
||||
os-arch-matches os-64-bit mage-name-matches
|
||||
image-version-matches image-description-matches image-matches
|
||||
min-cores min-ram smallest fastest biggest any]
|
||||
min-cores min-ram min-disk smallest fastest biggest any]
|
||||
:as options}]
|
||||
(let [builder (.. compute (templateBuilder))]
|
||||
(doseq [[option value] options]
|
||||
|
Loading…
x
Reference in New Issue
Block a user