update comments and docs
This commit is contained in:
parent
6305c555df
commit
54a7b4f377
|
@ -26,7 +26,7 @@ func (s *stepUpdateImageMinDisk) Run(_ context.Context, state multistep.StateBag
|
||||||
return multistep.ActionHalt
|
return multistep.ActionHalt
|
||||||
}
|
}
|
||||||
|
|
||||||
ui.Say(fmt.Sprintf("Updatind image min disk to %d", config.ImageMinDisk))
|
ui.Say(fmt.Sprintf("Updating image min disk to %d", config.ImageMinDisk))
|
||||||
|
|
||||||
r := images.Update(
|
r := images.Update(
|
||||||
imageClient,
|
imageClient,
|
||||||
|
|
|
@ -144,7 +144,7 @@ builder.
|
||||||
after creation. An image member is usually a project (also called the
|
after creation. An image member is usually a project (also called the
|
||||||
"tenant") with whom the image is shared.
|
"tenant") with whom the image is shared.
|
||||||
|
|
||||||
- `image_min_disk` (int) - Minimum disk of needed to boot image size in GB.
|
- `image_min_disk` (int) - Minimum disk size needed to boot image, in gigabytes.
|
||||||
|
|
||||||
- `image_tags` (array of strings) - List of tags to add to the image after
|
- `image_tags` (array of strings) - List of tags to add to the image after
|
||||||
creation.
|
creation.
|
||||||
|
|
Loading…
Reference in New Issue