Bug 1382358

Summary: RHOSP Director Installation, Section 9.2 missing a step
Product: Red Hat OpenStack Reporter: Cory Bannister <cory.bannister>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 8.0 (Liberty)CC: cory.bannister, dmacpher, jslagle, lbopf, mburns, srevivo
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/single/director-installation-and-usage/#sect-Removing_Compute_Nodes
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-04 03:19:55 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 Cory Bannister 2016-10-06 13:16:06 UTC
Description of problem:

Section 9.2 of the RH OSP Director Installation and Usage Guide is missing a step in removing the compute nodes service from nova.

Version-Release number of selected component (if applicable):

OSP8

How reproducible:

The documentation is missing an important step.


Steps to Reproduce:
1. Section 9.2 of the guide. 


Actual results:


$ source ~/stack/overcloudrc
$ nova service-delete [service-id]
$ source ~/stack/stackrc

Expected results:

Section 9.2 of the guide.  The following:

$ source ~/stack/overcloudrc
$ nova service-list
$ nova service-delete [service-id]
$ source ~/stack/stackrc


Additional info:

The step to determine the [service-id] is missing.

Comment 2 Dan Macpherson 2016-11-07 12:34:48 UTC
I'm pretty sure this has been implemented from another BZ, but this one might have slipped under the radar. Grabbing this and will confirm.