Description of problem: Nova resize and migrate fails with ssh permission denied error Version-Release number of selected component (if applicable): RHOSP 10 How reproducible: Not reproducible Steps to Reproduce: 1. 2. 3. Actual results: Command: ssh -o BatchMode=yes computenode0 mkdir -p /var/lib/nova/instances/de7e6684-d91a-4cb6-9ff8-1e4xxxxxxxx Exit code: 255 Stdout: u'' Stderr: u'Permission denied (publickey,gssapi-keyex,gssapi-with-mic).\r\n' Expected results: Instance resize and migration should happen Additional info: $rpm -qa | grep nova openstack-nova-api-14.0.8-2.el7ost.noarch openstack-nova-cert-14.0.8-2.el7ost.noarch openstack-nova-common-14.0.8-2.el7ost.noarch openstack-nova-compute-14.0.8-2.el7ost.noarch openstack-nova-conductor-14.0.8-2.el7ost.noarch openstack-nova-console-14.0.8-2.el7ost.noarch openstack-nova-migration-14.0.8-2.el7ost.noarch openstack-nova-novncproxy-14.0.8-2.el7ost.noarch openstack-nova-scheduler-14.0.8-2.el7ost.noarch puppet-nova-9.5.4-2.el7ost.noarch python-nova-14.0.8-2.el7ost.noarch python-novaclient-6.0.1-1.el7ost.noarch
This is a duplicate of BZ#1486948 where we areattempting to expose my_ip in THT so we can set it to the correct network. Until then users can workaround this issue by manually setting my_ip under the DEFAULT section of nova.conf to a local host address on the correct network. Users should not modify the sshd_config on either compute host. *** This bug has been marked as a duplicate of bug 1486948 ***