Switch to common notifiers.
- Added notifier files to openstack-common.conf, merged from common. - Import notifiers from common rather than nova. - Removed nova-specific notifier code. - Update some driver paths to refer to the new location within nova. Should be a no-op, as the common notification code is freshly copied from Nova. Change-Id: Icdf892bc3826b683fc74f22ead00939beda2859f
This commit is contained in:
		@@ -25,9 +25,9 @@ from nova import exception
 | 
			
		||||
from nova import flags
 | 
			
		||||
from nova import network
 | 
			
		||||
from nova.network import model as network_model
 | 
			
		||||
from nova.notifier import api as notifier_api
 | 
			
		||||
from nova.openstack.common import cfg
 | 
			
		||||
from nova.openstack.common import log
 | 
			
		||||
from nova.openstack.common.notifier import api as notifier_api
 | 
			
		||||
from nova.openstack.common import timeutils
 | 
			
		||||
from nova import utils
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user