sqlalchemy pool creation fallback to update raises AttributeError

Bug #1489892 reported by Flavio Percoco
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zaqar
Fix Released
High
Flavio Percoco

Bug Description

https://git.openstack.org/cgit/openstack/zaqar/tree/zaqar/storage/sqlalchemy/pools.py#n103

            self.update(name, weight=weight, uri=uri, group=group, options=options)

should be:

            self._update(name, weight=weight, uri=uri, group=group, options=options)

Changed in zaqar:
importance: Undecided → High
assignee: nobody → Flavio Percoco (flaper87)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to zaqar (master)

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

Changed in zaqar:
status: New → In Progress
Changed in zaqar:
milestone: none → liberty-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to zaqar (master)

Reviewed: https://review.openstack.org/218292
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=96b191d4027c3876a6e85146aa9cc0f891b056a5
Submitter: Jenkins
Branch: master

commit 96b191d4027c3876a6e85146aa9cc0f891b056a5
Author: Flavio Percoco <email address hidden>
Date: Fri Aug 28 16:24:30 2015 +0200

    s/update/_update/ sqlalchemy's pool controller

    Change-Id: I79d1243ec3abdeddf8ee852df33b11acff172b41
    Closes-bug: #1489892

Changed in zaqar:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in zaqar:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in zaqar:
milestone: liberty-3 → 1.0.0
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.