Re: [openstack-dev] [openstack-dev ] [Heat] how to verify heat resource plugin

2015-11-19 Thread Pavlo Shchelokovskyy
Hi Mohan, well, you should have the service you are developing the resource plugin for installed somewhere and run heat against it, creating the stack with the new resource type your plugin is defining, and checking that the thing it creates is working, can be updated and deleted via heat

[openstack-dev] [openstack-dev ] [Heat] how to verify heat resource plugin

2015-11-19 Thread Mohan Kumar
Hi team, Currently working on adding heat resource plugin for neutron extension "networking-sfc" , similar to firewall implementation " https://github.com/openstack/heat/blob/master/heat/engine resources/openstack/neutron/firewall.py