Refactor event emitter to not use event partials

event emitter now caches to memcache where it is eventually picked up
by the stdout event emitter. This obviates event reassembly in the
callback receiver.
This commit is contained in:
Matthew Jones
2017-01-17 15:59:43 -05:00
parent e594a3ee3e
commit 1cdeb4d2af
5 changed files with 14 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ azure==2.0.0rc6
backports.ssl-match-hostname==3.5.0.1
kombu==3.0.35
boto==2.45.0
python-memcached==1.58
psphere==0.5.2
psutil==5.0.0
pyvmomi==6.5

View File

@@ -84,6 +84,7 @@ pyasn1==0.1.9 # via cryptography
pycparser==2.17 # via cffi
PyJWT==1.4.2 # via adal
pyparsing==2.1.10 # via cliff, cmd2, oslo.utils
python-memcached==1.58
python-cinderclient==1.9.0 # via python-openstackclient, shade
python-dateutil==2.6.0 # via adal, azure-storage
python-designateclient==2.4.0 # via shade