Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 927182

Summary: Horizon: 'fixed_ips' is missing from projects --> modify quota.
Product: Red Hat OpenStack Reporter: Omri Hochman <ohochman>
Component: python-django-horizonAssignee: Julie Pichon <jpichon>
Status: CLOSED CURRENTRELEASE QA Contact: Nir Magnezi <nmagnezi>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.1CC: aortega, athomas, jkt, jpichon, mrunge, ndipanov
Target Milestone: asyncKeywords: Triaged
Target Release: 2.1   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: python-django-horizon-2012.2.4-2.el6ost Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 17:26:59 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:
Attachments:
Description Flags
edit_quota_screen none

Description Omri Hochman 2013-03-25 10:00:51 UTC
Horizon: 'fixed_ips' is missing from projects --> modify quota.

Description: 
------------
from Horizon In Default Quotas page <controller>/dashboard/syspanel/quotas/  --> the value 'Fixed Ips' can be seen. 

* But under projects --> modify quota --> /dashboard/syspanel/projects/ --> It  the valuefixed_ips is missing (see screen shot).


fixed_ips for project can be modified from cli :
------------------------------------------------
* nova quota-show --tenant 1fccb1ae34e8423eba4940a07ca87c0a 
+-----------------------------+---------+
| Property                    | Value   |
+-----------------------------+---------+
| metadata_items              | 128     |
| injected_file_content_bytes | 10240   |
| injected_files              | 5       |
| gigabytes                   | 5120000 |
| ram                         | 5120000 |
| floating_ips                | 10      |
| key_pairs                   | 100     |
| instances                   | 100     |
| security_group_rules        | 20      |
| volumes                     | 10      |
| cores                       | 200     |
| fixed_ips                   | 10      |
| injected_file_path_bytes    | 255     |
| security_groups             | 10      |
+-----------------------------+---------+

Comment 1 Omri Hochman 2013-03-25 10:02:31 UTC
Created attachment 715945 [details]
edit_quota_screen

Comment 3 Julie Pichon 2013-03-25 12:20:40 UTC
I'm having trouble getting the External Trackers field to save. The upstream bug for this is at https://bugs.launchpad.net/horizon/+bug/1157950.