Ensure default for keystone endpoint is agnostic of namespace

This commit is contained in:
Alan Meadows 2016-12-21 05:53:31 -08:00
parent 60e2d4a6cc
commit e85f080b3f

View File

@ -33,7 +33,7 @@ dependencies:
endpoints:
keystone:
hosts:
default: keystone-api.openstack.cluster.local
default: keystone-api
path: /v2.0
type: identity
scheme: 'http'