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].
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 /github. com/openstack/ octavia/ blob/master/ octavia/ tests/unit/ certificates/ manager/ test_barbican. py#L18
[2] https:/