MANIFEST.in
README.md
pyproject.toml
setup.cfg
inmanta_module_openstack.egg-info/PKG-INFO
inmanta_module_openstack.egg-info/SOURCES.txt
inmanta_module_openstack.egg-info/dependency_links.txt
inmanta_module_openstack.egg-info/not-zip-safe
inmanta_module_openstack.egg-info/requires.txt
inmanta_module_openstack.egg-info/top_level.txt
inmanta_plugins/openstack/__init__.py
inmanta_plugins/openstack/setup.cfg
inmanta_plugins/openstack/common/__init__.py
inmanta_plugins/openstack/common/base.py
inmanta_plugins/openstack/common/deps.py
inmanta_plugins/openstack/compute/__init__.py
inmanta_plugins/openstack/compute/flavor.py
inmanta_plugins/openstack/compute/host_port.py
inmanta_plugins/openstack/compute/virtual_machine.py
inmanta_plugins/openstack/identity/__init__.py
inmanta_plugins/openstack/identity/group.py
inmanta_plugins/openstack/identity/group_role.py
inmanta_plugins/openstack/identity/keystone_base.py
inmanta_plugins/openstack/identity/project.py
inmanta_plugins/openstack/identity/role.py
inmanta_plugins/openstack/identity/user.py
inmanta_plugins/openstack/image/__init__.py
inmanta_plugins/openstack/image/image.py
inmanta_plugins/openstack/model/_init.cf
inmanta_plugins/openstack/network/__init__.py
inmanta_plugins/openstack/network/floating_ip.py
inmanta_plugins/openstack/network/network.py
inmanta_plugins/openstack/network/qos_policy.py
inmanta_plugins/openstack/network/router.py
inmanta_plugins/openstack/network/router_port.py
inmanta_plugins/openstack/network/security_group.py
inmanta_plugins/openstack/network/subnet.py
inmanta_plugins/openstack/network/subnet_v6.py
inmanta_plugins/openstack/quota/__init__.py
inmanta_plugins/openstack/quota/quota.py
tests/test_dependency_handling.py
tests/test_examples.py
tests/test_flavor.py
tests/test_image.py
tests/test_keystone.py
tests/test_neutron.py
tests/test_nova.py
tests/test_quota.py