Remove empty metadata_settings from iscsid and multipathd templates
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 1 Aug 2017 05:42:33 +0000 (08:42 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 1 Aug 2017 05:44:32 +0000 (08:44 +0300)
metadata_settings is meant to have a specific format or be completely
absent. Unfortunately the hook [1] doesn't an empty value for this. So
we remove it as an easy fix before figuring out how to add such a
functionality to the hook.

[1] https://github.com/openstack/tripleo-heat-templates/blob/master/extraconfig/nova_metadata/krb-service-principals.yaml

Co-Authored-By: Thomas Herve <therve@redhat.com>
Change-Id: Ieac62a8076e421b5c4843a3cbe1c8fa9e3825b38

docker/services/iscsid.yaml
docker/services/multipathd.yaml

index f6b348c..8051980 100644 (file)
@@ -118,4 +118,3 @@ outputs:
           tags: step2
           service: name=iscsid.socket state=stopped enabled=no
           when: stat_iscsid_socket.stat.exists
-      metadata_settings: {}
index a0c02f3..fc749f3 100644 (file)
@@ -90,4 +90,3 @@ outputs:
         - name: Stop and disable multipathd service
           tags: step2
           service: name=multipathd state=stopped enabled=no
-      metadata_settings: {}