Glance how it is used? publish and run images?
I'm trying to upload, register and run my images using Glance from one PC to another in my network where he is OpenStack. I did the following:
usstest@usstest-virtual-machine:~$ sudo glance --host=192.168.1.208 --port=9292 add name="maverick test 2" location=file:///home/usstest/maverick-server-uec-amd64.tar.gz is_public=true
usstest@usstest-virtual-machine:~$ sudo glance --host=192.168.1.208 --port=9292 details
Found 2 public images...
URI: http://192.168.1.208/images/1 Id: 1 Public: Yes Name: Ubuntu Maverick 10.10 Status: active Size: 188216461 Location: file:///var/lib/glance/images/1 Disk format: None Container format: None
Property 'type': raw
URI: http://192.168.1.208/images/7 Id: 7 Public: Yes Name: maverick test 2 Status: active Size: 0 Location: file:///home/usstest/maverick-server-uec-amd64.tar.gz Disk format: raw
Container format: ovf
usstest@usstest-virtual-machine:~$ sudo glance --host=192.168.1.208 --port=9292 index Found 2 public images... ID Name Disk Format Container Format Size
1 Ubuntu Maverick 10.10 None None 188216461 7 maverick test 2 raw ovf 0
You see, up here all goes well, I publish and register my images. But now I want to run to make sure that work and do not know how. Now as start my images? No instructions for this found in the documentation or examples.
another question: as I can see listed my private images?