Questions tagged [glance]

OpenStack Glance image services include discovering, registering, and retrieving VM images. It has a REST API that allows querying of VM image metadata as well as retrieval of the actual image.

5 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
  • 693
  • 1
  • 5
  • 14
1
vote
0 answers

Volume creation failure

I want to launch an instance from an image which size is 1TB in my openstack pike environment which uses cinder with ceph as storage backend. The volume creation process for that instance fails with the following message: logs schedule allocate…
bcantera
  • 11
  • 5
0
votes
0 answers

Openstack Glance Image Corrupted

I have an openstack instance up and running for 4 months and would like to migrate it to another nova node. When I click migrate instance option of that 4 month running instance on openstack dashboard. ERROR shown as the image is without associate…
ony4869
  • 33
  • 3
0
votes
1 answer

glance is not getting installed with depedencies on ubuntu

apt install -y glance Reading package lists... Done Building dependency tree Reading state information... Done glance is already the newest version (2:19.0.2-0ubuntu1~cloud0). You might want to run 'apt --fix-broken install' to correct…
Uday Kiran Reddy
  • 109
  • 1
  • 2
  • 12
0
votes
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
  • 151
  • 3
  • 14