Comment 10 for bug 1579072

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

Reviewed: https://review.openstack.org/318332
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=f989647cc5e6cb4a17db57f5c5d82eb92676efd7
Submitter: Jenkins
Branch: master

commit f989647cc5e6cb4a17db57f5c5d82eb92676efd7
Author: Maksim Malchuk <email address hidden>
Date: Wed May 18 16:11:57 2016 +0300

    Remove duplicate 'default_log_levels' declaration

    Duplicate declaration 'default_log_levels' for the '::nova::logging'
    produces an issue when nova-compute logs not created on the compute
    nodes in case the 'debug' option is enabled during deployment. This
    commit removes this duplication because it already declared in the
    globals. Also, this commit contains some styling cleanups.

    Closes-Bug: #1579072
    Change-Id: Id24d742a6c7d9f1240bba7991959119d19084e94
    Signed-off-by: Maksim Malchuk <email address hidden>