AUTHORS
CONTRIBUTING.md
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.md
README.rst
babel.cfg
openstack-common.conf
pylintrc
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
bin/manila-all
bin/manila-api
bin/manila-clear-rabbit-queues
bin/manila-manage
bin/manila-rootwrap
bin/manila-rpc-zmq-receiver
bin/manila-scheduler
bin/manila-share
contrib/devstack/README.rst
contrib/devstack/extras.d/70-manila.sh
contrib/devstack/lib/manila
contrib/tempest/README.rst
contrib/tempest/tempest/clients_shares.py
contrib/tempest/tempest/config_shares.py
contrib/tempest/tempest/exceptions_shares.py
contrib/tempest/tempest/api/shares/__init__.py
contrib/tempest/tempest/api/shares/base.py
contrib/tempest/tempest/api/shares/test_metadata.py
contrib/tempest/tempest/api/shares/test_metadata_negative.py
contrib/tempest/tempest/api/shares/test_rules.py
contrib/tempest/tempest/api/shares/test_rules_negative.py
contrib/tempest/tempest/api/shares/test_security_negative.py
contrib/tempest/tempest/api/shares/test_shares.py
contrib/tempest/tempest/api/shares/test_shares_negative.py
contrib/tempest/tempest/api/shares/admin/__init__.py
contrib/tempest/tempest/api/shares/admin/test_admin_actions.py
contrib/tempest/tempest/api/shares/admin/test_admin_actions_negative.py
contrib/tempest/tempest/api/shares/admin/test_quotas.py
contrib/tempest/tempest/api/shares/admin/test_quotas_negative.py
contrib/tempest/tempest/cli/manilaclient.py
contrib/tempest/tempest/cli/simple_read_only/test_manila.py
contrib/tempest/tempest/services/shares/__init__.py
contrib/tempest/tempest/services/shares/json/__init__.py
contrib/tempest/tempest/services/shares/json/shares_client.py
contrib/tempest/tempest/services/shares/xml/__init__.py
contrib/tempest/tempest/services/shares/xml/shares_client.py
doc/.gitignore
doc/Makefile
doc/README.rst
doc/find_autodoc_modules.sh
doc/generate_autodoc_index.sh
doc/ext/__init__.py
doc/ext/manila_autodoc.py
doc/ext/manila_todo.py
doc/source/conf.py
doc/source/index.rst
doc/source/_ga/layout.html
doc/source/_static/.gitignore
doc/source/_static/.placeholder
doc/source/_static/basic.css
doc/source/_static/default.css
doc/source/_static/jquery.tweet.js
doc/source/_static/tweaks.css
doc/source/_templates/.gitignore
doc/source/_templates/.placeholder
doc/source/_theme/layout.html
doc/source/_theme/theme.conf
doc/source/devref/addmethod.openstackapi.rst
doc/source/devref/api.rst
doc/source/devref/architecture.rst
doc/source/devref/auth.rst
doc/source/devref/database.rst
doc/source/devref/development.environment.rst
doc/source/devref/fakes.rst
doc/source/devref/gerrit.rst
doc/source/devref/il8n.rst
doc/source/devref/index.rst
doc/source/devref/jenkins.rst
doc/source/devref/launchpad.rst
doc/source/devref/manila.rst
doc/source/devref/rpc.rst
doc/source/devref/scheduler.rst
doc/source/devref/services.rst
doc/source/devref/share.rst
doc/source/devref/threading.rst
doc/source/devref/unit_tests.rst
doc/source/images/rpc/arch.png
doc/source/images/rpc/arch.svg
doc/source/images/rpc/flow1.png
doc/source/images/rpc/flow1.svg
doc/source/images/rpc/flow2.png
doc/source/images/rpc/flow2.svg
doc/source/images/rpc/rabt.png
doc/source/images/rpc/rabt.svg
doc/source/images/rpc/state.png
doc/source/man/manila-manage.rst
etc/manila/api-paste.ini
etc/manila/logging_sample.conf
etc/manila/manila.conf.sample
etc/manila/policy.json
etc/manila/rootwrap.conf
etc/manila/rootwrap.d/share.filters
etc/manila/rootwrap.d/volume.filters
manila/__init__.py
manila/context.py
manila/exception.py
manila/manager.py
manila/policy.py
manila/quota.py
manila/service.py
manila/test.py
manila/utils.py
manila/version.py
manila/wsgi.py
manila.egg-info/PKG-INFO
manila.egg-info/SOURCES.txt
manila.egg-info/dependency_links.txt
manila.egg-info/entry_points.txt
manila.egg-info/not-zip-safe
manila.egg-info/requires.txt
manila.egg-info/top_level.txt
manila/api/__init__.py
manila/api/auth.py
manila/api/common.py
manila/api/extensions.py
manila/api/sizelimit.py
manila/api/urlmap.py
manila/api/versions.py
manila/api/xmlutil.py
manila/api/contrib/__init__.py
manila/api/contrib/admin_actions.py
manila/api/contrib/extended_quotas.py
manila/api/contrib/quota_classes.py
manila/api/contrib/quotas.py
manila/api/contrib/services.py
manila/api/contrib/share_actions.py
manila/api/contrib/user_quotas.py
manila/api/middleware/__init__.py
manila/api/middleware/auth.py
manila/api/middleware/fault.py
manila/api/middleware/sizelimit.py
manila/api/openstack/__init__.py
manila/api/openstack/urlmap.py
manila/api/openstack/wsgi.py
manila/api/openstack/volume/__init__.py
manila/api/openstack/volume/versions.py
manila/api/schemas/atom-link.rng
manila/api/schemas/v1.1/extension.rng
manila/api/schemas/v1.1/extensions.rng
manila/api/schemas/v1.1/limits.rng
manila/api/schemas/v1.1/metadata.rng
manila/api/v1/__init__.py
manila/api/v1/limits.py
manila/api/v1/router.py
manila/api/v1/security_service.py
manila/api/v1/share_metadata.py
manila/api/v1/share_networks.py
manila/api/v1/share_snapshots.py
manila/api/v1/shares.py
manila/api/views/__init__.py
manila/api/views/limits.py
manila/api/views/security_service.py
manila/api/views/share_networks.py
manila/api/views/share_snapshots.py
manila/api/views/shares.py
manila/api/views/versions.py
manila/common/__init__.py
manila/common/config.py
manila/common/constants.py
manila/common/sqlalchemyutils.py
manila/compute/__init__.py
manila/compute/nova.py
manila/db/__init__.py
manila/db/api.py
manila/db/base.py
manila/db/migration.py
manila/db/sqlalchemy/__init__.py
manila/db/sqlalchemy/api.py
manila/db/sqlalchemy/migration.py
manila/db/sqlalchemy/models.py
manila/db/sqlalchemy/session.py
manila/db/sqlalchemy/utils.py
manila/db/sqlalchemy/migrate_repo/README
manila/db/sqlalchemy/migrate_repo/__init__.py
manila/db/sqlalchemy/migrate_repo/manage.py
manila/db/sqlalchemy/migrate_repo/migrate.cfg
manila/db/sqlalchemy/migrate_repo/versions/001_manila_init.py
manila/db/sqlalchemy/migrate_repo/versions/__init__.py
manila/image/__init__.py
manila/image/glance.py
manila/image/image_utils.py
manila/network/__init__.py
manila/network/linux/__init__.py
manila/network/linux/interface.py
manila/network/linux/ip_lib.py
manila/network/linux/ovs_lib.py
manila/network/neutron/__init__.py
manila/network/neutron/api.py
manila/network/neutron/constants.py
manila/network/neutron/neutron_network_plugin.py
manila/openstack/__init__.py
manila/openstack/common/README
manila/openstack/common/__init__.py
manila/openstack/common/context.py
manila/openstack/common/eventlet_backdoor.py
manila/openstack/common/exception.py
manila/openstack/common/excutils.py
manila/openstack/common/fileutils.py
manila/openstack/common/gettextutils.py
manila/openstack/common/importutils.py
manila/openstack/common/jsonutils.py
manila/openstack/common/local.py
manila/openstack/common/lockutils.py
manila/openstack/common/log.py
manila/openstack/common/loopingcall.py
manila/openstack/common/network_utils.py
manila/openstack/common/policy.py
manila/openstack/common/processutils.py
manila/openstack/common/service.py
manila/openstack/common/strutils.py
manila/openstack/common/threadgroup.py
manila/openstack/common/timeutils.py
manila/openstack/common/uuidutils.py
manila/openstack/common/notifier/__init__.py
manila/openstack/common/notifier/api.py
manila/openstack/common/notifier/log_notifier.py
manila/openstack/common/notifier/no_op_notifier.py
manila/openstack/common/notifier/rabbit_notifier.py
manila/openstack/common/notifier/rpc_notifier.py
manila/openstack/common/notifier/rpc_notifier2.py
manila/openstack/common/notifier/test_notifier.py
manila/openstack/common/rootwrap/__init__.py
manila/openstack/common/rootwrap/cmd.py
manila/openstack/common/rootwrap/filters.py
manila/openstack/common/rootwrap/wrapper.py
manila/openstack/common/rpc/__init__.py
manila/openstack/common/rpc/amqp.py
manila/openstack/common/rpc/common.py
manila/openstack/common/rpc/dispatcher.py
manila/openstack/common/rpc/impl_fake.py
manila/openstack/common/rpc/impl_kombu.py
manila/openstack/common/rpc/impl_qpid.py
manila/openstack/common/rpc/impl_zmq.py
manila/openstack/common/rpc/matchmaker.py
manila/openstack/common/rpc/matchmaker_redis.py
manila/openstack/common/rpc/proxy.py
manila/openstack/common/rpc/service.py
manila/openstack/common/rpc/zmq_receiver.py
manila/openstack/common/scheduler/__init__.py
manila/openstack/common/scheduler/filter.py
manila/openstack/common/scheduler/weight.py
manila/openstack/common/scheduler/filters/__init__.py
manila/openstack/common/scheduler/filters/availability_zone_filter.py
manila/openstack/common/scheduler/filters/capabilities_filter.py
manila/openstack/common/scheduler/filters/extra_specs_ops.py
manila/openstack/common/scheduler/filters/json_filter.py
manila/openstack/common/scheduler/weights/__init__.py
manila/scheduler/__init__.py
manila/scheduler/chance.py
manila/scheduler/driver.py
manila/scheduler/filter_scheduler.py
manila/scheduler/host_manager.py
manila/scheduler/manager.py
manila/scheduler/rpcapi.py
manila/scheduler/scheduler_options.py
manila/scheduler/simple.py
manila/scheduler/filters/__init__.py
manila/scheduler/filters/capacity_filter.py
manila/scheduler/filters/retry_filter.py
manila/scheduler/weights/__init__.py
manila/scheduler/weights/capacity.py
manila/share/__init__.py
manila/share/api.py
manila/share/configuration.py
manila/share/driver.py
manila/share/manager.py
manila/share/rpcapi.py
manila/share/drivers/__init__.py
manila/share/drivers/generic.py
manila/share/drivers/glusterfs.py
manila/share/drivers/lvm.py
manila/share/drivers/netapp/__init__.py
manila/share/drivers/netapp/api.py
manila/share/drivers/netapp/driver.py
manila/testing/README.rst
manila/tests/__init__.py
manila/tests/conf_fixture.py
manila/tests/declare_conf.py
manila/tests/fake_compute.py
manila/tests/fake_driver.py
manila/tests/fake_network.py
manila/tests/fake_utils.py
manila/tests/fake_volume.py
manila/tests/policy.json
manila/tests/runtime_conf.py
manila/tests/test_api.py
manila/tests/test_conf.py
manila/tests/test_context.py
manila/tests/test_exception.py
manila/tests/test_migrations.conf
manila/tests/test_migrations.py
manila/tests/test_misc.py
manila/tests/test_policy.py
manila/tests/test_quota.py
manila/tests/test_service.py
manila/tests/test_share.py
manila/tests/test_share_api.py
manila/tests/test_share_driver.py
manila/tests/test_share_generic.py
manila/tests/test_share_glusterfs.py
manila/tests/test_share_lvm.py
manila/tests/test_share_netapp.py
manila/tests/test_share_rpcapi.py
manila/tests/test_skip_examples.py
manila/tests/test_test.py
manila/tests/test_test_utils.py
manila/tests/test_utils.py
manila/tests/test_wsgi.py
manila/tests/utils.py
manila/tests/api/__init__.py
manila/tests/api/common.py
manila/tests/api/fakes.py
manila/tests/api/test_common.py
manila/tests/api/test_extensions.py
manila/tests/api/test_router.py
manila/tests/api/test_wsgi.py
manila/tests/api/test_xmlutil.py
manila/tests/api/contrib/__init__.py
manila/tests/api/contrib/stubs.py
manila/tests/api/contrib/test_admin_actions.py
manila/tests/api/contrib/test_services.py
manila/tests/api/contrib/test_share_actions.py
manila/tests/api/extensions/__init__.py
manila/tests/api/extensions/foxinsocks.py
manila/tests/api/middleware/__init__.py
manila/tests/api/middleware/test_auth.py
manila/tests/api/middleware/test_faults.py
manila/tests/api/middleware/test_sizelimit.py
manila/tests/api/openstack/__init__.py
manila/tests/api/openstack/test_wsgi.py
manila/tests/api/v1/__init__.py
manila/tests/api/v1/stubs.py
manila/tests/api/v1/test_limits.py
manila/tests/api/v1/test_security_service.py
manila/tests/api/v1/test_share_metadata.py
manila/tests/api/v1/test_share_networks.py
manila/tests/api/v1/test_share_snapshots.py
manila/tests/api/v1/test_shares.py
manila/tests/compute/__init__.py
manila/tests/compute/test_nova.py
manila/tests/db/__init__.py
manila/tests/db/fakes.py
manila/tests/glance/__init__.py
manila/tests/glance/stubs.py
manila/tests/image/__init__.py
manila/tests/image/fake.py
manila/tests/image/test_glance.py
manila/tests/integrated/__init__.py
manila/tests/integrated/integrated_helpers.py
manila/tests/integrated/test_extensions.py
manila/tests/integrated/test_login.py
manila/tests/integrated/api/__init__.py
manila/tests/integrated/api/client.py
manila/tests/monkey_patch_example/__init__.py
manila/tests/monkey_patch_example/example_a.py
manila/tests/monkey_patch_example/example_b.py
manila/tests/network/__init__.py
manila/tests/network/test_security_service_db.py
manila/tests/network/test_share_network_db.py
manila/tests/network/linux/__init__.py
manila/tests/network/linux/test_interface.py
manila/tests/network/linux/test_ip_lib.py
manila/tests/network/linux/test_ovs_lib.py
manila/tests/network/neutron/__init__.py
manila/tests/network/neutron/test_neutron_api.py
manila/tests/network/neutron/test_neutron_plugin.py
manila/tests/scheduler/__init__.py
manila/tests/scheduler/fakes.py
manila/tests/scheduler/test_capacity_weigher.py
manila/tests/scheduler/test_filter_scheduler.py
manila/tests/scheduler/test_host_filters.py
manila/tests/scheduler/test_host_manager.py
manila/tests/scheduler/test_rpcapi.py
manila/tests/scheduler/test_scheduler.py
manila/tests/scheduler/test_scheduler_options.py
manila/tests/var/ca.crt
manila/tests/var/certificate.crt
manila/tests/var/privatekey.key
manila/tests/volume/__init__.py
manila/tests/volume/test_cinder.py
manila/tests/windows/__init__.py
manila/tests/windows/basetestcase.py
manila/tests/windows/db_fakes.py
manila/tests/windows/mockproxy.py
manila/tests/windows/windowsutils.py
manila/tests/windows/stubs/README.rst
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_check_for_setup_errors_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_export_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_export_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_snapshot_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_snapshot_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_from_snapshot_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_from_snapshot_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_snapshot_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_snapshot_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_volume_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_volume_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_ensure_export_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_ensure_export_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_initialize_connection_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_initialize_connection_wmi.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_remove_export_os.p.gz
manila/tests/windows/stubs/test_windows.TestWindowsDriver.test_remove_export_wmi.p.gz
manila/tests/xenapi/__init__.py
manila/volume/__init__.py
manila/volume/cinder.py
tools/enable-pre-commit-hook.sh
tools/install_venv.py
tools/install_venv_common.py
tools/lintstack.py
tools/lintstack.sh
tools/with_venv.sh
tools/conf/extract_opts.py
tools/conf/generate_sample.sh