Resource Type: keystone_user

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

Overview

Type for managing keystone users.

Properties

  • description
    Supported values:
    • /\S/
  • email
    Supported values:
    • /^(\S+@\S+)|$/
  • 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
  • password
    Supported values:
    • /\S+/

Parameters

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

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

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