How to check VM's created in specific date in openstack.
Hi Guys,
I m trying to find out, VM's created each day in openstack. I m trying to find this by command line.
I'm trying with below command..
nova list --all-t --fields status,name,networks,created | grep 2016-06-28
but it's not right or accurate...
let me know...
Thanks, Devang