any openstack centos image with a set password i can use?
I have to do some quick benchmarking. I am unable to my vms since neutron is not setup properly. I can create centos vm.. but i can not log into it. I tried adding keypair, i tried could init change root password
#cloud-config
chpasswd:
list: |
root:stackops
centos:stackops
expire: False
it does not work. I mean it did not give any errors on log console but i am not abel to login with the credentials i set.
So my question is ..where can i find a openstack centos 7 image whose password is already set ( i guess it would be a custom one)