| Summary: | the command "cinder rate-limits" is showing no results | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Giulio Fidente <gfidente> | |
| Component: | python-prettytable | Assignee: | Jon Bernard <jobernar> | |
| Status: | CLOSED ERRATA | QA Contact: | Dafna Ron <dron> | |
| Severity: | low | Docs Contact: | ||
| Priority: | low | |||
| Version: | 4.0 | CC: | abaron, eharney, gfidente, jobernar, jruzicka, mlopes, morazi, rhos-maint, sgordon, yeylon | |
| Target Milestone: | z2 | Keywords: | Rebase, ZStream | |
| Target Release: | 4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | python-prettytable-0.7.2-1.el6 | Doc Type: | Rebase: Bug Fixes and Enhancements | |
| Doc Text: |
This rebase package (0.7.2-1el6) includes an updated version of prettytable. This is required by python-cinderclient to correctly display the results of the rate-limits command.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1051663 (view as bug list) | Environment: | ||
| Last Closed: | 2014-03-04 20:13:31 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: | ||
| Bug Depends On: | 1051663 | |||
| Bug Blocks: | ||||
|
Description
Giulio Fidente
2013-12-03 16:48:33 UTC
Jon, any update on this one? I have reproduced this on my machine as described. Upstream does not seem to suffer from this issue (devstack, master branch). I'll work on figuring out what's going on. The bug is in the cinder client. Interestingly, 1.0.7 is the version reported by the rpm - and it exhibits the bug. But 1.0.7 installed from the source tree does not exhibit this bug. Are there any internal patches added on top of the upstream release? Also, can you tell me what is the version string reported from 'cinder --version' ? I changed the component to python-cinderclient. If you use the '--debug' option on the command line, you can see that cinder is returning the correct results but the client is not displaying them correctly. Simplying applying the two includes patches to the 1.0.7 source doesn't seem to cause the bug, so I need to dig a bit more. This appears to be an incorrect version requirement on 'python-prettytable' We have 0.6.1, but we (python-cinderclient) require at least 0.7. So we either need python-prettytable>=0.7 or we must go to an earlier version of python-cinderclient. I did not set any limits but we are getting an output: [root@orange-vdsf ~(keystone_admin)]# cinder rate-limits +------+-----+-------+--------+------+----------------+ | Verb | URI | Value | Remain | Unit | Next_Available | +------+-----+-------+--------+------+----------------+ +------+-----+-------+--------+------+----------------+ [root@orange-vdsf ~(keystone_admin)]# moving to verified on [root@orange-vdsf ~(keystone_admin)]# rpm -qa |grep cinder openstack-cinder-2013.2.2-1.el6ost.noarch python-cinderclient-1.0.7-2.el6ost.noarch python-cinder-2013.2.2-1.el6ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0213.html |