-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhos-18.0.z
-
None
-
False
-
-
False
-
?
-
rhos-ops-day1day2-upgrades
-
None
-
-
-
-
Low
Adoption Guide - When adopting networkers and describing how to clean the network agents the command is incorrect:
In the step7: Clean up any Networking service (neutron) agents that are no longer running.
The following code is not correct:
$ oc exec openstackclient -- openstack network agent <agent_id>
It should be:
$ oc exec openstackclient -- openstack network agent delete <agent_id>