Remove libvirt code (prepare to replace with lxc) 97/29097/2
authorPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Wed, 8 Oct 2014 07:55:48 +0000 (09:55 +0200)
committerPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Tue, 21 Oct 2014 09:41:16 +0000 (11:41 +0200)
commit353b978f2e09afa5a63dd31391049ea776df9b6f
treefc01392766e5ae442d3e61b471785a23a1595328
parente243eeb1fb3358b321dce9903865257ddaed8e23
Remove libvirt code (prepare to replace with lxc)

Note configs are not removed yet

[Bug/Feature]   N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  N/A

Change-Id: Ibf61dfb56d6d6a413c4161d9dae69bd1e9de97a5
23 files changed:
common/libvirt/connection.cpp [deleted file]
common/libvirt/connection.hpp [deleted file]
common/libvirt/domain.cpp [deleted file]
common/libvirt/domain.hpp [deleted file]
common/libvirt/exception.hpp [deleted file]
common/libvirt/helpers.cpp [deleted file]
common/libvirt/helpers.hpp [deleted file]
common/libvirt/network-filter.cpp [deleted file]
common/libvirt/network-filter.hpp [deleted file]
common/libvirt/network.cpp [deleted file]
common/libvirt/network.hpp [deleted file]
server/CMakeLists.txt
server/container-admin.cpp
server/container-admin.hpp
server/containers-manager.hpp
server/network-admin.cpp
server/network-admin.hpp
tests/unit_tests/CMakeLists.txt
tests/unit_tests/libvirt/connection.cpp [deleted file]
tests/unit_tests/libvirt/domain.cpp [deleted file]
tests/unit_tests/libvirt/network.cpp [deleted file]
tests/unit_tests/server/ut-container-admin.cpp
tests/unit_tests/server/ut-network-admin.cpp