index
:
delta/openstack/python-neutronclient.git
master
quantumclient
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/python-neutronclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
neutronclient
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove usage of six
zhanghao
2020-05-15
3
-7
/
+3
*
Drop python3 hack for XML serializer
Akihiro Motoki
2019-12-17
1
-4
/
+0
*
Fix string in header
Oleg Bondarev
2019-08-20
1
-1
/
+1
*
Use secure sha256 instead of sha1
Oleg Bondarev
2019-08-13
1
-1
/
+1
*
Define IpAddressAlreadyAllocated exception
Hongbin Lu
2018-01-23
1
-0
/
+4
*
Merge "Unable to add classless-static-route in extra_dhcp_opt extension"
Jenkins
2017-04-01
1
-0
/
+11
|
\
|
*
Unable to add classless-static-route in extra_dhcp_opt extension
Shih-Hao Li
2016-08-24
1
-0
/
+11
*
|
Merge "Fixed a bunch of spacing"
Jenkins
2017-03-05
1
-1
/
+0
|
\
\
|
*
|
Fixed a bunch of spacing
Brandon Palm
2016-02-29
1
-1
/
+0
*
|
|
Decode exception parameters to expand exception message properly
Akihiro Motoki
2016-12-15
1
-1
/
+10
*
|
|
Use method is_valid_cidr from oslo.utils
lilintan
2016-10-12
1
-9
/
+0
*
|
|
Merge "Use six.python_2_unicode_compatible for NeutronException.__str__"
Jenkins
2016-09-22
1
-0
/
+3
|
\
\
\
|
*
|
|
Use six.python_2_unicode_compatible for NeutronException.__str__
Akihiro Motoki
2016-01-05
1
-0
/
+3
*
|
|
|
Merge "remove unused LOG"
Jenkins
2016-09-04
2
-8
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
remove unused LOG
ji-xuepeng
2016-07-10
2
-8
/
+0
*
|
|
|
Add client exception for HostNotCompatibleWithFixedIps
Carl Baldwin
2016-07-22
1
-0
/
+4
|
/
/
/
*
|
|
Update for API bindings
Dariusz Smigiel
2016-05-26
1
-6
/
+12
*
|
|
Log SHA1 hash of X-Auth-Token value
Lokesh S
2016-04-04
1
-2
/
+10
*
|
|
Fix TypeError with error message
Rabi Mishra
2016-03-04
1
-1
/
+2
*
|
|
refactor: Avoid overriding run() in cliff command
Akihiro Motoki
2016-03-03
1
-4
/
+4
*
|
|
Merge "Add wrapper classes for return-request-id-to-caller"
Jenkins
2016-03-01
1
-0
/
+9
|
\
\
\
|
*
|
|
Add wrapper classes for return-request-id-to-caller
Hirofumi Ichihara
2016-02-26
1
-0
/
+9
|
|
|
/
|
|
/
|
*
|
|
Improve str2dict key validation to avoid wrong keys
Akihiro Motoki
2016-02-21
1
-2
/
+34
|
/
/
*
|
refactor: Get rid of usage of get_data in favor of take_action
Akihiro Motoki
2016-01-18
1
-6
/
+6
*
|
refactor: Remove usage of useless command.command.OpenStackCommand
Akihiro Motoki
2016-01-18
1
-35
/
+0
*
|
Adding a lowercase converter in utils.py
reedip
2016-01-08
1
-0
/
+4
|
/
*
Use _i18n instead of i18n
Akihiro Motoki
2015-12-24
4
-4
/
+4
*
Fix H405 violations
shu-mutou
2015-12-13
1
-1
/
+3
*
Merge "Remove XML support"
Jenkins
2015-12-11
2
-294
/
+5
|
\
|
*
Remove XML support
Elena Ezhova
2015-12-09
2
-294
/
+5
*
|
Allow lower case protocol values
Manjeet Singh Bhatia
2015-12-10
1
-0
/
+4
|
/
*
Use os-client-config and keystoneauth1 in shell
Monty Taylor
2015-10-28
1
-0
/
+3
*
Remove newlines from request and response log
Ilya Shakhat
2015-08-10
1
-2
/
+2
*
Remove unused AlreadyAttachedClient
Akihiro Motoki
2015-07-13
1
-6
/
+0
*
Merge "Raise user-friendly exceptions in str2dict"
Jenkins
2015-06-12
1
-3
/
+9
|
\
|
*
Raise user-friendly exceptions in str2dict
Cedric Brandily
2015-06-08
1
-3
/
+9
*
|
Merge "Add InvalidIpForSubnetClient exception"
Jenkins
2015-06-10
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add InvalidIpForSubnetClient exception
Qin Zhao
2015-05-11
1
-0
/
+4
*
|
Drop use of 'oslo' namespace package
Doug Hellmann
2015-05-06
2
-3
/
+3
|
/
*
Fix Python client library for Neutron
zengfagao
2015-04-21
1
-0
/
+9
*
Add Neutron subnetpool API
zengfagao
2015-04-09
1
-0
/
+1
*
Revert "Remove unused AlreadyAttachedClient"
Akihiro Motoki
2015-04-09
1
-0
/
+6
*
Fix E265 block comment should start with '# '
Akihiro Motoki
2015-03-23
1
-7
/
+3
*
Remove unused AlreadyAttachedClient
Doug Fish
2015-03-11
1
-6
/
+0
*
Client command extension support
Justin Hammond
2015-02-24
1
-0
/
+86
*
Merge "Utility method for boolean argument"
Jenkins
2015-02-04
1
-0
/
+13
|
\
|
*
Utility method for boolean argument
Akihiro Motoki
2015-01-27
1
-0
/
+13
*
|
Fix TypeError for six.text_type
shihanzhang
2015-01-08
1
-1
/
+1
|
/
*
Fix mixed usage of _
Hideki Saito
2014-11-08
3
-28
/
+2
*
Use graduated oslo libraries
Akihiro Motoki
2014-10-21
3
-7
/
+7
[next]