Bug 1235887

Summary: Overcloud Horizon - No details on Admin Defaults window
Product: Red Hat OpenStack Reporter: Ido Ovadia <iovadia>
Component: python-django-horizonAssignee: Matthias Runge <mrunge>
Status: CLOSED DUPLICATE QA Contact: Ido Ovadia <iovadia>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: aortega, athomas, iovadia, mrunge, yeylon
Target Milestone: ---Keywords: Triaged
Target Release: 7.0 (Kilo)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-26 09:59:20 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 2015-06-26 02:29:53 UTC
Description of problem:
=======================
Overcloud Horizon - No details on Admin Defaults window

Version-Release number of selected component (if applicable):
=============================================================
openstack-dashboard-2015.1.0-10.el7ost.noarch
python-django-horizon-2015.1.0-10.el7ost.noarch

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

Steps to Reproduce:
===================
1. Deploy overcloud
2. Log in to overcloud UI  Horizon
3. Go to Project -> Admin -> Defaults

Actual results:
==============
no details shown

Expected results:
=================
Output should be similar to nova quota-defaults

Additional info:
================
nova quota-defaults
+-----------------------------+-------+
| Quota                       | Limit |
+-----------------------------+-------+
| instances                   | 10    |
| cores                       | 20    |
| ram                         | 51200 |
| floating_ips                | 10    |
| fixed_ips                   | -1    |
| metadata_items              | 128   |
| injected_files              | 5     |
| injected_file_content_bytes | 10240 |
| injected_file_path_bytes    | 255   |
| key_pairs                   | 100   |
| security_groups             | 10    |
| security_group_rules        | 20    |
| server_groups               | 10    |
| server_group_members        | 10    |
+-----------------------------+-------+

Comment 2 Matthias Runge 2015-06-26 07:31:49 UTC
Horizon uses the same api as nova command line client.

Are you looking at the same keystone or were you querying the same nova instance?


Is the install still available?

Comment 3 Matthias Runge 2015-06-26 09:51:39 UTC
It looks like this setup has several issues (like the known cinder v2 endpoint missing)

cinder v2 is called for getting quota. 
Disabling cinder v2 in my packstack install leads to the same issues.

Comment 4 Matthias Runge 2015-06-26 09:59:20 UTC
I suspect this to be a duplicate of .bug 1233945

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