Hi@akhtar,
You need to login to your OpenStack cloud from CLI using the source command. After that, you can use the nova boot command to launch an instance.
$ source keystone_demo
$ nova boot --nic net-name=private --flavor m1.small --image fedora os_name
I hope this will help you.