Guest User

Untitled

a guest
Nov 18th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. [DEFAULT]
  2. # Show debugging output in log (sets DEBUG log level output)
  3. # debug = True
  4.  
  5. # The Neutron user information for accessing the Neutron API.
  6. auth_url = http://192.168.0.141:5000/v2.0 [keystone]
  7. auth_region = regionOne
  8. admin_tenant_name = service
  9. admin_user = neutron
  10. admin_password = password
  11.  
  12. # Network service endpoint type to pull from the keystone catalog
  13. # endpoint_type = adminURL
  14.  
  15. # IP address used by Nova metadata server
  16. nova_metadata_ip = 192.168.0.141 [nova controller / where nova API lives]
  17.  
  18. # TCP Port used by Nova metadata server
  19. nova_metadata_port = 8775 [this port should match /etc/nova/nova.conf on nova api server]
  20.  
  21. # When proxying metadata requests, Neutron signs the Instance-ID header with a
  22. # shared secret to prevent spoofing. You may select any string for a secret,
  23. # but it must match here and in the configuration used by the Nova Metadata
  24. # Server. NOTE: Nova uses a different key: neutron_metadata_proxy_shared_secret
  25. metadata_proxy_shared_secret = password
  26.  
  27. # Location of Metadata Proxy UNIX domain socket
  28. # metadata_proxy_socket = $state_path/metadata_proxy
Advertisement
Add Comment
Please, Sign In to add comment