From 52d5678c5db0a4c610e027393886bd8dd71a85c9 Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Wed, 11 Nov 2015 13:49:00 +0100 Subject: [PATCH] Update architecture.md --- architecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/architecture.md b/architecture.md index fd944df42..8979a6e1f 100644 --- a/architecture.md +++ b/architecture.md @@ -21,4 +21,5 @@ Xen Orchestra itself is built as a modular solution. Each part has its role: - the Web interface is in "[xo-web](https://github.com/vatesfr/xo-web)": you are running it directly in your browser. The connection with "xo-server" is done via *WebSockets*. - "[xo-cli](https://github.com/vatesfr/xo-cli)" is a module allowing to send commands directly from the command line. + We already have other modules around it (like the LDAP plugin for example). It allows to use this modular architecture to add further parts later. It's completely flexible, allowing us to adapt Xen Orchestra in every existing work-flow. \ No newline at end of file