resize instance - ssh warning
Hello,
I'm trying to resize an instance (boot horizon and cli) and I have the following error:
ERROR (InstanceInErrorState): Unexpected error while running command.
Command: ssh 10.0.0.10 mkdir -p /var/lib/nova/instances/6a11c0be-c19f-4889-be48-2a181fa03904
Exit code: 1
Stdout: u''
Stderr: u"Warning: Permanently added '10.0.0.10' (ECDSA) to the list of known hosts.\r\n"
I have modified the /etc/ssh/ssh_config
Host *
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
LogLevel ERROR
If I run the command from console (under user nova) I don't have any error.
Dorin.