Steps to add new filter in nova scheduler [closed]
I want to create subclass of filters.BaseHostFilter and add it as filter in nova scheduler
Can anybody tell me steps to do this
First time here? Check out the FAQ!
I want to create subclass of filters.BaseHostFilter and add it as filter in nova scheduler
Can anybody tell me steps to do this
I followed one of the existing filters and configured exactly like that. Filter should be available in PYTHON path Then its working
Hi!,
I am not aware about the steps to add customized filters for nova scheduler.
Could you please share the steps to add CoreFilter and JSON filter? Thanks in advance!
-Deepak Tiwari
Asked: 2013-08-11 04:45:05 -0600
Seen: 494 times
Last updated: Aug 27 '13
I am getting below exeception. AttributeError: 'module' object has no attribute 'csm_isolation_filter' 2013-08-11 08:33:41,710 - nova.scheduler.driver - WARNING - Setting instance to ERROR state. What could be the reason?