Comment 4 for bug 1793057

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

Reviewed: https://review.openstack.org/603351
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=e8a0ba0fc7671b32a9ec89eb6386a3680a7413e2
Submitter: Zuul
Branch: master

commit e8a0ba0fc7671b32a9ec89eb6386a3680a7413e2
Author: Abhishek Kekane <email address hidden>
Date: Tue Sep 18 09:34:40 2018 +0000

    Provision to add new config options in sample config file

    In Rocky we have added support for multiple backend as a EXPERIMENTAL
    feature. However configuration options related to multiple backend
    are not generated in sample config file due to some issue. We have
    added below 2 new config options for multiple backend.

    1. enabled_backneds (added in glance)
    2. default_backend (added in glance_store)

    Made provision to add all the above options to sample config
    file.

    Depends-On: https://review.openstack.org/#/c/603331/
    Change-Id: Iff3db9fe31243e5b9610742c796fdca84c698bcf
    Closes-Bug: #1793057