Bug 1116903

Summary: Instance console does not work via Horizon instance console tab while using https
Product: Red Hat OpenStack Reporter: Ido Ovadia <iovadia>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED DUPLICATE QA Contact: Ido Ovadia <iovadia>
Severity: low Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 7)CC: aortega, derekh, gchamoul, yeylon
Target Milestone: ---   
Target Release: 5.0 (RHEL 7)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-22 20:59:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ido Ovadia 2014-07-07 14:47:53 UTC
Description of problem:
=======================
Setting horizon's communication over https by CONFIG_HORIZON_SSL=y,  
causing instance console does not work via Horizon instance console tab while using https

Version-Release number of selected component:
=============================================
python-django-horizon-2014.1-7.el7ost.noarch
openstack-dashboard-2014.1-7.el7ost.noarch
openstack-dashboard-theme-2014.1-7.el7ost.noarch

How reproducible:
=================
100%

Steps to Reproduce:
===================
1. Config horizon communication over https, Edit answer file:  CONFIG_HORIZON_SSL=y
2. Install OpenStack via openstack-packstack, using the answer file
3. After creating instance browse to: https://<FQDN>/dashboard/project/instances/<INSTANCE_UUID>/

Actual results:
===============
1. The console doesn't open.

You may click the "Click here to show only console" and than the console works OK.

2. Nova dose not provide the VNC console with SSL

Expected results:
=================
1. Console should open.
2. Nova should provide the VNC console with SSL (updating the baseurl etc in /etc/nova/nova.conf)

Additional info:
================
The instller doesn't edit: etc/nova/nova.conf 
    novncproxy_base_url=http://10.35.160.111:6080/vnc_auto.html
Editing this line to https solve that issue

Comment 2 Gaƫl Chamoulaud 2014-07-22 20:59:30 UTC

*** This bug has been marked as a duplicate of bug 1115896 ***