Use right oslo.service entry points

Use oslo.service.service and periodic_task entry points to generate
a sample configuration file. oslo.service library doesn't have
an oslo.service entry point.

Change-Id: Ib3c320d73494258e2ef973a62a54b6afb6b95988
Closes-Bug: 1468955
This commit is contained in:
Sergey Vilgelm 2015-06-26 16:35:11 +02:00
parent bff548c690
commit 90057f61c1
1 changed files with 2 additions and 1 deletions

View File

@ -152,6 +152,7 @@ oslo-config-generator \
--namespace oslo.messaging \
--namespace oslo.i18n \
--namespace oslo.middleware \
--namespace oslo.service \
--namespace oslo.service.service \
--namespace oslo.service.periodic_task \
--namespace policy \
--namespace keystonemiddleware.auth_token | grep -v '^\[DEFAULT\]' >> $OUTPUTFILE