aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/multipathd.yaml
diff options
context:
space:
mode:
authorMichele Baldessari <michele@acksyn.org>2017-08-02 11:55:23 +0200
committerMichele Baldessari <michele@acksyn.org>2017-08-02 11:55:23 +0200
commit25dab32c2db95c6ffdf3c35d9fd07b5e5161601b (patch)
tree588942e9b7234d2df02692cbedddd6ae2cbbe849 /docker/services/multipathd.yaml
parent0adf7553f489be0946e7f1c4f20fb4e97cee78c0 (diff)
Fix up multipath docker indentation
Deploying a multipathd container gives the following error: failed: [localhost] (item={'key': u'config_files', 'value': [{u'dest': u'/', u'merge': True, u'source': u'/var/lib/kolla/config_files/src-iscsid/*', u'preserve_properties': True}]}) => {\"checksum\": \"72ad81489381571c5043b7613f6828b06ae364bd\", \"failed\": true, \"item\": {\"key\": \"config_files\", \"value\": [{\"dest\": \"/\", \"merge\": true, \"preserve_properties\": true, \"source\": \"/var/lib/kolla/config_files/src-iscsid/*\"}]}, \"msg\": \"Destination directory does not exist\"} The reason is the wrong indentation of the config_files key in the multipath docker service. Change-Id: I0e1fbb9eb188a903994b9e5da90ab4a6fb81f00a Closes-Bug: #1708129
Diffstat (limited to 'docker/services/multipathd.yaml')
-rw-r--r--docker/services/multipathd.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docker/services/multipathd.yaml b/docker/services/multipathd.yaml
index fc749f37..5e01558a 100644
--- a/docker/services/multipathd.yaml
+++ b/docker/services/multipathd.yaml
@@ -59,11 +59,11 @@ outputs:
kolla_config:
/var/lib/kolla/config_files/multipathd.json:
command: /usr/sbin/multipathd -d
- config_files:
- - source: "/var/lib/kolla/config_files/src-iscsid/*"
- dest: "/"
- merge: true
- preserve_properties: true
+ config_files:
+ - source: "/var/lib/kolla/config_files/src-iscsid/*"
+ dest: "/"
+ merge: true
+ preserve_properties: true
docker_config:
step_3:
multipathd: