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
|
- name: keystone service and endpoint
|
||||||
keystone_service:
|
keystone_service:
|
||||||
token: {{admin_token}}
|
token: {{admin_token}}
|
||||||
name: {{resource_name}}
|
name: {{endpoint_name}}
|
||||||
type: {{type}}
|
type: {{type}}
|
||||||
description: {{description}}
|
description: {{description}}
|
||||||
publicurl: {{publicurl}}
|
publicurl: {{publicurl}}
|
||||||
|
@ -12,6 +12,9 @@ input:
|
|||||||
schema: str!
|
schema: str!
|
||||||
value:
|
value:
|
||||||
|
|
||||||
|
endpoint_name:
|
||||||
|
schema: str!
|
||||||
|
value:
|
||||||
type:
|
type:
|
||||||
schema: str!
|
schema: str!
|
||||||
value:
|
value:
|
||||||
|
Loading…
Reference in New Issue
Block a user