Move libvirt_schema and fix other imports

This commit is contained in:
2023-12-09 12:20:29 -05:00
parent 7976e1d2d0
commit 0bda095571
6 changed files with 17 additions and 17 deletions

View File

@ -243,7 +243,7 @@ class VMBuilderScript(VMBuilder):
"""
# Run any imports first
import pvcapid.libvirt_schema as libvirt_schema
import daemon_lib.libvirt_schema as libvirt_schema
import datetime
import random
@ -358,7 +358,7 @@ class VMBuilderScript(VMBuilder):
# Run any imports first; as shown here, you can import anything from the PVC
# namespace, as well as (of course) the main Python namespaces
from pvcapid.vmbuilder import open_zk
from daemon_lib.vmbuilder import open_zk
from pvcapid.Daemon import config
import daemon_lib.common as pvc_common
import daemon_lib.ceph as pvc_ceph
@ -902,7 +902,7 @@ class VMBuilderScript(VMBuilder):
"""
# Run any imports first
from pvcapid.vmbuilder import open_zk
from daemon_lib.vmbuilder import open_zk
from pvcapid.Daemon import config
import daemon_lib.ceph as pvc_ceph