Resource Type: cinder_type
- Defined in:
- lib/puppet/type/cinder_type.rb
- Providers:
-
openstack
Overview
Type for managing cinder types.
Properties
-
access_project_ids
Project ids which have access to private cinder type. Should be an array, [project1, project2, …]
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
properties
(defaults to: [])
The properties of the cinder type. Should be an array, all items should match pattern <key=value>
Parameters
-
is_public
(defaults to: true)
Whether the type is public or not. Default to ‘true`
Supported values:- true
- false
-
name (namevar)
Supported values:
- /\S+/
-
provider
The specific backend to use for this ‘cinder_type` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.