Resource Type: keystone_domain

Defined in:
lib/puppet/type/keystone_domain.rb
Providers:
openstack

Overview

This type can be used to manage keystone domains.

Properties

  • description
  • 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
  • is_default (defaults to: false)

    If this is true, this is the default domain used for v2.0 requests when the domain is not specified, or used by v3 providers if no other domain is specified. The id of this domain will be written to the keystone config identity/default_domain_id value.

    Supported values:
    • /(t|T)rue/
    • /(f|F)alse/
    • true
    • false

Parameters

  • name (namevar)
    Supported values:
    • /\w+/
  • provider

    The specific backend to use for this ‘keystone_domain` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.