Shared filesystem management project for OpenStack.
Go to file
Pavlo Shchelokovskyy 0bc9107e57 Add default to read_deleted in context's from_dict
this is follow-up to Ic94323658c89df1c1ff32f511ca23502317d0f00

currently the defaults in __init__ and from_dict of RequestContext
for read_deleted property are different:
- in __init__ it is 'no'
- in from_dict, it is effectively None.
And at the same time, this property is not allowed to be None.

As a result, the new _sanitize_context in oslo.messaging can not create
a sanitized context copy with error

read_deleted can only be one of 'no', 'yes' or 'only', not None

Related-Bug: #2030976
Change-Id: Ifb660688c590fb1c32cbe0ae03e0ea444f19cbb8
2023-09-19 22:12:51 +00:00
api-ref/source Add Share Affinity/Anti-Affinity Scheduler Filters 2021-09-03 08:58:46 +02:00
contrib Set tempest api version config in devstack plugin 2021-12-22 20:12:57 +00:00
devstack Fix manila plugin.sh set backend_availability_zone 2022-10-26 21:40:53 +00:00
doc [Infinidat] fixed host assisted migration 2023-01-27 10:39:12 +00:00
etc Add missing [oslo_reports] options 2021-08-21 08:33:47 +00:00
httpd Add mod_wsgi configuration samples 2020-08-11 21:00:54 +00:00
manila Add default to read_deleted in context's from_dict 2023-09-19 22:12:51 +00:00
playbooks/manila-tox-genconfig [victoria][goal] Native Zuulv3 CI jobs 2020-07-28 14:55:14 -07:00
rally-jobs
releasenotes Add filesystem info to FSAL in CephFS NFS 2023-04-08 00:48:34 +00:00
tools Remove references to sys.version_info 2021-05-28 15:40:54 +08:00
zuul.d Merge "Remove TripleO job" into stable/xena 2023-04-10 11:45:39 +00:00
.coveragerc
.gitignore
.gitreview Update .gitreview for stable/xena 2021-09-17 16:23:15 +00:00
.pylintrc
.stestr.conf
bindep.txt
CONTRIBUTING.rst [cycle-goals] Add PTL and contributor quickstart 2020-04-18 22:29:50 +00:00
HACKING.rst disable M325 2020-10-14 14:05:30 +08:00
LICENSE
README.rst
requirements.txt Drop lower-constraints.txt and its testing 2022-05-03 13:34:43 +00:00
setup.cfg Add Share Affinity/Anti-Affinity Scheduler Filters 2021-09-03 08:58:46 +02:00
setup.py
test-requirements.txt Update requirements 2020-12-10 19:48:15 -08:00
tox.ini [stable-only] Pin tox version 2023-01-13 20:18:47 +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://opendev.org/openstack/manila

For developer information please see HACKING.rst

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

Python client

https://opendev.org/openstack/python-manilaclient

  • Documentation for the project can be found at:

https://docs.openstack.org/manila/latest/

  • Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/manila/

  • Source for the project:

https://opendev.org/openstack/manila

  • Bugs:

https://bugs.launchpad.net/manila

  • Blueprints:

https://blueprints.launchpad.net/manila

  • Design specifications are tracked at:

https://specs.openstack.org/openstack/manila-specs/