a3cd1f0faf
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
10 lines
395 B
YAML
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.
|