Comment 4 for bug 1654204

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

Reviewed: https://review.openstack.org/416960
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=a7b3f815f8131a78e12b8df15dc4dc46f664fd64
Submitter: Jenkins
Branch: master

commit a7b3f815f8131a78e12b8df15dc4dc46f664fd64
Author: Jan Provaznik <email address hidden>
Date: Thu Jan 5 11:32:14 2017 +0100

    Set manila default_share_type config option

    Manila default_share_type config option is by default unset.
    This option is used by manila when a user creates a new
    share and doesn't specify share type explicitly.
    Albeit it's not hard requirement to have this option set
    to run Manila service, it's convenient to set a default
    share type and also it seems to be a general community
    opinion that this option should be set.

    Note that setting this option does not create the share
    type itself (this still has to be done manually which is
    probably best because admins may want customize default type
    settings according to their needs).

    Change-Id: Iab60e42c7f347bbf074d60eb91dd4a1f6a94d3a6
    Closes-Bug: #1654204