Bug 1495149

Summary: Nova resize and migrate fails with ssh permission denied error
Product: Red Hat OpenStack Reporter: KOSAL RAJ I <kiyyappa>
Component: openstack-novaAssignee: Eoghan Glynn <eglynn>
Status: CLOSED DUPLICATE QA Contact: Joe H. Rahme <jhakimra>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: awaugama, berrange, dasmith, eglynn, kchamart, lyarwood, owalsh, sbauza, sferdjao, sgordon, srevivo, vromanso
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-09-29 09:18:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description KOSAL RAJ I 2017-09-25 10:05:31 UTC
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

Comment 6 Lee Yarwood 2017-09-29 09:18:11 UTC
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 ***