Add keystone endpoint for ... keystone

This commit is contained in:
Przemyslaw Kaminski 2015-07-15 15:44:05 +02:00
parent 0ab0825734
commit 540e4e4e43
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# `keystone_puppet` resource
This resource implements inputs for the official OpenStack Keystone Puppet manifests
from https://github.com/openstack/puppet-keystone (`stable/juno` branch).
Basic tests are present that test HTTP connectivity to the service.

View File

@ -4,7 +4,7 @@
- name: keystone service and endpoint
keystone_service:
token: {{admin_token}}
name: {{resource_name}}
name: {{endpoint_name}}
type: {{type}}
description: {{description}}
publicurl: {{publicurl}}

View File

@ -12,6 +12,9 @@ input:
schema: str!
value:
endpoint_name:
schema: str!
value:
type:
schema: str!
value: