mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #193] Error when create instance: AttributeError at /compute/1/create/ #128
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#128
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 @ananiasfilho on GitHub (Sep 28, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/193
Im on Ubuntu 14.04 LTS
I have installed it without issues. But, after connect to host and try create a new instance, i got this error
AttributeError at /compute/1/create/
When i try create a new instance its show this error.
@catborise commented on GitHub (Oct 1, 2018):
ubuntu 14.04 uses too old version libvirt. try to upgrade libvirt or update operating system.
@shahonseven commented on GitHub (Dec 21, 2018):
I have the same error on CentOS 7.6
@catborise commented on GitHub (Dec 21, 2018):
What is the version of libvirt? You can get with virsh version
You can install qemu-kvm-ev an update libvirt.
Add libvirt repo and qemu-kvm-ev
http://mirror.centos.org/centos/7/virt/x86_64/
@ananiasfilho commented on GitHub (Dec 21, 2018):
The problem is libvirt version. need update to ubuntu 16.04 - no updates on ubuntu 14.04 and Centos 7 need use EPEL repository.