Install the dashboard in OpenStack Installation Guide for Ubuntu 12.04 (LTS)  - icehouse

Bug #1290998 reported by Akash Chandrashekar
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
High
Tom Fifield

Bug Description

Latest guide against Trunk Icehouse install @
http://docs.openstack.org/trunk/install-guide/install/apt/content/install_dashboard.html

1. Missing the apache2 package it currently reads :

# apt-get install memcached libapache2-mod-wsgi openstack-dashboard

** Impact*** : Apache service is non-existent and cannot be started

and needs to be

#apt-get install apache2 memcached libapache2-mod-wsgi openstack-dashboard

2. Missing the python-mox package

Without the python-mox package /var/log/apache2/error_log reports mox package missing.

**Impact**: Horizon dashboard is unavailable

apt-get install python-mox fixes issue.

-----------------------------------
Built: 2014-03-11T17:13:50 00:00
git SHA: b6053a93331e829c14719cedc69eab9ac4feeaf9
URL: http://docs.openstack.org/trunk/install-guide/install/apt/content/install_dashboard.html
source File: file:/home/jenkins/workspace/openstack-install-deploy-guide-ubuntu/doc/install-guide/section_dashboard-install.xml
xml:id: install_dashboard

Revision history for this message
Anne Gentle (annegentle) wrote :

Thanks for testing the latest instructions.

Revision history for this message
Anne Gentle (annegentle) wrote :

I'm not sure if this is a doc bug or should be filed against the packages themselves? Anyone else have ideas for triaging?

Revision history for this message
Matt Kassawara (ionosphere80) wrote :

I'll take a look at this issue. The horizon packages on Ubuntu were broken on my first pass for Icehouse installation guide updates.

Changed in openstack-manuals:
assignee: nobody → Matt Kassawara (ionosphere80)
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → High
milestone: none → icehouse
tags: added: install-guide
Changed in openstack-manuals:
status: Confirmed → Triaged
Revision history for this message
Matt Kassawara (ionosphere80) wrote :

Tom,

I thought you were testing the dashboard. Can you update this bug?

Thanks,
Matt

Changed in openstack-manuals:
assignee: Matt Kassawara (ionosphere80) → Tom Fifield (fifieldt)
Revision history for this message
Tom Fifield (fifieldt) wrote :

python-mox problem was fixed

dashboard does work on 12.04 rc1 after packaging changes.

still broken on 14.04.

Revision history for this message
Tom Fifield (fifieldt) wrote :

Akash - can you confirm the problems still exists under 12.04 with the latest packages?

Changed in openstack-manuals:
status: Triaged → Incomplete
Revision history for this message
Sergei Antipov (greendayonfire) wrote :

14.04 not works.
1. Need to install apache: apt-get install apache2
2. Need to run the necessary modules and configs: a2enmod wsgi && a2enconf openstack-horizon
3. Restart apache: service apache2 restart

Revision history for this message
Sergei Antipov (greendayonfire) wrote :

Sorry,
2. Need to run the necessary modules and configs: a2enmod wsgi && a2enconf openstack-dashboard

Revision history for this message
Tom Fifield (fifieldt) wrote :

Thanks Sergei!

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/87861

Changed in openstack-manuals:
status: Incomplete → In Progress
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/87861
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=90ae513b679529344a7b62c9521cabf8441c620a
Submitter: Jenkins
Branch: master

commit 90ae513b679529344a7b62c9521cabf8441c620a
Author: Tom Fifield <email address hidden>
Date: Wed Apr 16 14:52:01 2014 +0800

    Add explicit apache2 to horizon install

    This package is necessary for horizon to automatically be configured
    to start under ubuntu 14.04

    Change-Id: I2caa6e6969037f3da98c5adb3424620334bf6d32
    Closes-Bug: 1290998

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.