tobiko/tobiko/openstack/keystone
Alex Katz 53ca561ad8 Openstack CLI tests failed on devstack
The issue is happening because of the devstack is using secure
connection for all the API calls with the self signed certificate.
This certificate is not trusted by the host so all the openstack
client tests are failed. Need to specify the certificate file with
the `--os-cacert` command line parameter to trust the certificate.

Change-Id: I3f2606d1da5fbcf1bf6ec1472748ddeb6906dd79
2020-11-24 11:37:04 +00:00
..
__init__.py Add get_keystone_token and get_keystone_endpoint functions 2020-11-09 19:14:43 +00:00
_client.py Update Keystone resource search 2019-07-29 10:10:31 +02:00
_clouds_file.py Openstack CLI tests failed on devstack 2020-11-24 11:37:04 +00:00
_credentials.py Openstack CLI tests failed on devstack 2020-11-24 11:37:04 +00:00
_services.py Update Keystone resource search 2019-07-29 10:10:31 +02:00
_session.py Openstack CLI tests failed on devstack 2020-11-24 11:37:04 +00:00
config.py Make clouds file support configurable 2019-09-17 14:18:02 +00:00