Add keystone endpoint for ... keystone
This commit is contained in:
parent
0ab0825734
commit
540e4e4e43
6
resources/keystone_puppet/README.md
Normal file
6
resources/keystone_puppet/README.md
Normal 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.
|
@ -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}}
|
||||
|
@ -12,6 +12,9 @@ input:
|
||||
schema: str!
|
||||
value:
|
||||
|
||||
endpoint_name:
|
||||
schema: str!
|
||||
value:
|
||||
type:
|
||||
schema: str!
|
||||
value:
|
||||
|
Loading…
Reference in New Issue
Block a user