Add missing metadata_settings from docker services
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 31 Jul 2017 15:22:44 +0000 (18:22 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 31 Jul 2017 15:22:44 +0000 (18:22 +0300)
These are needed for the TLS everywhere bits.

Change-Id: I81fcf453fc1aaa2545e0ed24013f0f13b240a102

docker/services/cinder-api.yaml
docker/services/nova-api.yaml
docker/services/nova-placement.yaml

index 7804fdb..58dec1a 100644 (file)
@@ -166,6 +166,8 @@ outputs:
             environment:
               - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
 
+      metadata_settings:
+        get_attr: [CinderBase, role_data, metadata_settings]
       host_prep_tasks:
         - name: create persistent logs directory
           file:
index 4bec803..e830ab9 100644 (file)
@@ -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:
index 7350db2..4c8fafd 100644 (file)
@@ -100,6 +100,8 @@ outputs:
                   - /var/log/containers/nova:/var/log/nova
             environment:
               - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
+      metadata_settings:
+        get_attr: [NovaPlacementBase, role_data, metadata_settings]
       host_prep_tasks:
         - name: create persistent logs directory
           file: