]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
openstack: Do not immediately throw ImportError
authorZack Cerza <zack@cerza.org>
Tue, 9 Sep 2025 23:01:50 +0000 (17:01 -0600)
committerZack Cerza <zack@cerza.org>
Mon, 15 Sep 2025 17:58:52 +0000 (11:58 -0600)
commit90a4fea78973e8560ed0a245c14621888d93d569
tree58a277b3415adf857fe3213df33beaa5c5d77b92
parent3ae1592c30adc5875a8aeb1f50a30ed9dd04dc04
openstack: Do not immediately throw ImportError

We would rather not have openstacksdk be a requirement for all installs, since
most do not use it. This change will not disturb people who install the
openstack extra, which pulls in that and other packages.

Signed-off-by: Zack Cerza <zack@cerza.org>
teuthology/openstack/__init__.py