murano-repository/etc/murano-repository.conf.sample
Ekaterina Fedorova e1ff9579dd Add fields from manifest to ui forms
Add ui forms to separate directory for each service

Change-Id: Id49510755b9db5468de99a414d0a9e548af765b2
2013-12-03 14:37:52 +04:00

53 lines
1.5 KiB
Plaintext

[DEFAULT]
# Address to bind the server to
host = 0.0.0.0
# Port the bind the server to
port = 8084
# Directory for cache, OS temp directory is used by default
#cache_dir =
# Show more verbose log output (sets INFO log level output)
verbose = True
# Show debugging output in logs (sets DEBUG log level output)
debug = True
# Log to this file. Make sure the user has permissions to write to this file!
log_file = /tmp/murano-repository.log
# Provide information about data types
# absolute or relative path to manifest location(root directory)
# where absolute path starts with / and relative to the repository folder
# while relative hasn't leading '/' and is prepended to the repository folder
manifests = Services
# Parameter name corresponds to section in manifest file
# Parameter value corresponds to relative path inside folder with manifests
ui = ui_forms
workflows = workflows
heat = heat_templates
agent = agent_templates
scripts = scripts
# Configure client archive structure
# Format: data_type = desired folder
# ui parameter is not actually used, but is kept to not break things apart
[output]
ui = service_forms
workflows = workflows
heat = templates/cf
agent = templates/agent
scripts = templates/agent/scripts
#Configure keystone location.
#For more information see Auth-Token Middleware with Username and Password
#http://docs.openstack.org/developer/keystone/configuringservices.html
[keystone]
auth_host = 127.0.0.1
auth_port = 5000
auth_protocol = http
admin_user = admin
admin_password = swordfish
admin_tenant_name = admin