Add support for API version 2.38

This allows users to add ipv6 access rules to
their shares.

Partial-Bug: #1823078
Change-Id: I3523a60b71cbacdec154552638e0f695d67199d3
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2020-04-06 15:56:40 -07:00
parent c94ddec5c6
commit 2db0337125
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.