Questions tagged [openstack-glance]

The Glance project provides a service where users can upload and discover data assets that are meant to be used with other services. This currently includes images and metadata definitions.

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

The Glance architecture consists of several components:

  • A client - any application that uses Glance server.
  • REST API - exposes Glance functionality via REST.
  • Database Abstraction Layer (DAL) - an application programming interface which unifies the communication between Glance and databases.
  • Glance Domain Controller - middleware that implements the main Glance functionalities: authorization, notifications, policies, database connections.
  • Glance Store - organizes interactions between Glance and various data stores.
  • Registry Layer - optional layer organizing secure communication between the domain and the DAL by using a separate service.

Source

52 questions
0
votes
1 answer

Glance image registration from remote server

I am trying to register a image from a server to remote openstack glance installation. Basically I have processed the image locally through a shell script and now want to import it in a glance running on a different system. Thanks in advance
Arijit Bose
  • 217
  • 4
  • 15
0
votes
0 answers

Juno Glance does not like iso image

I was reading here: http://docs.openstack.org/juno/config-reference/content/iso-support.html that glance as of Juno supports ISO image files, but when I do this ... [root@mgmt-el7-001 ~]# source openrc [root@mgmt-el7-001 ~]# file…
Red Cricket
  • 9,762
  • 21
  • 81
  • 166
-1
votes
1 answer

Openstack Image- How to delete openstack image by last usage?

I am writing a python script to delete openstack images based on the last access date. But from the documentation of image object openstack.image.v2.image.Image I could only get updated_at and created_at dates of image and not the last accessed…
-1
votes
1 answer

Can't create Snapshots, how to fallback from Swift to Cinder

I'm managing an installation of OpenStack Juno (deployed with Mirantis 6.0) working with two nodes, one controller and one compute. We're doing some testing and for some reason (our IT team thinks is something related to HAproxy) Swift stopped…
-1
votes
1 answer

httpinternalservererror (http 500) unable to delete bosh image

I am trying to delete bosh images using glace image-delete command. | b0e05888-9179-491c-b6c8-b8dde4d59d78 | BOSH-5b01cc67-c45d-498f-892f-965e3a003906 | | b1a57b88-6487-4b31-afac-7b4e9cac40cb | BOSH-704b5bdc-cffa-4420-8a93-8489e7c5d1c7 | |…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
-1
votes
1 answer

Create a glance image can not retrieve token

I am trying to create a windows based image on Openstack using glance. I get an error about authentication plugin, I am able to retrieve a token using keystone (token-get), heres is my error : root@Machine:~# glance --os-username USER --os-password…
CodeEmpower
  • 635
  • 1
  • 11
  • 29
-2
votes
1 answer

How to upload a downloaded glance image?

I have downloaded a glance image from internet and I want to upload it in the set of glance images how do I do that? I am using devstack. My directory is /home/mona/devstack/.
Ananth Upadhya
  • 253
  • 1
  • 3
  • 12
1 2 3
4