aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/nova-api.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-07-31 18:22:44 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-07-31 18:22:44 +0300
commite3ee5965fd1dab46fc9054e5b2b48adfea6e5304 (patch)
tree0cd3a1ab551f25f640e3c63755851cb2a2879216 /docker/services/nova-api.yaml
parent599c6740eb4c81a5fcd2e99d37b831efc6d3ad7e (diff)
Add missing metadata_settings from docker services
These are needed for the TLS everywhere bits. Change-Id: I81fcf453fc1aaa2545e0ed24013f0f13b240a102
Diffstat (limited to 'docker/services/nova-api.yaml')
-rw-r--r--docker/services/nova-api.yaml2
1 files changed, 2 insertions, 0 deletions
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: