python-octaviaclient/releasenotes/notes/show-command-enhancement-df414a70df0a7089.yml
Ann Kamyshnikova 16b2de14bd Do not get all resources if ID is passed
Now function get_resource_id getting all resources even if exact
ID is passed.
And checking if ID is passed and call directly
to get exact resource. If direct call failed - try to get ID
as it was done before (important for case, when name is generated
in UUID format).

Change-Id: Ic66d5289afe1f8849e327f9347f9c3de8bb8b595
Story: 2006810
Task: 37365
2019-11-12 15:52:37 +04:00

6 lines
236 B
YAML

---
features:
- |
If ID of resource is passed to resource show command - call is done
directly using passed UUID. If name of resource is in UUID format - list of
resources will be still executed to get correct resource ID.