python-openstackclient/releasenotes/notes/properties-with-image-property-field.yaml-c51bf37c3106d6ff.yaml
Myeongchul Chae fbd2c00b89 Fix --image-property option in 'create server'
There was a problem that the '-image-property' option, which can be used
to create an instance, did not work as intended.

I found that there were two problems with this option.

First, I cannot select an image as its metadata.

The second is that when there are multiple images available, the desired
image may not be selected depending on the situation.

This patch solves these two problems.

I wrote the test case with these two problems considered together.

Change-Id: Ib2745d7e067056ff4ca8bfaf6cff492d0dacb73a
story: #2007860
2020-09-10 16:12:11 +00:00

7 lines
281 B
YAML

---
features:
- Support for image search via properties of image. Currently
"openstack server create --image-property" only takes image property.
Now it can also search image via properties (user defined) too.
Story https://storyboard.openstack.org/#!/story/2007860.