mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Rename webvirtcloud to webvirt
This commit is contained in:
parent
3488661dc9
commit
5130871248
21 changed files with 45 additions and 99 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import string
|
||||
from vrtManager import util
|
||||
from vrtManager.connection import wvmConnect
|
||||
from webvirtcloud.settings import QEMU_CONSOLE_DEFAULT_TYPE
|
||||
from webvirtcloud.settings import INSTANCE_VOLUME_DEFAULT_OWNER as default_owner
|
||||
from webvirtcloud.settings import INSTANCE_VOLUME_DEFAULT_FORMAT
|
||||
from webvirt.settings import QEMU_CONSOLE_DEFAULT_TYPE
|
||||
from webvirt.settings import INSTANCE_VOLUME_DEFAULT_OWNER as default_owner
|
||||
from webvirt.settings import INSTANCE_VOLUME_DEFAULT_FORMAT
|
||||
|
||||
|
||||
def get_rbd_storage_data(stg):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue