Update keystone services, update public endpoints
diff --git a/keystone/client/service/neutron.yml b/keystone/client/service/neutron.yml
index 48ca372..65eaa13 100644
--- a/keystone/client/service/neutron.yml
+++ b/keystone/client/service/neutron.yml
@@ -16,7 +16,8 @@
description: OpenStack Networking Service
endpoints:
- region: ${_param:openstack_region}
- public_address: ${_param:neutron_service_host}
+ public_address: ${_param:cluster_public_host}
+ public_protocol: https
public_port: 9696
public_path: '/'
internal_address: ${_param:neutron_service_host}