Merge "Add support for API version 2.38"

This commit is contained in:
Zuul 2020-04-15 19:38:24 +00:00 committed by Gerrit Code Review
commit 560a557e31
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@
{% block modal-body-right %}
<h3>{% trans "Description" %}:</h3>
<p>{% 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 %}</p>

View File

@ -0,0 +1,4 @@
---
features:
- |
IPv6 access rules can now be added to shares.