From f1691358073a496b63d267c99659a8b27d47de74 Mon Sep 17 00:00:00 2001 From: dharmendra Date: Thu, 20 Jun 2019 10:02:48 +0000 Subject: [PATCH] doc update for shared VIM After patch [1], VIM shared property set to False, that means Vim can only be invoked by user who creates it. updating doc for the same. [1]: https://review.opendev.org/#/c/465080/ Change-Id: I7fcd656e631d210f0f0d677618dfa702435896ca --- doc/source/user/multisite_vim_usage_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/multisite_vim_usage_guide.rst b/doc/source/user/multisite_vim_usage_guide.rst index fdbb8e342..2fde1881b 100644 --- a/doc/source/user/multisite_vim_usage_guide.rst +++ b/doc/source/user/multisite_vim_usage_guide.rst @@ -165,8 +165,8 @@ To delete a VIM : Features ~~~~~~~~ -* VIMs are shared across tenants -- As an admin operator, the user can register - a VIM once and allow tenants to deploy VNFs on the registered VIM. +* Tacker support multi-tenancy, that means a VIM regisetered by one tenant can + not be shared with other. * Pluggable driver module framework allowing Tacker to interact with multiple VIM types. * Compatible for OpenStack versions starting from Kilo.