summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/heat/node.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cicdansible/heat/node.yaml')
-rw-r--r--tools/cicdansible/heat/node.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cicdansible/heat/node.yaml b/tools/cicdansible/heat/node.yaml
index b6048d8d..7f6af35b 100644
--- a/tools/cicdansible/heat/node.yaml
+++ b/tools/cicdansible/heat/node.yaml
@@ -55,5 +55,5 @@ outputs:
value: { get_attr: ["instance", "port_id"] }
ip:
value: { get_attr: ["instance", "ip"] }
- docker_storage_id:
- value: { get_resource: docker_storage }
+ volumes:
+ value: [[{ get_resource: docker_storage }, "/var/lib/docker"]]