From 9015824e9f2564d88bbe46c406d9d2df64078425 Mon Sep 17 00:00:00 2001 From: Alexey Weyl Date: Tue, 6 Jun 2017 13:07:32 +0000 Subject: [PATCH] multi tenancy release notes Change-Id: Icddc8f9a331a07bfc3132e9ac609bbab9c53cc6e --- .../notes/multi_tenancy_support-feb3d2d4f8014b66.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/multi_tenancy_support-feb3d2d4f8014b66.yaml diff --git a/releasenotes/notes/multi_tenancy_support-feb3d2d4f8014b66.yaml b/releasenotes/notes/multi_tenancy_support-feb3d2d4f8014b66.yaml new file mode 100644 index 000000000..b362c6dc1 --- /dev/null +++ b/releasenotes/notes/multi_tenancy_support-feb3d2d4f8014b66.yaml @@ -0,0 +1,6 @@ +--- +features: + - The ``Multi Tenancy`` feature allows different tenants to see their own + entities for each api command. + The feature allows admin to add the ``--all-tenants`` parameter in order + to see all the entities for that api command.