On 9/3/2016 7:04 PM, Kevin Wilson wrote: > Hi all, > I saw that one can create a VM with "openstack image create" but also with > "glance image-create", > http://docs.openstack.org/developer/python-glanceclient/man/glance.html > > I saw that some of the parameters are common. > > My question is: is there any difference between these two command line utils ? > Are the generated VMs equivalent in term of functionalities and behaviors ? > > Regards, > Kevin > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack at lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Just a note, 'openstack image create' and 'glance image-create' create images, not VMs. Not to be confused with 'nova image-create' which creates a snapshot image of a VM. -- Thanks, Matt Riedemann