From b6d06d9ada992a26467ce2c7111920814cfc1c4c Mon Sep 17 00:00:00 2001
From: Feng Pan <fpan@redhat.com>
Date: Fri, 1 Dec 2017 00:24:14 +0000
Subject: Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixes inserting ceph OSD into compute role"
  - Fixes inserting ceph OSD into compute role

    The lineinfile was not actually inserting the CephOSD line because it
    was already present later in the file (regardless of 'insertbefore').
    Therefore we can fix it by simply removing the CephOSD line before we
    try to set it, since we do not need it in the storage role anyway.

    Change-Id: I8c8d9b6baccfc77ea582fab6ad438b02293f96fb
    Signed-off-by: Tim Rozet <trozet@redhat.com>
---
 docs/submodules/apex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/submodules/apex b/docs/submodules/apex
index f27da77b8..5a6ac42f2 160000
--- a/docs/submodules/apex
+++ b/docs/submodules/apex
@@ -1 +1 @@
-Subproject commit f27da77b87837e025907f689890b413c8f183c59
+Subproject commit 5a6ac42f278fbe793375c03462d74f80c1527a5a
-- 
cgit