Repository: brooklyn-docs Updated Branches: refs/heads/master 1c78a909d -> 6144986e0
Update _clouds.md Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/d530b940 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/d530b940 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/d530b940 Branch: refs/heads/master Commit: d530b9401a0e969092fc567e22edb94751b98049 Parents: 1c78a90 Author: Duncan Godwin <[email protected]> Authored: Tue May 2 11:41:49 2017 +0100 Committer: GitHub <[email protected]> Committed: Tue May 2 11:41:49 2017 +0100 ---------------------------------------------------------------------- guide/locations/_clouds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/d530b940/guide/locations/_clouds.md ---------------------------------------------------------------------- diff --git a/guide/locations/_clouds.md b/guide/locations/_clouds.md index f1c3024..3a71fd7 100644 --- a/guide/locations/_clouds.md +++ b/guide/locations/_clouds.md @@ -95,7 +95,7 @@ For more keys and more detail on the keys below, see - Most providers require exactly one of either `region` (e.g. `us-east-1`) or `endpoint` (the URL, usually for private cloud deployments) - Hardware requirements can be specified, including - `minRam`, `minCores`, and `os64Bit`; or as a specific `hardwareId` + `minRam`, `minCores`, `minDisk` and `os64Bit`; or as a specific `hardwareId` - VM image constraints can be set using `osFamily` (e.g. `Ubuntu`, `CentOS`, `Debian`, `RHEL`) and `osVersionRegex`, or specific VM images can be specified using `imageId` or `imageNameRegex`
