Remove stevedore warning when building docs

When running "tox -edocs", the following warning is raised:

WARNING stevedore.named [-] Could not load keystone.notifications

It looks like the removed line "keystone.notifications" is something
that was left over from another change [1] and never removed from the
config-generator. This change removes this line and the warning no
longer appears as a result.

[1] I1369fd7835b31e57a094d07deb6a1aacc1d314b5

Change-Id: I08325abadba94efdb5fc405f859bdcb766914782
Partial-Bug: #1602422
This commit is contained in:
Gage Hugo 2017-01-06 14:56:30 -06:00 committed by Steve Martinelli
parent 64dbcf159d
commit 83b2109ae5
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
output_file = etc/keystone.conf.sample
wrap_width = 79
namespace = keystone
namespace = keystone.notifications
namespace = oslo.cache
namespace = oslo.log
namespace = oslo.messaging