Commit Graph

12 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 6cf7bdab87 Bug fixes and error message updates
Fixes:
1) Crashes in runner and file_utils
2) Binary strings being read in as payloads

Updates:
1) Clarified error messages in parser
2) Confusing variable names in test cases vs issues

Adds:
1) A `syntribos root` CLI sub command to display the current syntribos root dir

Change-Id: I22edf7a1f3d39724522aee88d08b00d299b67248
2018-11-28 12:32:24 -06: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 6eb64af8b5 Updated pylint rules
Fixed few `issues` as stated by pylint to pass the new linter
rules.

Change-Id: I8ffeff7125a1fda367a9cefa1a3d3cfcbadd37d0
2017-01-23 15:07:27 -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
zhangyanxian df717a496e Some tiny errors need to be fixed
Change-Id: I20b8f43c96e0cea58e50e1b7116289a445bc39ee
2016-08-15 06:46:44 +00:00
michael.dong@rackspace.com 77699b1f96 Removed openCAFE dependencies from identity extension
Change-Id: Iec38c57673b1b48818c26ae2ff19ba81c9057d1f
2016-07-18 14:58:15 -05:00
michael.dong@rackspace.com 5ed3a45fa2 Started adding docstrings to extensions
Holding off on documenting all parts of extension until OpenCAFE removal

Change-Id: I14e3420beea7332646a68bd75602224c0badf225
Partially implements blueprint docstring-add-to-extension
2016-05-19 15:42:29 -05:00
Charles Neill 921157a4d6 Change license from block quotes to '#'s (Sphinx)
We are currently using block quotes for license comments, which means
that Sphinx pulls this into every module, which is bad. Hash-prefixed
comments for licenses seem to be the standard for OpenStack as well.

Change-Id: Iabc60228c1201a960f672e1b0c7ab3c5312c9d8e
Implements: blueprint docstring-add-to-framework
2016-04-14 18:17:40 -05:00
Michael Xin ee5f6b8d4b Change styles to Pep8 compliant
Change-Id: Ic34eb22aad66766f0140087d39b313014533935f
2015-12-22 15:25:50 -06:00
Nathan Buckner 19aeb44571 Added two missing licenses 2015-08-22 02:00:44 -05:00
Nathan Buckner c2ea797565 Added v3 auth extension and updated v2 auth extension 2015-08-20 20:14:09 -05:00