Comment 2 for bug 1279989

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/73717
Committed: https://git.openstack.org/cgit/stackforge/designate/commit/?id=49562df128d6b5081eb846b77a11523cffce268d
Submitter: Jenkins
Branch: master

commit 49562df128d6b5081eb846b77a11523cffce268d
Author: Artom Lifshitz <email address hidden>
Date: Fri Feb 14 16:25:40 2014 -0500

    Default state-path to /var/lib/designate

    In a production system, the previous state-path would default to
    something like /usr/lib/python2.6/site-packages. Not only is this a
    bizarre place to keep Designate's state, it also breaks the bind9
    backend, which attemps to create and write to
    /usr/lib/python2.6/site-packages/bind9.

    Since /var/lib is defined in the Filesystem Hierarchy Standard as the
    place to store persistent state information, it's better to explicitly
    use it as the default state-path.

    Change-Id: I91922799ba1dcae1ad33f1abbec79b1eb907307f
    Closes-bug: 1279989