Comment 8 for bug 1193164

Revision history for this message
Pavel Sedlák (psedlak) wrote :

For tempest/stable/grizzly I've proposed to skip two tests which are failing because of this - https://review.openstack.org/#/c/43424/.

In my opinion, real solution for stable/grizzly could be:
- add keyring>=1.6.1 to python-keystoneclient requirements (if it's the key-cli who uses it) if following is ok:
- 1) keyring>=1.6.1 is in global requirements so it would not change anything for master branches
- 2) key-cli (always master) can work with that version on master so it can work also with stable/grizzly?
- 3) wouldn't it affect too much existing distributions of OS when they will be trying to use newer client?
- install that gir*gnomekeyring (or other sufficient) package by devstack (or as test-dependancy)?
- do something similar to what is mentioned in nova/keystoneclient bug #1020238 mentioned in description?
- can we silent this 'warning' in any other way?
- any other/better idea?