commit | 6c2f756042547693bda9888b88a66f6332e93480 | [log] [tgz] |
---|---|---|
author | Dzmitry Stremkouski <dstremkouski@mirantis.com> | Tue Sep 25 08:13:19 2018 +0200 |
committer | Dzmitry Stremkouski <dstremkouski@mirantis.com> | Tue Sep 25 08:17:50 2018 +0200 |
tree | 5f95c3877abbe9a4fa379c9425306718f1b25fb4 | |
parent | 084abbfef766c60b04b61a537e8104958ee0eb78 [diff] |
Fix for common usage Change-Id: Ifc844ecb3633d196e1705cb4e358411d2beb786b
diff --git a/ceph/osd/custom.sls b/ceph/osd/custom.sls index abdd6b9..a004663 100644 --- a/ceph/osd/custom.sls +++ b/ceph/osd/custom.sls
@@ -1,4 +1,4 @@ -{%- from "ceph/map.jinja" import osd with context %} +{%- from "ceph/map.jinja" import common, osd with context %} {% set ceph_version = pillar.ceph.common.version %}