gophercloud / utils

Apache License 2.0
20 stars 55 forks source link

Nova v2: resolving an instance ID from name must consider regex #120

Closed kayrus closed 4 years ago

kayrus commented 4 years ago

https://github.com/openstack/nova/blob/3dcdcc8e5f9429c11cff5614cfe495779c799f32/nova/db/sqlalchemy/api.py#L1425..L1427

Depending on the name of a filter, matching for that filter is
performed using either exact matching or as regular expression
matching