MANIFEST.in
README.md
dev_requirements.txt
requirements.txt
setup.py
test_requirements.txt
tox.ini
version.txt
cloudshell/__init__.py
cloudshell/cp/__init__.py
cloudshell/cp/openstack/__init__.py
cloudshell/cp/openstack/constants.py
cloudshell/cp/openstack/exceptions.py
cloudshell/cp/openstack/resource_config.py
cloudshell/cp/openstack/api/__init__.py
cloudshell/cp/openstack/api/api.py
cloudshell/cp/openstack/flows/__init__.py
cloudshell/cp/openstack/flows/connectivity_flow.py
cloudshell/cp/openstack/flows/delete_instance_flow.py
cloudshell/cp/openstack/flows/get_console.py
cloudshell/cp/openstack/flows/power_flow.py
cloudshell/cp/openstack/flows/refresh_ip_flow.py
cloudshell/cp/openstack/flows/vm_details.py
cloudshell/cp/openstack/flows/deploy_vm/__init__.py
cloudshell/cp/openstack/flows/deploy_vm/deploy_app_from_nova_img.py
cloudshell/cp/openstack/models/__init__.py
cloudshell/cp/openstack/models/deploy_app.py
cloudshell/cp/openstack/models/deployed_app.py
cloudshell/cp/openstack/os_api/__init__.py
cloudshell/cp/openstack/os_api/api.py
cloudshell/cp/openstack/os_api/session.py
cloudshell/cp/openstack/os_api/commands/__init__.py
cloudshell/cp/openstack/os_api/commands/create_floating_ip.py
cloudshell/cp/openstack/os_api/commands/create_instance.py
cloudshell/cp/openstack/os_api/commands/create_security_group.py
cloudshell/cp/openstack/os_api/commands/rollback.py
cloudshell/cp/openstack/os_api/models/__init__.py
cloudshell/cp/openstack/os_api/models/instance.py
cloudshell/cp/openstack/os_api/models/network.py
cloudshell/cp/openstack/os_api/models/port.py
cloudshell/cp/openstack/os_api/models/subnet.py
cloudshell/cp/openstack/os_api/models/trunk.py
cloudshell/cp/openstack/os_api/services/__init__.py
cloudshell/cp/openstack/os_api/services/validator.py
cloudshell/cp/openstack/os_api/services/vm_details_provider.py
cloudshell/cp/openstack/os_api/services/neutron/__init__.py
cloudshell/cp/openstack/os_api/services/neutron/neutron_network_service.py
cloudshell/cp/openstack/os_api/services/nova/__init__.py
cloudshell/cp/openstack/os_api/services/nova/nova_instance_service.py
cloudshell/cp/openstack/os_api/services/nova/udev_rules.sh
cloudshell/cp/openstack/services/__init__.py
cloudshell/cp/openstack/services/network_service.py
cloudshell/cp/openstack/services/trunk_service.py
cloudshell/cp/openstack/utils/__init__.py
cloudshell/cp/openstack/utils/cached_property.py
cloudshell/cp/openstack/utils/instance_helpers.py
cloudshell/cp/openstack/utils/models_helper.py
cloudshell_cp_openstack.egg-info/PKG-INFO
cloudshell_cp_openstack.egg-info/SOURCES.txt
cloudshell_cp_openstack.egg-info/dependency_links.txt
cloudshell_cp_openstack.egg-info/requires.txt
cloudshell_cp_openstack.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/cloudshell/__init__.py
tests/cloudshell/cp/__init__.py
tests/cloudshell/cp/openstack/__init__.py
tests/cloudshell/cp/openstack/test_resource_config.py
tests/cloudshell/cp/openstack/flows/__init__.py
tests/cloudshell/cp/openstack/flows/test_connectivity_flow.py
tests/cloudshell/cp/openstack/flows/test_delete_instance_flow.py
tests/cloudshell/cp/openstack/flows/test_deploy_app_from_nova_img_flow.py
tests/cloudshell/cp/openstack/flows/test_get_console.py
tests/cloudshell/cp/openstack/flows/test_power_flow.py
tests/cloudshell/cp/openstack/flows/test_refresh_ip.py
tests/cloudshell/cp/openstack/flows/test_vm_details.py
tests/cloudshell/cp/openstack/models/__init__.py
tests/cloudshell/cp/openstack/models/test_deploy_app.py
tests/cloudshell/cp/openstack/os_api/__init__.py
tests/cloudshell/cp/openstack/os_api/test_os_api.py
tests/cloudshell/cp/openstack/os_api/models/__init__.py
tests/cloudshell/cp/openstack/os_api/models/test_instance.py
tests/cloudshell/cp/openstack/os_api/models/test_subnet.py
tests/cloudshell/cp/openstack/os_api/services/__init__.py
tests/cloudshell/cp/openstack/os_api/services/test_validator.py
tests/cloudshell/cp/openstack/os_api/services/test_vm_details_provider.py
tests/cloudshell/cp/openstack/os_api/services/commands/__init__.py
tests/cloudshell/cp/openstack/os_api/services/commands/test_create_floating_ip.py
tests/cloudshell/cp/openstack/os_api/services/commands/test_create_instance.py
tests/cloudshell/cp/openstack/os_api/services/commands/test_create_security_groups.py
tests/cloudshell/cp/openstack/os_api/services/commands/test_rollback.py
tests/cloudshell/cp/openstack/os_api/services/neutron/__init__.py
tests/cloudshell/cp/openstack/os_api/services/neutron/test_neutron_network_service.py
tests/cloudshell/cp/openstack/os_api/services/nova/__init__.py
tests/cloudshell/cp/openstack/os_api/services/nova/test_nova_instance_service.py