Description of problem: http://file.bne.redhat.com/~dmacpher/Red_Hat_OpenStack_Platform/dmacpher-osp14-controller-replacement/doc-Director_Installation_and_Usage/replacing-controller-nodes.html 12.6. Cleaning up after Controller node replacement " If necessary, add your hosting router to the L3 agent on the new node. This example show how to add a hosting router named r1 to the L3 Agent using the UUID of 2d1c1dc1-d9d4-4fa9-b2c8-f29cd1a649d4: " (overcloud) $ openstack network agent add router -l3 2d1c1dc1-d9d4-4fa9-b2c8-f29cd1a649d4 r1 (overcloud) [stack@undercloud-0 ~]$ openstack network agent add router -l3 efbb34e3-1426-416e-84ec-bce079b2a056 r1 usage: openstack network agent add router [-h] [--l3] <agent-id> <router> so typo in '-l3' and should be '--l3' (overcloud) [stack@undercloud-0 ~]$ openstack network agent add router --l3 efbb34e3-1426-416e-84ec-bce079b2a056 r1 (overcloud) [stack@undercloud-0 ~]$ echo $? 0 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Try to replace controller using documentation 2. Try to add l3 agent from new controller into r1 router 3. Actual results: typo in example of command in arg '-l3' Expected results: command executed and ec=0 Additional info:
Corrected L3 agent command: https://gitlab.cee.redhat.com/rhci-documentation/docs-Red_Hat_Enterprise_Linux_OpenStack_Platform/commit/f2fa005d74f278e4debe6fec8bba751d6e1b8790 How does it look, Artem?
Looks great, thx
This has been implemented. Cosing as complete.