Remove redundant import of barbican::keystone::authtoken

The barbican::keystone::authtoken class in imported by
the barbican::authtoken class thus we don't need to include it in
the barbican::api class.

Change-Id: I6e1a144cd3e449491b61d060a3df5355a405e67a
This commit is contained in:
Takashi Kajinami 2021-04-20 23:29:09 +09:00
parent d4fb4495c2
commit 7486679c97
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ class tripleo::profile::base::barbican::api (
multiple_secret_stores_enabled => true,
enabled_secret_stores => $::tripleo::profile::base::barbican::backends::enabled_secret_stores,
}
include barbican::keystone::authtoken
include barbican::api::logging
include barbican::keystone::notification
include barbican::quota