sahara: include authtoken class

authtoken class configures the keystone_authtoken parameters, required
to move to Keystone V3 auth.

Change-Id: Ibfd761fef813faa7bf13881c52c34e20d3eac9e5
This commit is contained in:
Emilien Macchi 2017-03-07 12:01:30 -05:00
parent ffe1cd5c62
commit 03523df5c1
2 changed files with 5 additions and 0 deletions

View File

@ -114,5 +114,6 @@ class tripleo::profile::base::sahara (
'ssl' => $oslomsg_use_ssl_real,
}),
}
include ::sahara::keystone::authtoken
}
}

View File

@ -0,0 +1,4 @@
---
features:
- Sahara is now deployed with keystone_authtoken parameters and move
forward with Keystone v3 version.