Add endpoint_type attribute defaulting to internalURL

This is in preparation of dropping the admin endpoint, we need this
attribute in place first so we can reference it in other cookbooks.

Change-Id: Idee227f26fcc74412873c5afd02dfcce32145ea7
This commit is contained in:
Jens Harbott 2019-04-12 12:03:39 +00:00
parent 4313c5711f
commit 90fd9ccf59
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ default['openstack']['identity']['syslog']['facility'] = 'LOG_LOCAL2'
# syslog config facility in case syslog is used
default['openstack']['identity']['syslog']['config_facility'] = 'local2'
# endpoint type to be used for creating resources
default['openstack']['identity']['endpoint_type'] = 'internalURL'
# user to be created and used for identity service
default['openstack']['identity']['admin_user'] = 'admin'
# project to be created and used for identity service