Import from pvcworkerd not pvcapid

This commit is contained in:
2023-12-09 12:22:19 -05:00
parent 0bda095571
commit f01c12c86b
4 changed files with 10 additions and 10 deletions

View File

@ -359,7 +359,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 daemon_lib.vmbuilder import open_zk
from pvcapid.Daemon import config
from pvcworkerd.Daemon import config
import daemon_lib.common as pvc_common
import daemon_lib.ceph as pvc_ceph
import json
@ -903,7 +903,7 @@ class VMBuilderScript(VMBuilder):
# Run any imports first
from daemon_lib.vmbuilder import open_zk
from pvcapid.Daemon import config
from pvcworkerd.Daemon import config
import daemon_lib.ceph as pvc_ceph
# Use this construct for reversing the list, as the normal reverse() messes with the list