fbd2c00b89
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
7 lines
281 B
YAML
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.
|