Hi we're having a issue with a change to oslo.config. We have in moniker/__init__.py a rpcset_defaults('control_exchange', 'moniker') call to set the exchange to a default but this breaks stuff since it will try to import oslo.config when going to the .setup file. Is there a way to fix this?<div>
<br></div><div><a href="https://review.openstack.org/#/c/23265/4/moniker/__init__.py">https://review.openstack.org/#/c/23265/4/moniker/__init__.py</a></div><div><br></div><div><div>(.venv)/home/ekarlso/projects/moniker (master) $ tox -v -- -v</div>
<div>using tox.ini: /home/ekarlso/projects/moniker/tox.ini</div><div>using tox-1.4.3 from /usr/local/lib/python2.7/dist-packages/tox/__init__.pyc</div><div>GLOB sdist-make: /home/ekarlso/projects/moniker/setup.py</div><div>
  /home/ekarlso/projects/moniker$ /usr/bin/python /home/ekarlso/projects/moniker/setup.py sdist --formats=zip --dist-dir /home/ekarlso/projects/moniker/.tox/dist >/home/ekarlso/projects/moniker/.tox/log/tox-0.log</div>
<div>ERROR: invocation failed, logfile: /home/ekarlso/projects/moniker/.tox/log/tox-0.log</div><div>ERROR: actionid=tox</div><div>msg=packaging</div><div>cmdargs=['/usr/bin/python', local('/home/ekarlso/projects/moniker/setup.py'), 'sdist', '--formats=zip', '--dist-dir', local('/home/ekarlso/projects/moniker/.tox/dist')]</div>
<div>env=None</div><div>Traceback (most recent call last):</div><div>  File "setup.py", line 19, in <module></div><div>    from moniker.openstack.common import setup as common_setup</div><div>  File "/home/ekarlso/projects/moniker/moniker/__init__.py", line 16, in <module></div>
<div>    from moniker.openstack.common import rpc</div><div>  File "/home/ekarlso/projects/moniker/moniker/openstack/common/rpc/__init__.py", line 28, in <module></div><div>    from oslo.config import cfg</div>
<div>ImportError: No module named oslo.config</div><div><br></div><div>ERROR: FAIL could not package project</div></div><div><br></div><div><br></div><div>Endre</div>