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 @@ -193,10 +193,16 @@ endpoints:
193
193
description : >
194
194
Optional distribution to deploy with this disk.
195
195
<ul><li>If no distribution is provided, a blank disk
196
- is created.</li></ul>
196
+ is created.</li></ul> You may not provide distribution if image is provided.
197
197
type : Distribution
198
+ image :
199
+ optional : true
200
+ description : >
201
+ Optional image id to deploy the disk from. You may not provide image
202
+ if distribution is provided.
203
+ seeAlso : ["/reference/endpoints/images"]
198
204
root_pass :
199
- optional : unless distribution is specified
205
+ optional : unless distribution or image is specified
200
206
description : >
201
207
Root password to deploy distribution with.
202
208
<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