Add nova-metadata to nova_services_require_policy_json

This is required otherwise the nova_metadata container
does not start when using a nova custom policy.

Closes-bug: #2103562
Change-Id: I1e106a979708cf1d2fb0a30962bd8f53153ffd0f
This commit is contained in:
Rafael Lopez
2025-03-19 12:18:59 +11:00
parent 8390de4dc0
commit c05773e1e5

View File

@@ -253,6 +253,7 @@ openstack_nova_auth: "{{ openstack_auth }}"
nova_services_require_policy_json:
- nova-api
- nova-metadata
nova_enable_external_metadata: "no"