Comment 3 for bug 1617973

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