File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,16 @@ endpoints:
194
194
description : >
195
195
Optional distribution to deploy with this disk.
196
196
<ul><li>If no distribution is provided, a blank disk
197
- is created.</li></ul>
197
+ is created.</li></ul> You may not provide distribution if image is provided.
198
198
type : Distribution
199
+ image :
200
+ optional : true
201
+ description : >
202
+ Optional image id to deploy the disk from. You may not provide image
203
+ if distribution is provided.
204
+ seeAlso : ["/reference/endpoints/images"]
199
205
root_pass :
200
- optional : unless distribution is specified
206
+ optional : unless distribution or image is specified
201
207
description : >
202
208
Root password to deploy distribution with.
203
209
<ul><li>root_pass is required if a distribution is provided.</li></ul>
You can’t perform that action at this time.
0 commit comments