summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/keystone/client/service/keystone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/reclass/classes/system/keystone/client/service/keystone.yml')
-rw-r--r--mcp/reclass/classes/system/keystone/client/service/keystone.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/mcp/reclass/classes/system/keystone/client/service/keystone.yml b/mcp/reclass/classes/system/keystone/client/service/keystone.yml
deleted file mode 100644
index af3acfca2..000000000
--- a/mcp/reclass/classes/system/keystone/client/service/keystone.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-parameters:
- _param:
- cluster_public_protocol: https
- keystone:
- client:
- server:
- identity:
- service:
- keystone:
- type: identity
- description: OpenStack Identity Service
- endpoints:
- - region: ${_param:openstack_region}
- public_address: ${_param:cluster_public_host}
- public_protocol: ${_param:cluster_public_protocol}
- public_port: 5000
- public_path: '/v2.0'
- internal_address: ${_param:keystone_service_host}
- internal_port: 5000
- internal_path: '/v2.0'
- admin_address: ${_param:keystone_service_host}
- admin_port: 35357
- admin_path: '/v2.0'