]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Introduce files from openstack common.
authorYong Sheng Gong <gongysh@cn.ibm.com>
Sun, 15 Jul 2012 00:17:34 +0000 (08:17 +0800)
committerYong Sheng Gong <gongysh@cn.ibm.com>
Mon, 16 Jul 2012 22:41:14 +0000 (06:41 +0800)
commit3cff1e7b9723a9a02d3e46cb56d7906134e407d4
tree4383117881e004b28471e2d030dd0b61aa5bae7d
parentb5db77a4bcbea488d3db5fc76962c798ecac917f
Introduce files from openstack common.

Because the openstack common project does not stick to latest pep8 rules,
I have to exclude some bad-ruled files in the tox.ini and run_tests.sh.
However pep8 does not support exclude option in the format quantum/openstack/common,
so I have to exclude some of openstack common files one by one.

Also, I have changed the Qunatum Context to base on the common context.

I does not update the setup.py in our openstack common dir and the one
under quantum top dir, since it should be maintained in a consistent way
across all of openstack projects.

After this introduction, we are ready for notification feature.

Change-Id: I2729c2dc3958835374c88d704e842e613785ec14
25 files changed:
etc/quantum.conf
openstack-common.conf
quantum/context.py
quantum/openstack/common/cfg.py
quantum/openstack/common/importutils.py
quantum/openstack/common/jsonutils.py
quantum/openstack/common/log.py [new file with mode: 0644]
quantum/openstack/common/notifier/__init__.py [new file with mode: 0644]
quantum/openstack/common/notifier/api.py [new file with mode: 0644]
quantum/openstack/common/notifier/list_notifier.py [new file with mode: 0644]
quantum/openstack/common/notifier/log_notifier.py [new file with mode: 0644]
quantum/openstack/common/notifier/no_op_notifier.py [new file with mode: 0644]
quantum/openstack/common/notifier/rabbit_notifier.py [new file with mode: 0644]
quantum/openstack/common/notifier/test_notifier.py [new file with mode: 0644]
quantum/openstack/common/policy.py
quantum/openstack/common/rpc/__init__.py
quantum/openstack/common/rpc/amqp.py
quantum/openstack/common/rpc/common.py
quantum/openstack/common/rpc/dispatcher.py
quantum/openstack/common/rpc/impl_zmq.py
quantum/openstack/common/rpc/matchmaker.py
quantum/openstack/common/timeutils.py [new file with mode: 0644]
run_tests.sh
tools/pip-requires
tox.ini