OpenStack Nova provides a cloud computing fabric controller, supporting a wide variety of compute technologies, including libvirt (KVM, Xen, LXC, etc.), Hyper-V, VMware, XenServer, OpenStack Ironic, PowerVM.
Questions tagged [nova]
13 questions
1
vote
0 answers
Create an instance on a particular volume type in OpenStack
I'm not able to figure out, how to easily boot new instance while creating new Cinder volume from Glance image on particular volume type.
I know I can create cinder volume with specific volume type using openstack volume create with --type…

patok
- 692
- 1
- 5
- 15
1
vote
0 answers
openstack nova have a long startup after the fast created volume
i have reinstalled OpenStack with the newest version (Yoga) and all base modules. The system is running fine but the time between the creation of the volume and the startup ist very long with ~10 minutes. It's probably caused by the following…

emil0815
- 11
- 1
1
vote
1 answer
OpenStack Nova fails to connect to libvirt (not socket issue!)
We're trying to deploy OpenStack on hardened Debian-based Linux distro via Kolla-ansible and we seem to be almost done but facing the issue with the nova_compute container which complaints:
2021-09-12 08:56:34.365 7 INFO nova.virt.libvirt.driver [-]…

Alex Vrublevskiy
- 11
- 2
1
vote
0 answers
Freezer-scheduler Critical Error: Incremental nova backup is not supported
I have some issues with my freeze-scheduler job.
I try to backup one instance and I got this error :
2020-12-21 14:15:06.512 4068 INFO freezer.main [-] Begin freezer agent process with args: ['/usr/local/bin/freezer-agent', '--metadata-out', '-',…

remy
- 11
- 2
1
vote
2 answers
How to run openstack components' cli without SSL validation?
(I use IPv6_Address instead of real IP address)
.openrc setting:
export OS_CLOUD=mycloud
export OS_USERNAME=myusername
export OS_PASSWORD=mypassword
export OS_PROJECT_NAME=myproject
export OS_AUTH_URL=https://[IPv6_Address]:5000/v3
If set this…

rawmain
- 291
- 1
- 7
- 17
0
votes
1 answer
Error Detatching Cinder Volumes in Openstack
When I try and detach cinder volumes in openstack they do not detach properly. They just get stuck in detaching.
The same thing happens if I delete an instance. The instance deletes fine but the volume does not get destroyed properly.
Here is what…

dlx8282
- 1
0
votes
0 answers
Openstack - Failed to Create Instance using Availability Zone parameter
Summary
I have fairly small Openstack Cluster with 2 AZ : AZ-GOLD-6248R have 3 compute node and AZ-E5-2630 have 1 compute node (both AZ had different specs)
I can create instance to AZ-E5-2630 using Horizon or openstack CLI
I cannot create instance…

Febryandana
- 1
- 2
0
votes
0 answers
Nova setup error (MissingAuthPlugin)
so when i was following Openstack Yoga installation i got error adding nova-conductor and nova-scheduler.enter image description here when i read conductor's log, it said
CRITICAL nova [-] Unhandled error:…

Huỳnh Nam
- 1
- 1
0
votes
1 answer
Openstack nova cold migration failing on rocky 9 due to sftp subsystem error
I have deployed a multinode deployment of OpenStack using kolla ansible (deployed following the openstack deployment guide) on 2 rocky linux 9.1 machines. When attempting to migrate one instance between nodes, it fails and the instance enters the…

N. Komodo
- 1
- 1
0
votes
0 answers
OpenStack: Too many Database idle Connections
I use PostgreSQL as a DB backend for all OpenStack Services on 3 Controllers. When all 3 controllers are started with no load, the number of connections are up to 700. And all of this conns are in idle mode.
Here are the Database parameters in…

Bazooka
- 1
0
votes
1 answer
auto cinder volume when creating nova instance via REST API
When i use horizon to create a nova instance, it is creating volume based on selected flavor and image.
But when i determine flavorRef and ImageRef via rest api endpoint, the created instance has no volume!
Have to create a volume and attach it…

Vahid Alimohamadi
- 124
- 6
0
votes
1 answer
Failed to install openstack nova-consoleauth ussuri on ubuntu 18.04
I am trying install openstack compute service and after adding ubuntu archive repository with ussuri, installing nova-consoleauth gives this error:
nova-consoleauth : Depends: nova-common (= 2:17.0.13-0ubuntu1) but 2:21.1.2-0ubuntu1~cloud0 is to be…
-1
votes
1 answer
Connection timeouts from Nova_compute to Keystone, RabbitMQ etc
I've working on (and off) a deployment of Openstack over the past few months (nearly a year), and I've come across a number of issues during the deployment, most of which was either bad switch configuration, or a bad configuration on the heat…

humroben
- 23
- 8