Merge "[admin] Moved the --admin-state-up to the next line"

This commit is contained in:
Jenkins 2016-10-16 08:06:47 +00:00 committed by Gerrit Code Review
commit 1e7cdf87bb
1 changed files with 2 additions and 2 deletions

View File

@ -488,8 +488,8 @@ complete basic operations on agents:
| parameter | |
| set to ``False`` or ``True``. | |
| | |
| | ``$ neutron agent-update --admin`` |
| | ``-state-up False AGENT_ID`` |
| | ``$ neutron agent-update `` |
| | ``--admin-state-up False AGENT_ID``|
+----------------------------------------+------------------------------------+
| Delete a given agent. Consider | |
| disabling the agent before deletion. | |