diff --git a/source/images/vnet_automatic_selection.png b/source/images/vnet_automatic_selection.png new file mode 100644 index 000000000..f8cf66eb7 Binary files /dev/null and b/source/images/vnet_automatic_selection.png differ diff --git a/source/management_and_operations/network_management/manage_vnets.rst b/source/management_and_operations/network_management/manage_vnets.rst index feb436ce9..b0fd3a0d9 100644 --- a/source/management_and_operations/network_management/manage_vnets.rst +++ b/source/management_and_operations/network_management/manage_vnets.rst @@ -346,6 +346,12 @@ To set the automatic selection mode, simply add the attribute ``NETWORK_MODE = " NIC = [ NETWORK_MODE = "auto" ] +To do this via Sunstone you need to make sure the :ref:`sunstone view ` you are using has the parameter ``automatic_selection_vnet`` set to ``true``. + +|vnet_automatic_selection| + +.. |vnet_automatic_selection| image:: /images/vnet_automatic_selection.png + Also you can add SCHED_REQUIREMENTS and SCHED_RANK when this mode is activated. This will let you specify which networks can be used for a specific NIC (``SCHED_REQUIREMENTS``) and what are you preferences (``SCHED_RANK``) to select a network among the suitable ones. .. code::