diff --git a/resources/keystone_puppet/README.md b/resources/keystone_puppet/README.md new file mode 100644 index 0000000..1db48d7 --- /dev/null +++ b/resources/keystone_puppet/README.md @@ -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. diff --git a/resources/keystone_service_endpoint/actions/run.yaml b/resources/keystone_service_endpoint/actions/run.yaml index 71ebf61..fbd9649 100644 --- a/resources/keystone_service_endpoint/actions/run.yaml +++ b/resources/keystone_service_endpoint/actions/run.yaml @@ -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}} diff --git a/resources/keystone_service_endpoint/meta.yaml b/resources/keystone_service_endpoint/meta.yaml index 3af6d0e..7c0212f 100644 --- a/resources/keystone_service_endpoint/meta.yaml +++ b/resources/keystone_service_endpoint/meta.yaml @@ -12,6 +12,9 @@ input: schema: str! value: + endpoint_name: + schema: str! + value: type: schema: str! value: