Merge "Deprecate support for GlusterFS volume driver"
This commit is contained in:
commit
1009d8975c
@ -1,6 +1,7 @@
|
||||
#
|
||||
# == Class: cinder::backend::glusterfs
|
||||
#
|
||||
# DEPRECATED!
|
||||
# Configures Cinder to use GlusterFS as a volume driver
|
||||
#
|
||||
# === Parameters
|
||||
@ -74,6 +75,9 @@ define cinder::backend::glusterfs (
|
||||
|
||||
include cinder::deps
|
||||
|
||||
warning('Support for glustefs volume driver is deprecated and will be removed \
|
||||
in a future release')
|
||||
|
||||
$content = join($glusterfs_shares, "\n")
|
||||
|
||||
file { $glusterfs_shares_config:
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support for GlusterFS volume driver has been deprecated and will be removed
|
||||
in a future release.
|
Loading…
Reference in New Issue
Block a user