Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- # Show debugging output in log (sets DEBUG log level output)
- # debug = True
- # The Neutron user information for accessing the Neutron API.
- auth_url = http://192.168.0.141:5000/v2.0 [keystone]
- auth_region = regionOne
- admin_tenant_name = service
- admin_user = neutron
- admin_password = password
- # Network service endpoint type to pull from the keystone catalog
- # endpoint_type = adminURL
- # IP address used by Nova metadata server
- nova_metadata_ip = 192.168.0.141 [nova controller / where nova API lives]
- # TCP Port used by Nova metadata server
- nova_metadata_port = 8775 [this port should match /etc/nova/nova.conf on nova api server]
- # When proxying metadata requests, Neutron signs the Instance-ID header with a
- # shared secret to prevent spoofing. You may select any string for a secret,
- # but it must match here and in the configuration used by the Nova Metadata
- # Server. NOTE: Nova uses a different key: neutron_metadata_proxy_shared_secret
- metadata_proxy_shared_secret = password
- # Location of Metadata Proxy UNIX domain socket
- # metadata_proxy_socket = $state_path/metadata_proxy
Advertisement
Add Comment
Please, Sign In to add comment