See I62ce43a330d7ae94eda4c7498782a655e63747fa for the gorey details on
why this exists.
As of this fix:
https://github.com/eventlet/eventlet/pull/34
which was released in eventlet 0.13, we no longer need the patch.
This has now been removed from oslo-incubator, so this is really just
syncing that removal.
Change-Id: I84267f3c6726cb2e750f615e107c48b12c6ed353
Added per user-tenant quota support.
Added user-quotas extension, that turns on user quota support if it is
loaded.
Added force parameter, that lets to ignore check if admin want to
force update when run 'manila quota-update'
Added 'extended-quotas' extension that has provides ability for admins
to be able to delete a non-default quota (absolute limit) for a
tenant, so that tenant's quota will revert back to the configured default,
and makes the force parameter always be passed if the client wants
to set the new quota lower than what is already used and reserved.
Added user quota support to db.api, sqlalchemy.api, sqlalchemy.models.
Added migrations for user quota support.
Implement bp: user-quota-support
Change-Id: Ifb8f8a041c2fa54e2ed3a8219e87607b161438ca
Moving file flags.py to manila/common/config.py,
replacing FLAGS by CONF. Rename modules fake_flags to conf_fixture,
test_flags to test_conf, declare_flags to declare_conf,
runtime_flags to runtime_conf like it was done in cinder, nova, glance etc.
Implement bp: use-oslo-conf
Change-Id: I38d869123e5e706d3b06f1844b97ead05e22668f
For now xml response for snapshots show/list isn't
full. Snapshot xml template was updated to make
response full.
Change-Id: I4d94d06213a539cdf6c876c6a2560fd63ff1957d
Currently manila api has no update functionality for
shares and snapshots. Update functionality added
to api and covered with unittests.
Change-Id: Ie11d3d822e7c8b3a83e66aca5989d3fc1605b0ba
Implements: blueprint share-update-feature
Resources related to share access management hasn't xml
serrialisation so it returns incorrect response for xml
requests. XML temptates constructors added to
share_actions.py ato solve this problem
Change-Id: Ie76e768fc696c15dac4f18757ffcfe84335e04ce
At this moment shares api don't check policy for
most actions. Special check policy decorator added
for necessary methods at api.py, to solve this problem.
Change-Id: I253bda9cf3219343779d62d67fd0386a7c2f3b05
Fixes: Bug#1223375
For now manila list and manila show requests return
limited data for xml version. make_share method in
shares.py updated to avoid data limiting during xml
serialization.
Change-Id: I9b241f02e1bbf46f876f235df4ce052490b8aeab