summaryrefslogtreecommitdiff
path: root/openstackclient/network/client.py
Commit message (Expand)AuthorAgeFilesLines
* Make Profile fallback go bye-byeMonty Taylor2018-03-141-41/+11
* Fix use of new openstacksdk connectionMonty Taylor2018-01-231-0/+1
* Rework Network client config for new SDK ConnectionDean Troyer2018-01-221-19/+26
* Fix SDK Connection creation alternative to ProfileDean Troyer2017-12-071-3/+8
* Add logic to handle old and new sdk constructorMonty Taylor2017-11-161-9/+18
* Remove remaining uses of SDK Proxy.sessionDean Troyer2017-02-191-0/+5
* osc-lib: shellDean Troyer2016-08-051-2/+2
* Ensure endpoint type is used for network commandsStuart McLaren2016-06-141-0/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+1
* Trivial: Fix i18n support in network/common.pyTang Chen2016-05-311-3/+4
* Fix client certificate/key support for Network v2 commandsCedric Brandily2016-04-191-1/+3
* Initialize neutron client with region nameAndrey Larionov2016-04-181-1/+5
* Fix SSL/TLS verification for network commandsRichard Theis2016-04-081-1/+2
* Migrate network client to SDK.Tang Chen2015-12-091-52/+10
* Set default network api to 2.0 instead of 2Monty Taylor2015-11-091-1/+3
* Do not set default versions in parsed argsTerryHowe2015-07-181-5/+3
* Rename endpoint type to interfaceTerryHowe2015-07-151-3/+2
* Add --os-endpoint-type cli optional argumentRoxana Gherle2015-07-021-0/+6
* Begin low-level API for Network v2Dean Troyer2015-01-221-2/+35
* Use session for neutron clientVladimir Eremin2015-01-151-13/+1
* Remove ClientManager._service_catalogDean Troyer2014-10-181-4/+6
* Remove now-unnecessary client creation hacksDean Troyer2014-10-181-1/+1
* Fix operation on clouds with availability-zonesMonty Taylor2014-10-111-1/+2
* Clean up make_client() loggingDean Troyer2014-07-081-0/+2
* Move network stuff to v2 instead of v2_0Terry Howe2014-07-071-2/+2
* Network CRUDTerry Howe2014-06-241-0/+61