
Adds basic skeleton/structure with stubs. Changes are done as per Roger Luethi's scripts. These changes are done to incorporate various features like logging, multi-os setup etc. These scripts may also target more virtualization products like KVM, LXC down the roadmap. blueprint openstack-training-labs Change-Id: I0bb33b518080f8a9b9c0e1624f43a66337eb8278
27 lines
870 B
INI
27 lines
870 B
INI
[DEFAULT]
|
|
# Show debugging output in log (sets DEBUG log level output)
|
|
# debug = True
|
|
auth_url = http://10.10.10.51:35357/v2.0
|
|
auth_region = RegionOne
|
|
admin_tenant_name = service
|
|
admin_user = quantum
|
|
admin_password = service_pass
|
|
|
|
metadata_proxy_shared_secret = OpenStack_Training
|
|
|
|
# The Quantum user information for accessing the Quantum API.
|
|
auth_url = http://localhost:35357/v2.0
|
|
|
|
# IP address used by Nova metadata server
|
|
nova_metadata_ip = 127.0.0.1
|
|
|
|
# TCP Port used by Nova metadata server
|
|
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 =
|