.mailmap
AUTHORS
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.rst
babel.cfg
openstack-common.conf
pylintrc
run_tests.sh
setup.cfg
setup.py
tox.ini
bin/cinder-all
bin/cinder-api
bin/cinder-clear-rabbit-queues
bin/cinder-manage
bin/cinder-rootwrap
bin/cinder-scheduler
bin/cinder-volume
bin/cinder-volume-usage-audit
cinder/__init__.py
cinder/context.py
cinder/exception.py
cinder/flags.py
cinder/manager.py
cinder/policy.py
cinder/quota.py
cinder/service.py
cinder/test.py
cinder/utils.py
cinder/version.py
cinder/wsgi.py
cinder.egg-info/PKG-INFO
cinder.egg-info/SOURCES.txt
cinder.egg-info/dependency_links.txt
cinder.egg-info/requires.txt
cinder.egg-info/top_level.txt
cinder/api/__init__.py
cinder/api/auth.py
cinder/api/sizelimit.py
cinder/api/openstack/__init__.py
cinder/api/openstack/auth.py
cinder/api/openstack/common.py
cinder/api/openstack/extensions.py
cinder/api/openstack/urlmap.py
cinder/api/openstack/wsgi.py
cinder/api/openstack/xmlutil.py
cinder/api/openstack/volume/__init__.py
cinder/api/openstack/volume/extensions.py
cinder/api/openstack/volume/limits.py
cinder/api/openstack/volume/snapshots.py
cinder/api/openstack/volume/types.py
cinder/api/openstack/volume/versions.py
cinder/api/openstack/volume/volumes.py
cinder/api/openstack/volume/contrib/__init__.py
cinder/api/openstack/volume/contrib/admin_actions.py
cinder/api/openstack/volume/contrib/extended_snapshot_attributes.py
cinder/api/openstack/volume/contrib/image_create.py
cinder/api/openstack/volume/contrib/quota_classes.py
cinder/api/openstack/volume/contrib/quotas.py
cinder/api/openstack/volume/contrib/types_extra_specs.py
cinder/api/openstack/volume/contrib/types_manage.py
cinder/api/openstack/volume/contrib/volume_actions.py
cinder/api/openstack/volume/contrib/volume_host_attribute.py
cinder/api/openstack/volume/contrib/volume_tenant_attribute.py
cinder/api/openstack/volume/schemas/atom-link.rng
cinder/api/openstack/volume/schemas/v1.1/extension.rng
cinder/api/openstack/volume/schemas/v1.1/extensions.rng
cinder/api/openstack/volume/schemas/v1.1/limits.rng
cinder/api/openstack/volume/schemas/v1.1/metadata.rng
cinder/api/openstack/volume/views/__init__.py
cinder/api/openstack/volume/views/limits.py
cinder/api/openstack/volume/views/types.py
cinder/api/openstack/volume/views/versions.py
cinder/common/__init__.py
cinder/common/deprecated.py
cinder/compute/__init__.py
cinder/compute/aggregate_states.py
cinder/db/__init__.py
cinder/db/api.py
cinder/db/base.py
cinder/db/migration.py
cinder/db/sqlalchemy/__init__.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/migration.py
cinder/db/sqlalchemy/models.py
cinder/db/sqlalchemy/session.py
cinder/db/sqlalchemy/migrate_repo/README
cinder/db/sqlalchemy/migrate_repo/__init__.py
cinder/db/sqlalchemy/migrate_repo/manage.py
cinder/db/sqlalchemy/migrate_repo/migrate.cfg
cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py
cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py
cinder/db/sqlalchemy/migrate_repo/versions/__init__.py
cinder/image/__init__.py
cinder/image/glance.py
cinder/locale/cinder.pot
cinder/locale/bs/LC_MESSAGES/cinder.po
cinder/locale/cs/LC_MESSAGES/cinder.po
cinder/locale/da/LC_MESSAGES/cinder.po
cinder/locale/de/LC_MESSAGES/cinder.po
cinder/locale/en_AU/LC_MESSAGES/cinder.po
cinder/locale/en_GB/LC_MESSAGES/cinder.po
cinder/locale/es/LC_MESSAGES/cinder.po
cinder/locale/fr/LC_MESSAGES/cinder.po
cinder/locale/it/LC_MESSAGES/cinder.po
cinder/locale/ja/LC_MESSAGES/cinder.po
cinder/locale/ko/LC_MESSAGES/cinder.po
cinder/locale/pt_BR/LC_MESSAGES/cinder.po
cinder/locale/ru/LC_MESSAGES/cinder.po
cinder/locale/tl/LC_MESSAGES/cinder.po
cinder/locale/tr/LC_MESSAGES/cinder.po
cinder/locale/uk/LC_MESSAGES/cinder.po
cinder/locale/zh_CN/LC_MESSAGES/cinder.po
cinder/locale/zh_TW/LC_MESSAGES/cinder.po
cinder/openstack/__init__.py
cinder/openstack/common/README
cinder/openstack/common/__init__.py
cinder/openstack/common/cfg.py
cinder/openstack/common/context.py
cinder/openstack/common/exception.py
cinder/openstack/common/excutils.py
cinder/openstack/common/gettextutils.py
cinder/openstack/common/importutils.py
cinder/openstack/common/iniparser.py
cinder/openstack/common/jsonutils.py
cinder/openstack/common/local.py
cinder/openstack/common/log.py
cinder/openstack/common/network_utils.py
cinder/openstack/common/policy.py
cinder/openstack/common/setup.py
cinder/openstack/common/timeutils.py
cinder/openstack/common/uuidutils.py
cinder/openstack/common/notifier/__init__.py
cinder/openstack/common/notifier/api.py
cinder/openstack/common/notifier/log_notifier.py
cinder/openstack/common/notifier/no_op_notifier.py
cinder/openstack/common/notifier/rabbit_notifier.py
cinder/openstack/common/notifier/test_notifier.py
cinder/openstack/common/rpc/__init__.py
cinder/openstack/common/rpc/amqp.py
cinder/openstack/common/rpc/common.py
cinder/openstack/common/rpc/dispatcher.py
cinder/openstack/common/rpc/impl_fake.py
cinder/openstack/common/rpc/impl_kombu.py
cinder/openstack/common/rpc/impl_qpid.py
cinder/openstack/common/rpc/impl_zmq.py
cinder/openstack/common/rpc/matchmaker.py
cinder/openstack/common/rpc/proxy.py
cinder/openstack/common/rpc/service.py
cinder/rootwrap/__init__.py
cinder/rootwrap/filters.py
cinder/rootwrap/wrapper.py
cinder/scheduler/__init__.py
cinder/scheduler/chance.py
cinder/scheduler/driver.py
cinder/scheduler/host_manager.py
cinder/scheduler/manager.py
cinder/scheduler/rpcapi.py
cinder/scheduler/simple.py
cinder/testing/README.rst
cinder/testing/__init__.py
cinder/testing/runner.py
cinder/testing/fake/__init__.py
cinder/tests/__init__.py
cinder/tests/declare_flags.py
cinder/tests/fake_driver.py
cinder/tests/fake_flags.py
cinder/tests/fake_utils.py
cinder/tests/policy.json
cinder/tests/runtime_flags.py
cinder/tests/test_HpSanISCSIDriver.py
cinder/tests/test_api.py
cinder/tests/test_cinder_rootwrap.py
cinder/tests/test_context.py
cinder/tests/test_deprecated.py
cinder/tests/test_drivers_compatibility.py
cinder/tests/test_exception.py
cinder/tests/test_flags.py
cinder/tests/test_iscsi.py
cinder/tests/test_migrations.conf
cinder/tests/test_migrations.py
cinder/tests/test_misc.py
cinder/tests/test_netapp.py
cinder/tests/test_netapp_nfs.py
cinder/tests/test_nexenta.py
cinder/tests/test_nfs.py
cinder/tests/test_policy.py
cinder/tests/test_quota.py
cinder/tests/test_rbd.py
cinder/tests/test_service.py
cinder/tests/test_skip_examples.py
cinder/tests/test_solidfire.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_test.py
cinder/tests/test_test_utils.py
cinder/tests/test_utils.py
cinder/tests/test_versions.py
cinder/tests/test_volume.py
cinder/tests/test_volume_types.py
cinder/tests/test_volume_types_extra_specs.py
cinder/tests/test_volume_utils.py
cinder/tests/test_windows.py
cinder/tests/test_wsgi.py
cinder/tests/test_xiv.py
cinder/tests/test_zadara.py
cinder/tests/utils.py
cinder/tests/api/__init__.py
cinder/tests/api/test_auth.py
cinder/tests/api/test_sizelimit.py
cinder/tests/api/test_wsgi.py
cinder/tests/api/openstack/__init__.py
cinder/tests/api/openstack/common.py
cinder/tests/api/openstack/fakes.py
cinder/tests/api/openstack/test_common.py
cinder/tests/api/openstack/test_faults.py
cinder/tests/api/openstack/test_wsgi.py
cinder/tests/api/openstack/test_xmlutil.py
cinder/tests/api/openstack/volume/__init__.py
cinder/tests/api/openstack/volume/test_extensions.py
cinder/tests/api/openstack/volume/test_limits.py
cinder/tests/api/openstack/volume/test_router.py
cinder/tests/api/openstack/volume/test_snapshots.py
cinder/tests/api/openstack/volume/test_types.py
cinder/tests/api/openstack/volume/test_volumes.py
cinder/tests/api/openstack/volume/contrib/__init__.py
cinder/tests/api/openstack/volume/contrib/test_admin_actions.py
cinder/tests/api/openstack/volume/contrib/test_extended_snapshot_attributes.py
cinder/tests/api/openstack/volume/contrib/test_types_extra_specs.py
cinder/tests/api/openstack/volume/contrib/test_types_manage.py
cinder/tests/api/openstack/volume/contrib/test_volume_actions.py
cinder/tests/api/openstack/volume/contrib/test_volume_host_attribute.py
cinder/tests/api/openstack/volume/contrib/test_volume_tenant_attribute.py
cinder/tests/api/openstack/volume/extensions/__init__.py
cinder/tests/api/openstack/volume/extensions/foxinsocks.py
cinder/tests/db/__init__.py
cinder/tests/db/fakes.py
cinder/tests/glance/__init__.py
cinder/tests/glance/stubs.py
cinder/tests/image/__init__.py
cinder/tests/image/fake.py
cinder/tests/image/test_glance.py
cinder/tests/integrated/__init__.py
cinder/tests/integrated/integrated_helpers.py
cinder/tests/integrated/test_extensions.py
cinder/tests/integrated/test_login.py
cinder/tests/integrated/test_volumes.py
cinder/tests/integrated/test_xml.py
cinder/tests/integrated/api/__init__.py
cinder/tests/integrated/api/client.py
cinder/tests/monkey_patch_example/__init__.py
cinder/tests/monkey_patch_example/example_a.py
cinder/tests/monkey_patch_example/example_b.py
cinder/tests/scheduler/__init__.py
cinder/tests/scheduler/fakes.py
cinder/tests/scheduler/test_rpcapi.py
cinder/tests/scheduler/test_scheduler.py
cinder/tests/windows/__init__.py
cinder/tests/windows/basetestcase.py
cinder/tests/windows/db_fakes.py
cinder/tests/windows/mockproxy.py
cinder/tests/windows/windowsutils.py
cinder/tests/windows/stubs/README.rst
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_check_for_setup_errors_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_export_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_export_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_snapshot_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_snapshot_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_from_snapshot_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_from_snapshot_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_snapshot_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_snapshot_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_volume_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_volume_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_ensure_export_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_ensure_export_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_initialize_connection_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_initialize_connection_wmi.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_remove_export_os.p.gz
cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_remove_export_wmi.p.gz
cinder/volume/__init__.py
cinder/volume/api.py
cinder/volume/driver.py
cinder/volume/iscsi.py
cinder/volume/manager.py
cinder/volume/netapp.py
cinder/volume/netapp_nfs.py
cinder/volume/nfs.py
cinder/volume/solidfire.py
cinder/volume/storwize_svc.py
cinder/volume/utils.py
cinder/volume/volume_types.py
cinder/volume/windows.py
cinder/volume/xensm.py
cinder/volume/xiv.py
cinder/volume/zadara.py
cinder/volume/drivers/__init__.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/sheepdog.py
cinder/volume/nexenta/__init__.py
cinder/volume/nexenta/jsonrpc.py
cinder/volume/nexenta/volume.py
cinder/volume/san/__init__.py
cinder/volume/san/hp_lefthand.py
cinder/volume/san/san.py
cinder/volume/san/solaris.py
contrib/redhat-eventlet.patch
doc/.gitignore
doc/Makefile
doc/README.rst
doc/find_autodoc_modules.sh
doc/generate_autodoc_index.sh
doc/ext/__init__.py
doc/ext/cinder_autodoc.py
doc/ext/cinder_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/cinder.rst
doc/source/devref/database.rst
doc/source/devref/development.environment.rst
doc/source/devref/down.sh
doc/source/devref/fakes.rst
doc/source/devref/filter_scheduler.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/rc.local
doc/source/devref/rpc.rst
doc/source/devref/scheduler.rst
doc/source/devref/server.conf.template
doc/source/devref/services.rst
doc/source/devref/threading.rst
doc/source/devref/unit_tests.rst
doc/source/devref/up.sh
doc/source/devref/volume.rst
doc/source/devref/xensmvolume.rst
doc/source/image_src/multinic_1.odg
doc/source/image_src/multinic_2.odg
doc/source/image_src/multinic_3.odg
doc/source/images/NOVA_ARCH.png
doc/source/images/NOVA_ARCH.svg
doc/source/images/NOVA_ARCH_200dpi.png
doc/source/images/NOVA_ARCH_66dpi.png
doc/source/images/NOVA_clouds_A_B.png
doc/source/images/NOVA_clouds_A_B.svg
doc/source/images/NOVA_clouds_C1_C2.svg
doc/source/images/NOVA_clouds_C1_C2.svg.png
doc/source/images/Novadiagram.png
doc/source/images/base_scheduler.png
doc/source/images/cloudpipe.png
doc/source/images/fabric.png
doc/source/images/filteringWorkflow1.png
doc/source/images/filteringWorkflow2.png
doc/source/images/multinic_dhcp.png
doc/source/images/multinic_flat.png
doc/source/images/multinic_vlan.png
doc/source/images/nova.compute.api.create.png
doc/source/images/novascreens.png
doc/source/images/novashvirtually.png
doc/source/images/vmwareapi_blockdiagram.jpg
doc/source/images/zone_aware_overview.png
doc/source/images/zone_aware_scheduler.png
doc/source/images/zone_overview.png
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/cinder-manage.rst
etc/cinder/api-paste.ini
etc/cinder/cinder.conf.sample
etc/cinder/logging_sample.conf
etc/cinder/policy.json
etc/cinder/rootwrap.conf
etc/cinder/rootwrap.d/volume.filters
tools/enable-pre-commit-hook.sh
tools/hacking.py
tools/install_venv.py
tools/pip-requires
tools/rfc.sh
tools/test-requires
tools/with_venv.sh
tools/conf/extract_opts.py
tools/conf/generate_sample.sh