From e3ee5965fd1dab46fc9054e5b2b48adfea6e5304 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Mon, 31 Jul 2017 18:22:44 +0300 Subject: Add missing metadata_settings from docker services These are needed for the TLS everywhere bits. Change-Id: I81fcf453fc1aaa2545e0ed24013f0f13b240a102 --- docker/services/nova-api.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker/services/nova-api.yaml') diff --git a/docker/services/nova-api.yaml b/docker/services/nova-api.yaml index 4bec8035..e830ab96 100644 --- a/docker/services/nova-api.yaml +++ b/docker/services/nova-api.yaml @@ -195,6 +195,8 @@ outputs: volumes: *nova_api_bootstrap_volumes user: root command: "/usr/bin/bootstrap_host_exec nova_api su nova -s /bin/bash -c '/usr/bin/nova-manage cell_v2 discover_hosts'" + metadata_settings: + get_attr: [NovaApiBase, role_data, metadata_settings] host_prep_tasks: - name: create persistent logs directory file: -- cgit 1.2.3-korg