From 6df878b9dfcaa8b1d33bfda1be6695841fd70c3f Mon Sep 17 00:00:00 2001 From: Artem Savinov Date: Fri, 26 Feb 2016 17:16:31 +0300 Subject: [PATCH] Move nsxv settings to network tab Change-Id: I401910e684eb2e6db87200efd33230514b599f59 Closes-Bug: 1550162 (cherry picked from commit 97f8e67a5bca24d83c9059bc85d4229f31e49244) --- doc/user/source/configuration.rst | 4 ++-- environment_config.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/user/source/configuration.rst b/doc/user/source/configuration.rst index 4588df7..2ed3510 100644 --- a/doc/user/source/configuration.rst +++ b/doc/user/source/configuration.rst @@ -1,8 +1,8 @@ Configuration ============= -Switch to Settings tab of the Fuel web UI and click on *Other* section, -tick the plugin checkbox to enable it. +Switch to Networks tab of the Fuel web UI and click on *Settings*/*Other* section, +the plugin checkbox enabled by default. .. image:: /image/nsxv-settings-filled.png :scale: 60 % diff --git a/environment_config.yaml b/environment_config.yaml index bfac7a6..036d68b 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -4,6 +4,7 @@ attributes: restrictions: - condition: "settings:common.use_vcenter.value == false or not ( cluster:net_provider == 'neutron' and networking_parameters:segmentation_type == 'tun')" action: 'hide' + group: network nsxv_manager_host: value: '' label: 'NSX Manager hostname (or IP)'