summaryrefslogtreecommitdiff
path: root/openstackclient/tests/api/test_network_v2.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old code after sdk integrationTerry Howe2015-12-091-52/+0
| | | | | | We won't need this anymore. Change-Id: Ib10be1dedb8db81f0cba6e45b8a9b0aade2ab473
* Move session and fixtures to keystoneauth1Steve Martinelli2015-10-141-1/+1
| | | | | | | | in an effort to start consuming keystoneauth1, we can move our sesssion and fixture code over to use keystoneauth1 instead of keystoneclient. Change-Id: Ibcbd588ce2e3d864f87ff1eb6e1c3c071a1e06f6
* Begin low-level API for Network v2Dean Troyer2015-01-221-0/+52
api.network.APIv2 starts with network_list() support to flush out the skeleton of the Network API. list_dhcp_agent() supports the --dhcp option of 'network list' Change-Id: I9a2b90cde84eced1f2ea6a014b769e2bae668211