magnum/magnum/tests/unit/common/cert_manager
Madhuri Kumari e31ef64e6e Delete certs when deleting bay
Currently Magnum fails to delete certificates when barbican
cert manager is used. The code was copied from neutron-lbaas and
they have different usecase. In our case, certificate is managed by
Magnum not users, so we should delete certificates when deleting bay.
So this patch deletes all the certs related to a bay.

Change-Id: I5aab01641b9447153911680c5f68e5fe2c5a1409
Closes-bug: #1587033
2016-06-30 12:40:16 +05:30
..
__init__.py Add CertManager to store CA and client certificate 2015-09-05 16:25:57 +09:00
test_barbican.py Delete certs when deleting bay 2016-06-30 12:40:16 +05:30
test_cert_manager.py Fix invalid import order 2016-02-07 22:54:41 -08:00
test_local.py Add python 3 support 2016-01-28 10:43:12 +00:00
test_x509keypair_cert_manager.py Add x509keypair_cert_manager to store certs in DB 2016-06-23 09:08:52 +05:30