Hide Forgot
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:
This is also an issue in the OSP 9 docs.
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?
Hi Dan, Perhap openvswitch-service-id should be changed to openvswitch-agent-id also. Matt
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.