Devstack cannot ssh into VM when using Heat -
i using devstack on mac. when launching instance via console, can ssh new instance using appropriate key. however, if launch instance using heat stack-create, defining same key pair , same image , that, cannot ssh vm.
does have idea why may happening? keep getting "permission denied (publickey).", indicates key apparently not injected new vm, said, breaks if use heat.
problem solved. found heat-deployed instances, need log in ec2-user. using 'ubuntu' login user, works manually launched instances (for ubuntu image, of course).
Comments
Post a Comment