Bug 1370287 - Director Installation and Usage - 9.2. Removing Compute Nodes - Typo: neutron service-list
Summary: Director Installation and Usage - 9.2. Removing Compute Nodes - Typo: neutron...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 8.0 (Liberty)
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
: 9.0 (Mitaka)
Assignee: Dan Macpherson
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-25 20:08 UTC by Matt Flusche
Modified: 2020-12-14 07:43 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-03 03:57:49 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


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