Re: [Openstack] How to get settings of an image (openstack and/or any other virtualization environment

2015-10-13 Thread Cynthia Lopes
Hello, You can try libguestfs to mount the filesystem of the image on a server: http://libguestfs.org/guestmount.1.html For example, this command: guestmount -a /var/lib/libvirt/images/image.qcow2 -i --ro /mnt cat /mnt/etc/passwd This will mount the image file system on mnt, so then you can

Re: [Openstack] How to get settings of an image (openstack and/or any other virtualization environment

2015-10-13 Thread Nasir Mahmood
Can you put some template here What you are looking for. ... On 13 Oct 2015 19:33, "Michelakis, Spiros (Nokia - GR/Athens)" < spiros.michela...@nokia.com> wrote: > Hi, > > Does anyone know if and how can I “read” the settings from an image I’m > going to load into a VM? I’m looking for any kind

[Openstack] How to get settings of an image (openstack and/or any other virtualization environment

2015-10-13 Thread Michelakis, Spiros (Nokia - GR/Athens)
Hi, Does anyone know if and how can I "read" the settings from an image I'm going to load into a VM? I'm looking for any kind of info that will be installed on my VM BEFORE the installation step. e.g. I have 10 images -any kind of image cirros, ubuntu, redhat.. .whatever- and I want to know