Enable service token in nova and cinder

This patch enables service token feature in nova and cinder, which
can be used to avoid problems in inter-component request caused by
token expiration for long running tasks.

Depends-on: https://review.opendev.org/#/c/666467/
Depends-on: https://review.opendev.org/#/c/666471/
Depends-on: https://review.opendev.org/#/c/666746/
Change-Id: Ia9cab3080a6e0ef7433fa0be19b98f8e63bae587
This commit is contained in:
Takashi Kajinami 2019-07-12 10:16:27 +09:00
parent 787387a5f7
commit 4e3c36139a
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
}
}