python-openstackclient/openstackclient
Michael Gugino 0736336a71 Implement network agents functionality
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>
2016-08-05 16:25:33 +08:00
..
api Standardize import format 2016-07-22 19:24:02 +08:00
common Remove temporary code in ClientManager 2016-07-25 14:55:33 -05:00
compute Merge "Standardize import format" 2016-07-26 07:22:27 +00:00
identity Merge "Fix error for find_service() in identity" 2016-07-27 03:37:52 +00:00
image Remove execute permission on a few files 2016-07-22 17:38:34 +00:00
locale Imported Translations from Zanata 2016-06-04 06:18:46 +00:00
network Implement network agents functionality 2016-08-05 16:25:33 +08:00
object Standardize import format 2016-07-22 19:24:02 +08:00
tests Implement network agents functionality 2016-08-05 16:25:33 +08:00
volume Add support for deleting volumes with associated snapshots 2016-07-27 11:30:52 +08:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Rework clientmanager 2016-07-22 20:49:18 +00:00