Comment 2 for bug 1541734

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

Reviewed: https://review.openstack.org/276757
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=c9e0dfd3f59ec45284f663da19e589fdea39b161
Submitter: Jenkins
Branch: master

commit c9e0dfd3f59ec45284f663da19e589fdea39b161
Author: David TARDIVEL <email address hidden>
Date: Fri Feb 5 15:16:50 2016 +0100

    Remove the watcher sample configuration file

    Watcher sample configuration file groups parameters from
    various projects and the watcher project ones. This makes it
    tricky to review updates on configuration parameters.

    It is inconvenient for developer if the add/remove/change some
    configuration options cause they need to take care about the
    config.sample file.

    The sample configuration file should be available into HTML doc.

    This patchset:
    . removes the file /etc/watcher/watcher.conf.sample
    . adds an admin script tool to be able to built it, by using tox
    . includes a new section 'Watcher sample configuration files' into
      the doc source files
    . uses sphinx extension oslo_config.sphinxgenconfig

    Change-Id: If2180de3614663f9cbc5396961a8d2175e28e315
    Closes-Bug: #1541734