efedorova de388f5e64 Refactoring API and Archiver module
* Set uo manifest.in and tox.ini
* Add test module

Change-Id: I265401658922c75b50db4d1232af17215ee1b6fc
2013-10-19 12:49:22 +04:00

24 lines
851 B
Python

# Copyright (c) 2013 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
# List of data types should corresponds to sections in manifest files
MANIFEST = 'manifests'
UI = 'ui'
WORKFLOW = 'workflows'
HEAT = 'heat'
AGENT = 'agent'
SCRIPTS = 'scripts'
DATA_TYPES = [UI, WORKFLOW, HEAT, AGENT, SCRIPTS, MANIFEST]