Bug 1495149 - Nova resize and migrate fails with ssh permission denied error
Summary: Nova resize and migrate fails with ssh permission denied error
Keywords:
Status: CLOSED DUPLICATE of bug 1486948
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Eoghan Glynn
QA Contact: Joe H. Rahme
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-25 10:05 UTC by KOSAL RAJ I
Modified: 2022-03-13 14:31 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-29 09:18:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-13552 0 None None None 2022-03-13 14:31:21 UTC

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 ***


Note You need to log in before you can comment on or make changes to this bug.