Remove unused reference from config-generator

When operating `tox -e genconfig`, the tox did output the following
warning message:

  WARNING:stevedore.named:Could not load oslo.utils

because the oslo module doesn't have any config options.
This patch removes this invalid reference from config-generator.

Change-Id: I523c915c14cf00916224d5ce69f7c659e397dc7d
This commit is contained in:
Ken'ichi Ohmichi 2017-04-18 12:49:16 -07:00 committed by Hiroaki Kobayashi
parent 2d0cabb17d
commit 12d0b95cff
1 changed files with 0 additions and 1 deletions

View File

@ -9,5 +9,4 @@ namespace = oslo.messaging
namespace = oslo.middleware
namespace = oslo.policy
namespace = oslo.service.service
namespace = oslo.utils
namespace = keystonemiddleware.auth_token