Bug 1395756

Summary: Online documentation for "Migrating VMs from an Overcloud Compute Node" can't be performed
Product: Red Hat OpenStack Reporter: Michal Pryc <mpryc>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED DUPLICATE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: dmacpher, srevivo
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: 2016-12-12 02:03:24 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:

Description Michal Pryc 2016-11-16 15:31:56 UTC
Description of problem:

Documentation in the following section (possibly for other rhos releases as well) is incorrect:

https://access.redhat.com/documentation/en/red-hat-openstack-platform/9/single/director-installation-and-usage/#sect-Migrating_VMs_from_an_Overcloud_Compute_Node

It says:

"
Log into each Compute node as the nova user and run the following script to set up the keys:
"

and then in the code snippet:

"
# enable login for nova user on compute hosts:
usermod -s /bin/bash nova
"

So it's logically not correct to ask for login to the system where nova user has disabled account and THEN enable login for nova user.

The instructions should first ask to enable login for nova user (as root user on the overcloud) and THEN continue with login and SSH keys setup.

Comment 1 Dan Macpherson 2016-12-12 02:03:24 UTC
Hi Michael,

I'm going to close this BZ as a duplicate of BZ#1403313. I've added you as a CC to that bug too so you can track progress.

Essentially, I'm going to revamp that procedure/script, which should take care of concerns from both this BZ and BZ#1403313.

*** This bug has been marked as a duplicate of bug 1403313 ***