Is there any difference in openstack horizon in Ubuntu and RHEL? [closed]
I developed a horizon application in ubuntu 12.04. The app has a data table view and a form view. The app works fine in Ubuntu, but when I copy the same app to RHEL 6.3, the form does not show up correctly. To be more precise, the app is similar to the "volumes" app in admin tab in the dashboard. I have an action button, when clicked a form comes up. In RHEL,the form view comes below the index view. How to fix this?
Can you verify the code of the app you referred ('volumes' app in admin tab) in both Ubuntu and RHEL. That might give you an idea!
Usually the base URL is different without modification. /horizon vs /dashboard. You can change the document directory in the static data under /usr/share/openstack-dashboard/ ... That might cause issues with how you are trying to get to the pop up?
Oh also, you may need to change where apache is looking for the application as well. Usually it will look /dashboard /horizon for the app, if you are changing it to look for "http://www.example.com" for the login/base then you need to modify.