Merge "Enable service token in nova and cinder"

This commit is contained in:
Zuul 2019-08-03 17:08:18 +00:00 committed by Gerrit Code Review
commit 8e4de1b75c
2 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,7 @@ class tripleo::profile::base::cinder (
include ::cinder::glance
include ::cinder::nova
include ::cinder::logging
include ::cinder::keystone::service_user
}
if $step >= 5 {

View File

@ -148,5 +148,6 @@ class tripleo::profile::base::nova (
}),
}
include ::nova::placement
include ::nova::keystone::service_user
}
}