Add missing options about periodic tasks

The oslo.service library provides a separate entrypoint to load options
for periodic tasks. Because Tacker imports periodic tasks mechanism
from the library, the related options should be loaded as well.

Change-Id: Ic6de82be9d1bed1c557c53216caabcbf9e944e3f
This commit is contained in:
Takashi Kajinami 2021-08-22 14:00:15 +09:00 committed by Manpreet Kaur
parent 5eced54d7f
commit 4cdd2fbc94
1 changed files with 1 additions and 0 deletions

View File

@ -26,4 +26,5 @@ namespace = oslo.messaging
namespace = oslo.db
namespace = oslo.log
namespace = oslo.policy
namespace = oslo.service.periodic_tasks
namespace = oslo.service.service