Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 8c881bcbe5 Retire repository
See
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007708.html

Change-Id: If97f10290c16903d550c66163b082bd23357fca2
2020-05-08 13:51:25 +02:00
Michael Dong a6db29dc7c Bug fixes related to python 3 changes
Change-Id: I048bb19cf456281521883eb1500832343d72fb97
2018-10-18 14:39:59 -05:00
Vinay Potluri 5664f99a4b Improving readibility of code
Changing six.iteritems(kwargs) to kwargs.items() to improve
readability of code and reduce the use of python package six

Change-Id: I7460c0274b790efcd53ee9d1c0bc538effb950dd
2017-01-25 14:25:54 -06:00
Rahul Nair 5911450992 Adding python 3 compatibility and some minor styling changes
As we are moving to the next iteration of the project for Ocata,
I think it would be helpul to makesure that the codebase is
fully compatible in py27 and in py35. Also, some minor styling
changes, removing uncessary spaces etc.

Change-Id: I9aac07dc180cd3a7c7885661bdad985c183ae0a9
2016-10-14 17:39:29 -05:00
Rahul Nair e438463432 Refactoring debug_logger
Moving string utilities used in debug_logger to utils/string_utils

Change-Id: Ib3b6dbdf3567f96be9df03f622eb77b714c03bcd
2016-09-07 10:13:54 -05:00