Set keystone_client default interface to public

Set the default interface for keystone_client to public in the watcher
conf instead of admin.

Closes-Bug: 2109494

Change-Id: I9e0289249981ca965190df6dbdc37e09fd0951d7
This commit is contained in:
jgilaber
2025-04-28 12:13:23 +02:00
parent 77e7e4ef7b
commit ae48f65f20
2 changed files with 12 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ keystone_client = cfg.OptGroup(name='keystone_client',
KEYSTONE_CLIENT_OPTS = [
cfg.StrOpt('interface',
default='admin',
default='public',
choices=['internal', 'public', 'admin'],
help='Type of endpoint to use in keystoneclient.'),
cfg.StrOpt('region_name',