Incorrect config item in local_settings.py.example

Bug #1324127 reported by besttl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Medium
besttl

Bug Description

In local_settings.py.example the qos settings were like follows:
 FLAVOR_EXTRA_KEYS = {
    'flavor_keys': [
        ('quota:read_bytes_sec', _('Quota: Read bytes')),
        ('quota:write_bytes_sec', _('Quota: Write bytes')),
        ('quota:cpu_quota', _('Quota: CPU')),
        ('quota:cpu_period', _('Quota: CPU period')),
        ('quota:inbound_average', _('Quota: Inbound average')),
        ('quota:outbound_average', _('Quota: Outbound average')),
    ]
}
but , in nova the qos settings were like follows:
tune_items = ['disk_read_bytes_sec', 'disk_read_iops_sec',
            'disk_write_bytes_sec', 'disk_write_iops_sec',
            'disk_total_bytes_sec', 'disk_total_iops_sec']
bandwidth_items = ['vif_inbound_average', 'vif_inbound_peak',
        'vif_inbound_burst', 'vif_outbound_average', 'vif_outbound_peak',
        'vif_outbound_burst']

in this case, when we create vm with flavor extra qos settings, not take effect.

Tags: horizon qos
besttl (tianliang)
Changed in horizon:
assignee: nobody → besttl (tianliang)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/96167

Changed in horizon:
status: New → In Progress
David Lyle (david-lyle)
Changed in horizon:
milestone: none → juno-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/96167
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ee5d9bbfcd2b3b81e2e8a62964177d9753403721
Submitter: Jenkins
Branch: master

commit ee5d9bbfcd2b3b81e2e8a62964177d9753403721
Author: tianliang <email address hidden>
Date: Thu May 29 05:25:02 2014 +0800

    Incorrect config item in local_settings.py.example

    The qos settings in horizon is not the same with
    nova's.To fix it, modify the horizon
    local_settings.py.example.

    Change-Id: I1b31506e9b0e95be882edd490f3fa9dafe54abde
    Closes-bug: #1324127

Changed in horizon:
status: In Progress → Fix Committed
David Lyle (david-lyle)
Changed in horizon:
importance: Undecided → Medium
Changed in horizon:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
milestone: juno-2 → 2014.2
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.