migrate moonclient from github to opnfv 36/936/1
authorWuKong <rebirthmonkey@gmail.com>
Wed, 1 Jul 2015 07:01:11 +0000 (09:01 +0200)
committerWuKong <rebirthmonkey@gmail.com>
Wed, 1 Jul 2015 07:01:11 +0000 (09:01 +0200)
commit96b35f38008c73c70fb598d29515a4cce5e48edc
treed24795c0a917ec7dab59389f5fce8cdfb9c85dfc
parent03bf0c32a0c656d4b91bebedc87a005e6d7563bb
migrate moonclient from github to opnfv

Change-Id: I024ad1136f50d1c2898d30e05be48131d02b6932
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
35 files changed:
moonclient/Changelog [new file with mode: 0644]
moonclient/MANIFEST.in [new file with mode: 0644]
moonclient/README.rst [new file with mode: 0644]
moonclient/moonclient/__init__.py [new file with mode: 0644]
moonclient/moonclient/action_assignments.py [new file with mode: 0644]
moonclient/moonclient/action_categories.py [new file with mode: 0644]
moonclient/moonclient/action_category_scope.py [new file with mode: 0644]
moonclient/moonclient/actions.py [new file with mode: 0644]
moonclient/moonclient/authz_policies.py [new file with mode: 0644]
moonclient/moonclient/intraextension.py [new file with mode: 0644]
moonclient/moonclient/logs.py [new file with mode: 0644]
moonclient/moonclient/metarules.py [new file with mode: 0644]
moonclient/moonclient/object_assignments.py [new file with mode: 0644]
moonclient/moonclient/object_categories.py [new file with mode: 0644]
moonclient/moonclient/object_category_scope.py [new file with mode: 0644]
moonclient/moonclient/objects.py [new file with mode: 0644]
moonclient/moonclient/rules.py [new file with mode: 0644]
moonclient/moonclient/shell.py [new file with mode: 0644]
moonclient/moonclient/subject_assignments.py [new file with mode: 0644]
moonclient/moonclient/subject_categories.py [new file with mode: 0644]
moonclient/moonclient/subject_category_scope.py [new file with mode: 0644]
moonclient/moonclient/subjects.py [new file with mode: 0644]
moonclient/moonclient/tests/functional_tests.sh [new file with mode: 0644]
moonclient/python_moonclient.egg-info/PKG-INFO [new file with mode: 0644]
moonclient/python_moonclient.egg-info/SOURCES.txt [new file with mode: 0644]
moonclient/python_moonclient.egg-info/dependency_links.txt [new file with mode: 0644]
moonclient/python_moonclient.egg-info/entry_points.txt [new file with mode: 0644]
moonclient/python_moonclient.egg-info/namespace_packages.txt [new file with mode: 0644]
moonclient/python_moonclient.egg-info/not-zip-safe [new file with mode: 0644]
moonclient/python_moonclient.egg-info/pbr.json [new file with mode: 0644]
moonclient/python_moonclient.egg-info/requires.txt [new file with mode: 0644]
moonclient/python_moonclient.egg-info/top_level.txt [new file with mode: 0644]
moonclient/requirements.txt [new file with mode: 0644]
moonclient/setup.cfg [new file with mode: 0644]
moonclient/setup.py [new file with mode: 0644]