deleteted .idea, added .gitignore

This commit is contained in:
Yulia Portnova 2013-09-04 10:21:21 +03:00
parent c112a41151
commit 373bea0fe1
11 changed files with 37 additions and 829 deletions

37
.gitignore vendored Normal file
View File

@ -0,0 +1,37 @@
*.DS_Store
*.log
*.mo
*.pyc
*.sqlite
*.swp
.cinder-venv
.coverage
.testrepository
.tox
.venv
.idea
AUTHORS
Authors
build/*
build-stamp
CA/
ChangeLog
cinder.egg-info
cover/*
covhtml
dist/*
instances
keeper
keys
local_settings.py
tools/conf/cinder.conf*
tools/lintstack.head.py
tools/pylint_exceptions
tags
# Files created by Sphinx build
doc/build
.autogenerated
# Development environment files
.project
.pydevproject

View File

@ -1 +0,0 @@
manila

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
</project>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7.3 (/usr/bin/python2.7)" project-jdk-type="Python SDK" />
<component name="PyConsoleOptionsProvider">
<option name="myPythonConsoleState">
<PyConsoleSettings />
</option>
<option name="myDjangoConsoleState">
<PyConsoleSettings />
</option>
</component>
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false" SSL_PROTOCOLS="all">
<option name="USER" value="" />
<option name="PASSWORD" value="" />
<option name="mySSHConnectionTimeout" value="30000" />
<option name="mySSHReadTimeout" value="30000" />
<option name="LAST_MERGED_REVISION" />
<option name="MERGE_DRY_RUN" value="false" />
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
<option name="FORCE_UPDATE" value="false" />
<option name="IGNORE_EXTERNALS" value="false" />
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
</component>
</project>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/manila.iml" filepath="$PROJECT_DIR$/.idea/manila.iml" />
</modules>
</component>
</project>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PyDocumentationSettings">
<option name="myDocStringFormat" value="reStructuredText" />
</component>
</project>

View File

@ -1,5 +0,0 @@
<component name="DependencyValidationManager">
<state>
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</state>
</component>

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="TestRunnerService">
<option name="projectConfiguration" value="Nosetests" />
<option name="PROJECT_TEST_RUNNER" value="Nosetests" />
</component>
</project>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,748 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="1b1c7685-def3-415f-9322-bbcb3d480c5d" name="Default" comment="">
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/admin_actions.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/extended_snapshot_attributes.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/hosts.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/types_extra_specs.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/types_manage.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/volume_actions.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/volume_host_attribute.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/volume_image_metadata.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/contrib/volume_tenant_attribute.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v1/snapshot_metadata.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v1/snapshots.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v1/types.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v1/volume_metadata.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v1/volumes.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v2/snapshot_metadata.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v2/snapshots.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v2/types.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v2/views/volumes.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/v2/volumes.py" afterPath="" />
<change type="DELETED" beforePath="$PROJECT_DIR$/manila/api/views/types.py" afterPath="" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/manila/api/v1/router.py" afterPath="$PROJECT_DIR$/manila/api/v1/router.py" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/manila/api/v2/router.py" afterPath="$PROJECT_DIR$/manila/api/v2/router.py" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
</list>
<ignored path="manila.iws" />
<ignored path=".idea/workspace.xml" />
<file path="/Dummy.txt" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378207548419" ignored="false" />
<file path="/a.dummy" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378278263409" ignored="false" />
<file path="/migration.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378193247103" ignored="false" />
<file path="/models.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378195295470" ignored="false" />
<file path="/migrate.cfg" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378195338621" ignored="false" />
<file path="/001_manila_init.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378195376666" ignored="false" />
<file path="/__init__.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378195469985" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/setup.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="/setup.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208172263" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/LICENSE" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208236147" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/README.rst" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/volume_backups_restore.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244533" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/openstack-common.conf" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/__init__.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/volume_snapshots.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/contrib/list_extensions.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/test_utils.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/volume_backups_restore.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/run_tests.sh" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/__init__.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/test_client.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/volume_snapshots.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/volume_types.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/test_service_catalog.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/volume_backups.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/shell.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/test_http.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/utils.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/test_base.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/test_shell.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/base.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378209841523" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/extension.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/client.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/service_catalog.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v1/test_types.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v1/test_shell.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v1/fakes.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/shell.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v1/test_auth.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/volume_types.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/share_snapshots.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/volume_backups.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/contrib/list_extensions.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/volumes.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v1/shares/test_share_snapshots.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v1/shares/fakes.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v1/shares/test_shares.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v1/contrib/test_list_extensions.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v2/test_types.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v2/test_shell.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v2/fakes.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v2/test_auth.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/openstack/common/version.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v2/shares/test_share_snapshots.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/doc/Makefile" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v2/shares/fakes.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v2/shares/test_shares.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/doc/source/index.rst" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/doc/source/conf.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tests/v2/contrib/test_list_extensions.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tools/install_venv.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tools/cinder.bash_completion" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/shell.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/limits.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/client.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378209975637" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/shares.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/quotas.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v1/quota_classes.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/__init__.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/volumes.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/share_snapshots.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/limits.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/client.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/shares.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/quotas.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/manilaclient/v2/quota_classes.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="$PROJECT_DIR$/../python-manilaclient/tox.ini" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378208244534" ignored="false" />
<file path="/base.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378209841523" ignored="false" />
<file path="/client.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378209975637" ignored="false" />
<file path="/manila-api" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378212629636" ignored="false" />
<file path="/auth.py" changelist="1b1c7685-def3-415f-9322-bbcb3d480c5d" time="1378213653088" ignored="false" />
<option name="TRACKING_ENABLED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
<component name="CreatePatchCommitExecutor">
<option name="PATCH_PATH" value="" />
</component>
<component name="DaemonCodeAnalyzer">
<disable_hints />
</component>
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
<component name="FavoritesManager">
<favorites_list name="manila" />
</component>
<component name="FileEditorManager">
<leaf>
<file leaf-file-name="api.py" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/manila/db/api.py">
<provider selected="true" editor-type-id="text-editor">
<state line="69" column="19" selection-start="2706" selection-end="2706" vertical-scroll-proportion="-12.84">
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="models.py" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/manila/db/sqlalchemy/models.py">
<provider selected="true" editor-type-id="text-editor">
<state line="294" column="22" selection-start="9404" selection-end="9404" vertical-scroll-proportion="-16.92">
<folding>
<element signature="e#928#988#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file leaf-file-name="iscsi.py" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/manila/brick/iscsi/iscsi.py">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="-0.0">
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="manila-api" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/bin/manila-api">
<provider selected="true" editor-type-id="text-editor">
<state line="49" column="27" selection-start="1639" selection-end="1639" vertical-scroll-proportion="-7.72">
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="service.py" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/manila/service.py">
<provider selected="true" editor-type-id="text-editor">
<state line="521" column="8" selection-start="18410" selection-end="18410" vertical-scroll-proportion="13.32">
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="auth.py" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/manila/api/middleware/auth.py">
<provider selected="true" editor-type-id="text-editor">
<state line="71" column="12" selection-start="2224" selection-end="2224" vertical-scroll-proportion="-1.7142857">
<folding>
<element signature="e#707#716#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file leaf-file-name="extensions.py" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/manila/api/extensions.py">
<provider selected="true" editor-type-id="text-editor">
<state line="185" column="42" selection-start="5369" selection-end="5375" vertical-scroll-proportion="-1.7142857">
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="image_create.py" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/manila/api/contrib/image_create.py">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="9.44">
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="router.py" pinned="false" current="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/manila/api/v1/router.py">
<provider selected="true" editor-type-id="text-editor">
<state line="25" column="32" selection-start="954" selection-end="954" vertical-scroll-proportion="-6.0">
<folding />
</state>
</provider>
</entry>
</file>
<file leaf-file-name="router.py" pinned="false" current="true" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/manila/api/v2/router.py">
<provider selected="true" editor-type-id="text-editor">
<state line="46" column="32" selection-start="1563" selection-end="1563" vertical-scroll-proportion="0.7178683">
<folding>
<element signature="e#860#893#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
</leaf>
</component>
<component name="FindManager">
<FindUsagesManager>
<setting name="OPEN_NEW_TAB" value="false" />
</FindUsagesManager>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GitLogSettings">
<option name="myDateState">
<MyDateState />
</option>
</component>
<component name="IdeDocumentHistory">
<option name="changedFiles">
<list>
<option value="$PROJECT_DIR$/manila/db/sqlalchemy/migration.py" />
<option value="$PROJECT_DIR$/manila/db/sqlalchemy/migrate_repo/migrate.cfg" />
<option value="$PROJECT_DIR$/manila/db/sqlalchemy/migrate_repo/versions/001_manila_init.py" />
<option value="$PROJECT_DIR$/manila/db/__init__.py" />
<option value="$PROJECT_DIR$/manila/db/sqlalchemy/api.py" />
<option value="$PROJECT_DIR$/setup.cfg" />
<option value="$PROJECT_DIR$/bin/manila-manage" />
<option value="$PROJECT_DIR$/manila/exception.py" />
<option value="$PROJECT_DIR$/manila/flags.py" />
<option value="$PROJECT_DIR$/manila/db/api.py" />
<option value="$PROJECT_DIR$/manila/db/sqlalchemy/models.py" />
<option value="$PROJECT_DIR$/bin/manila-api" />
<option value="$PROJECT_DIR$/manila/api/middleware/auth.py" />
<option value="$PROJECT_DIR$/manila/api/contrib/admin_actions.py" />
<option value="$PROJECT_DIR$/manila/api/v1/router.py" />
<option value="$PROJECT_DIR$/manila/api/v2/router.py" />
</list>
</option>
</component>
<component name="ProjectFrameBounds">
<option name="x" value="64" />
<option name="y" value="-4" />
<option name="width" value="1303" />
<option name="height" value="773" />
</component>
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
<OptionsSetting value="true" id="Add" />
<OptionsSetting value="true" id="Remove" />
<OptionsSetting value="true" id="Checkout" />
<OptionsSetting value="true" id="Update" />
<OptionsSetting value="true" id="Status" />
<OptionsSetting value="true" id="Edit" />
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectReloadState">
<option name="STATE" value="0" />
</component>
<component name="ProjectView">
<navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
<flattenPackages />
<showMembers />
<showModules />
<showLibraryContents />
<hideEmptyPackages />
<abbreviatePackageNames />
<autoscrollToSource />
<autoscrollFromSource />
<sortByType />
</navigator>
<panes>
<pane id="Scope" />
<pane id="ProjectPane">
<subPane>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="api" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="api" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="views" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="api" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="v2" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="api" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="v2" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="views" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="api" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="v1" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="manila" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="api" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
<PATH_ELEMENT>
<option name="myItemId" value="middleware" />
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
</PATH_ELEMENT>
</PATH>
</subPane>
</pane>
</panes>
</component>
<component name="PropertiesComponent">
<property name="options.splitter.main.proportions" value="0.3" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="options.lastSelected" value="project.propVCSSupport.Mappings" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../python-manilaclient" />
<property name="options.searchVisible" value="true" />
<property name="options.splitter.details.proportions" value="0.2" />
</component>
<component name="RunManager">
<configuration default="true" type="tests" factoryName="Nosetests">
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs />
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="" />
<option name="IS_MODULE_SDK" value="false" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<module name="manila" />
<EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
<option name="SCRIPT_NAME" value="" />
<option name="CLASS_NAME" value="" />
<option name="METHOD_NAME" value="" />
<option name="FOLDER_NAME" value="" />
<option name="TEST_TYPE" value="TEST_SCRIPT" />
<option name="PATTERN" value="" />
<option name="USE_PATTERN" value="false" />
<option name="PARAMS" value="" />
<option name="USE_PARAM" value="false" />
<method />
</configuration>
<configuration default="true" type="PythonConfigurationType" factoryName="Python">
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="" />
<option name="IS_MODULE_SDK" value="false" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<module name="manila" />
<EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
<option name="SCRIPT_NAME" value="" />
<option name="PARAMETERS" value="" />
<method />
</configuration>
<configuration default="true" type="tests" factoryName="Doctests">
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs />
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="" />
<option name="IS_MODULE_SDK" value="false" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<module name="manila" />
<EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
<option name="SCRIPT_NAME" value="" />
<option name="CLASS_NAME" value="" />
<option name="METHOD_NAME" value="" />
<option name="FOLDER_NAME" value="" />
<option name="TEST_TYPE" value="TEST_SCRIPT" />
<option name="PATTERN" value="" />
<option name="USE_PATTERN" value="false" />
<method />
</configuration>
<list size="0" />
</component>
<component name="ShelveChangesManager" show_recycled="false" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="1b1c7685-def3-415f-9322-bbcb3d480c5d" name="Default" comment="" />
<created>1377869547472</created>
<updated>1377869547472</updated>
</task>
<servers />
</component>
<component name="ToolWindowManager">
<frame x="64" y="-4" width="1303" height="773" extended-state="6" />
<editor active="false" />
<layout>
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
<window_info id="Find" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.35332254" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.28856915" sideWeight="0.6466775" order="0" side_tool="false" content_ui="combo" />
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
</layout>
</component>
<component name="VcsContentAnnotationSettings">
<option name="myLimit" value="2678400000" />
</component>
<component name="VcsManagerConfiguration">
<option name="OFFER_MOVE_TO_ANOTHER_CHANGELIST_ON_PARTIAL_COMMIT" value="true" />
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
<option name="CHECK_NEW_TODO" value="true" />
<option name="myTodoPanelSettings">
<value>
<are-packages-shown value="false" />
<are-modules-shown value="false" />
<flatten-packages value="false" />
<is-autoscroll-to-source value="false" />
</value>
</option>
<option name="PERFORM_UPDATE_IN_BACKGROUND" value="true" />
<option name="PERFORM_COMMIT_IN_BACKGROUND" value="true" />
<option name="PERFORM_EDIT_IN_BACKGROUND" value="true" />
<option name="PERFORM_CHECKOUT_IN_BACKGROUND" value="true" />
<option name="PERFORM_ADD_REMOVE_IN_BACKGROUND" value="true" />
<option name="PERFORM_ROLLBACK_IN_BACKGROUND" value="false" />
<option name="CHECK_LOCALLY_CHANGED_CONFLICTS_IN_BACKGROUND" value="false" />
<option name="CHANGED_ON_SERVER_INTERVAL" value="60" />
<option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
<option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
<option name="DEFAULT_PATCH_EXTENSION" value="patch" />
<option name="SHORT_DIFF_HORIZONTALLY" value="true" />
<option name="SHORT_DIFF_EXTRA_LINES" value="2" />
<option name="SOFT_WRAPS_IN_SHORT_DIFF" value="true" />
<option name="INCLUDE_TEXT_INTO_PATCH" value="false" />
<option name="INCLUDE_TEXT_INTO_SHELF" value="false" />
<option name="SHOW_FILE_HISTORY_DETAILS" value="true" />
<option name="SHOW_VCS_ERROR_NOTIFICATIONS" value="true" />
<option name="SHOW_DIRTY_RECURSIVELY" value="false" />
<option name="LIMIT_HISTORY" value="true" />
<option name="MAXIMUM_HISTORY_ROWS" value="1000" />
<option name="UPDATE_FILTER_SCOPE_NAME" />
<option name="USE_COMMIT_MESSAGE_MARGIN" value="false" />
<option name="COMMIT_MESSAGE_MARGIN_SIZE" value="72" />
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="false" />
<option name="FORCE_NON_EMPTY_COMMENT" value="false" />
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="false" />
<option name="LAST_COMMIT_MESSAGE" />
<option name="MAKE_NEW_CHANGELIST_ACTIVE" value="false" />
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
<option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="false" />
<option name="REFORMAT_BEFORE_FILE_COMMIT" value="false" />
<option name="FILE_HISTORY_DIALOG_COMMENTS_SPLITTER_PROPORTION" value="0.8" />
<option name="FILE_HISTORY_DIALOG_SPLITTER_PROPORTION" value="0.5" />
<option name="ACTIVE_VCS_NAME" />
<option name="UPDATE_GROUP_BY_PACKAGES" value="false" />
<option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
<option name="UPDATE_FILTER_BY_SCOPE" value="false" />
<option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
<option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager />
</component>
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/manila/compute/aggregate_states.py">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="-0.33451957">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/compute/__init__.py">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/setup.cfg">
<provider selected="true" editor-type-id="text-editor">
<state line="35" column="20" selection-start="892" selection-end="892" vertical-scroll-proportion="0.0">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/bin/manila-manage">
<provider selected="true" editor-type-id="text-editor">
<state line="644" column="48" selection-start="23215" selection-end="23215" vertical-scroll-proportion="-120.92">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/exception.py">
<provider selected="true" editor-type-id="text-editor">
<state line="564" column="49" selection-start="15313" selection-end="15313" vertical-scroll-proportion="-1.6428572">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/flags.py">
<provider selected="true" editor-type-id="text-editor">
<state line="226" column="74" selection-start="9048" selection-end="9048" vertical-scroll-proportion="-1.6428572">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/db/api.py">
<provider selected="true" editor-type-id="text-editor">
<state line="69" column="19" selection-start="2706" selection-end="2706" vertical-scroll-proportion="-12.84">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/db/sqlalchemy/models.py">
<provider selected="true" editor-type-id="text-editor">
<state line="294" column="22" selection-start="9404" selection-end="9404" vertical-scroll-proportion="-16.92">
<folding>
<element signature="e#928#988#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/brick/iscsi/iscsi.py">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/bin/manila-api">
<provider selected="true" editor-type-id="text-editor">
<state line="49" column="27" selection-start="1639" selection-end="1639" vertical-scroll-proportion="-7.72">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/service.py">
<provider selected="true" editor-type-id="text-editor">
<state line="521" column="8" selection-start="18410" selection-end="18410" vertical-scroll-proportion="13.32">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/api/middleware/auth.py">
<provider selected="true" editor-type-id="text-editor">
<state line="71" column="12" selection-start="2224" selection-end="2224" vertical-scroll-proportion="-1.7142857">
<folding>
<element signature="e#707#716#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/api/extensions.py">
<provider selected="true" editor-type-id="text-editor">
<state line="185" column="42" selection-start="5369" selection-end="5375" vertical-scroll-proportion="-1.7142857">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/api/contrib/image_create.py">
<provider selected="true" editor-type-id="text-editor">
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="9.44">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/api/v1/router.py">
<provider selected="true" editor-type-id="text-editor">
<state line="25" column="32" selection-start="954" selection-end="954" vertical-scroll-proportion="-6.0">
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/manila/api/v2/router.py">
<provider selected="true" editor-type-id="text-editor">
<state line="46" column="32" selection-start="1563" selection-end="1563" vertical-scroll-proportion="0.7178683">
<folding>
<element signature="e#860#893#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</component>
</project>