+ keystone-manage --config-file=/etc/keystone/keystone.conf db_sync 2026-03-31 18:39:26.399 7 INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2026-03-31 18:39:26.399 7 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2026-03-31 18:39:26.820 7 INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2026-03-31 18:39:32.482 7 INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2026-03-31 18:39:32.483 7 INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2026-03-31 18:39:32.533 7 INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2026-03-31 18:39:32.556 7 INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2026-03-31 18:39:32.558 7 INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2026-03-31 18:39:32.582 7 INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. + keystone-manage --config-file=/etc/keystone/keystone.conf bootstrap --bootstrap-username admin-RegionOne --bootstrap-password Uly61bAD7VoX6YaeEwYLI1F2AASaZsHb --bootstrap-project-name admin --bootstrap-admin-url http://keystone-api.openstack.svc.cluster.local:5000/ --bootstrap-public-url https://identity.199-19-213-201.nip.io/ --bootstrap-internal-url http://keystone-api.openstack.svc.cluster.local:5000/ --bootstrap-region-id RegionOne 2026-03-31 18:39:34.477 8 WARNING py.warnings [-] /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '':  2026-03-31 18:39:34.477 8 WARNING py.warnings [-] /var/lib/openstack/lib/python3.10/site-packages/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0:  2026-03-31 18:39:34.906 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created domain default 2026-03-31 18:39:35.012 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created project admin 2026-03-31 18:39:35.012 8 WARNING keystone.identity.core [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Unable to locate domain config directory: /etc/keystone/domains 2026-03-31 18:39:35.029 8 WARNING keystone.common.password_hashing [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin-RegionOne. 2026-03-31 18:39:35.326 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created user admin-RegionOne 2026-03-31 18:39:35.339 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created role reader 2026-03-31 18:39:35.348 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created role member 2026-03-31 18:39:35.373 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created implied role where b258a06385e84f0e9eccedbbf6fb5ea1 implies a1570bce82344f979dc346c9d2247b3c 2026-03-31 18:39:35.385 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created role manager 2026-03-31 18:39:35.402 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created implied role where 8eb2042d1a4148969f67b0ea6adf53b0 implies b258a06385e84f0e9eccedbbf6fb5ea1 2026-03-31 18:39:35.414 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created role admin 2026-03-31 18:39:35.436 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created implied role where 8550e5d6fd2a42148029e9e96a99513b implies 8eb2042d1a4148969f67b0ea6adf53b0 2026-03-31 18:39:35.452 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created role service 2026-03-31 18:39:35.463 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Granted role admin on project admin to user admin-RegionOne. 2026-03-31 18:39:35.471 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Granted role admin on the system to user admin-RegionOne. 2026-03-31 18:39:35.483 8 WARNING py.warnings [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] /var/lib/openstack/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, '  2026-03-31 18:39:35.487 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created region RegionOne 2026-03-31 18:39:35.521 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created public endpoint https://identity.199-19-213-201.nip.io/ 2026-03-31 18:39:35.529 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created internal endpoint http://keystone-api.openstack.svc.cluster.local:5000/ 2026-03-31 18:39:35.540 8 INFO keystone.cmd.bootstrap [None req-b3a70d8e-40e9-4ea8-8d0e-0446d60a2400 - - - - - -] Created admin endpoint http://keystone-api.openstack.svc.cluster.local:5000/ + exec python /tmp/endpoint-update.py 2026-03-31 18:39:36,039 - OpenStack-Helm Keystone Endpoint management - INFO - Using /etc/keystone/keystone.conf as db config source 2026-03-31 18:39:36,040 - OpenStack-Helm Keystone Endpoint management - INFO - Trying to load db config from database:connection 2026-03-31 18:39:36,040 - OpenStack-Helm Keystone Endpoint management - INFO - Got config from /etc/keystone/keystone.conf 2026-03-31 18:39:36,080 - OpenStack-Helm Keystone Endpoint management - INFO - endpoint (public): https://identity.199-19-213-201.nip.io/ 2026-03-31 18:39:36,080 - OpenStack-Helm Keystone Endpoint management - INFO - endpoint (admin): http://keystone-api.openstack.svc.cluster.local:5000/ 2026-03-31 18:39:36,080 - OpenStack-Helm Keystone Endpoint management - INFO - endpoint (internal): http://keystone-api.openstack.svc.cluster.local:5000/ 2026-03-31 18:39:36,080 - OpenStack-Helm Keystone Endpoint management - INFO - Finished Endpoint Management