[admin-guide] Remove redundant double backticks

https://review.openstack.org/#/c/386645/1
This patch didn't solve the bug completely. It cause this new bug.

Change-Id: Ie9973ca691ac1cc47f976a79244f9b05bd3e4467
Closes-Bug: #1635669
This commit is contained in:
chenxing 2016-10-21 16:07:30 +00:00 committed by chen.xing
parent 8efdd2ff5d
commit 529cd0ee6c
1 changed files with 4 additions and 4 deletions

View File

@ -474,12 +474,12 @@ complete basic operations on agents:
+========================================+====================================+
| List all available agents. | |
| | |
| | ``$ neutron agent-list`` |
| | ``$ neutron agent-list`` |
+----------------------------------------+------------------------------------+
| Show information of a given | |
| agent. | |
| | |
| | ``$ neutron agent-show AGENT_ID`` |
| | ``$ neutron agent-show AGENT_ID`` |
+----------------------------------------+------------------------------------+
| Update the admin status and description| |
| for a specified agent. The command can | |
@ -488,13 +488,13 @@ complete basic operations on agents:
| parameter | |
| set to ``False`` or ``True``. | |
| | |
| | ``$ neutron agent-update `` |
| | ``$ neutron agent-update`` |
| | ``--admin-state-up False AGENT_ID``|
+----------------------------------------+------------------------------------+
| Delete a given agent. Consider | |
| disabling the agent before deletion. | |
| | |
| |``$ neutron agent-delete AGENT_ID`` |
| | ``$ neutron agent-delete AGENT_ID``|
+----------------------------------------+------------------------------------+
**Basic operations on Networking agents**