Bug 587671
| Summary: | qpid python client (low level api) "Connection instance has no attribute 'spec'" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Frantisek Reznicek <freznice> | ||||
| Component: | python-qpid | Assignee: | Rafael H. Schloming <rafaels> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | MRG Quality Engineering <mrgqe-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | Development | CC: | esammons, gsim, jross, tross | ||||
| Target Milestone: | 1.3 | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-07-14 18:01:18 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 600256 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Frantisek Reznicek
2010-04-30 14:15:19 UTC
This is a deliberate change, you can't customize what spec is used anymore. I believe this should work if you simply don't pass the spec to managementClient, i.e. use managementClient() instead. We should definitely release note this. I confirm that suggested change - self.mclient = managementClient(self.conn.spec) + self.mclient = managementClient() is currently working on RHEL 4.8 / 5.5 i386 / x86_64 on package set listed above. I'm keeping bug in it's state, presence of appropriate note in MRG release note is then enough to put in VERI, because as described in above post change is intended. BZ raised for release note: https://bugzilla.redhat.com/show_bug.cgi?id=600256 |