Comment 2 for bug 1543027

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

Reviewed: https://review.openstack.org/292797
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=cdeaff8cc2aebc7efabba5efe2add81573002906
Submitter: Jenkins
Branch: master

commit cdeaff8cc2aebc7efabba5efe2add81573002906
Author: Kirill Zaitsev <email address hidden>
Date: Tue Mar 15 13:21:50 2016 +0300

    Deprecate packages_opts conf group

    Group 'packages_opts' has always been inconsistent, since it included
    'opts' into it's name and options in that group we related to both
    engine and api. This commit moves engine related options to [engine]
    group and api-related options to [murano] group.

    This restores backward compatibility with liberty configs, that included
    'load_packages_from' into [engine] group

    'packages_opts' is added to all the options moved as deprecated_group,
    thus retaining backward compatibility with old configs

    Change-Id: I00b6f06ec352de4b57baaa86da9155bb36bcc23a
    Closes-Bug: #1543027