Pass request headers in to RAPI handlers.
[ganeti-local] / Makefile.am
index cbc9ac7..a76de28 100644 (file)
@@ -66,12 +66,12 @@ pkgpython_PYTHON = \
        lib/cmdlib.py \
        lib/config.py \
        lib/constants.py \
+       lib/daemon.py \
        lib/errors.py \
        lib/http.py \
        lib/jqueue.py \
        lib/jstore.py \
        lib/locking.py \
-       lib/logger.py \
        lib/luxi.py \
        lib/mcpu.py \
        lib/objects.py \
@@ -92,7 +92,6 @@ hypervisor_PYTHON = \
 
 rapi_PYTHON = \
        lib/rapi/__init__.py \
-       lib/rapi/httperror.py \
        lib/rapi/baserlib.py \
        lib/rapi/connector.py \
        lib/rapi/rlib1.py \
@@ -107,13 +106,16 @@ docsgml = \
        doc/iallocator.sgml
 
 docrst = \
+       doc/design-2.0-cluster-parameters.rst \
        doc/design-2.0-commandline-parameters.rst \
        doc/design-2.0-disk-handling.rst \
        doc/design-2.0-index.rst \
        doc/design-2.0-job-queue.rst \
        doc/design-2.0-locking.rst \
        doc/design-2.0-master-daemon.rst \
-       doc/design-2.0-rapi-changes.rst
+       doc/design-2.0-os-interface.rst \
+       doc/design-2.0-rapi-changes.rst \
+       doc/security.rst
 
 doc_DATA = \
        $(patsubst %.rst,%.html,$(docrst)) \
@@ -202,7 +204,8 @@ dist_TESTS = \
        test/ganeti.workerpool_unittest.py \
        test/ganeti.rapi.resources_unittest.py \
        test/ganeti.http_unittest.py \
-       test/ganeti.constants_unittest.py
+       test/ganeti.constants_unittest.py \
+       test/ganeti.cli_unittest.py
 
 nodist_TESTS =