Comment 3 for bug 1511316

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

Reviewed: https://review.openstack.org/366907
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=846b8bc218e6b3cc1060fcd3821d188503377bb4
Submitter: Jenkins
Branch: master

commit 846b8bc218e6b3cc1060fcd3821d188503377bb4
Author: Romanos Skiadas <email address hidden>
Date: Tue Aug 2 19:21:47 2016 +0300

    Make cinder a soft dependency

    Add the parameter `install_cinder_client` to nova::api to make the
    inclusion of the cinder::client class optional. This makes cinder a soft
    dependency and the puppet-cinder module no longer has to be present in
    environments where cinder is not deployed.
    The default value is true, so the behaviour of the nova::api class does
    not change.

    Patch 2: Fix indentation in documentation

    Change-Id: Ibc974cb49448b86885eaf8b817489d3345901a5f
    Closes-bug: #1511316
    Signed-off-by: Romanos Skiadas <email address hidden>