Bug 1235887 - Overcloud Horizon - No details on Admin Defaults window
Summary: Overcloud Horizon - No details on Admin Defaults window
Keywords:
Status: CLOSED DUPLICATE of bug 1233945
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-django-horizon
Version: 7.0 (Kilo)
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: 7.0 (Kilo)
Assignee: Matthias Runge
QA Contact: Ido Ovadia
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-26 02:29 UTC by Ido Ovadia
Modified: 2015-06-26 09:59 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-26 09:59:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.