Integrate with third party app

Asked by Lisa B

I am very new to OpenStack. I am trying to figure out how to integrate a third party application with the horizon dashboard.

I am not able to find any specific documentation on what exactly is required and the steps needed.

Does the third party component need to be written in python?

Any details or links to helpful documentation would be greatly appreciated.

Thanks,

LB

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
Julie Pichon
Solved:
Last query:
Last reply:
Revision history for this message
Best Julie Pichon (jpichon) said :
#1

Hi Lisa,

You can start by reading those tutorials to help you create a custom Horizon dashboard:

http://docs.openstack.org/developer/horizon/quickstart.html
http://docs.openstack.org/developer/horizon/topics/tutorial.html

Horizon dashboards work as Django applications, so they should be written in Python. You could also get away with writing a minimum of Python and e.g. loading a Javascript app into your page.

Revision history for this message
Lisa B (lisa-m-baxter) said :
#2

Thanks Julie Pichon, that solved my question.

Revision history for this message
Satyanarayana Patibandla (satya-patibandla) said :
#3

Hi Julie, Lisa,

I am also facing the same problem. I have to integrate a ruby based application with horizon. I got the procedure to integrate python based application with horizon. But I did not understand how to integrate horizon with ruby based application. Could you please help me in getting the procedure.

Thanks,
Satya.P