Comment 6 for bug 1706841

Revision history for this message
Jeremy Liu (liujiong) wrote :

The issue still exists. Before the refactor patch, secrets module could be imported either from barbicanclient.secrets or barbicanclient.client.secrets. The refactor patch removed secrets module from both places. Octavia is using both mothods to import secrets/containers modules [1][2].

[1] https://github.com/openstack/octavia/blob/master/octavia/certificates/common/barbican.py#L35
[2] https://github.com/openstack/octavia/blob/master/octavia/tests/unit/certificates/manager/test_barbican.py#L18