Resource Type: keystone_identity_provider

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

Overview

Type for managing identity provider.

Properties

  • description

    Description of the identity server.

    Supported values:
    • nil
    • /\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
  • remote_id_file
  • remote_ids (defaults to: [])

Parameters

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

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