Merge "Deprecate redundant cinder::qos resource type"
This commit is contained in:
commit
e204e93770
@ -1,5 +1,6 @@
|
||||
# == Define: cinder::qos
|
||||
#
|
||||
# DEPRECATED !
|
||||
# Creates cinder QOS and assigns properties and volume type
|
||||
#
|
||||
# === Parameters
|
||||
@ -24,6 +25,8 @@ define cinder::qos (
|
||||
|
||||
include cinder::deps
|
||||
|
||||
warning('The cinder::type is deprecated, please use the cinder_qos resource.')
|
||||
|
||||
cinder_qos { $name:
|
||||
ensure => present,
|
||||
properties => $properties,
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``cinder::qos`` resource type has been deprecated.
|
||||
Use the ``cinder_qos`` class directly instead.
|
Loading…
Reference in New Issue
Block a user