diff --git a/manila_ui/api/manila.py b/manila_ui/api/manila.py index cef2e1d6..ba424e92 100644 --- a/manila_ui/api/manila.py +++ b/manila_ui/api/manila.py @@ -29,7 +29,7 @@ from manilaclient import client as manila_client LOG = logging.getLogger(__name__) MANILA_UI_USER_AGENT_REPR = "manila_ui_plugin_for_horizon" -MANILA_VERSION = "2.34" +MANILA_VERSION = "2.38" MANILA_SERVICE_TYPE = "sharev2" # API static values diff --git a/manila_ui/dashboards/project/shares/templates/shares/_rule_add.html b/manila_ui/dashboards/project/shares/templates/shares/_rule_add.html index 623c89c4..f476f8d8 100644 --- a/manila_ui/dashboards/project/shares/templates/shares/_rule_add.html +++ b/manila_ui/dashboards/project/shares/templates/shares/_rule_add.html @@ -3,7 +3,7 @@ {% block modal-body-right %}
{% blocktrans trimmed %} - Add policy rule to share, 'ip' rule represents ipv4 address, + Add policy rule to share, 'ip' rule represents IPv4 or IPv6 address, 'user' rule represents username or usergroup, 'cephx' rule represents ceph auth ID. {% endblocktrans %}
diff --git a/releasenotes/notes/allow-access-to-ipv6-clients-2.38-154d308ec87bfb73.yaml b/releasenotes/notes/allow-access-to-ipv6-clients-2.38-154d308ec87bfb73.yaml new file mode 100644 index 00000000..1a01125f --- /dev/null +++ b/releasenotes/notes/allow-access-to-ipv6-clients-2.38-154d308ec87bfb73.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + IPv6 access rules can now be added to shares.