Adit Sarfaty 04b7075698 [Admin-Util][NSX-v3]: list routers which are missing from backend
To run this: nsxadmin -r routers -o list-mismatches

Positive output example:
All routers exist on the NSX manager

Negative output example:
Found 1 routers missing from the NSX manager
+------+--------------------------------------+--------------------------------------+
| name | neutron_id                           | nsx_id                               |
+------+--------------------------------------+--------------------------------------+
| rtr2 | faf48970-444b-4d9e-9e88-952246c635c7 | bf2a1965-299f-4714-8925-9b9c82e2c9e8 |
+------+--------------------------------------+--------------------------------------+

Change-Id: I163dae3d1eecf6afc075cbc0e7020cd1cfb87af2
2016-06-05 11:07:19 +00:00
..