openstack-python-openstackc.../openstackclient/network
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
..
v2 Implement network agents functionality 2016-08-05 16:25:33 +08:00
__init__.py Network CRUD 2014-06-24 15:00:25 -06:00
client.py Ensure endpoint type is used for network commands 2016-06-14 11:20:16 +00:00
common.py Change to plural form of object in multi delete error message in networkv2 2016-07-14 18:34:19 +08:00
utils.py Refactor security group show to use SDK 2016-03-10 08:33:52 -06:00