Skip to content

Commit

Permalink
FIX: Trying to fix api call
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Popovichev committed Nov 26, 2024
1 parent 6ff198a commit 516695e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/openstack_api/openstack_service.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import Dict
from openstack.connection import Connection
from openstack.compute.v2._proxy.Proxy import *
from openstack.compute.v2.service import Service
from openstack.compute.v2._proxy import Proxy

'''
Find hypervisor, using user input // Hypervisor not found
Expand Down

0 comments on commit 516695e

Please sign in to comment.