File: image-flavor-by-name-54865b00ebbf1004.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
---
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.