Fix importing openshift module

With openshift-client-python version 2.0.1, `import openshift` does not
work anymore and needs to be replaced by `import openshift_client`.
https://github.com/openshift/openshift-client-python/releases/tag/2.0.1

Change-Id: Ie1a614fee59d64c7cc9a88e655611234ae89fb7e
This commit is contained in:
Eduardo Olivares 2024-02-05 18:18:03 +01:00
parent 9c247d565d
commit 0f217942a5

View File

@ -14,7 +14,7 @@
from __future__ import absolute_import
import netaddr
import openshift as oc
import openshift_client as oc
from oslo_log import log
from tobiko.shell import sh