Use oslo.config to load crypto plugins

This commit is contained in:
Douglas Mendizabal
2013-05-15 18:42:02 -05:00
parent ac5df00809
commit d60760a03e
5 changed files with 47 additions and 28 deletions

View File

@@ -74,10 +74,10 @@ setup(
scripts=['bin/barbican-api'],
py_modules=[],
entry_points="""
[barbican.crypto.extension]
[barbican.crypto.plugin]
simple_crypto = barbican.crypto.plugin:SimpleCryptoPlugin
[barbican.test.crypto.extension]
[barbican.test.crypto.plugin]
test_crypto = barbican.tests.crypto.test_plugin:TestCryptoPlugin
"""
)