From 0da0960c9cacceb0c28492870615235279400db0 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Mon, 13 Aug 2018 15:58:05 -0700 Subject: [PATCH] Fix manila-ui link in the contributor doc Change-Id: I3445deb95fc02cc11e3d5fdccb96f577b17acec7 Closes-Bug: #1658611 --- doc/source/contributor/architecture.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor/architecture.rst b/doc/source/contributor/architecture.rst index 856dfd8f20..12a833b1d6 100644 --- a/doc/source/contributor/architecture.rst +++ b/doc/source/contributor/architecture.rst @@ -47,7 +47,9 @@ Below you will a brief explanation of the different components. * DB: sql database for data storage. Used by all components (LINKS NOT SHOWN) -* Web Dashboard: external component that talks to the api. Beta extended Horizon available here: https://github.com/NetApp/horizon/tree/manila +* Web Dashboard: external component that talks to the api, implemented as a + plugin to the OpenStack Dashboard (Horizon) project, source + is `here `_. * :term:`manila-api` * Auth Manager: component responsible for users/projects/and roles. Can backend to DB or LDAP. This is not a separate binary, but rather a python class that is used by most components in the system. * :term:`manila-scheduler`