Enable novajoin user on keystone profile

If novajoin is enabled, the keystone profile should create its user.

bp tls-via-certmonger-containers

Change-Id: Ifb43b72cbf0180cf12e6d3584c92ae01ce5294e5
This commit is contained in:
Juan Antonio Osorio Robles 2017-05-23 09:24:36 +03:00
parent f77017c8f6
commit 88560a7dc3
1 changed files with 3 additions and 0 deletions

View File

@ -338,5 +338,8 @@ class tripleo::profile::base::keystone (
if hiera('ec2_api_enabled', false) {
include ::ec2api::keystone::auth
}
if hiera('novajoin_enabled', false) {
include ::nova::metadata::novajoin::auth
}
}
}