First version of the Consul component 91/37791/1
authorasteroide <thomas.duval@orange.com>
Wed, 19 Jul 2017 15:11:16 +0000 (17:11 +0200)
committerasteroide <thomas.duval@orange.com>
Wed, 19 Jul 2017 15:11:16 +0000 (17:11 +0200)
commita512f3efc3b72ccd0d4d7ccda97833d816836f8d
tree3c5d138f68d9d6c90ad9e5b110f6f341f96decd2
parentffd694ebadb1d3b4e140104f9f0a81837c0e7258
First version of the Consul component

Change-Id: I32487faa7a68caaf2d40d0a6938e6fc1537680a0
18 files changed:
moonv4/moon_consul/Changelog [new file with mode: 0644]
moonv4/moon_consul/Dockerfile [new file with mode: 0644]
moonv4/moon_consul/LICENSE [new file with mode: 0644]
moonv4/moon_consul/MANIFEST.in [new file with mode: 0644]
moonv4/moon_consul/README.md [new file with mode: 0644]
moonv4/moon_consul/moon_consul/__init__.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/__main__.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/api/__init__.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/api/database.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/api/generic.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/api/messenger.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/api/openstack.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/api/slave.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/api/system.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/http_server.py [new file with mode: 0644]
moonv4/moon_consul/moon_consul/server.py [new file with mode: 0644]
moonv4/moon_consul/requirements.txt [new file with mode: 0644]
moonv4/moon_consul/setup.py [new file with mode: 0644]