Merge "Added devstack environment reference config file"

This commit is contained in:
Jenkins
2013-07-23 22:09:42 +00:00
committed by Gerrit Code Review

View File

@@ -0,0 +1,33 @@
# ======================================================
# devstack.v1.json.config
# ------------------------------------------------------
# This configuration is specifically a reference
# implementation for a configuration file.
# You must create a proper configuration file and supply
# the correct values for your Environment(s)
#
# For multiple environments it is suggested that you
# generate specific configurations and name the files
# along the lines of
# <ENVIRONMENT>.<VERSION>.<FORMAT>.config
# ======================================================
[marshalling]
serialize_format=json/xml
deserialize_format=json/xml
[user_auth_config]
endpoint=<auth_endpoint>
strategy=keystone
[user]
# This should not be an admin user
username=<username>
password=<password>
tenant_name=<tenant_name>
[images]
base_url=<base_url>
api_version=v1/v2
primary_image=<image_id>
secondary_image=<different_image_id>