reference to unknown CONF in fakemode.py@42

Bug #1617973 reported by Amrith Kumar
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
Wishlist
jian.song

Bug Description

The code reads

        else:
            print("Starting server:%s" % pid)
            pid_file = CONF.pid_file
            with open(pid_file, 'w') as f:

CONF is not defined

Amrith Kumar (amrith)
Changed in trove:
milestone: none → ongoing
Revision history for this message
jian.song (jiansong) wrote :

Is to add in common/cfg...? Have the idea of path...?

Changed in trove:
assignee: nobody → jian.song (jiansong)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to trove (master)

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

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

Reviewed: https://review.openstack.org/365398
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=06c6be70140cba1f83124308f051b538202dd06c
Submitter: Jenkins
Branch: master

commit 06c6be70140cba1f83124308f051b538202dd06c
Author: jiansong <email address hidden>
Date: Thu Sep 1 00:29:45 2016 -0700

    Reference to unknown CONF in fakemode.py

    The code reads

            else:
                print("Starting server:%s" % pid)
                pid_file = CONF.pid_file
                with open(pid_file, 'w') as f:

    CONF is not defined

    I tried to add this information to the common/cfg,
    but I'm not sure this add is correct, please help
    me to check

    Closes-Bug:#1617973
    Change-Id: I31e63b0321da912f6b59fbbc901e0141a7d1e73f

Changed in trove:
status: In Progress → Fix Released
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.