murano-repository/etc/murano/murano-repository.conf.sample
Igor Yozhikov 1c2538dc55 Rename config sample
Delete setup-centos due to setup.sh is now universal
Delete murano-repository-el6
Change-Id: Ib615927fd26e65660e40fd91cc5f934789357fc8
2014-02-13 17:44:48 +04:00

56 lines
1.6 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
# data_dir = /tmp/muranorepository-data
# Show more verbose log output (sets INFO log level output)
verbose = True
# Show debugging output in logs (sets DEBUG log level output)
debug = True
# Set up logging. To use syslog just set use_syslog parameter value to 'True'.
log_file = /tmp/murano-repository.log
use_syslog = False
syslog_log_facility = LOG_LOCAL0
# 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
signing_dir = /tmp/keystone-signing-muranorepository