Resource Type: keystone_tenant
- Defined in:
- lib/puppet/type/keystone_tenant.rb
- Providers:
-
openstack
Overview
This type can be used to manage keystone tenants.
Properties
-
description
A description of the tenant.
-
enabled
(defaults to: true)
Whether the tenant should be enabled. Defaults to true.
Supported values:- /(t|T)rue/
- /(f|F)alse/
- true
- false
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
Read-only property of the tenant.
Parameters
-
domain (namevar)
Domain for tenant.
-
name
The name of the tenant.
Supported values:- /\w+/
-
provider
The specific backend to use for this ‘keystone_tenant` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.