openstack-python-openstackc.../openstackclient/network/v2
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
..
__init__.py Move network stuff to v2 instead of v2_0 2014-07-07 06:08:02 -06:00
address_scope.py Standardize logger usage 2016-06-20 15:16:51 +00:00
floating_ip.py Transfer "ip floating CRUD" to "floating ip CRUD" 2016-07-20 13:37:48 +08:00
floating_ip_pool.py Transfer "ip floating pool list" to "floating ip pool list" 2016-07-04 10:40:00 +08:00
ip_availability.py Add default IP version and fix help messages for "ip availability list" 2016-06-15 20:33:09 +08:00
network.py Add port security option to network commands 2016-06-29 10:13:18 -05:00
network_agent.py Implement network agents functionality 2016-08-05 16:25:33 +08:00
network_rbac.py Implement rbac list and show command 2016-06-27 10:44:41 +08:00
network_segment.py osc-lib: command 2016-06-13 11:00:22 -05:00
port.py Add command to unset information from ports 2016-07-01 08:40:07 +05:30
router.py Merge "Add command to unset information from Routers" 2016-06-28 22:29:31 +00:00
security_group.py Support bulk deletion for commands that exist in both network and compute. 2016-06-15 17:23:39 +08:00
security_group_rule.py Fix a missing i18n support in security_group_rule.py 2016-06-21 17:06:59 +08:00
subnet.py Exchange the check order for the dhcp and no-dhcp 2016-07-19 16:35:36 +08:00
subnet_pool.py Standardize import format 2016-07-22 19:24:02 +08:00