Advertisement
Guest User

Untitled

a guest
Nov 4th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. [DEFAULT]
  2. lock_path = $state_path/lock
  3. bind_host = 0.0.0.0
  4. bind_port = 9696
  5. core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
  6. api_paste_config = /etc/quantum/api-paste.ini
  7. auth_strategy = keystone
  8. control_exchange = quantum
  9. rabbit_host = 10.17.0.254
  10. notification_driver = quantum.openstack.common.notifier.rpc_notifier
  11. default_notification_level = INFO
  12. notification_topics = notifications
  13. [QUOTAS]
  14. [DEFAULT_SERVICETYPE]
  15. [AGENT]
  16. root_helper = sudo quantum-rootwrap /etc/quantum/rootwrap.conf
  17. [keystone_authtoken]
  18. auth_host = 10.17.0.254
  19. auth_port = 35357
  20. auth_protocol = http
  21. admin_tenant_name = Services
  22. admin_user = quantum
  23. admin_password = ********
  24. signing_dir = /var/lib/quantum/keystone-signing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement