Comment 13 for bug 1393293

Revision history for this message
Arnoud de Jonge (arnoud-dejonge-4) wrote :

Here is my manifest, tried settings trusts_delegated_roles in both heat::engine as heat::keystone::auth. But both options fail.

  class { '::heat::engine':
    auth_encryption_key => $heat_encryption_key,
    configure_delegated_roles => false,
  }

  class { '::heat::keystone::auth':
    password => $heat_keystone_pass,
    public_address => $heat_endpoint,
    admin_address => $heat_endpoint,
    internal_address => $heat_endpoint,
    region => $region,
    configure_delegated_roles => true,
    trusts_delegated_roles => ['_member_'],
    configure_endpoint => false,
  }