murano-dashboard cannot work

Asked by Lingfeng Xiong

I installed murano-dashboard and openstack-dashboard. Then I copied '_50_murano.py' from '/usr/lib/python2.7/dist-packages/muranodashboard/local' to '/usr/share/openstack-dashboard/openstack_dashboard'. After that, I restarted apache2 service.
Then, 'Murano' shows at the side panel, but I cannot click it. Firebug reports a error said:

Failed to instantiate module horizon.app due to:
Module 'horizon.auth' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Any suggestions?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu murano-dashboard Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

How did you install the application?

What is the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
Lingfeng Xiong (xionglingfeng) said :
#2

@actionparsnip
bear@rafael:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 15.10
Release: 15.10
Codename: wily
bear@rafael:~$ uname -a
Linux rafael 4.2.0-18-generic #22-Ubuntu SMP Fri Nov 6 18:25:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
bear@rafael:~$

I installed it by 'apt-get install python-murano-dashboard'

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of:

apt-cache policy python-murano-dashboard

Thanks

Revision history for this message
Lingfeng Xiong (xionglingfeng) said :
#4

Sorry, I made a mistake that I ran the commands on controller node, not panel node (although they are running same version of Ubuntu). Here's for the panel server:

xxxx@yyyy:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 15.10
Release: 15.10
Codename: wily
xxxx@yyyy:~$ uname -a
Linux nico 4.2.0-18-generic #22-Ubuntu SMP Fri Nov 6 18:25:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
xxxx@yyyy:~$ apt-cache policy python-murano-dashboard
python-murano-dashboard:
  Installed: 1:1.0.0~rc1-1ubuntu1
  Candidate: 1:1.0.0~rc1-1ubuntu1
  Version table:
 *** 1:1.0.0~rc1-1ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages
        100 /var/lib/dpkg/status
xxxx@yyyy:~$ dpkg -l | grep murano
ii python-murano-dashboard 1:1.0.0~rc1-1ubuntu1 all cloud-ready application catalog - dashboard plugin
ii python-muranoclient 0.7.0-1 all cloud-ready application catalog - Python 2.x client module

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.