Comment 7 for bug 1756190

Revision history for this message
Gage Hugo (gagehugo) wrote :

jessegler noticed that Lance's example when testing the keystone fix was passing in a list of tags as opposed to a comma-delimited string of tags into KSC, which currently is not supported.

However, this use case seems valid and perhaps KSC should support a list of tag strings as input.

In [26]: ks.projects.list(tags_any=['blue', 'yellow'])
Out[26]: []