Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. llptr:keystone morgan$ git diff --stat
  2. keystone/openstack/common/context.py | 33 ++++++++++++++++++++-------
  3. keystone/openstack/common/crypto/utils.py | 2 --
  4. keystone/openstack/common/db/__init__.py | 2 --
  5. keystone/openstack/common/db/api.py | 2 --
  6. keystone/openstack/common/db/exception.py | 7 ++++--
  7. keystone/openstack/common/db/sqlalchemy/__init__.py | 2 --
  8. keystone/openstack/common/db/sqlalchemy/migration.py | 3 ++-
  9. keystone/openstack/common/db/sqlalchemy/models.py | 6 ++---
  10. keystone/openstack/common/db/sqlalchemy/session.py | 24 +++++++++-----------
  11. keystone/openstack/common/db/sqlalchemy/test_migrations.py | 37 ++++++++++++++++++++++---------
  12. keystone/openstack/common/db/sqlalchemy/utils.py | 4 +---
  13. keystone/openstack/common/eventlet_backdoor.py | 2 --
  14. keystone/openstack/common/excutils.py | 8 +++----
  15. keystone/openstack/common/fileutils.py | 30 +++++++++++++++++++++++--
  16. keystone/openstack/common/fixture/config.py | 3 +--
  17. keystone/openstack/common/fixture/lockutils.py | 2 --
  18. keystone/openstack/common/fixture/mockpatch.py | 2 --
  19. keystone/openstack/common/fixture/moxstubout.py | 2 --
  20. keystone/openstack/common/gettextutils.py | 24 ++++++++++++--------
  21. keystone/openstack/common/importutils.py | 2 --
  22. keystone/openstack/common/jsonutils.py | 22 +++++++++++-------
  23. keystone/openstack/common/local.py | 2 --
  24. keystone/openstack/common/lockutils.py | 60 ++++++++++++++++++++++++++++++++++++--------------
  25. keystone/openstack/common/log.py | 23 ++++++++++---------
  26. keystone/openstack/common/log_handler.py | 2 --
  27. keystone/openstack/common/loopingcall.py | 2 --
  28. keystone/openstack/common/network_utils.py | 8 +++----
  29. keystone/openstack/common/notifier/rpc_notifier.py | 3 ++-
  30. keystone/openstack/common/notifier/rpc_notifier2.py | 3 ++-
  31. keystone/openstack/common/policy.py | 14 +++++-------
  32. keystone/openstack/common/rpc/__init__.py | 9 +++-----
  33. keystone/openstack/common/rpc/amqp.py | 45 ++++++++++++++++++++++++++-----------
  34. keystone/openstack/common/rpc/common.py | 15 +++++--------
  35. keystone/openstack/common/rpc/dispatcher.py | 2 --
  36. keystone/openstack/common/rpc/impl_fake.py | 4 +---
  37. keystone/openstack/common/rpc/impl_kombu.py | 24 ++++++++------------
  38. keystone/openstack/common/rpc/impl_qpid.py | 251 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------
  39. keystone/openstack/common/rpc/impl_zmq.py | 13 ++++++-----
  40. keystone/openstack/common/rpc/matchmaker.py | 2 --
  41. keystone/openstack/common/rpc/matchmaker_redis.py | 4 +---
  42. keystone/openstack/common/rpc/matchmaker_ring.py | 2 --
  43. keystone/openstack/common/rpc/proxy.py | 5 +----
  44. keystone/openstack/common/rpc/serializer.py | 4 +++-
  45. keystone/openstack/common/rpc/service.py | 2 --
  46. keystone/openstack/common/rpc/zmq_receiver.py | 3 ---
  47. keystone/openstack/common/service.py | 81 +++++++++++++++++++++++++++++++++++++------------------------------
  48. keystone/openstack/common/sslutils.py | 2 --
  49. keystone/openstack/common/strutils.py | 2 --
  50. keystone/openstack/common/threadgroup.py | 6 +++--
  51. keystone/openstack/common/timeutils.py | 28 ++++++++++++++++++-----
  52. tools/colorizer.py | 4 ++--
  53. tools/install_venv_common.py | 10 ++++-----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement