summaryrefslogtreecommitdiff
path: root/neutronclient/common
Commit message (Expand)AuthorAgeFilesLines
* Log SHA1 hash of X-Auth-Token valueLokesh S2016-04-041-2/+10
* Fix TypeError with error messageRabi Mishra2016-03-041-1/+2
* refactor: Avoid overriding run() in cliff commandAkihiro Motoki2016-03-031-4/+4
* Merge "Add wrapper classes for return-request-id-to-caller"Jenkins2016-03-011-0/+9
|\
| * Add wrapper classes for return-request-id-to-callerHirofumi Ichihara2016-02-261-0/+9
* | Improve str2dict key validation to avoid wrong keysAkihiro Motoki2016-02-211-2/+34
|/
* refactor: Get rid of usage of get_data in favor of take_actionAkihiro Motoki2016-01-181-6/+6
* refactor: Remove usage of useless command.command.OpenStackCommandAkihiro Motoki2016-01-181-35/+0
* Adding a lowercase converter in utils.pyreedip2016-01-081-0/+4
* Use _i18n instead of i18nAkihiro Motoki2015-12-244-4/+4
* Fix H405 violationsshu-mutou2015-12-131-1/+3
* Merge "Remove XML support"Jenkins2015-12-112-294/+5
|\
| * Remove XML supportElena Ezhova2015-12-092-294/+5
* | Allow lower case protocol valuesManjeet Singh Bhatia2015-12-101-0/+4
|/
* Use os-client-config and keystoneauth1 in shellMonty Taylor2015-10-281-0/+3
* Remove newlines from request and response logIlya Shakhat2015-08-101-2/+2
* Remove unused AlreadyAttachedClientAkihiro Motoki2015-07-131-6/+0
* Merge "Raise user-friendly exceptions in str2dict"Jenkins2015-06-121-3/+9
|\
| * Raise user-friendly exceptions in str2dictCedric Brandily2015-06-081-3/+9
* | Merge "Add InvalidIpForSubnetClient exception"Jenkins2015-06-101-0/+4
|\ \ | |/ |/|
| * Add InvalidIpForSubnetClient exceptionQin Zhao2015-05-111-0/+4
* | Drop use of 'oslo' namespace packageDoug Hellmann2015-05-062-3/+3
|/
* Fix Python client library for Neutronzengfagao2015-04-211-0/+9
* Add Neutron subnetpool APIzengfagao2015-04-091-0/+1
* Revert "Remove unused AlreadyAttachedClient"Akihiro Motoki2015-04-091-0/+6
* Fix E265 block comment should start with '# 'Akihiro Motoki2015-03-231-7/+3
* Remove unused AlreadyAttachedClientDoug Fish2015-03-111-6/+0
* Client command extension supportJustin Hammond2015-02-241-0/+86
* Merge "Utility method for boolean argument"Jenkins2015-02-041-0/+13
|\
| * Utility method for boolean argumentAkihiro Motoki2015-01-271-0/+13
* | Fix TypeError for six.text_typeshihanzhang2015-01-081-1/+1
|/
* Fix mixed usage of _Hideki Saito2014-11-083-28/+2
* Use graduated oslo librariesAkihiro Motoki2014-10-213-7/+7
* Fix E129 hacking checkJaume Devesa2014-10-172-5/+5
* Merge "Add InvalidIpForNetworkClient exception"Jenkins2014-10-151-0/+4
|\
| * Add InvalidIpForNetworkClient exceptionQin Zhao2014-10-141-0/+4
* | Leverage neutronclient.openstack.common.importutils import_classAaron Rosen2014-10-091-13/+2
* | Fix Py3 compatibility issuesIlya Shakhat2014-09-162-11/+13
|/
* Merge "Unify doc-strings format"Jenkins2014-09-125-17/+8
|\
| * Unify doc-strings formatStanislav Kudriashev2014-08-285-17/+8
* | Merge "Small improve of str2dict function"Jenkins2014-09-091-13/+8
|\ \ | |/
| * Small improve of str2dict functionStanislav Kudriashev2014-08-281-13/+8
* | Leverage openstack.common.jsonutilsAaron Rosen2014-09-031-37/+0
* | Avoid modifying default function argumentsAngus Lees2014-08-121-1/+4
|/
* Add keystone v3 auth supportBradley Klein2014-08-041-4/+11
* Merge "Add option for retry number of connection attempts"Jenkins2014-08-041-2/+5
|\
| * Add option for retry number of connection attemptsJakub Libosvar2014-07-291-2/+5
* | Merge "Python 3: compatibility of StringIO() and dict.iterkeys()"Jenkins2014-08-031-2/+3
|\ \
| * | Python 3: compatibility of StringIO() and dict.iterkeys()Ilya Shakhat2014-07-251-2/+3
* | | Merge "Python 3: use six.iteritems()"2.3.6Jenkins2014-07-291-1/+3
|\ \ \ | |/ / | | / | |/ |/|