Thank you for your answer ...
This howto OpenStack Docs: OpenStack Virtual Machine Image Guide says Ubuntu, CentOS and RHEL official cloud images dont have user login enabled but onlu ssh key pair.
All instances are in the same newtwork of CirrOS instance and i follow this:
- launch instance with key pair
- ssh -i file.pem cirros@instance_ip
for the other i use centos, ubuntu and cloud-user user but nothing ....
- i try also to enable config drive
same problem, the instances are up and run (from horizon VNC) at login but no ssh with keypair
So i think all work right, during ubuntu instance strartup i can see also cloud-init
The only this that i made in VIO 2.0 is to disable guest customization with custom.yml but i dont think this is the problem. I made this change to have windows instances working right with cloudinit
This for example the CentOS image: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1601.qcow2
Some one can try?