QuantumDbPluginV2 should have db connection string configurable

Bug #1023248 reported by yong sheng gong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Invalid
Undecided
yong sheng gong

Bug Description

    def __init__(self):
        # NOTE(jkoelker) This is an incomlete implementation. Subclasses
        # must override __init__ and setup the database
        # and not call into this class's __init__.
        # This connection is setup as memory for the tests.
        sql_connection = 'sqlite:///:memory:'
        db.configure_db({'sql_connection': sql_connection,
                         'base': models_v2.model_base.BASEV2})

Changed in quantum:
assignee: nobody → yong sheng gong (gongysh)
Changed in quantum:
status: New → Invalid
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.