mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #251] webvirtcloud and webvirtmgr #166
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#166
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TerenceLiu98 on GitHub (Sep 5, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/251
Can we migrate from WebVirtMgr or can we store this two repo in one enviorment?
I had set up the WebVirtMgr, however when I installed the WebVirCloud I found that it cannot
runserverproperly with an error:ImproperlyConfigured: The SECRET_KEY setting must not be empty.@TerenceLiu98 commented on GitHub (Sep 5, 2019):
also, what is "internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files" ?
looking forward to reply
@catborise commented on GitHub (Sep 9, 2019):
you can use both of them at the same time. but you should install them different env. for example docker or different vm. webvirtmgr and webvirtcloud apps are different. no need to migrate. only add hosts
ImproperlyConfigured: The SECRET_KEY setting must not be empty. : you can find necessary steps on readme. you must generate a secret key.
"internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files": what is your libvirt version on host?
@TerenceLiu98 commented on GitHub (Sep 9, 2019):
Yes, I ran
mgrandcloudin different physical machine. I will check the version of libvirt@TerenceLiu98 commented on GitHub (Sep 9, 2019):
@catborise hi! The version of libvirt I am using is 4.0.0
@catborise commented on GitHub (Sep 9, 2019):
@TerenceLiu98 as far i understand, it is related with libvirt configuration problem. it is not related with webvirtcloud or webvirtmgr.
you can check it with on hosts: "virsh iface-list", to see if there is a config error or not and check the libvirt logs/deamon.
can you describe your network config for your instances?
@TerenceLiu98 commented on GitHub (Sep 10, 2019):
@catborise it returns error:
@catborise commented on GitHub (Sep 11, 2019):
there are some config error in network interfaces on host. i think you are using ubuntu. you should check network configuration
@TerenceLiu98 commented on GitHub (Sep 11, 2019):
@catborise you're right. the version is ubuntu 18.04 LTS. I am using netplan and set up a net bridge.