aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/sahara.pp
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2017-03-07 12:01:30 -0500
committerEmilien Macchi <emilien@redhat.com>2017-03-07 20:42:42 +0000
commit03523df5c111694de9367e2f7dbcaa24c52eae60 (patch)
treee5d651027759be8a49c113c35001a76000722bd3 /manifests/profile/base/sahara.pp
parentffe1cd5c62a6581671f1907f4ad84e3aec3d9d8f (diff)
sahara: include authtoken class
authtoken class configures the keystone_authtoken parameters, required to move to Keystone V3 auth. Change-Id: Ibfd761fef813faa7bf13881c52c34e20d3eac9e5
Diffstat (limited to 'manifests/profile/base/sahara.pp')
-rw-r--r--manifests/profile/base/sahara.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/sahara.pp b/manifests/profile/base/sahara.pp
index c9c656d..7f4ecbe 100644
--- a/manifests/profile/base/sahara.pp
+++ b/manifests/profile/base/sahara.pp
@@ -114,5 +114,6 @@ class tripleo::profile::base::sahara (
'ssl' => $oslomsg_use_ssl_real,
}),
}
+ include ::sahara::keystone::authtoken
}
}