shade/releasenotes/notes/fnmatch-name-or-id-f658fe26f84086c8.yaml
Monty Taylor 7102440687
Support globbing in name or id checks
The ansible os_server_facts module support doing this, and a recent
change to add support for returning servers by ids there made it seem
like perhaps the functionality should get rolled up into the shade layer
and be available to everyone.

Change-Id: Ib1096d606840767ce884e6dd58a6928fee0ae6e2
2017-02-01 11:12:18 -06:00

6 lines
194 B
YAML

---
features:
- name_or_id parameters to search/get methods now support
filename-like globbing. This means search_servers('nb0*')
will return all servers whose names start with 'nb0'.