From d5847207ac3463bf030b8af50b0c76014d7282b6 Mon Sep 17 00:00:00 2001 From: Alexandre Mattioli <60507727+alexandremattioli@users.noreply.github.com> Date: Tue, 9 Sep 2025 08:45:37 -0300 Subject: [PATCH 1/3] docs: fix IPv6 firewall rule grammar --- source/plugins/ipv6.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/plugins/ipv6.rst b/source/plugins/ipv6.rst index 79078f3624..1d92bf0fd4 100644 --- a/source/plugins/ipv6.rst +++ b/source/plugins/ipv6.rst @@ -303,9 +303,9 @@ IPv6 Firewall For using and managing firewall rules with an IPv6 supported isolated network, CloudStack provides following APIs: - ``listIpv6FirewallRules`` - To list existing IPv6 firewall rules for a network. -- ``createIpv6FirewallRule`` - To create a new IPv6 firewall rules for a network. -- ``updateIpv6FirewallRule`` - To update an existing IPv6 firewall rules for a network. -- ``deleteIpv6FirewallRule`` - To delete an existing IPv6 firewall rules for a network. +- ``createIpv6FirewallRule`` - To create a new IPv6 firewall rule for a network. +- ``updateIpv6FirewallRule`` - To update an existing IPv6 firewall rule for a network. +- ``deleteIpv6FirewallRule`` - To delete an existing IPv6 firewall rule for a network. These operations are also available using UI in the network details view of an IPv6 supported network. From e52758da18f103f1fd44b3f9ded8f16965e11ccf Mon Sep 17 00:00:00 2001 From: Alexandre Mattioli <60507727+alexandremattioli@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:50:46 -0300 Subject: [PATCH 2/3] docs: clarify UI customization phrasing --- source/adminguide/ui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/adminguide/ui.rst b/source/adminguide/ui.rst index 047d2f82cf..83484c69f9 100644 --- a/source/adminguide/ui.rst +++ b/source/adminguide/ui.rst @@ -185,7 +185,7 @@ new, unique value. Basic UI Customisation ~~~~~~~~~~~~~~~~~~~~~~ -Users can customize the CloudStack's user interface by means of a configuration file at /etc/cloudstack/management/config.json which can be used to modify the theme, logos, etc. to align to one's requirement. +Users can customize the CloudStack's user interface by means of a configuration file at /etc/cloudstack/management/config.json which can be used to modify the theme, logos, etc. to align with one's requirements. To change the logo, login banner, error page icon, etc. the following details can be edited in config.json: From 0e1cef8c260108db38078646cae9b5f391513c56 Mon Sep 17 00:00:00 2001 From: Alexandre Mattioli <60507727+alexandremattioli@users.noreply.github.com> Date: Tue, 9 Sep 2025 09:51:04 -0300 Subject: [PATCH 3/3] docs: use consistent IPv6 capitalization --- source/plugins/ipv6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/ipv6.rst b/source/plugins/ipv6.rst index 79078f3624..00993372f4 100644 --- a/source/plugins/ipv6.rst +++ b/source/plugins/ipv6.rst @@ -264,7 +264,7 @@ Adding Guest IPv6 Prefix ######################## Again, both UI and API to add a guest IPv6 prefix. UI is the preferable option. -Option to add a new public Ipv6 range in the UI can be found in Infrastructure > Zones > Zone details > Physical Network tab > Physical network details > Traffic Types tab > Guest > *Add IPv6 prefix*. +Option to add a new public IPv6 range in the UI can be found in Infrastructure > Zones > Zone details > Physical Network tab > Physical network details > Traffic Types tab > Guest > *Add IPv6 prefix*. In the Add IPv6 prefix form, an IPv6 prefix with CIDR size lesser than 64 must be provided. Alternatively, ``createGuestNetworkIpv6Prefix`` API can be used to add a new guest IPv6 prefix.