]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove hard dependency on novaclient
authorTerry Wilson <twilson@redhat.com>
Tue, 20 May 2014 15:58:32 +0000 (10:58 -0500)
committerTerry Wilson <twilson@redhat.com>
Tue, 20 May 2014 17:28:59 +0000 (12:28 -0500)
commit0f877f2594d415513856af3c528275fce2228ac1
treed24d4548ff590fd7bad88b09ea16aeeced059b9c
parentf19c92b057e30ee3cc34bf72be1d344444b8c190
Remove hard dependency on novaclient

The nova notification patch introduces a hard dependency on
novaclient when it is a runtime-configurable dependency. The
import from novaclient should be conditional on the
appropriate nova notification options being enabled in the
config.

Change-Id: I2ef4bfa4d53afc7e8c800ad8e2a8737e117af238
Closes-Bug: #1321352
neutron/api/v2/base.py
neutron/db/db_base_plugin_v2.py