python-openstackclient/openstackclient/image
Dmitriy Rabotyagov 042be7c7fe Don't look up project by id if given id
There is a much deeper and systemic issue going on here, but let's
start with fixing the immediate issue which is that adding a project
to an image fails trying to look up project information even if the
user passes the project id by id.

_is_uuid_like from sdk isn't perfect, but it'll be good enough
for this.

Change-Id: I541416d737b961c56aa2f584c172528632fd5537
2020-03-24 13:13:12 +00:00
..
v1 Complete switch from glanceclient to SDK for image service 2020-03-24 13:13:06 +00:00
v2 Don't look up project by id if given id 2020-03-24 13:13:12 +00:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py Complete switch from glanceclient to SDK for image service 2020-03-24 13:13:06 +00:00