diff --git a/etc/kandra.conf b/etc/kandra.conf new file mode 100644 index 0000000000..ef1ef37b0a --- /dev/null +++ b/etc/kandra.conf @@ -0,0 +1 @@ +# System-wide confguration diff --git a/etc/logging.conf b/etc/logging.conf new file mode 100644 index 0000000000..9457570f14 --- /dev/null +++ b/etc/logging.conf @@ -0,0 +1 @@ +# System-wide logging configuration diff --git a/reactor/__init__.py b/reactor/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/reactor/adapter/__init__.py b/reactor/adapter/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/requirements.txt b/requirements.txt index 7c808bb9f0..013b8173bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pbr>=0.5.21,<1.0 pymongo -mongoengine \ No newline at end of file +mongoengine +oslo.config