<div dir="ltr"><span style="font-size:12.8px">Hello everyone!</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Could you please help me implement custom management driver?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">At the moment I created directory /opt/stack/tacker/tacker/vm/mgmt_drivers/nfvpilot/ and put there __init__.py and nfvpilot.py driver implementation as it' done for example for OpenWRT driver. But while creating my VNF I always get error</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>2015-10-20 10:33:28.409 TRACE tacker.api.v1.resource   File "/opt/stack/tacker/tacker/vm/plugin.py", line 66, in mgmt_create_pre</div><div>2015-10-20 10:33:28.409 TRACE tacker.api.v1.resource     device_dict, plugin=self, context=context, device=device_dict)</div><div>2015-10-20 10:33:28.409 TRACE tacker.api.v1.resource   File "/opt/stack/tacker/tacker/vm/plugin.py", line 62, in _invoke</div><div>2015-10-20 10:33:28.409 TRACE tacker.api.v1.resource     self._mgmt_driver_name(device_dict), method, **kwargs)</div><div>2015-10-20 10:33:28.409 TRACE tacker.api.v1.resource   File "/opt/stack/tacker/tacker/common/driver_manager.py", line 74, in invoke</div><div>2015-10-20 10:33:28.409 TRACE tacker.api.v1.resource     driver = self._drivers[type_]</div><div>2015-10-20 10:33:28.409 TRACE tacker.api.v1.resource KeyError: u'nfvpilot'</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">How do I register my own driver to make it visible?</div></div>