Updated logical arch and bumped devdocs to 3.2

This commit is contained in:
Mike Scherbakov 2013-09-21 13:31:36 +00:00
parent a20947536b
commit 4aae88d75f
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ copyright = u'2012, Mirantis'
# The short X.Y version.
version = '0'
# The full version, including alpha/beta/rc tags.
release = '3.1'
release = '3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -70,7 +70,7 @@ Logical Architecture Diagram:
actor Web_User
actor CLI_User
Web_User --> [JavaScript UI]
CLI_User --> [Orchestrator (Astute)]
CLI_User --> [REST API]
[JavaScript UI] --> [REST API]