Re: [openstack-dev] [murano] Plugin installation issue

2016-01-15 Thread Alexander Tivelkov
Hi Vahid, Sorry for the delayed response. I've run your plugin and I am facing an error during the loading of your plugin: the loader complains that it is unable to find the module named "heat_translator". As far as I can see, your plugin attempts the following import statement: *"from

[openstack-dev] [murano] Plugin installation issue

2016-01-11 Thread Vahid S Hashemian
Hello, I have been scratching my head at this issue for a couple of days without any success. Here's the issue: I try to install my plugin (can be found here as WIP) using this command: pip install -e contrib/plugins/murano_heat-translator_plugin/ The installer runs and reports that