c97f89f6e5

RequestContext has a helpful "from_environ" method that can handle all possible combinations of auth information users can send our way when manila is deployed with its Keystone auth middleware. We could switch to that, so that we don't have to maintain support for the full list of current and deprecated auth configuration options in our auth middleware. While we're there, we can also update the "to_dict" and "from_dict" methods in manila's context class to match the information we need. Change-Id: I5d554caf82a1fc4f1dcfede3ea61159ddaeb342e Closes-Bug: #1602081 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
Team and repository tags
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/wiki/Manila
- Developer docs: https://docs.openstack.org/manila/latest/
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:
Description
Languages
Python
99.3%
Shell
0.7%