de388f5e64
* Set uo manifest.in and tox.ini * Add test module Change-Id: I265401658922c75b50db4d1232af17215ee1b6fc
29 lines
668 B
Plaintext
29 lines
668 B
Plaintext
[DEFAULT]
|
|
# Address to bind the server to
|
|
host = localhost
|
|
#Port the bind the server to
|
|
port = 5000
|
|
|
|
|
|
# Provide information about data types
|
|
# absolute path to manifest location(root directory)
|
|
#manifests = /home/fervent/Projects/my_repo/muranorepository/tests/var
|
|
manifests = /bin/server
|
|
|
|
# Parameter name corresponds to section in manifest file
|
|
# Parameter value corresponds to relative path to data type
|
|
ui = ui
|
|
workflows = workflows
|
|
heat = heat
|
|
agent = agent
|
|
scripts = scripts
|
|
|
|
# Configure archive structure
|
|
# data_type = desired folder
|
|
[output]
|
|
ui = service_forms
|
|
workflows = workflows
|
|
heat = templates/cf
|
|
agent = templates/agent
|
|
scripts = templates/agent/script
|