Shared filesystem management project for OpenStack.
Go to file
Aleks Chirko a842c554e6 Change manila DB to have working unique constraint
Because Manila DB uses 'soft delete', we can't use
unique constaints properly. Solution is to change
'deleted' column from Boolean to the type of 'id'
column and write value of 'id' to 'delete'
on delete operation. To apply unique constr only
to not deleted records we will be adding
'deleted' column to every uc from now on.

Closes-Bug: #1272303
Change-Id: Ia673b91c7d7f700a25824766486a82f07203f3b6
2014-01-29 18:35:20 +02:00
bin Add consume_from_share method to HostState class 2013-11-22 14:59:05 -07:00
contrib Use actual rootwrap option in manila.conf instead deprecated one 2014-01-23 09:30:32 -05:00
doc Removing deprecated using of flags module from project 2013-10-07 13:17:27 +03:00
etc/manila Merge "glusterfs: Add GlusterFS driver" 2014-01-16 20:04:45 +00:00
manila Change manila DB to have working unique constraint 2014-01-29 18:35:20 +02:00
tools Remove obsolete redhat-eventlet.patch 2013-10-17 07:11:52 +01:00
.gitignore docs 2013-09-17 10:57:47 +03:00
.gitreview Add .gitreview file. 2013-09-24 12:10:01 +00:00
babel.cfg Initialize from cinder 2013-08-08 10:34:06 -04:00
CONTRIBUTING.md docs 2013-09-17 10:57:47 +03:00
HACKING.rst docs 2013-09-17 10:57:47 +03:00
LICENSE Initialize from cinder 2013-08-08 10:34:06 -04:00
MANIFEST.in Initialize from cinder 2013-08-08 10:34:06 -04:00
openstack-common.conf Remove obsolete redhat-eventlet.patch 2013-10-17 07:11:52 +01:00
pylintrc docs 2013-09-17 10:57:47 +03:00
README.md Initial commit 2013-08-08 07:30:20 -07:00
README.rst Update README with relevant Manila information. 2013-09-25 09:46:44 +05:30
requirements.txt Added Neutron API module 2013-11-25 18:13:44 +02:00
run_tests.sh docs 2013-09-17 10:57:47 +03:00
setup.cfg Support building wheels (PEP-427) 2013-11-19 11:25:32 +01:00
setup.py Remove d2to1 dependency 2013-09-30 10:48:26 -04:00
test-requirements.txt Remove d2to1 dependency 2013-09-30 10:48:26 -04:00
tox.ini Remove obsolete redhat-eventlet.patch 2013-10-17 07:11:52 +01:00

manila

Openstack Shared Filesystem Service