.testr.conf
AUTHORS
ChangeLog
MANIFEST.in
README.rst
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
bin/data-load
bin/magnetodb-api-server
bin/magnetodb-api-server-gunicorn
bin/magnetodb-streaming-api-server
bin/magnetodb-streaming-api-server-gunicorn
contrib/cql_samples.txt
contrib/devstack/README.rst
contrib/devstack/extras.d/90-magnetodb.sh
contrib/devstack/lib/magnetodb
deployment/magnetodb_install.sh
deployment/centos/dependency-specs/cassandradriver/python-cassandradriver.spec
deployment/centos/dependency-specs/futures/python-futures.spec
deployment/centos/dependency-specs/scales/python-scales.spec
deployment/centos/magnetodb-specs/gunicorn27
deployment/centos/magnetodb-specs/openstack-magnetodb-api
deployment/centos/magnetodb-specs/openstack-magnetodb-api-gunicorn
deployment/centos/magnetodb-specs/openstack-magnetodb.spec
deployment/heat_templates/CentOS-6.4-x86_64-cfntools.tdl
deployment/heat_templates/magnetodb_and_loadbalancer.yaml
doc/deploy_magnetodb_howto.rst
doc/api/openstack/samples/batch_get_item_request_syntax.json
doc/api/openstack/samples/batch_get_item_response_syntax.json
doc/api/openstack/samples/batch_get_item_sample_request.json
doc/api/openstack/samples/batch_get_item_sample_response.json
doc/api/openstack/samples/batch_write_item_request_syntax.json
doc/api/openstack/samples/batch_write_item_response_syntax.json
doc/api/openstack/samples/batch_write_item_sample_request.json
doc/api/openstack/samples/batch_write_item_sample_response.json
doc/api/openstack/samples/create_table_request_syntax.json
doc/api/openstack/samples/create_table_response_syntax.json
doc/api/openstack/samples/create_table_sample_request.json
doc/api/openstack/samples/create_table_sample_response.json
doc/api/openstack/samples/delete_item_request_syntax.json
doc/api/openstack/samples/delete_item_response_syntax.json
doc/api/openstack/samples/delete_item_sample_request.json
doc/api/openstack/samples/delete_item_sample_response.json
doc/api/openstack/samples/delete_table_response_syntax.json
doc/api/openstack/samples/delete_table_sample_response.json
doc/api/openstack/samples/describe_table_response_syntax.json
doc/api/openstack/samples/describe_table_sample_response.json
doc/api/openstack/samples/get_item_request_syntax.json
doc/api/openstack/samples/get_item_response_syntax.json
doc/api/openstack/samples/get_item_sample_request.json
doc/api/openstack/samples/get_item_sample_response.json
doc/api/openstack/samples/list_tables_response_syntax.json
doc/api/openstack/samples/put_item_request_syntax.json
doc/api/openstack/samples/put_item_response_syntax.json
doc/api/openstack/samples/put_item_sample_request.json
doc/api/openstack/samples/put_item_sample_response.json
doc/api/openstack/samples/query_request_syntax.json
doc/api/openstack/samples/query_response_syntax.json
doc/api/openstack/samples/query_sample_request.json
doc/api/openstack/samples/query_sample_response.json
doc/api/openstack/samples/scan_request_syntax.json
doc/api/openstack/samples/scan_response_syntax.json
doc/api/openstack/samples/scan_sample_request.json
doc/api/openstack/samples/scan_sample_response.json
doc/api/openstack/samples/update_item_request_syntax.json
doc/api/openstack/samples/update_item_response_syntax.json
doc/api/openstack/samples/update_item_sample_request.json
doc/api/openstack/samples/update_item_sample_response.json
doc/source/admin_guide.rst
doc/source/api_reference.rst
doc/source/batch_get_item.rst
doc/source/batch_write_item.rst
doc/source/cli.rst
doc/source/conf.py
doc/source/configuration_guide.rst
doc/source/create_table.rst
doc/source/delete_item.rst
doc/source/delete_table.rst
doc/source/describe_table.rst
doc/source/developer_guide.rst
doc/source/get_item.rst
doc/source/index.rst
doc/source/introduction.rst
doc/source/list_tables.rst
doc/source/put_item.rst
doc/source/query.rst
doc/source/release.txt
doc/source/scan.rst
doc/source/update_item.rst
doc/source/update_table.rst
doc/source/user_guide.rst
etc/api-paste-gunicorn.ini
etc/api-paste-test.ini
etc/api-paste.ini
etc/data-load.conf
etc/magnetodb-api-server-gunicorn.conf
etc/magnetodb-api-server-test.conf
etc/magnetodb-api-server.conf
etc/magnetodb-api-test.conf
etc/magnetodb-api.conf
etc/magnetodb-streaming-api-server-gunicorn.conf
etc/magnetodb-streaming-api-server.conf
etc/magnetodb-streaming-api.conf
etc/streaming-api-paste-gunicorn.ini
etc/streaming-api-paste.ini
functionaltests/post_test_hook.sh
functionaltests/pre_test_hook.sh
functionaltests/run_tests.sh
magnetodb/__init__.py
magnetodb/version.py
magnetodb.egg-info/PKG-INFO
magnetodb.egg-info/SOURCES.txt
magnetodb.egg-info/dependency_links.txt
magnetodb.egg-info/not-zip-safe
magnetodb.egg-info/requires.txt
magnetodb.egg-info/top_level.txt
magnetodb/api/__init__.py
magnetodb/api/stream_wsgi.py
magnetodb/api/validation.py
magnetodb/api/wsgi.py
magnetodb/api/amz/__init__.py
magnetodb/api/amz/controller.py
magnetodb/api/amz/wsgi.py
magnetodb/api/amz/dynamodb/__init__.py
magnetodb/api/amz/dynamodb/parser.py
magnetodb/api/amz/dynamodb/action/__init__.py
magnetodb/api/amz/dynamodb/action/create_table.py
magnetodb/api/amz/dynamodb/action/delete_item.py
magnetodb/api/amz/dynamodb/action/delete_table.py
magnetodb/api/amz/dynamodb/action/describe_table.py
magnetodb/api/amz/dynamodb/action/get_item.py
magnetodb/api/amz/dynamodb/action/list_tables.py
magnetodb/api/amz/dynamodb/action/put_item.py
magnetodb/api/amz/dynamodb/action/query.py
magnetodb/api/amz/dynamodb/action/scan.py
magnetodb/api/amz/dynamodb/action/update_item.py
magnetodb/api/openstack/__init__.py
magnetodb/api/openstack/v1/__init__.py
magnetodb/api/openstack/v1/batch_get_item.py
magnetodb/api/openstack/v1/batch_write_item.py
magnetodb/api/openstack/v1/create_table.py
magnetodb/api/openstack/v1/delete_item.py
magnetodb/api/openstack/v1/delete_table.py
magnetodb/api/openstack/v1/describe_table.py
magnetodb/api/openstack/v1/get_item.py
magnetodb/api/openstack/v1/list_tables.py
magnetodb/api/openstack/v1/parser.py
magnetodb/api/openstack/v1/put_item.py
magnetodb/api/openstack/v1/query.py
magnetodb/api/openstack/v1/scan.py
magnetodb/api/openstack/v1/update_item.py
magnetodb/api/openstack/v1/utils.py
magnetodb/api/openstack/v1/validation.py
magnetodb/common/__init__.py
magnetodb/common/config.py
magnetodb/common/exception.py
magnetodb/common/wsgi.py
magnetodb/common/cassandra/__init__.py
magnetodb/common/cassandra/cluster_handler.py
magnetodb/common/cassandra/io/__init__.py
magnetodb/common/cassandra/io/eventletreactor.py
magnetodb/common/middleware/__init__.py
magnetodb/common/middleware/connection_handler.py
magnetodb/common/middleware/context.py
magnetodb/common/middleware/ec2token.py
magnetodb/common/middleware/fault.py
magnetodb/common/middleware/rate_limit.py
magnetodb/common/notifier/rpc_notifier.py
magnetodb/common/utils/__init__.py
magnetodb/common/utils/decimal_encoder.py
magnetodb/notifier/__init__.py
magnetodb/openstack/__init__.py
magnetodb/openstack/common/__init__.py
magnetodb/openstack/common/context.py
magnetodb/openstack/common/exception.py
magnetodb/openstack/common/excutils.py
magnetodb/openstack/common/gettextutils.py
magnetodb/openstack/common/importutils.py
magnetodb/openstack/common/jsonutils.py
magnetodb/openstack/common/local.py
magnetodb/openstack/common/log.py
magnetodb/openstack/common/loopingcall.py
magnetodb/openstack/common/network_utils.py
magnetodb/openstack/common/pastedeploy.py
magnetodb/openstack/common/sslutils.py
magnetodb/openstack/common/strutils.py
magnetodb/openstack/common/timeutils.py
magnetodb/openstack/common/uuidutils.py
magnetodb/openstack/common/versionutils.py
magnetodb/openstack/common/xmlutils.py
magnetodb/openstack/common/notifier/__init__.py
magnetodb/openstack/common/notifier/api.py
magnetodb/openstack/common/notifier/log_notifier.py
magnetodb/openstack/common/notifier/no_op_notifier.py
magnetodb/openstack/common/notifier/proxy.py
magnetodb/openstack/common/notifier/rpc_notifier.py
magnetodb/openstack/common/notifier/rpc_notifier2.py
magnetodb/openstack/common/notifier/test_notifier.py
magnetodb/openstack/common/rpc/__init__.py
magnetodb/openstack/common/rpc/amqp.py
magnetodb/openstack/common/rpc/common.py
magnetodb/openstack/common/rpc/dispatcher.py
magnetodb/openstack/common/rpc/impl_fake.py
magnetodb/openstack/common/rpc/impl_kombu.py
magnetodb/openstack/common/rpc/impl_qpid.py
magnetodb/openstack/common/rpc/impl_zmq.py
magnetodb/openstack/common/rpc/matchmaker.py
magnetodb/openstack/common/rpc/matchmaker_redis.py
magnetodb/openstack/common/rpc/matchmaker_ring.py
magnetodb/openstack/common/rpc/proxy.py
magnetodb/openstack/common/rpc/service.py
magnetodb/openstack/common/rpc/zmq_receiver.py
magnetodb/storage/__init__.py
magnetodb/storage/models.py
magnetodb/storage/driver/__init__.py
magnetodb/storage/driver/cassandra/__init__.py
magnetodb/storage/driver/cassandra/cassandra_impl.py
magnetodb/storage/manager/__init__.py
magnetodb/storage/manager/async_simple_impl.py
magnetodb/storage/manager/simple_impl.py
magnetodb/storage/table_info_repo/__init__.py
magnetodb/storage/table_info_repo/cassandra_impl.py
magnetodb/tests/__init__.py
magnetodb/tests/fake/__init__.py
magnetodb/tests/fake/magnetodb_api_fake.py
magnetodb/tests/storage/__init__.py
magnetodb/tests/storage/test_cassandra_impl.py
magnetodb/tests/unittests/__init__.py
magnetodb/tests/unittests/api/__init__.py
magnetodb/tests/unittests/api/test_api.py
magnetodb/tests/unittests/api/amz/__init__.py
magnetodb/tests/unittests/api/amz/test_api.py
magnetodb/tests/unittests/api/amz/test_boto.py
magnetodb/tests/unittests/api/openstack/__init__.py
magnetodb/tests/unittests/api/openstack/v1/__init__.py
magnetodb/tests/unittests/api/openstack/v1/test_base_testcase.py
magnetodb/tests/unittests/api/openstack/v1/test_batch_get_item.py
magnetodb/tests/unittests/api/openstack/v1/test_batch_write_item.py
magnetodb/tests/unittests/api/openstack/v1/test_create_table.py
magnetodb/tests/unittests/api/openstack/v1/test_delete_item.py
magnetodb/tests/unittests/api/openstack/v1/test_delete_table.py
magnetodb/tests/unittests/api/openstack/v1/test_describe_table.py
magnetodb/tests/unittests/api/openstack/v1/test_get_item.py
magnetodb/tests/unittests/api/openstack/v1/test_list_tables.py
magnetodb/tests/unittests/api/openstack/v1/test_put_item.py
magnetodb/tests/unittests/api/openstack/v1/test_query.py
magnetodb/tests/unittests/api/openstack/v1/test_scan.py
magnetodb/tests/unittests/api/openstack/v1/test_update_item.py
magnetodb/tests/unittests/common/__init__.py
magnetodb/tests/unittests/common/notifier/__init__.py
magnetodb/tests/unittests/common/notifier/test_notification.py
magnetodb/tests/unittests/storage/__init__.py
magnetodb/tests/unittests/storage/test_model.py
magnetodb/tests/unittests/storage/driver/__init__.py
magnetodb/tests/unittests/storage/driver/test_cassandra_impl.py
magnetodb/tests/unittests/storage/manager/__init__.py
magnetodb/tests/unittests/storage/manager/test_async_storage_manager.py
magnetodb/tests/unittests/storage/manager/test_notify_storage_manager.py
magnetodb/tests/unittests/storage/manager/test_simple_storage_manager.py
magnetodb/tests/unittests/storage/table_info_repo/__init__.py
magnetodb/tests/unittests/storage/table_info_repo/test_cassandra_table_info_repo.py
tempest/README.rst
tempest/__init__.py
tempest/clients.py
tempest/config.py
tempest/exceptions.py
tempest/tempest.conf
tempest/test.py
tempest/api/__init__.py
tempest/api/keyvalue/__init__.py
tempest/api/keyvalue/boto_base/__init__.py
tempest/api/keyvalue/boto_base/base.py
tempest/api/keyvalue/boto_base/test.py
tempest/api/keyvalue/boto_base/utils/__init__.py
tempest/api/keyvalue/boto_base/utils/wait.py
tempest/api/keyvalue/in_progress/__init__.py
tempest/api/keyvalue/in_progress/boto/__init__.py
tempest/api/keyvalue/in_progress/boto/test_items.py
tempest/api/keyvalue/in_progress/boto/test_queries.py
tempest/api/keyvalue/in_progress/boto/test_scan.py
tempest/api/keyvalue/in_progress/boto/test_tables.py
tempest/api/keyvalue/in_progress/boto/test_update.py
tempest/api/keyvalue/in_progress/rest/__init__.py
tempest/api/keyvalue/in_progress/rest/test_batch_get.py
tempest/api/keyvalue/in_progress/rest/test_batch_write.py
tempest/api/keyvalue/in_progress/rest/test_create_table.py
tempest/api/keyvalue/in_progress/rest/test_create_table_negative.py
tempest/api/keyvalue/in_progress/rest/test_describe_table.py
tempest/api/keyvalue/in_progress/rest/test_describe_table_negative.py
tempest/api/keyvalue/in_progress/rest/test_get_item.py
tempest/api/keyvalue/in_progress/rest/test_list_table.py
tempest/api/keyvalue/in_progress/rest/test_put_item.py
tempest/api/keyvalue/in_progress/rest/test_queries.py
tempest/api/keyvalue/not_ready/__init__.py
tempest/api/keyvalue/not_ready/boto/__init__.py
tempest/api/keyvalue/not_ready/boto/test_items.py
tempest/api/keyvalue/not_ready/boto/test_queries.py
tempest/api/keyvalue/not_ready/boto/test_scan.py
tempest/api/keyvalue/not_ready/boto/test_tables.py
tempest/api/keyvalue/not_ready/boto/test_update.py
tempest/api/keyvalue/not_ready/rest/__init__.py
tempest/api/keyvalue/not_ready/rest/test_delete_item.py
tempest/api/keyvalue/not_ready/rest/test_get_item.py
tempest/api/keyvalue/rest_base/__init__.py
tempest/api/keyvalue/rest_base/base.py
tempest/api/keyvalue/stable/__init__.py
tempest/api/keyvalue/stable/boto/__init__.py
tempest/api/keyvalue/stable/boto/test_items.py
tempest/api/keyvalue/stable/boto/test_queries.py
tempest/api/keyvalue/stable/boto/test_scan.py
tempest/api/keyvalue/stable/boto/test_tables.py
tempest/api/keyvalue/stable/boto/test_update.py
tempest/api/keyvalue/stable/rest/__init__.py
tempest/api/keyvalue/stable/rest/test_batch_get.py
tempest/api/keyvalue/stable/rest/test_batch_write.py
tempest/api/keyvalue/stable/rest/test_create_table.py
tempest/api/keyvalue/stable/rest/test_create_table_negative.py
tempest/api/keyvalue/stable/rest/test_delete_item.py
tempest/api/keyvalue/stable/rest/test_describe_table.py
tempest/api/keyvalue/stable/rest/test_describe_table_negative.py
tempest/api/keyvalue/stable/rest/test_get_item.py
tempest/api/keyvalue/stable/rest/test_list_table.py
tempest/api/keyvalue/stable/rest/test_put_item.py
tempest/api/keyvalue/stable/rest/test_queries.py
tempest/api/keyvalue/stable/rest/test_streaming.py
tempest/api/keyvalue/stable/rest/test_table_scenarios.py
tempest/cli/README.rst
tempest/cli/__init__.py
tempest/cli/output_parser.py
tempest/cli/keyvalue/README.txt
tempest/cli/keyvalue/__init__.py
tempest/cli/keyvalue/test_magnetodb.py
tempest/cli/keyvalue/magnetodb_templates/batch-write-request.json
tempest/cli/keyvalue/magnetodb_templates/item-get-request.json
tempest/cli/keyvalue/magnetodb_templates/item-put-request.json
tempest/cli/keyvalue/magnetodb_templates/query-request.json
tempest/cli/keyvalue/magnetodb_templates/scan-request.json
tempest/cli/keyvalue/magnetodb_templates/table-create-request.json
tempest/common/__init__.py
tempest/common/http.py
tempest/common/isolated_creds.py
tempest/common/rest_client.py
tempest/common/utils/__init__.py
tempest/common/utils/data_utils.py
tempest/common/utils/file_utils.py
tempest/common/utils/misc.py
tempest/funkload_tests/LoadTest1.conf
tempest/funkload_tests/test_load_1.py
tempest/jmeter_tests/magneto_getitem.jmx
tempest/openstack/__init__.py
tempest/openstack/common/__init__.py
tempest/openstack/common/gettextutils.py
tempest/openstack/common/importutils.py
tempest/openstack/common/jsonutils.py
tempest/openstack/common/local.py
tempest/openstack/common/log.py
tempest/openstack/common/timeutils.py
tempest/services/__init__.py
tempest/services/botoclients.py
tempest/services/keyvalue/__init__.py
tempest/services/keyvalue/json/__init__.py
tempest/services/keyvalue/json/magnetodb_client.py
tempest/services/keyvalue/json/magnetodb_streaming_client.py
tools/install_cassandra_ccm.sh
tools/install_venv.py
tools/with_venv.sh