openstacksdk/releasenotes/notes/image-flavor-by-name-54865b00ebbf1004.yaml
Monty Taylor a3cd1f0faf
Merge shade and occ releasenotes
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
2017-09-20 10:29:27 -05:00

10 lines
395 B
YAML

---
features:
- The image and flavor parameters for create_server
now accept name in addition to id and dict. If given
as a name or id, shade will do a get_image or a
get_flavor to find the matching image or flavor.
If you have an id already and are not using any caching
and the extra lookup is annoying, passing the id in
as "dict(id='my-id')" will avoid the lookup.