tobiko/tobiko/openstack/openstackclient
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 openstack client tests 2020-11-06 11:49:37 +01:00
_client.py Openstack CLI tests failed on devstack 2020-11-24 11:37:04 +00:00
_exception.py Add openstack client tests 2020-11-06 11:49:37 +01:00
_network.py Add openstack client tests 2020-11-06 11:49:37 +01:00
_port.py Add openstack client tests 2020-11-06 11:49:37 +01:00
_security_group.py Add openstack client tests 2020-11-06 11:49:37 +01:00
_security_group_rule.py Add openstack client tests 2020-11-06 11:49:37 +01:00
_subnet.py Add openstack client tests 2020-11-06 11:49:37 +01:00