.coveragerc
.stestr.conf
AUTHORS
ChangeLog
MANIFEST.in
Makefile
README.rst
babel.cfg
bandit.yaml
config.py
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/readme.rst
doc/source/admin/index.rst
doc/source/cli/index.rst
doc/source/configuration/index.rst
doc/source/contributor/contributing.rst
doc/source/contributor/index.rst
doc/source/install/common_configure.rst
doc/source/install/common_prerequisites.rst
doc/source/install/get_started.rst
doc/source/install/index.rst
doc/source/install/install-obs.rst
doc/source/install/install-rdo.rst
doc/source/install/install-ubuntu.rst
doc/source/install/install.rst
doc/source/install/next-steps.rst
doc/source/install/verify.rst
doc/source/library/index.rst
doc/source/reference/index.rst
doc/source/user/index.rst
etc/localrc
etc/ranger/ranger.conf
images/ranger/Dockerfile
images/rangercli/Dockerfile
orm/__init__.py
orm/_i18n.py
orm/app.py
orm/base_config.py
orm/cmd/__init__.py
orm/cmd/audit.py
orm/cmd/cms.py
orm/cmd/db_sync.py
orm/cmd/fms.py
orm/cmd/ims.py
orm/cmd/keystone.py
orm/cmd/rds.py
orm/cmd/rms.py
orm/cmd/uuidgen.py
orm/common/__init__.py
orm/common/config.py
orm/common/client/__init__.py
orm/common/client/audit/CONTRIBUTING.rst
orm/common/client/audit/HACKING.rst
orm/common/client/audit/MANIFEST.in
orm/common/client/audit/README.rst
orm/common/client/audit/__init__.py
orm/common/client/audit/babel.cfg
orm/common/client/audit/requirements.txt
orm/common/client/audit/setup.cfg
orm/common/client/audit/setup.py
orm/common/client/audit/test-requirements.txt
orm/common/client/audit/tox.ini
orm/common/client/audit/audit_client/__init__.py
orm/common/client/audit/audit_client/api/__init__.py
orm/common/client/audit/audit_client/api/audit.py
orm/common/client/audit/audit_client/api/exceptions/__init__.py
orm/common/client/audit/audit_client/api/exceptions/audit_exception.py
orm/common/client/audit/audit_client/api/model/__init__.py
orm/common/client/audit/audit_client/api/model/get_audits_result.py
orm/common/client/audit/audit_client/api/model/transaction.py
orm/common/client/audit/audit_client/examples/__init__.py
orm/common/client/audit/audit_client/examples/get_audits.py
orm/common/client/audit/audit_client/examples/put_audit.py
orm/common/client/keystone/CONTRIBUTING.rst
orm/common/client/keystone/HACKING.rst
orm/common/client/keystone/LICENSE
orm/common/client/keystone/MANIFEST.in
orm/common/client/keystone/README.rst
orm/common/client/keystone/__init__.py
orm/common/client/keystone/babel.cfg
orm/common/client/keystone/requirements.txt
orm/common/client/keystone/setup.cfg
orm/common/client/keystone/setup.py
orm/common/client/keystone/test-requirements.txt
orm/common/client/keystone/tox.ini
orm/common/client/keystone/doc/source/contributing.rst
orm/common/client/keystone/doc/source/index.rst
orm/common/client/keystone/doc/source/installation.rst
orm/common/client/keystone/doc/source/readme.rst
orm/common/client/keystone/doc/source/usage.rst
orm/common/client/keystone/keystone_utils/__init__.py
orm/common/client/keystone/keystone_utils/tokens.py
orm/common/client/keystone/keystone_utils/tests/__init__.py
orm/common/client/keystone/keystone_utils/tests/unit/__init__.py
orm/common/client/keystone/keystone_utils/tests/unit/test_tokens.py
orm/common/client/keystone/mock_keystone/__init__.py
orm/common/client/keystone/mock_keystone/keystoneclient/__init__.py
orm/common/client/keystone/mock_keystone/keystoneclient/exceptions.py
orm/common/client/keystone/mock_keystone/keystoneclient/v2_0/__init__.py
orm/common/client/keystone/mock_keystone/keystoneclient/v2_0/client.py
orm/common/client/keystone/mock_keystone/keystoneclient/v3/__init__.py
orm/common/client/keystone/mock_keystone/keystoneclient/v3/client.py
orm/common/client/keystone/mock_keystone/orm_common/__init__.py
orm/common/client/keystone/mock_keystone/orm_common/utils/__init__.py
orm/common/client/keystone/mock_keystone/orm_common/utils/dictator.py
orm/common/orm_common/__init__.py
orm/common/orm_common/extenal_mock/audit_client/__init__.py
orm/common/orm_common/extenal_mock/audit_client/api/__init__.py
orm/common/orm_common/extenal_mock/audit_client/api/audit.py
orm/common/orm_common/extenal_mock/keystone_utils/__init__.py
orm/common/orm_common/extenal_mock/keystone_utils/tokens.py
orm/common/orm_common/hooks/__init__.py
orm/common/orm_common/hooks/api_error_hook.py
orm/common/orm_common/hooks/security_headers_hook.py
orm/common/orm_common/hooks/transaction_id_hook.py
orm/common/orm_common/injector/__init__.py
orm/common/orm_common/injector/injector.py
orm/common/orm_common/injector/fang/__init__.py
orm/common/orm_common/injector/fang/dependency_register.py
orm/common/orm_common/injector/fang/di.py
orm/common/orm_common/injector/fang/errors.py
orm/common/orm_common/injector/fang/resolver.py
orm/common/orm_common/injector/fang/resource_provider_register.py
orm/common/orm_common/policy/__init__.py
orm/common/orm_common/policy/_checks.py
orm/common/orm_common/policy/_parser.py
orm/common/orm_common/policy/policy.py
orm/common/orm_common/policy/qolicy.py
orm/common/orm_common/tests/__init__.py
orm/common/orm_common/tests/hooks/__init__.py
orm/common/orm_common/tests/hooks/test_api_error_hook.py
orm/common/orm_common/tests/hooks/test_security_headers_hook.py
orm/common/orm_common/tests/hooks/test_transaction_id_hook.py
orm/common/orm_common/tests/injector/__init__.py
orm/common/orm_common/tests/injector/test_injector.py
orm/common/orm_common/tests/policy/__init__.py
orm/common/orm_common/tests/policy/test_checks.py
orm/common/orm_common/tests/policy/test_policy.py
orm/common/orm_common/tests/utils/__init__.py
orm/common/orm_common/tests/utils/test_api_error_utils.py
orm/common/orm_common/tests/utils/test_cross_api_utils.py
orm/common/orm_common/tests/utils/test_utils.py
orm/common/orm_common/utils/__init__.py
orm/common/orm_common/utils/api_error_utils.py
orm/common/orm_common/utils/cross_api_utils.py
orm/common/orm_common/utils/dictator.py
orm/common/orm_common/utils/error_base.py
orm/common/orm_common/utils/sanitize.py
orm/common/orm_common/utils/utils.py
orm/orm_client/__init__.py
orm/orm_client/requirements.txt
orm/orm_client/setup.cfg
orm/orm_client/setup.py
orm/orm_client/db_clear/__init__.py
orm/orm_client/db_clear/cli_comander.py
orm/orm_client/db_clear/cms_cleaner.py
orm/orm_client/db_clear/config.py
orm/orm_client/db_clear/db_comander.py
orm/orm_client/db_clear/initializer.py
orm/orm_client/db_clear/resource_cleaner.py
orm/orm_client/db_clear/utils.py
orm/orm_client/db_clear/yaml_handler.py
orm/orm_client/flavorgen/README
orm/orm_client/flavorgen/flavorator.py
orm/orm_client/flavorgen/make_flav.py
orm/orm_client/flavorgen/make_flavor.py
orm/orm_client/flavorgen/regionator.py
orm/orm_client/flavorgen/flavor_dir/Large/gv.c12r64d400
orm/orm_client/flavorgen/flavor_dir/Large/gv.c1r2d12e20
orm/orm_client/flavorgen/flavor_dir/Large/gv.c2r2d320
orm/orm_client/flavorgen/flavor_dir/Large/gv.c2r4d12e40
orm/orm_client/flavorgen/flavor_dir/Large/gv.c2r4d20
orm/orm_client/flavorgen/flavor_dir/Large/gv.c4r12d320
orm/orm_client/flavorgen/flavor_dir/Large/gv.c4r16d320
orm/orm_client/flavorgen/flavor_dir/Large/gv.c4r2d80e160
orm/orm_client/flavorgen/flavor_dir/Large/gv.c4r32d320
orm/orm_client/flavorgen/flavor_dir/Large/gv.c8r16d40
orm/orm_client/flavorgen/flavor_dir/Large/gv.c8r16d80e160
orm/orm_client/flavorgen/flavor_dir/Large/gv.c8r32d80e320
orm/orm_client/flavorgen/flavor_dir/Large/gv.c8r64d320
orm/orm_client/flavorgen/flavor_dir/Large/nv.c12r64d400
orm/orm_client/flavorgen/flavor_dir/Large/nv.c2r2d320
orm/orm_client/flavorgen/flavor_dir/Large/nv.c2r4d20
orm/orm_client/flavorgen/flavor_dir/Large/nv.c4r12d320
orm/orm_client/flavorgen/flavor_dir/Large/nv.c4r16d320
orm/orm_client/flavorgen/flavor_dir/Large/nv.c4r32d320
orm/orm_client/flavorgen/flavor_dir/Large/nv.c8r16d40
orm/orm_client/flavorgen/flavor_dir/Large/nv.c8r64d320
orm/orm_client/imagegen/README
orm/orm_client/imagegen/imageator.py
orm/orm_client/imagegen/regionator.py
orm/orm_client/imagegen/image_dir/test_image
orm/orm_client/ormcli/README
orm/orm_client/ormcli/__init__.py
orm/orm_client/ormcli/cli_common.py
orm/orm_client/ormcli/cmscli.py
orm/orm_client/ormcli/config.py
orm/orm_client/ormcli/fmscli.py
orm/orm_client/ormcli/imscli.py
orm/orm_client/ormcli/orm
orm/orm_client/ormcli/ormcli.py
orm/orm_client/ormcli/requirements.txt
orm/orm_client/ormcli/rmscli.py
orm/services/__init__.py
orm/services/db_setup.py
orm/services/audit_trail_manager/MANIFEST.in
orm/services/audit_trail_manager/__init__.py
orm/services/audit_trail_manager/audit_server.conf
orm/services/audit_trail_manager/audit_server.wsgi
orm/services/audit_trail_manager/config.py
orm/services/audit_trail_manager/debug_service.py
orm/services/audit_trail_manager/tox.ini
orm/services/audit_trail_manager/audit_server/__init__.py
orm/services/audit_trail_manager/audit_server/app.py
orm/services/audit_trail_manager/audit_server/controllers/__init__.py
orm/services/audit_trail_manager/audit_server/controllers/root.py
orm/services/audit_trail_manager/audit_server/controllers/v1/__init__.py
orm/services/audit_trail_manager/audit_server/controllers/v1/audit.py
orm/services/audit_trail_manager/audit_server/controllers/v1/base.py
orm/services/audit_trail_manager/audit_server/controllers/v1/configuration.py
orm/services/audit_trail_manager/audit_server/controllers/v1/logs.py
orm/services/audit_trail_manager/audit_server/controllers/v1/root.py
orm/services/audit_trail_manager/audit_server/controllers/v1/transaction.py
orm/services/audit_trail_manager/audit_server/model/__init__.py
orm/services/audit_trail_manager/audit_server/model/transaction.py
orm/services/audit_trail_manager/audit_server/model/transaction_query.py
orm/services/audit_trail_manager/audit_server/model/transaction_query_result.py
orm/services/audit_trail_manager/audit_server/services/__init__.py
orm/services/audit_trail_manager/audit_server/services/base.py
orm/services/audit_trail_manager/audit_server/services/transaction.py
orm/services/audit_trail_manager/audit_server/storage/__init__.py
orm/services/audit_trail_manager/audit_server/storage/factory.py
orm/services/audit_trail_manager/audit_server/storage/transaction.py
orm/services/audit_trail_manager/audit_server/storage/mysql/__init__.py
orm/services/audit_trail_manager/audit_server/storage/mysql/transaction.py
orm/services/audit_trail_manager/audit_server_docs/audit_server_swagger.yaml
orm/services/audit_trail_manager/audit_server_docs/nodejs_audit_server_docs/README.md
orm/services/audit_trail_manager/audit_server_docs/nodejs_audit_server_docs/index.js
orm/services/audit_trail_manager/audit_server_docs/nodejs_audit_server_docs/package.json
orm/services/audit_trail_manager/audit_server_docs/nodejs_audit_server_docs/api/swagger.yaml
orm/services/audit_trail_manager/audit_server_docs/nodejs_audit_server_docs/controllers/Default.js
orm/services/audit_trail_manager/audit_server_docs/nodejs_audit_server_docs/controllers/DefaultService.js
orm/services/audit_trail_manager/public/css/style.css
orm/services/audit_trail_manager/public/images/logo.png
orm/services/audit_trail_manager/scripts/db_scripts/create_db.sql
orm/services/audit_trail_manager/scripts/shell_scripts/create_db.sh
orm/services/audit_trail_manager/scripts/shell_scripts/update_db.sh
orm/services/audit_trail_manager/swagger/swagger.yaml
orm/services/customer_manager/MANIFEST.in
orm/services/customer_manager/__init__.py
orm/services/customer_manager/cms_rest.conf
orm/services/customer_manager/cms_rest.wsgi
orm/services/customer_manager/config.py
orm/services/customer_manager/gulpfile.js
orm/services/customer_manager/package.json
orm/services/customer_manager/pycharm_init.py
orm/services/customer_manager/run_pecan.py
orm/services/customer_manager/tox.ini
orm/services/customer_manager/cms_rest/__init__.py
orm/services/customer_manager/cms_rest/app.py
orm/services/customer_manager/cms_rest/rds_proxy.py
orm/services/customer_manager/cms_rest/controllers/__init__.py
orm/services/customer_manager/cms_rest/controllers/root.py
orm/services/customer_manager/cms_rest/controllers/v1/__init__.py
orm/services/customer_manager/cms_rest/controllers/v1/base.py
orm/services/customer_manager/cms_rest/controllers/v1/root.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/__init__.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/configuration.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/logs.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/root.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/customer/__init__.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/customer/enabled.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/customer/metadata.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/customer/regions.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/customer/root.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/customer/users.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/group/__init__.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/group/region_roles.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/group/region_users.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/group/regions.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/group/roles.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/group/root.py
orm/services/customer_manager/cms_rest/controllers/v1/orm/group/users.py
orm/services/customer_manager/cms_rest/data/__init__.py
orm/services/customer_manager/cms_rest/data/data_manager.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/__init__.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/base.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/cms_user_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/customer_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/customer_region_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/group_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/groups_customer_role_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/groups_domain_role_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/groups_region_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/groups_role_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/groups_user_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/models.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/region_record.py
orm/services/customer_manager/cms_rest/data/sql_alchemy/user_role_record.py
orm/services/customer_manager/cms_rest/etc/policy.json
orm/services/customer_manager/cms_rest/logger/__init__.py
orm/services/customer_manager/cms_rest/logic/__init__.py
orm/services/customer_manager/cms_rest/logic/customer_logic.py
orm/services/customer_manager/cms_rest/logic/error_base.py
orm/services/customer_manager/cms_rest/logic/group_logic.py
orm/services/customer_manager/cms_rest/logic/metadata_logic.py
orm/services/customer_manager/cms_rest/model/GroupModels.py
orm/services/customer_manager/cms_rest/model/Model.py
orm/services/customer_manager/cms_rest/model/Models.py
orm/services/customer_manager/cms_rest/model/__init__.py
orm/services/customer_manager/cms_rest/utils/__init__.py
orm/services/customer_manager/cms_rest/utils/authentication.py
orm/services/customer_manager/public/css/style.css
orm/services/customer_manager/public/images/logo.png
orm/services/customer_manager/scripts/db_scripts/ranger_cms_create_db.sql
orm/services/customer_manager/scripts/db_scripts/ranger_cms_update_db.sql
orm/services/customer_manager/scripts/shell_scripts/create_db.sh
orm/services/customer_manager/scripts/shell_scripts/update_db.sh
orm/services/customer_manager/swagger/swagger.yaml
orm/services/flavor_manager/MANIFEST.in
orm/services/flavor_manager/__init__.py
orm/services/flavor_manager/config.py
orm/services/flavor_manager/fms_rest.conf
orm/services/flavor_manager/fms_rest.wsgi
orm/services/flavor_manager/pycharm_init.py
orm/services/flavor_manager/run_pecan.py
orm/services/flavor_manager/tox.ini
orm/services/flavor_manager/fms_rest/__init__.py
orm/services/flavor_manager/fms_rest/app.py
orm/services/flavor_manager/fms_rest/controllers/__init__.py
orm/services/flavor_manager/fms_rest/controllers/root.py
orm/services/flavor_manager/fms_rest/controllers/v1/__init__.py
orm/services/flavor_manager/fms_rest/controllers/v1/v1.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/__init__.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/configuration.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/logs.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/orm.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/flavors/__init__.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/flavors/base.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/flavors/flavors.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/flavors/os_extra_specs.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/flavors/regions.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/flavors/tags.py
orm/services/flavor_manager/fms_rest/controllers/v1/orm/flavors/tenants.py
orm/services/flavor_manager/fms_rest/data/__init__.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/__init__.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/data_manager.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/db_models.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor/__init__.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor/flavor_record.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_extra_spec/__init__.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_extra_spec/flavor_extra_spec_record.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_options/__init__.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_options/flavor_option_record.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_region/__init__.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_region/flavor_region_record.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_tags/__init__.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_tags/flavor_tag_record.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_tenant/__init__.py
orm/services/flavor_manager/fms_rest/data/sql_alchemy/flavor_tenant/flavor_tenant_record.py
orm/services/flavor_manager/fms_rest/data/wsme/__init__.py
orm/services/flavor_manager/fms_rest/data/wsme/model.py
orm/services/flavor_manager/fms_rest/data/wsme/models.py
orm/services/flavor_manager/fms_rest/di_providers/__init__.py
orm/services/flavor_manager/fms_rest/di_providers/prod_providers.py
orm/services/flavor_manager/fms_rest/etc/policy.json
orm/services/flavor_manager/fms_rest/hooks/__init__.py
orm/services/flavor_manager/fms_rest/hooks/service_hooks.py
orm/services/flavor_manager/fms_rest/logger/__init__.py
orm/services/flavor_manager/fms_rest/logic/__init__.py
orm/services/flavor_manager/fms_rest/logic/error_base.py
orm/services/flavor_manager/fms_rest/logic/flavor_logic.py
orm/services/flavor_manager/fms_rest/proxies/__init__.py
orm/services/flavor_manager/fms_rest/proxies/rds_proxy.py
orm/services/flavor_manager/fms_rest/templates/error.html
orm/services/flavor_manager/fms_rest/templates/index.html
orm/services/flavor_manager/fms_rest/templates/layout.html
orm/services/flavor_manager/fms_rest/utils/__init__.py
orm/services/flavor_manager/fms_rest/utils/authentication.py
orm/services/flavor_manager/fms_rest/utils/utils.py
orm/services/flavor_manager/scripts/db_scripts/ranger_fms_create_db.sql
orm/services/flavor_manager/scripts/db_scripts/ranger_fms_update_db.sql
orm/services/flavor_manager/scripts/shell_scripts/create_db.sh
orm/services/flavor_manager/scripts/shell_scripts/update_db.sh
orm/services/flavor_manager/swagger/swagger.yaml
orm/services/id_generator/MANIFEST.in
orm/services/id_generator/TODO
orm/services/id_generator/__init__.py
orm/services/id_generator/config.py
orm/services/id_generator/requirements.txt
orm/services/id_generator/test-requirements.txt
orm/services/id_generator/tox.ini
orm/services/id_generator/uuidgen.conf
orm/services/id_generator/uuidgen.wsgi
orm/services/id_generator/public/css/style.css
orm/services/id_generator/public/images/logo.png
orm/services/id_generator/scripts/db_scripts/db_create.sql
orm/services/id_generator/scripts/shell_scripts/create_db.sh
orm/services/id_generator/scripts/shell_scripts/update_db.sh
orm/services/id_generator/swagger/swagger.yaml
orm/services/id_generator/uuidgen/__init__.py
orm/services/id_generator/uuidgen/app.py
orm/services/id_generator/uuidgen/controllers/__init__.py
orm/services/id_generator/uuidgen/controllers/root.py
orm/services/id_generator/uuidgen/controllers/v1/__init__.py
orm/services/id_generator/uuidgen/controllers/v1/configuration.py
orm/services/id_generator/uuidgen/controllers/v1/logs.py
orm/services/id_generator/uuidgen/controllers/v1/root.py
orm/services/id_generator/uuidgen/controllers/v1/uuid_controller.py
orm/services/id_generator/uuidgen/db/__init__.py
orm/services/id_generator/uuidgen/db/db_manager.py
orm/services/id_generator/uuidgen/db/uuid_db.py
orm/services/image_manager/MANIFEST.in
orm/services/image_manager/__init__.py
orm/services/image_manager/config.py
orm/services/image_manager/data_manager_test.py
orm/services/image_manager/ims.conf
orm/services/image_manager/ims.wsgi
orm/services/image_manager/pycharm_init.py
orm/services/image_manager/tox.ini
orm/services/image_manager/ims/__init__.py
orm/services/image_manager/ims/app.py
orm/services/image_manager/ims/controllers/__init__.py
orm/services/image_manager/ims/controllers/root.py
orm/services/image_manager/ims/controllers/v1/__init__.py
orm/services/image_manager/ims/controllers/v1/root.py
orm/services/image_manager/ims/controllers/v1/v1.py
orm/services/image_manager/ims/controllers/v1/orm/__init__.py
orm/services/image_manager/ims/controllers/v1/orm/configuration.py
orm/services/image_manager/ims/controllers/v1/orm/logs.py
orm/services/image_manager/ims/controllers/v1/orm/orm.py
orm/services/image_manager/ims/controllers/v1/orm/root.py
orm/services/image_manager/ims/controllers/v1/orm/images/__init__.py
orm/services/image_manager/ims/controllers/v1/orm/images/base.py
orm/services/image_manager/ims/controllers/v1/orm/images/customers.py
orm/services/image_manager/ims/controllers/v1/orm/images/enabled.py
orm/services/image_manager/ims/controllers/v1/orm/images/images.py
orm/services/image_manager/ims/controllers/v1/orm/images/metadata.py
orm/services/image_manager/ims/controllers/v1/orm/images/regions.py
orm/services/image_manager/ims/di_providers/__init__.py
orm/services/image_manager/ims/di_providers/prod_providers.py
orm/services/image_manager/ims/etc/policy.json
orm/services/image_manager/ims/hooks/__init__.py
orm/services/image_manager/ims/hooks/service_hooks.py
orm/services/image_manager/ims/logger/__init__.py
orm/services/image_manager/ims/logic/__init__.py
orm/services/image_manager/ims/logic/error_base.py
orm/services/image_manager/ims/logic/image_logic.py
orm/services/image_manager/ims/logic/metadata_logic.py
orm/services/image_manager/ims/persistency/__init__.py
orm/services/image_manager/ims/persistency/sql_alchemy/__init__.py
orm/services/image_manager/ims/persistency/sql_alchemy/data_manager.py
orm/services/image_manager/ims/persistency/sql_alchemy/db_models.py
orm/services/image_manager/ims/persistency/sql_alchemy/image/__init__.py
orm/services/image_manager/ims/persistency/sql_alchemy/image/image_record.py
orm/services/image_manager/ims/persistency/sql_alchemy/infra/__init__.py
orm/services/image_manager/ims/persistency/sql_alchemy/infra/record.py
orm/services/image_manager/ims/persistency/wsme/__init__.py
orm/services/image_manager/ims/persistency/wsme/base.py
orm/services/image_manager/ims/persistency/wsme/models.py
orm/services/image_manager/ims/proxies/__init__.py
orm/services/image_manager/ims/proxies/rds_proxy.py
orm/services/image_manager/ims/utils/__init__.py
orm/services/image_manager/ims/utils/authentication.py
orm/services/image_manager/ims/utils/utils.py
orm/services/image_manager/scripts/db_scripts/create_db.sql
orm/services/image_manager/scripts/shell_scripts/create_db.sh
orm/services/image_manager/scripts/shell_scripts/update_db.sh
orm/services/image_manager/swagger/swagger.yaml
orm/services/region_manager/MANIFEST.in
orm/services/region_manager/__init__.py
orm/services/region_manager/config.py
orm/services/region_manager/csv2db.py
orm/services/region_manager/readme.md
orm/services/region_manager/revert_csv2db.py
orm/services/region_manager/rms.conf
orm/services/region_manager/rms.wsgi
orm/services/region_manager/tox.ini
orm/services/region_manager/public/css/style.css
orm/services/region_manager/public/images/logo.png
orm/services/region_manager/rms/__init__.py
orm/services/region_manager/rms/app.py
orm/services/region_manager/rms/controllers/__init__.py
orm/services/region_manager/rms/controllers/configuration.py
orm/services/region_manager/rms/controllers/lcp_controller.py
orm/services/region_manager/rms/controllers/logs.py
orm/services/region_manager/rms/controllers/root.py
orm/services/region_manager/rms/controllers/v2/__init__.py
orm/services/region_manager/rms/controllers/v2/root.py
orm/services/region_manager/rms/controllers/v2/orm/__init__.py
orm/services/region_manager/rms/controllers/v2/orm/root.py
orm/services/region_manager/rms/controllers/v2/orm/resources/__init__.py
orm/services/region_manager/rms/controllers/v2/orm/resources/groups.py
orm/services/region_manager/rms/controllers/v2/orm/resources/metadata.py
orm/services/region_manager/rms/controllers/v2/orm/resources/regions.py
orm/services/region_manager/rms/controllers/v2/orm/resources/status.py
orm/services/region_manager/rms/etc/policy.json
orm/services/region_manager/rms/logger/__init__.py
orm/services/region_manager/rms/model/__init__.py
orm/services/region_manager/rms/model/model.py
orm/services/region_manager/rms/model/url_parm.py
orm/services/region_manager/rms/resources/regions.csv
orm/services/region_manager/rms/services/__init__.py
orm/services/region_manager/rms/services/error_base.py
orm/services/region_manager/rms/services/services.py
orm/services/region_manager/rms/storage/__init__.py
orm/services/region_manager/rms/storage/base_data_manager.py
orm/services/region_manager/rms/storage/data_manager_factory.py
orm/services/region_manager/rms/storage/my_sql/__init__.py
orm/services/region_manager/rms/storage/my_sql/data_manager.py
orm/services/region_manager/rms/storage/my_sql/data_models.py
orm/services/region_manager/rms/utils/__init__.py
orm/services/region_manager/rms/utils/authentication.py
orm/services/region_manager/scripts/db_scripts/create_db.sql
orm/services/region_manager/scripts/db_scripts/insert_test_values.sql
orm/services/region_manager/scripts/shell_scripts/create_db.sh
orm/services/region_manager/scripts/shell_scripts/csv_2_db_loader.sh
orm/services/region_manager/scripts/shell_scripts/update_db.sh
orm/services/region_manager/swagger/swagger.yaml
orm/services/resource_distributor/__init__.py
orm/services/resource_distributor/config.py
orm/services/resource_distributor/rds.conf
orm/services/resource_distributor/rds.wsgi
orm/services/resource_distributor/tox.ini
orm/services/resource_distributor/doc/source/conf.py
orm/services/resource_distributor/doc/source/contributing.rst
orm/services/resource_distributor/doc/source/index.rst
orm/services/resource_distributor/doc/source/installation.rst
orm/services/resource_distributor/doc/source/readme.rst
orm/services/resource_distributor/doc/source/usage.rst
orm/services/resource_distributor/rds/__init__.py
orm/services/resource_distributor/rds/app.py
orm/services/resource_distributor/rds/controllers/__init__.py
orm/services/resource_distributor/rds/controllers/root.py
orm/services/resource_distributor/rds/controllers/v1/__init__.py
orm/services/resource_distributor/rds/controllers/v1/base.py
orm/services/resource_distributor/rds/controllers/v1/logs.py
orm/services/resource_distributor/rds/controllers/v1/root.py
orm/services/resource_distributor/rds/controllers/v1/configuration/__init__.py
orm/services/resource_distributor/rds/controllers/v1/configuration/root.py
orm/services/resource_distributor/rds/controllers/v1/resources/__init__.py
orm/services/resource_distributor/rds/controllers/v1/resources/root.py
orm/services/resource_distributor/rds/controllers/v1/status/__init__.py
orm/services/resource_distributor/rds/controllers/v1/status/get_resource.py
orm/services/resource_distributor/rds/controllers/v1/status/resource_status.py
orm/services/resource_distributor/rds/ordupdate/__init__.py
orm/services/resource_distributor/rds/ordupdate/ord_notifier.py
orm/services/resource_distributor/rds/proxies/__init__.py
orm/services/resource_distributor/rds/proxies/ims_proxy.py
orm/services/resource_distributor/rds/proxies/rds_resource_service_proxy.py
orm/services/resource_distributor/rds/services/__init__.py
orm/services/resource_distributor/rds/services/base.py
orm/services/resource_distributor/rds/services/helpers.py
orm/services/resource_distributor/rds/services/region_resource_id_status.py
orm/services/resource_distributor/rds/services/resource.py
orm/services/resource_distributor/rds/services/yaml_customer_builder.py
orm/services/resource_distributor/rds/services/yaml_flavor_bulder.py
orm/services/resource_distributor/rds/services/yaml_group_builder.py
orm/services/resource_distributor/rds/services/yaml_image_builder.py
orm/services/resource_distributor/rds/services/etc/audit.conf
orm/services/resource_distributor/rds/services/model/__init__.py
orm/services/resource_distributor/rds/services/model/region_resource_id_status.py
orm/services/resource_distributor/rds/services/model/resource_input.py
orm/services/resource_distributor/rds/sot/__init__.py
orm/services/resource_distributor/rds/sot/base_sot.py
orm/services/resource_distributor/rds/sot/sot_factory.py
orm/services/resource_distributor/rds/sot/sot_utils.py
orm/services/resource_distributor/rds/sot/git_sot/__init__.py
orm/services/resource_distributor/rds/sot/git_sot/git_base.py
orm/services/resource_distributor/rds/sot/git_sot/git_factory.py
orm/services/resource_distributor/rds/sot/git_sot/git_gittle.py
orm/services/resource_distributor/rds/sot/git_sot/git_native.py
orm/services/resource_distributor/rds/sot/git_sot/git_sot.py
orm/services/resource_distributor/rds/storage/__init__.py
orm/services/resource_distributor/rds/storage/factory.py
orm/services/resource_distributor/rds/storage/region_resource_id_status.py
orm/services/resource_distributor/rds/storage/mysql/__init__.py
orm/services/resource_distributor/rds/storage/mysql/region_resource_id_status.py
orm/services/resource_distributor/rds/utils/__init__.py
orm/services/resource_distributor/rds/utils/authentication.py
orm/services/resource_distributor/rds/utils/utils.py
orm/services/resource_distributor/rds/utils/uuid_utils.py
orm/services/resource_distributor/rds_docs/rds_swagger.yaml
orm/services/resource_distributor/rds_docs/nodejs_rds_docs/README.md
orm/services/resource_distributor/rds_docs/nodejs_rds_docs/index.js
orm/services/resource_distributor/rds_docs/nodejs_rds_docs/package.json
orm/services/resource_distributor/rds_docs/nodejs_rds_docs/api/swagger.yaml
orm/services/resource_distributor/rds_docs/nodejs_rds_docs/controllers/Resources.js
orm/services/resource_distributor/rds_docs/nodejs_rds_docs/controllers/ResourcesService.js
orm/services/resource_distributor/rds_docs/nodejs_rds_docs/controllers/Status.js
orm/services/resource_distributor/rds_docs/nodejs_rds_docs/controllers/StatusService.js
orm/services/resource_distributor/scripts/db_scripts/create_db.sql
orm/services/resource_distributor/scripts/shell_scripts/create_db.sh
orm/services/resource_distributor/scripts/shell_scripts/update_db.sh
orm/services/resource_distributor/swagger/swagger.yaml
orm/services/resource_distributor/swagger/nodejs_rds_docs/README.md
orm/services/resource_distributor/swagger/nodejs_rds_docs/index.js
orm/services/resource_distributor/swagger/nodejs_rds_docs/package.json
orm/services/resource_distributor/swagger/nodejs_rds_docs/api/swagger.yaml
orm/services/resource_distributor/swagger/nodejs_rds_docs/controllers/Resources.js
orm/services/resource_distributor/swagger/nodejs_rds_docs/controllers/ResourcesService.js
orm/services/resource_distributor/swagger/nodejs_rds_docs/controllers/Status.js
orm/services/resource_distributor/swagger/nodejs_rds_docs/controllers/StatusService.js
orm/swagger/__init__.py
orm/templates/error.html
orm/templates/index.html
orm/templates/layout.html
orm/tests/__init__.py
orm/tests/config.py
orm/tests/test_functional.py
orm/tests/functional/__init__.py
orm/tests/functional/audit_server/functional_test.py
orm/tests/functional/audit_server/test_configuration.py
orm/tests/functional/audit_server/test_logs.py
orm/tests/functional/audit_server/test_transaction.py
orm/tests/functional/uuidgen/test_functional.py
orm/tests/unit/__init__.py
orm/tests/unit/test_units.py
orm/tests/unit/audit_server/__init__.py
orm/tests/unit/audit_server/controllers/__init__.py
orm/tests/unit/audit_server/controllers/v1/__init__.py
orm/tests/unit/audit_server/controllers/v1/test_base.py
orm/tests/unit/audit_server/model/__init__.py
orm/tests/unit/audit_server/model/test_transaction_query_result.py
orm/tests/unit/audit_server/services/__init__.py
orm/tests/unit/audit_server/services/test_base.py
orm/tests/unit/audit_server/services/test_transaction.py
orm/tests/unit/audit_server/storage/__init__.py
orm/tests/unit/audit_server/storage/test_factory.py
orm/tests/unit/audit_server/storage/test_transaction.py
orm/tests/unit/audit_server/storage/mysql/__init__.py
orm/tests/unit/audit_server/storage/mysql/test_transaction.py
orm/tests/unit/cms/__init__.py
orm/tests/unit/cms/config.py
orm/tests/unit/cms/simple_hook_mock.py
orm/tests/unit/cms/test_authentication.py
orm/tests/unit/cms/test_configuration.py
orm/tests/unit/cms/test_customer.py
orm/tests/unit/cms/test_customer_logic.py
orm/tests/unit/cms/test_enable.py
orm/tests/unit/cms/test_group_logic.py
orm/tests/unit/cms/test_group_regions.py
orm/tests/unit/cms/test_groups.py
orm/tests/unit/cms/test_groups_region_role.py
orm/tests/unit/cms/test_groups_region_users.py
orm/tests/unit/cms/test_groups_role.py
orm/tests/unit/cms/test_groups_users.py
orm/tests/unit/cms/test_metadata.py
orm/tests/unit/cms/test_models.py
orm/tests/unit/cms/test_rds_proxy.py
orm/tests/unit/cms/test_regions.py
orm/tests/unit/cms/test_users.py
orm/tests/unit/cms/test_utils.py
orm/tests/unit/common/__init__.py
orm/tests/unit/common/test_api_error_hook.py
orm/tests/unit/common/test_api_error_utils.py
orm/tests/unit/common/test_audit.py
orm/tests/unit/common/test_checks.py
orm/tests/unit/common/test_cross_api_utils.py
orm/tests/unit/common/test_get_audits_result.py
orm/tests/unit/common/test_injector.py
orm/tests/unit/common/test_policy.py
orm/tests/unit/common/test_security_headers_hook.py
orm/tests/unit/common/test_tokens.py
orm/tests/unit/common/test_transaction_id_hook.py
orm/tests/unit/common/test_transactions.py
orm/tests/unit/common/test_utils.py
orm/tests/unit/fms/__init__.py
orm/tests/unit/fms/config.py
orm/tests/unit/fms/simple_hook_mock.py
orm/tests/unit/fms/test_authentication.py
orm/tests/unit/fms/test_configuration.py
orm/tests/unit/fms/test_flavor_logic.py
orm/tests/unit/fms/test_flavors.py
orm/tests/unit/fms/test_logs.py
orm/tests/unit/fms/test_models.py
orm/tests/unit/fms/test_os_extra_specs.py
orm/tests/unit/fms/test_rds_proxy.py
orm/tests/unit/fms/test_regions.py
orm/tests/unit/fms/test_tags.py
orm/tests/unit/fms/test_tenants.py
orm/tests/unit/fms/test_utils.py
orm/tests/unit/fms/test_wsme_models.py
orm/tests/unit/ims/__init__.py
orm/tests/unit/ims/config.py
orm/tests/unit/ims/simple_hook_mock.py
orm/tests/unit/ims/test_models.py
orm/tests/unit/ims/controllers/__init__.py
orm/tests/unit/ims/controllers/v1/__init__.py
orm/tests/unit/ims/controllers/v1/orm/__init__.py
orm/tests/unit/ims/controllers/v1/orm/test_logs.py
orm/tests/unit/ims/controllers/v1/orm/images/__init__.py
orm/tests/unit/ims/controllers/v1/orm/images/test_customers.py
orm/tests/unit/ims/controllers/v1/orm/images/test_enabled.py
orm/tests/unit/ims/controllers/v1/orm/images/test_images.py
orm/tests/unit/ims/controllers/v1/orm/images/test_metadata.py
orm/tests/unit/ims/controllers/v1/orm/images/test_regions.py
orm/tests/unit/ims/logic/__init__.py
orm/tests/unit/ims/logic/test_image_logic.py
orm/tests/unit/ims/logic/test_meta_data.py
orm/tests/unit/ims/persistency/__init__.py
orm/tests/unit/ims/persistency/sql_alchemy/__init__.py
orm/tests/unit/ims/persistency/sql_alchemy/images/__init__.py
orm/tests/unit/ims/persistency/sql_alchemy/images/test_image_record.py
orm/tests/unit/ims/proxies/__init__.py
orm/tests/unit/ims/proxies/rds_proxy.py
orm/tests/unit/ormcli/__init__.py
orm/tests/unit/ormcli/test_cli_common.py
orm/tests/unit/ormcli/test_cmscli.py
orm/tests/unit/ormcli/test_fmscli.py
orm/tests/unit/ormcli/test_imscli.py
orm/tests/unit/ormcli/test_rmscli.py
orm/tests/unit/ormcli/data/cms-add-cust.json
orm/tests/unit/ormcli/data/ims-create-image.json
orm/tests/unit/ormcli/data/rms-create-region.json
orm/tests/unit/rds/__init__.py
orm/tests/unit/rds/base.py
orm/tests/unit/rds/config.py
orm/tests/unit/rds/functional_test.py
orm/tests/unit/rds/controllers/__init__.py
orm/tests/unit/rds/controllers/v1/__init__.py
orm/tests/unit/rds/controllers/v1/functional_test.py
orm/tests/unit/rds/controllers/v1/test_logs.py
orm/tests/unit/rds/controllers/v1/configuration/__init__.py
orm/tests/unit/rds/controllers/v1/configuration/test_get_configuration.py
orm/tests/unit/rds/controllers/v1/resources/__init__.py
orm/tests/unit/rds/controllers/v1/resources/test_create_resource.py
orm/tests/unit/rds/controllers/v1/status/__init__.py
orm/tests/unit/rds/controllers/v1/status/test_base.py
orm/tests/unit/rds/controllers/v1/status/test_get_resource_status.py
orm/tests/unit/rds/controllers/v1/status/test_resource_status.py
orm/tests/unit/rds/ordupdate/__init__.py
orm/tests/unit/rds/ordupdate/test_ord_notifier.py
orm/tests/unit/rds/services/__init__.py
orm/tests/unit/rds/services/test_create_resource.py
orm/tests/unit/rds/services/test_customer_yaml.py
orm/tests/unit/rds/services/test_flavor_yaml.py
orm/tests/unit/rds/services/test_group_yaml.py
orm/tests/unit/rds/services/test_image_yaml.py
orm/tests/unit/rds/services/test_region_resource_id_status.py
orm/tests/unit/rds/services/model/__init__.py
orm/tests/unit/rds/services/model/test_region_resource_id_status.py
orm/tests/unit/rds/sot/__init__.py
orm/tests/unit/rds/sot/test_base_sot.py
orm/tests/unit/rds/sot/test_sot_factory.py
orm/tests/unit/rds/sot/git_sot/__init__.py
orm/tests/unit/rds/sot/git_sot/test_git_base.py
orm/tests/unit/rds/sot/git_sot/test_git_factory.py
orm/tests/unit/rds/sot/git_sot/test_git_gittle.py
orm/tests/unit/rds/sot/git_sot/test_git_native.py
orm/tests/unit/rds/sot/git_sot/test_git_sot.py
orm/tests/unit/rds/storage/__init__.py
orm/tests/unit/rds/storage/test_region_resource_id_status.py
orm/tests/unit/rds/storage/mysql/__init__.py
orm/tests/unit/rds/storage/mysql/test_region_resource_id_status.py
orm/tests/unit/rds/utils/__init__.py
orm/tests/unit/rds/utils/test_uuid_utils.py
orm/tests/unit/rms/__init__.py
orm/tests/unit/rms/config.py
orm/tests/unit/rms/db_testing.py
orm/tests/unit/rms/test_configuration.py
orm/tests/unit/rms/test_logs.py
orm/tests/unit/rms/tests_lcp_controller.py
orm/tests/unit/rms/controllers/__init__.py
orm/tests/unit/rms/controllers/v1/__init__.py
orm/tests/unit/rms/controllers/v1/orm/__init__.py
orm/tests/unit/rms/controllers/v1/orm/resources/__init__.py
orm/tests/unit/rms/controllers/v1/orm/resources/test_groups.py
orm/tests/unit/rms/controllers/v1/orm/resources/test_metadata.py
orm/tests/unit/rms/controllers/v1/orm/resources/test_region.py
orm/tests/unit/rms/controllers/v1/orm/resources/test_status.py
orm/tests/unit/rms/model/__init__.py
orm/tests/unit/rms/model/test_url_parms.py
orm/tests/unit/rms/services/__init__.py
orm/tests/unit/rms/services/test_services.py
orm/tests/unit/rms/storage/__init__.py
orm/tests/unit/rms/storage/test_base_data_manager.py
orm/tests/unit/rms/storage/test_data_manager_factory.py
orm/tests/unit/rms/storage/my_sql/__init__.py
orm/tests/unit/rms/storage/my_sql/test_data_manager.py
orm/tests/unit/rms/utils/__init__.py
orm/tests/unit/rms/utils/test_authentication.py
orm/tests/unit/uuidgen/__init__.py
orm/tests/unit/uuidgen/config.py
orm/tests/unit/uuidgen/test_configuration.py
orm/tests/unit/uuidgen/test_logs.py
public/css/style.css
public/images/logo.png
ranger.egg-info/PKG-INFO
ranger.egg-info/SOURCES.txt
ranger.egg-info/dependency_links.txt
ranger.egg-info/entry_points.txt
ranger.egg-info/not-zip-safe
ranger.egg-info/pbr.json
ranger.egg-info/requires.txt
ranger.egg-info/top_level.txt
releasenotes/notes/.placeholder
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
tools/ranger_create_db.sh
tools/rangercli.sh
tools/setenv.sh
tools/setup_apache.sh
tools/stack_orm.sh
tools/start_services.sh
tools/config/ranger-config-generator.conf