Add Moon stub for the tempest and patrole tests. 25/53225/1
authorThomas Duval <thomas.duval@orange.com>
Wed, 7 Mar 2018 09:53:41 +0000 (10:53 +0100)
committerThomas Duval <thomas.duval@orange.com>
Wed, 7 Mar 2018 09:57:14 +0000 (10:57 +0100)
commit9a2e6721376547244e53dbb92ea596f526a9c865
tree0c9377c1af969864a740072fb442aa4847ca274e
parentdbd38cc0f28257772580d42905d2d398fc1d1705
Add Moon stub for the tempest and patrole tests.

Change-Id: Icb3cc72f69636b3a99a3c7c19be3c4e407cb24dc
15 files changed:
external_policy_checker/Changelog [new file with mode: 0644]
external_policy_checker/Dockerfile [new file with mode: 0644]
external_policy_checker/README.md [new file with mode: 0644]
external_policy_checker/conf/templates/cinder.policy.json [new file with mode: 0644]
external_policy_checker/conf/templates/glance.policy.json [new file with mode: 0644]
external_policy_checker/conf/templates/keystone.policy.json [new file with mode: 0644]
external_policy_checker/conf/templates/neutron.policy.json [new file with mode: 0644]
external_policy_checker/conf/templates/nova.policy.json [new file with mode: 0644]
external_policy_checker/external_policy_checker/__init__.py [new file with mode: 0644]
external_policy_checker/external_policy_checker/__main__.py [new file with mode: 0644]
external_policy_checker/external_policy_checker/conf_installer.py [new file with mode: 0644]
external_policy_checker/external_policy_checker/server.py [new file with mode: 0644]
external_policy_checker/requirements.txt [new file with mode: 0644]
external_policy_checker/setup.cfg [new file with mode: 0644]
external_policy_checker/setup.py [new file with mode: 0644]