Advertisement
Guest User

Untitled

a guest
Jul 15th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # cinder
  2. [keymgr]
  3.  
  4. api_class = cinder.keymgr.barbican.BarbicanKeyManager
  5.  
  6. # keystone url default, uncomment and change if your value is different
  7. # encryption_auth_url = http://localhost:5000/v3
  8.  
  9. # barbican url default, uncomment and change if your value is different
  10. # encryption_api_url = http://localhost:9311/v1
  11.  
  12.  
  13. # nova
  14. [key_manager]
  15.  
  16. api_class = castellan.key_manager.barbican_key_manager.BarbicanKeyManager
  17.  
  18. [barbican]
  19.  
  20. # if you want to override these values and not attempt to look up the endpoint in the catalog, specify here
  21. # barbican_endpoint =
  22. # barbican_api_version =
  23.  
  24. # keystone url default, uncomment and change if your value is different
  25. # auth_endpoint = http://localhost:5000/v3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement