MIssing Dashboard configurations.

Bug #984106 reported by Guilherme Birk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Anne Gentle

Bug Description

I've tried to install the dashboard following the official tutorial steps (http://docs.openstack.org/trunk/openstack-compute/install/content/ch_installing-openstack-overview.html), but didn't worked. I had to do a few steps more than it's in the manual.

-First I had to install the nova-consoleauth component.
    sudo apt-get install nova-consoleauth
-Then I added three flags to the nova.conf file and restarted all the services (change with your IP address).
   --novncproxy_base_url=http://192.168.100.142:6080/vnc_auto.html
   --vncserver_proxyclient_address=192.168.100.142
   --vncserver_listen=192.168.100.142
- The next step was clone the cloudbuilders repository for noVNC using the following command.
    git clone http://github.com/cloudbuilders/noVNC.git
- After that I had to execute the following command, passing the nova.conf location.
    utils/nova-novncproxy --flagfile=[path to nova.conf]

After doing all this steps I'm able to access all my instances via Dashboard VNC.

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

See https://review.openstack.org/#/c/6615/ to review the addition of this information.

Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Anne Gentle (annegentle)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/6615
Committed: http://github.com/openstack/openstack-manuals/commit/09484e2f6dabe9661265621cef4c49fff3620306
Submitter: Jenkins
Branch: master

commit 09484e2f6dabe9661265621cef4c49fff3620306
Author: annegentle <email address hidden>
Date: Mon Apr 16 15:46:49 2012 -0700

    Fix bug 983417, bug 984106, bug 984034

      * Update dashboard locations of config files
      * Remove duplicated dashboard info and move into common directory
      * Ensure consistency between glance configuration files

    Change-Id: I2b2b335e8f0e8e8ead01b9aa641d80db6e723717

Changed in openstack-manuals:
status: Confirmed → Fix Committed
Anne Gentle (annegentle)
Changed in openstack-manuals:
status: Fix Committed → Fix Released
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.