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

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -