Merge "Nic config mappings for deployed-server"
[apex-tripleo-heat-templates.git] / docker / services / swift-proxy.yaml
index 93e21c8..0d7cd7b 100644 (file)
@@ -72,10 +72,15 @@ outputs:
               - /etc/hosts:/etc/hosts:ro
               - /etc/localtime:/etc/localtime:ro
               - /run:/run
-              - swift-srv:/srv
+              - /srv/node:/srv/node
               - /dev:/dev
             environment:
               - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
+      host_prep_tasks:
+        - name: create /srv/node
+          file:
+            path: /srv/node
+            state: directory
       upgrade_tasks:
         - name: Stop and disable swift_proxy service
           tags: step2