summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/network-agent.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add options to allow filtering on agent listZhou Zhihong2017-01-051-0/+13
| | | | | | | | | Add options to allow filtering via --agent-type and --host on agent list Change-Id: I1800f0777aa92a76b4b95f64f8acc18454809e81 Closes-Bug: #1641868 Partially-Implements: blueprint network-commands-options
* change os in command example to openstack(2)Kevin_Zheng2016-12-201-4/+4
| | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
* Fix typo in osc docLiuNanke2016-09-251-1/+1
| | | | Change-Id: I8df73b36378e3de88ebe6d1ec125546c83f707c7
* Implement "network agent set" commandHuanxuan Ao2016-08-101-0/+30
| | | | | | | | | | Add "network agent set" command in network v2 to set network agent properties. Also add the unit test, doc, functional test and release note. Change-Id: Iebaee4c60f8c6b43f538c1b82a38b93178b9ce53 Implements: bp implement-network-agents Co-Authored-By: Michael Gugino <michael.gugino@walmart.com>
* Implement network agents functionalityMichael Gugino2016-08-051-0/+53
python-neutronclient implements the following command set: agent-list, agent-show, agent-delete These commands display and modify various network agents and their information. python-openstacksdk has supported the api calls for these commands, but python-openstackclient does not implement these commands. This commit adds support for the following commands: openstack network agent list openstack network agent show <agent> openstack network agent delete <agent> Change-Id: I83ede6f89c37e7bdc38d7e9e7bb9d80e94c8becc Implements: blueprint implement-network-agents Depends-On: I9755637f76787d5fac8ff295ae273b308fcb98d0 Co-Authored-By: Huanxuan Ao <huanxuan.ao@easystack.cn>