LICENSE added + fixed some imports
This commit is contained in:
parent
1e7300b56e
commit
abc2c6fe51
8 changed files with 684 additions and 6 deletions
|
|
@ -21,9 +21,11 @@ import sshtunnel
|
|||
from ucloud.common.helpers import get_ipv6_address
|
||||
from ucloud.common.request import RequestEntry, RequestType
|
||||
from ucloud.common.vm import VMEntry, VMStatus
|
||||
from ucloud.config import etcd_client, request_pool, running_vms, vm_pool, env_vars, image_storage_handler
|
||||
from ucloud.config import (etcd_client, request_pool,
|
||||
running_vms, vm_pool, env_vars,
|
||||
image_storage_handler)
|
||||
from . import qmp
|
||||
from host import logger
|
||||
from ucloud.host import logger
|
||||
|
||||
|
||||
class VM:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue