Created
September 12, 2014 04:04
-
-
Save droyo/888e77b93f9bc0af5cf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEFAULT] | |
# Show debugging output in log (sets DEBUG log level output) | |
# debug = True | |
# The Quantum user information for accessing the Quantum API. | |
auth_url = http://example.net:35357/v2.0/ | |
# auth_region = RegionOne | |
admin_tenant_name = ***** | |
admin_user = ****** | |
admin_password = ****** | |
use_namespaces = True | |
# IP address and Port used by Nova metadata server | |
nova_metadata_ip = 1.2.3.4 | |
nova_metadata_port = 8775 | |
# When proxying metadata requests, Quantum 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: quantum_metadata_proxy_shared_secret | |
metadata_proxy_shared_secret = ******** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment