Hi Praneet. In you file https://github.com/Juniper/contrail-heat/blob/master/contrail_heat/resources/vn_subnet.py, there is a line "from contrail_heat.resources import contrail". What I did is the same as you for the heat resource plugin, but I hit "ImportError: No module named def_heat_plugin.client" when I wrote "from def_heat_plugin.client import constants as const". Any suggestions? Thanks.
Hi Praneet. In you file https://github.com/Juniper/contrail-heat/blob/master/contrail_heat/resources/vn_subnet.py, there is a line "from contrail_heat.resources import contrail". What I did is the same as you for the heat resource plugin, but I hit "ImportError: No module named def_heat_plugin.client" when I wrote "from def_heat_plugin.client import constants as const". Any suggestions? Thanks.