I have followed the development version of Murano installation instruction at http://murano.readthedocs.org/en/latest/install/development.html, but am running into an issue.
After the installation, I created an Environment and loaded one of the out of the box packages (WordPress). When I go to Murano > Application Catalog > Applications, I see WordPress listed there, with two buttons: "Add to Env" and "Quick Deploy". However, clicking on any of these buttons causes an error (as if the target page does not exist). For example, when I click on "Add to Env" I get this error:
TemplateDoesNotExist at /murano/catalog/add/057e8979229546c79381a45be144ff88/eb0f68a4988e42e8b9275e3485b49c24
services/wizard_create.html
Request Method: GET
Request URL: http://x.x.x.x/murano/catalog/add/057e8979229546c79381a45be144ff88/eb0f68a4988e42e8b9275e3485b49c24
Django Version: 1.7.8
Exception Type: TemplateDoesNotExist
Exception Value: services/wizard_create.html
Exception Location: /usr/local/lib/python2.7/dist-packages/django/template/loader.py in find_template, line 136
Python Executable: /usr/bin/python
Python Version: 2.7.6
Python Path:
['/opt/stack/horizon/openstack_dashboard/wsgi/../..', '/opt/stack/keystone', '/opt/stack/glance', '/opt/stack/cinder', '/opt/stack/neutron', '/opt/stack/nova', '/opt/stack/horizon', '/opt/stack/heat', '/opt/stack/python-muranoclient', '/opt/stack/murano', '/opt/stack/murano-dashboard', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/opt/stack/horizon/openstack_dashboard']
Full error is attached.murano_error.jpg
Did I miss some installation steps on top of what is in that page? Thank you.
--Vahid