Go to file
scottda 29b8358ef5 Allow api_version_request.matches to accept a string or None
According to the Manila devref you should be able to use the following
pattern:

if req_version.matches("2.1", "2.5"):
    ....stuff....
elif req_version.matches("2.6", "2.10"):
    ....other stuff....
elif req_version > api_version_request.APIVersionRequest("2.10"):
    ....more stuff.....

However, the api_version_request.matches() function will not accept a
string, it requires an api_version_request object.

Fix this to accept a string, as well as None for object.

Change-Id: Ic2faaaa7696cc7a647679cbb7a8600b30c3d66d7
Closes-Bug: 1550337
2018-06-10 08:06:45 -04:00
2018-04-24 15:04:40 -07:00
2018-06-08 07:48:58 -04:00
2018-05-22 11:43:29 +08:00
2017-03-30 15:12:22 +03:00
2018-06-06 16:14:22 -05:00
2017-10-25 11:57:46 -04:00
2014-09-19 21:23:02 +00:00
2013-08-08 10:34:06 -04:00
2013-08-08 10:34:06 -04:00
2018-04-22 13:13:04 -04:00
2017-08-04 11:23:30 +08:00
2018-04-22 13:13:04 -04:00
2017-03-03 22:51:04 +00:00
2018-06-08 18:59:51 +00:00

Team and repository tags

image

MANILA

You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.

Getting Started

If you'd like to run from the master branch, you can clone the git repo:

git clone https://github.com/openstack/manila.git

For developer information please see HACKING.rst

You can raise bugs here https://bugs.launchpad.net/manila

Python client

https://github.com/openstack/python-manilaclient.git

Description
Shared filesystem management project for OpenStack.
Readme 185 MiB
Languages
Python 99.3%
Shell 0.7%