add v1.servermodel.create message

This commit is contained in:
2020-01-31 11:23:18 +01:00
parent 6bdf21d1ac
commit 3b3cefa38a
9 changed files with 187 additions and 122 deletions

View File

@ -26,6 +26,8 @@ def get_config():
'rougail_dtd_path': '../rougail/data/creole.dtd',
'admin_user': DEFAULT_USER},
'source': {'root_path': '/srv/seed'},
'cache': {'root_path': '/var/cache/risotto'}
'cache': {'root_path': '/var/cache/risotto'},
'servermodel': {'internal_source': 'internal',
'internal_distribution': 'last'},
}