Bug 1370287

Summary: Director Installation and Usage - 9.2. Removing Compute Nodes - Typo: neutron service-list
Product: Red Hat OpenStack Reporter: Matt Flusche <mflusche>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0 (Liberty)CC: awaugama, dmacpher, mburns, mflusche, srevivo
Target Milestone: ---Keywords: Documentation, ZStream
Target Release: 9.0 (Mitaka)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-03 03:57:49 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 Matt Flusche 2016-08-25 20:08:17 UTC
Description of problem:
Doc: Director Installation and Usage 
Section: 9.2. Removing Compute Nodes

For this example:

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

Should be:

$ source ~/stack/overcloudrc
$ neutron agent-list
$ neutron agent-delete [openvswitch-agent-id]
$ source ~/stack/stackrc


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Matt Flusche 2016-08-25 20:09:17 UTC
This is also an issue in the OSP 9 docs.

Comment 4 Dan Macpherson 2016-08-26 03:56:15 UTC
Hi Matt,

Thanks for spotting this. I've pushed out an update to OSP8 and 9 to update these commands. Here's the OSP9 version:

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

How does it look to you? Is there anything else needing a change in that section?

Comment 5 Matt Flusche 2016-08-26 14:11:42 UTC
Hi Dan,

Perhap openvswitch-service-id should be changed to openvswitch-agent-id also.

Matt

Comment 7 Dan Macpherson 2017-02-03 03:57:49 UTC
Matt, this should now be fixed:

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

If that was the only thing that needed to be fixed, I'll close this BZ.