How to enable Heat-ui on Havana

Asked by Simone Tiraboschi

Hello,
as far as I can read in the Havana release notes,
Horizon should include a kind on panel to launch heat stacks.
https://wiki.openstack.org/wiki/ReleaseNotes/Havana#Heat

Unfortunately I'm not able to configure it neither to find any sort of documentation about how to enable it.

I already tried to add to put
HORIZON_CONFIG = {
    'dashboards': ('project', 'admin', 'settings', 'heat' ),
...

and

INSTALLED_APPS = (
...
    'heat'
)

in my /etc/openstack-dashboard/local_settings configuration file but I can only get an exception:
Dashboard with slug "heat" is not registered.

Does anybody know how can I enable it?

I'm working on Havana 2013.2 on Centos 6.4 with RDO.

ciao,
Simone

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
Simone Tiraboschi
Solved:
Last query:
Last reply:
Revision history for this message
David Lyle (david-lyle) said :
#1

Heat is not a dashboard, it's panels in the existing Project dashboard in the Panel Group "Orchestration" the panel is "Stacks". The only thing needed to enable the panel is the openstack.services.orchestration returned in the users service catalog by keystone. If you are not seeing the Stacks panel, most likely the endpoint for heat is not registered with Keystone. In Horizon you can look at the Access and Security panel and look at the API Access tab. I suspect you won't see orchestration. You will need to register the heat endpoint in keystone.

If you are using devstack, instructions can be found at: https://wiki.openstack.org/wiki/Heat/GettingStartedUsingDevstack

Remove the changes you listed above. That will break horizon.

Revision history for this message
Simone Tiraboschi (simone-tiraboschi) said :
#2

Thanks David, I've it.
I have seen a complete new dashboard in this screencast ( http://fedorapeople.org/~radez/thermal20121205.ogv ) where it seams that I can also edit my templates and so on.
Do you know if this dashboard will be available and when?

ciao

Revision history for this message
David Lyle (david-lyle) said :
#3

I have not seen a patch for this added functionality. I will be happy to review it if/when it is submitted.