puppet-glance/releasenotes/notes/glance-image-id-d1a32b5ec443611e.yaml
Alfredo Moralejo 3079b7caae Add option id to glance_image
In glance, user can specify the desired id when creating
a new image. This can be convenient for some cases where
users want predictable ids for image, as referencing ramdisk_id
or kernel_id for AMI images.

Change-Id: I7868f2005041dea6ecd63cd601e9244cefd08e5b
2016-05-25 09:26:27 +00:00

6 lines
153 B
YAML

---
features:
- Add the ability to create an image with a id
specified by the user. The provider now accepts
id parameter to create the image.