MANIFEST.in
README.rst
setup.cfg
setup.py
bin/nova-all
bin/nova-api
bin/nova-api-ec2
bin/nova-api-metadata
bin/nova-api-os-compute
bin/nova-baremetal-deploy-helper
bin/nova-baremetal-manage
bin/nova-cells
bin/nova-cert
bin/nova-clear-rabbit-queues
bin/nova-compute
bin/nova-conductor
bin/nova-console
bin/nova-consoleauth
bin/nova-dhcpbridge
bin/nova-manage
bin/nova-network
bin/nova-novncproxy
bin/nova-objectstore
bin/nova-rootwrap
bin/nova-rpc-zmq-receiver
bin/nova-scheduler
bin/nova-spicehtml5proxy
bin/nova-xvpvncproxy
nova/__init__.py
nova/availability_zones.py
nova/block_device.py
nova/config.py
nova/context.py
nova/crypto.py
nova/exception.py
nova/filters.py
nova/hooks.py
nova/loadables.py
nova/manager.py
nova/netconf.py
nova/notifications.py
nova/paths.py
nova/policy.py
nova/quota.py
nova/safe_utils.py
nova/service.py
nova/test.py
nova/utils.py
nova/version.py
nova/weights.py
nova/wsgi.py
nova.egg-info/PKG-INFO
nova.egg-info/SOURCES.txt
nova.egg-info/dependency_links.txt
nova.egg-info/requires.txt
nova.egg-info/top_level.txt
nova/CA/.gitignore
nova/CA/geninter.sh
nova/CA/genrootca.sh
nova/CA/openssl.cnf.tmpl
nova/CA/newcerts/.placeholder
nova/CA/private/.placeholder
nova/CA/projects/.gitignore
nova/CA/projects/.placeholder
nova/CA/reqs/.gitignore
nova/CA/reqs/.placeholder
nova/api/__init__.py
nova/api/auth.py
nova/api/manager.py
nova/api/sizelimit.py
nova/api/validator.py
nova/api/ec2/__init__.py
nova/api/ec2/apirequest.py
nova/api/ec2/cloud.py
nova/api/ec2/ec2utils.py
nova/api/ec2/faults.py
nova/api/ec2/inst_state.py
nova/api/metadata/__init__.py
nova/api/metadata/base.py
nova/api/metadata/handler.py
nova/api/metadata/password.py
nova/api/openstack/__init__.py
nova/api/openstack/auth.py
nova/api/openstack/common.py
nova/api/openstack/extensions.py
nova/api/openstack/urlmap.py
nova/api/openstack/wsgi.py
nova/api/openstack/xmlutil.py
nova/api/openstack/compute/__init__.py
nova/api/openstack/compute/consoles.py
nova/api/openstack/compute/extensions.py
nova/api/openstack/compute/flavors.py
nova/api/openstack/compute/image_metadata.py
nova/api/openstack/compute/images.py
nova/api/openstack/compute/ips.py
nova/api/openstack/compute/limits.py
nova/api/openstack/compute/server_metadata.py
nova/api/openstack/compute/servers.py
nova/api/openstack/compute/versions.py
nova/api/openstack/compute/contrib/__init__.py
nova/api/openstack/compute/contrib/admin_actions.py
nova/api/openstack/compute/contrib/agents.py
nova/api/openstack/compute/contrib/aggregates.py
nova/api/openstack/compute/contrib/attach_interfaces.py
nova/api/openstack/compute/contrib/availability_zone.py
nova/api/openstack/compute/contrib/baremetal_nodes.py
nova/api/openstack/compute/contrib/cells.py
nova/api/openstack/compute/contrib/certificates.py
nova/api/openstack/compute/contrib/cloudpipe.py
nova/api/openstack/compute/contrib/cloudpipe_update.py
nova/api/openstack/compute/contrib/config_drive.py
nova/api/openstack/compute/contrib/console_output.py
nova/api/openstack/compute/contrib/consoles.py
nova/api/openstack/compute/contrib/coverage_ext.py
nova/api/openstack/compute/contrib/createserverext.py
nova/api/openstack/compute/contrib/deferred_delete.py
nova/api/openstack/compute/contrib/disk_config.py
nova/api/openstack/compute/contrib/evacuate.py
nova/api/openstack/compute/contrib/extended_availability_zone.py
nova/api/openstack/compute/contrib/extended_ips.py
nova/api/openstack/compute/contrib/extended_server_attributes.py
nova/api/openstack/compute/contrib/extended_status.py
nova/api/openstack/compute/contrib/fixed_ips.py
nova/api/openstack/compute/contrib/flavor_access.py
nova/api/openstack/compute/contrib/flavor_disabled.py
nova/api/openstack/compute/contrib/flavor_rxtx.py
nova/api/openstack/compute/contrib/flavor_swap.py
nova/api/openstack/compute/contrib/flavorextradata.py
nova/api/openstack/compute/contrib/flavorextraspecs.py
nova/api/openstack/compute/contrib/flavormanage.py
nova/api/openstack/compute/contrib/floating_ip_dns.py
nova/api/openstack/compute/contrib/floating_ip_pools.py
nova/api/openstack/compute/contrib/floating_ips.py
nova/api/openstack/compute/contrib/floating_ips_bulk.py
nova/api/openstack/compute/contrib/fping.py
nova/api/openstack/compute/contrib/hide_server_addresses.py
nova/api/openstack/compute/contrib/hosts.py
nova/api/openstack/compute/contrib/hypervisors.py
nova/api/openstack/compute/contrib/image_size.py
nova/api/openstack/compute/contrib/instance_actions.py
nova/api/openstack/compute/contrib/instance_usage_audit_log.py
nova/api/openstack/compute/contrib/keypairs.py
nova/api/openstack/compute/contrib/multinic.py
nova/api/openstack/compute/contrib/multiple_create.py
nova/api/openstack/compute/contrib/networks_associate.py
nova/api/openstack/compute/contrib/os_networks.py
nova/api/openstack/compute/contrib/os_tenant_networks.py
nova/api/openstack/compute/contrib/quota_classes.py
nova/api/openstack/compute/contrib/quotas.py
nova/api/openstack/compute/contrib/rescue.py
nova/api/openstack/compute/contrib/scheduler_hints.py
nova/api/openstack/compute/contrib/security_group_default_rules.py
nova/api/openstack/compute/contrib/security_groups.py
nova/api/openstack/compute/contrib/server_diagnostics.py
nova/api/openstack/compute/contrib/server_password.py
nova/api/openstack/compute/contrib/server_start_stop.py
nova/api/openstack/compute/contrib/services.py
nova/api/openstack/compute/contrib/simple_tenant_usage.py
nova/api/openstack/compute/contrib/used_limits.py
nova/api/openstack/compute/contrib/user_data.py
nova/api/openstack/compute/contrib/virtual_interfaces.py
nova/api/openstack/compute/contrib/volumes.py
nova/api/openstack/compute/schemas/atom-link.rng
nova/api/openstack/compute/schemas/atom.rng
nova/api/openstack/compute/schemas/v1.1/addresses.rng
nova/api/openstack/compute/schemas/v1.1/extension.rng
nova/api/openstack/compute/schemas/v1.1/extensions.rng
nova/api/openstack/compute/schemas/v1.1/flavor.rng
nova/api/openstack/compute/schemas/v1.1/flavors.rng
nova/api/openstack/compute/schemas/v1.1/flavors_index.rng
nova/api/openstack/compute/schemas/v1.1/image.rng
nova/api/openstack/compute/schemas/v1.1/images.rng
nova/api/openstack/compute/schemas/v1.1/images_index.rng
nova/api/openstack/compute/schemas/v1.1/limits.rng
nova/api/openstack/compute/schemas/v1.1/metadata.rng
nova/api/openstack/compute/schemas/v1.1/server.rng
nova/api/openstack/compute/schemas/v1.1/servers.rng
nova/api/openstack/compute/schemas/v1.1/servers_index.rng
nova/api/openstack/compute/schemas/v1.1/version.rng
nova/api/openstack/compute/schemas/v1.1/versions.rng
nova/api/openstack/compute/views/__init__.py
nova/api/openstack/compute/views/addresses.py
nova/api/openstack/compute/views/flavors.py
nova/api/openstack/compute/views/images.py
nova/api/openstack/compute/views/limits.py
nova/api/openstack/compute/views/servers.py
nova/api/openstack/compute/views/versions.py
nova/cells/__init__.py
nova/cells/driver.py
nova/cells/manager.py
nova/cells/messaging.py
nova/cells/opts.py
nova/cells/rpc_driver.py
nova/cells/rpcapi.py
nova/cells/scheduler.py
nova/cells/state.py
nova/cells/utils.py
nova/cert/__init__.py
nova/cert/manager.py
nova/cert/rpcapi.py
nova/cloudpipe/__init__.py
nova/cloudpipe/bootscript.template
nova/cloudpipe/client.ovpn.template
nova/cloudpipe/pipelib.py
nova/common/__init__.py
nova/compute/__init__.py
nova/compute/api.py
nova/compute/cells_api.py
nova/compute/claims.py
nova/compute/fakevirtinstance.xml
nova/compute/instance_actions.py
nova/compute/instance_types.py
nova/compute/manager.py
nova/compute/power_state.py
nova/compute/resource_tracker.py
nova/compute/rpcapi.py
nova/compute/stats.py
nova/compute/task_states.py
nova/compute/utils.py
nova/compute/vm_mode.py
nova/compute/vm_states.py
nova/conductor/__init__.py
nova/conductor/api.py
nova/conductor/manager.py
nova/conductor/rpcapi.py
nova/console/__init__.py
nova/console/api.py
nova/console/fake.py
nova/console/manager.py
nova/console/rpcapi.py
nova/console/vmrc.py
nova/console/vmrc_manager.py
nova/console/websocketproxy.py
nova/console/xvp.conf.template
nova/console/xvp.py
nova/consoleauth/__init__.py
nova/consoleauth/manager.py
nova/consoleauth/rpcapi.py
nova/db/__init__.py
nova/db/api.py
nova/db/base.py
nova/db/migration.py
nova/db/sqlalchemy/__init__.py
nova/db/sqlalchemy/api.py
nova/db/sqlalchemy/migration.py
nova/db/sqlalchemy/models.py
nova/db/sqlalchemy/types.py
nova/db/sqlalchemy/utils.py
nova/db/sqlalchemy/migrate_repo/README
nova/db/sqlalchemy/migrate_repo/__init__.py
nova/db/sqlalchemy/migrate_repo/manage.py
nova/db/sqlalchemy/migrate_repo/migrate.cfg
nova/db/sqlalchemy/migrate_repo/versions/133_folsom.py
nova/db/sqlalchemy/migrate_repo/versions/134_add_counters_to_bw_usage_cache.py
nova/db/sqlalchemy/migrate_repo/versions/135_add_node_to_instances.py
nova/db/sqlalchemy/migrate_repo/versions/136_add_index_to_instances.py
nova/db/sqlalchemy/migrate_repo/versions/137_add_indexes_to_migrations.py
nova/db/sqlalchemy/migrate_repo/versions/138_drop_server_name_from_instances.py
nova/db/sqlalchemy/migrate_repo/versions/139_add_indexes_to_fixed_ips.py
nova/db/sqlalchemy/migrate_repo/versions/140_drop_unused_postgresql_volume_sequences.py
nova/db/sqlalchemy/migrate_repo/versions/141_update_migrations_instance_uuid.py
nova/db/sqlalchemy/migrate_repo/versions/142_add_migrations_instance_status_index.py
nova/db/sqlalchemy/migrate_repo/versions/143_rename_instance_info_cache_sequence.py
nova/db/sqlalchemy/migrate_repo/versions/144_add_node_to_migrations.py
nova/db/sqlalchemy/migrate_repo/versions/145_add_volume_usage_cache.py
nova/db/sqlalchemy/migrate_repo/versions/146_aggregate_zones.py
nova/db/sqlalchemy/migrate_repo/versions/147_no_service_zones.py
nova/db/sqlalchemy/migrate_repo/versions/148_add_instance_actions.py
nova/db/sqlalchemy/migrate_repo/versions/149_inet_datatype_for_postgres.py
nova/db/sqlalchemy/migrate_repo/versions/150_add_host_to_instance_faults.py
nova/db/sqlalchemy/migrate_repo/versions/151_change_task_log_column_type.py
nova/db/sqlalchemy/migrate_repo/versions/152_change_type_of_deleted_column.py
nova/db/sqlalchemy/migrate_repo/versions/153_instance_type_in_system_metadata.py
nova/db/sqlalchemy/migrate_repo/versions/154_add_shadow_tables.py
nova/db/sqlalchemy/migrate_repo/versions/155_add_task_log_uc.py
nova/db/sqlalchemy/migrate_repo/versions/156_cidr_column_length.py
nova/db/sqlalchemy/migrate_repo/versions/157_add_security_group_default_rules.py
nova/db/sqlalchemy/migrate_repo/versions/158_add_networks_uc.py
nova/db/sqlalchemy/migrate_repo/versions/159_revert_ip_column_length.py
nova/db/sqlalchemy/migrate_repo/versions/160_fix_system_metadata_deleted.py
nova/db/sqlalchemy/migrate_repo/versions/161_fix_system_metadata_none_strings.py
nova/db/sqlalchemy/migrate_repo/versions/__init__.py
nova/image/__init__.py
nova/image/glance.py
nova/image/s3.py
nova/ipv6/__init__.py
nova/ipv6/account_identifier.py
nova/ipv6/api.py
nova/ipv6/rfc2462.py
nova/locale/nova.pot
nova/locale/bs/LC_MESSAGES/nova.po
nova/locale/cs/LC_MESSAGES/nova.po
nova/locale/da/LC_MESSAGES/nova.po
nova/locale/de/LC_MESSAGES/nova.po
nova/locale/en_AU/LC_MESSAGES/nova.po
nova/locale/en_GB/LC_MESSAGES/nova.po
nova/locale/es/LC_MESSAGES/nova.po
nova/locale/fr/LC_MESSAGES/nova.po
nova/locale/it/LC_MESSAGES/nova.po
nova/locale/ja/LC_MESSAGES/nova.po
nova/locale/ko/LC_MESSAGES/nova.po
nova/locale/pt_BR/LC_MESSAGES/nova.po
nova/locale/ru/LC_MESSAGES/nova.po
nova/locale/tl/LC_MESSAGES/nova.po
nova/locale/tr/LC_MESSAGES/nova.po
nova/locale/uk/LC_MESSAGES/nova.po
nova/locale/zh_CN/LC_MESSAGES/nova.po
nova/locale/zh_TW/LC_MESSAGES/nova.po
nova/network/__init__.py
nova/network/api.py
nova/network/api_deprecated.py
nova/network/dns_driver.py
nova/network/driver.py
nova/network/floating_ips.py
nova/network/l3.py
nova/network/ldapdns.py
nova/network/linux_net.py
nova/network/manager.py
nova/network/minidns.py
nova/network/model.py
nova/network/noop_dns_driver.py
nova/network/nova_ipam_lib.py
nova/network/rpcapi.py
nova/network/sg.py
nova/network/quantumv2/__init__.py
nova/network/quantumv2/api.py
nova/network/security_group/__init__.py
nova/network/security_group/openstack_driver.py
nova/network/security_group/quantum_driver.py
nova/network/security_group/security_group_base.py
nova/objectstore/__init__.py
nova/objectstore/s3server.py
nova/openstack/__init__.py
nova/openstack/common/README
nova/openstack/common/__init__.py
nova/openstack/common/cliutils.py
nova/openstack/common/context.py
nova/openstack/common/eventlet_backdoor.py
nova/openstack/common/excutils.py
nova/openstack/common/fileutils.py
nova/openstack/common/gettextutils.py
nova/openstack/common/importutils.py
nova/openstack/common/jsonutils.py
nova/openstack/common/local.py
nova/openstack/common/lockutils.py
nova/openstack/common/log.py
nova/openstack/common/memorycache.py
nova/openstack/common/network_utils.py
nova/openstack/common/policy.py
nova/openstack/common/processutils.py
nova/openstack/common/setup.py
nova/openstack/common/timeutils.py
nova/openstack/common/uuidutils.py
nova/openstack/common/version.py
nova/openstack/common/xmlutils.py
nova/openstack/common/db/__init__.py
nova/openstack/common/db/api.py
nova/openstack/common/db/exception.py
nova/openstack/common/db/sqlalchemy/__init__.py
nova/openstack/common/db/sqlalchemy/models.py
nova/openstack/common/db/sqlalchemy/session.py
nova/openstack/common/db/sqlalchemy/utils.py
nova/openstack/common/notifier/__init__.py
nova/openstack/common/notifier/api.py
nova/openstack/common/notifier/log_notifier.py
nova/openstack/common/notifier/no_op_notifier.py
nova/openstack/common/notifier/rabbit_notifier.py
nova/openstack/common/notifier/rpc_notifier.py
nova/openstack/common/notifier/rpc_notifier2.py
nova/openstack/common/notifier/test_notifier.py
nova/openstack/common/plugin/__init__.py
nova/openstack/common/plugin/callbackplugin.py
nova/openstack/common/plugin/plugin.py
nova/openstack/common/plugin/pluginmanager.py
nova/openstack/common/rootwrap/__init__.py
nova/openstack/common/rootwrap/filters.py
nova/openstack/common/rootwrap/wrapper.py
nova/openstack/common/rpc/__init__.py
nova/openstack/common/rpc/amqp.py
nova/openstack/common/rpc/common.py
nova/openstack/common/rpc/dispatcher.py
nova/openstack/common/rpc/impl_fake.py
nova/openstack/common/rpc/impl_kombu.py
nova/openstack/common/rpc/impl_qpid.py
nova/openstack/common/rpc/impl_zmq.py
nova/openstack/common/rpc/matchmaker.py
nova/openstack/common/rpc/proxy.py
nova/openstack/common/rpc/service.py
nova/scheduler/__init__.py
nova/scheduler/baremetal_host_manager.py
nova/scheduler/chance.py
nova/scheduler/driver.py
nova/scheduler/filter_scheduler.py
nova/scheduler/host_manager.py
nova/scheduler/manager.py
nova/scheduler/multi.py
nova/scheduler/rpcapi.py
nova/scheduler/scheduler_options.py
nova/scheduler/filters/__init__.py
nova/scheduler/filters/affinity_filter.py
nova/scheduler/filters/aggregate_instance_extra_specs.py
nova/scheduler/filters/aggregate_multitenancy_isolation.py
nova/scheduler/filters/all_hosts_filter.py
nova/scheduler/filters/availability_zone_filter.py
nova/scheduler/filters/compute_capabilities_filter.py
nova/scheduler/filters/compute_filter.py
nova/scheduler/filters/core_filter.py
nova/scheduler/filters/disk_filter.py
nova/scheduler/filters/extra_specs_ops.py
nova/scheduler/filters/image_props_filter.py
nova/scheduler/filters/io_ops_filter.py
nova/scheduler/filters/isolated_hosts_filter.py
nova/scheduler/filters/json_filter.py
nova/scheduler/filters/num_instances_filter.py
nova/scheduler/filters/ram_filter.py
nova/scheduler/filters/retry_filter.py
nova/scheduler/filters/trusted_filter.py
nova/scheduler/filters/type_filter.py
nova/scheduler/weights/__init__.py
nova/scheduler/weights/least_cost.py
nova/scheduler/weights/ram.py
nova/servicegroup/__init__.py
nova/servicegroup/api.py
nova/servicegroup/drivers/__init__.py
nova/servicegroup/drivers/db.py
nova/servicegroup/drivers/mc.py
nova/servicegroup/drivers/zk.py
nova/spice/__init__.py
nova/storage/__init__.py
nova/storage/linuxscsi.py
nova/tests/__init__.py
nova/tests/conf_fixture.py
nova/tests/fake_crypto.py
nova/tests/fake_hosts.py
nova/tests/fake_imagebackend.py
nova/tests/fake_instance_actions.py
nova/tests/fake_ldap.py
nova/tests/fake_libvirt_utils.py
nova/tests/fake_network.py
nova/tests/fake_network_cache_model.py
nova/tests/fake_policy.py
nova/tests/fake_utils.py
nova/tests/fake_volume.py
nova/tests/fakeguestfs.py
nova/tests/fakelibvirt.py
nova/tests/matchers.py
nova/tests/policy_fixture.py
nova/tests/test_api.py
nova/tests/test_availability_zones.py
nova/tests/test_bdm.py
nova/tests/test_block_device.py
nova/tests/test_cinder.py
nova/tests/test_configdrive2.py
nova/tests/test_context.py
nova/tests/test_crypto.py
nova/tests/test_db_api.py
nova/tests/test_driver.py
nova/tests/test_exception.py
nova/tests/test_fakelibvirt.py
nova/tests/test_filters.py
nova/tests/test_hooks.py
nova/tests/test_hypervapi.py
nova/tests/test_image_utils.py
nova/tests/test_imagebackend.py
nova/tests/test_imagecache.py
nova/tests/test_instance_types.py
nova/tests/test_instance_types_extra_specs.py
nova/tests/test_iptables_network.py
nova/tests/test_ipv6.py
nova/tests/test_libvirt.py
nova/tests/test_libvirt_blockinfo.py
nova/tests/test_libvirt_config.py
nova/tests/test_libvirt_utils.py
nova/tests/test_libvirt_vif.py
nova/tests/test_libvirt_volume.py
nova/tests/test_linuxscsi.py
nova/tests/test_loadables.py
nova/tests/test_matchers.py
nova/tests/test_metadata.py
nova/tests/test_migration_utils.py
nova/tests/test_migrations.conf
nova/tests/test_migrations.py
nova/tests/test_misc.py
nova/tests/test_notifications.py
nova/tests/test_nova_manage.py
nova/tests/test_objectstore.py
nova/tests/test_periodic_tasks.py
nova/tests/test_pipelib.py
nova/tests/test_plugin_api_extensions.py
nova/tests/test_policy.py
nova/tests/test_powervm.py
nova/tests/test_quota.py
nova/tests/test_safeutils.py
nova/tests/test_service.py
nova/tests/test_test.py
nova/tests/test_test_utils.py
nova/tests/test_utils.py
nova/tests/test_versions.py
nova/tests/test_virt.py
nova/tests/test_virt_disk.py
nova/tests/test_virt_disk_vfs_guestfs.py
nova/tests/test_virt_disk_vfs_localfs.py
nova/tests/test_virt_drivers.py
nova/tests/test_vmmode.py
nova/tests/test_vmwareapi.py
nova/tests/test_vmwareapi_vif.py
nova/tests/test_vmwareapi_vm_util.py
nova/tests/test_vmwareapi_vmops.py
nova/tests/test_wsgi.py
nova/tests/test_xenapi.py
nova/tests/utils.py
nova/tests/CA/cacert.pem
nova/tests/CA/private/cakey.pem
nova/tests/api/__init__.py
nova/tests/api/test_auth.py
nova/tests/api/test_sizelimit.py
nova/tests/api/test_validator.py
nova/tests/api/test_wsgi.py
nova/tests/api/ec2/__init__.py
nova/tests/api/ec2/test_cinder_cloud.py
nova/tests/api/ec2/test_cloud.py
nova/tests/api/ec2/test_ec2_validate.py
nova/tests/api/ec2/test_faults.py
nova/tests/api/ec2/test_middleware.py
nova/tests/api/ec2/public_key/dummy.fingerprint
nova/tests/api/ec2/public_key/dummy.pub
nova/tests/api/openstack/__init__.py
nova/tests/api/openstack/common.py
nova/tests/api/openstack/fakes.py
nova/tests/api/openstack/test_common.py
nova/tests/api/openstack/test_faults.py
nova/tests/api/openstack/test_wsgi.py
nova/tests/api/openstack/test_xmlutil.py
nova/tests/api/openstack/compute/__init__.py
nova/tests/api/openstack/compute/test_api.py
nova/tests/api/openstack/compute/test_auth.py
nova/tests/api/openstack/compute/test_consoles.py
nova/tests/api/openstack/compute/test_extensions.py
nova/tests/api/openstack/compute/test_flavors.py
nova/tests/api/openstack/compute/test_image_metadata.py
nova/tests/api/openstack/compute/test_images.py
nova/tests/api/openstack/compute/test_limits.py
nova/tests/api/openstack/compute/test_server_actions.py
nova/tests/api/openstack/compute/test_server_metadata.py
nova/tests/api/openstack/compute/test_servers.py
nova/tests/api/openstack/compute/test_urlmap.py
nova/tests/api/openstack/compute/test_versions.py
nova/tests/api/openstack/compute/contrib/__init__.py
nova/tests/api/openstack/compute/contrib/test_admin_actions.py
nova/tests/api/openstack/compute/contrib/test_admin_actions_with_cells.py
nova/tests/api/openstack/compute/contrib/test_agents.py
nova/tests/api/openstack/compute/contrib/test_aggregates.py
nova/tests/api/openstack/compute/contrib/test_attach_interfaces.py
nova/tests/api/openstack/compute/contrib/test_availability_zone.py
nova/tests/api/openstack/compute/contrib/test_baremetal_nodes.py
nova/tests/api/openstack/compute/contrib/test_cells.py
nova/tests/api/openstack/compute/contrib/test_certificates.py
nova/tests/api/openstack/compute/contrib/test_cloudpipe.py
nova/tests/api/openstack/compute/contrib/test_cloudpipe_update.py
nova/tests/api/openstack/compute/contrib/test_config_drive.py
nova/tests/api/openstack/compute/contrib/test_console_output.py
nova/tests/api/openstack/compute/contrib/test_consoles.py
nova/tests/api/openstack/compute/contrib/test_coverage_ext.py
nova/tests/api/openstack/compute/contrib/test_createserverext.py
nova/tests/api/openstack/compute/contrib/test_deferred_delete.py
nova/tests/api/openstack/compute/contrib/test_disk_config.py
nova/tests/api/openstack/compute/contrib/test_evacuate.py
nova/tests/api/openstack/compute/contrib/test_extended_availability_zone.py
nova/tests/api/openstack/compute/contrib/test_extended_ips.py
nova/tests/api/openstack/compute/contrib/test_extended_server_attributes.py
nova/tests/api/openstack/compute/contrib/test_extended_status.py
nova/tests/api/openstack/compute/contrib/test_fixed_ips.py
nova/tests/api/openstack/compute/contrib/test_flavor_access.py
nova/tests/api/openstack/compute/contrib/test_flavor_disabled.py
nova/tests/api/openstack/compute/contrib/test_flavor_manage.py
nova/tests/api/openstack/compute/contrib/test_flavor_rxtx.py
nova/tests/api/openstack/compute/contrib/test_flavor_swap.py
nova/tests/api/openstack/compute/contrib/test_flavorextradata.py
nova/tests/api/openstack/compute/contrib/test_flavors_extra_specs.py
nova/tests/api/openstack/compute/contrib/test_floating_ip_bulk.py
nova/tests/api/openstack/compute/contrib/test_floating_ip_dns.py
nova/tests/api/openstack/compute/contrib/test_floating_ip_pools.py
nova/tests/api/openstack/compute/contrib/test_floating_ips.py
nova/tests/api/openstack/compute/contrib/test_fping.py
nova/tests/api/openstack/compute/contrib/test_hide_server_addresses.py
nova/tests/api/openstack/compute/contrib/test_hosts.py
nova/tests/api/openstack/compute/contrib/test_hypervisors.py
nova/tests/api/openstack/compute/contrib/test_image_size.py
nova/tests/api/openstack/compute/contrib/test_instance_actions.py
nova/tests/api/openstack/compute/contrib/test_instance_usage_audit_log.py
nova/tests/api/openstack/compute/contrib/test_keypairs.py
nova/tests/api/openstack/compute/contrib/test_multinic_xs.py
nova/tests/api/openstack/compute/contrib/test_networks.py
nova/tests/api/openstack/compute/contrib/test_quantum_security_groups.py
nova/tests/api/openstack/compute/contrib/test_quota_classes.py
nova/tests/api/openstack/compute/contrib/test_quotas.py
nova/tests/api/openstack/compute/contrib/test_rescue.py
nova/tests/api/openstack/compute/contrib/test_scheduler_hints.py
nova/tests/api/openstack/compute/contrib/test_security_group_default_rules.py
nova/tests/api/openstack/compute/contrib/test_security_groups.py
nova/tests/api/openstack/compute/contrib/test_server_diagnostics.py
nova/tests/api/openstack/compute/contrib/test_server_password.py
nova/tests/api/openstack/compute/contrib/test_server_start_stop.py
nova/tests/api/openstack/compute/contrib/test_services.py
nova/tests/api/openstack/compute/contrib/test_simple_tenant_usage.py
nova/tests/api/openstack/compute/contrib/test_snapshots.py
nova/tests/api/openstack/compute/contrib/test_used_limits.py
nova/tests/api/openstack/compute/contrib/test_virtual_interfaces.py
nova/tests/api/openstack/compute/contrib/test_volumes.py
nova/tests/api/openstack/compute/extensions/__init__.py
nova/tests/api/openstack/compute/extensions/foxinsocks.py
nova/tests/baremetal/__init__.py
nova/tests/baremetal/test_driver.py
nova/tests/baremetal/test_ipmi.py
nova/tests/baremetal/test_nova_baremetal_deploy_helper.py
nova/tests/baremetal/test_nova_baremetal_manage.py
nova/tests/baremetal/test_pxe.py
nova/tests/baremetal/test_utils.py
nova/tests/baremetal/test_virtual_power_driver.py
nova/tests/baremetal/test_volume_driver.py
nova/tests/baremetal/db/__init__.py
nova/tests/baremetal/db/base.py
nova/tests/baremetal/db/test_bm_interface.py
nova/tests/baremetal/db/test_bm_node.py
nova/tests/baremetal/db/test_bm_pxe_ip.py
nova/tests/baremetal/db/utils.py
nova/tests/bundle/1mb.manifest.xml
nova/tests/bundle/1mb.no_kernel_or_ramdisk.manifest.xml
nova/tests/bundle/1mb.part.0
nova/tests/bundle/1mb.part.1
nova/tests/cells/__init__.py
nova/tests/cells/fakes.py
nova/tests/cells/test_cells_manager.py
nova/tests/cells/test_cells_messaging.py
nova/tests/cells/test_cells_rpc_driver.py
nova/tests/cells/test_cells_rpcapi.py
nova/tests/cells/test_cells_scheduler.py
nova/tests/cells/test_cells_state_manager.py
nova/tests/cells/test_cells_utils.py
nova/tests/cert/__init__.py
nova/tests/cert/test_rpcapi.py
nova/tests/compute/__init__.py
nova/tests/compute/fake_resource_tracker.py
nova/tests/compute/test_claims.py
nova/tests/compute/test_compute.py
nova/tests/compute/test_compute_cells.py
nova/tests/compute/test_compute_utils.py
nova/tests/compute/test_host_api.py
nova/tests/compute/test_multiple_nodes.py
nova/tests/compute/test_resource_tracker.py
nova/tests/compute/test_rpcapi.py
nova/tests/compute/test_stats.py
nova/tests/compute/test_virtapi.py
nova/tests/conductor/__init__.py
nova/tests/conductor/test_conductor.py
nova/tests/console/__init__.py
nova/tests/console/test_console.py
nova/tests/console/test_rpcapi.py
nova/tests/consoleauth/__init__.py
nova/tests/consoleauth/test_consoleauth.py
nova/tests/consoleauth/test_rpcapi.py
nova/tests/db/__init__.py
nova/tests/db/fakes.py
nova/tests/db/test_sqlite.py
nova/tests/fake_loadables/__init__.py
nova/tests/fake_loadables/fake_loadable1.py
nova/tests/fake_loadables/fake_loadable2.py
nova/tests/glance/__init__.py
nova/tests/glance/stubs.py
nova/tests/hyperv/__init__.py
nova/tests/hyperv/db_fakes.py
nova/tests/hyperv/fake.py
nova/tests/image/__init__.py
nova/tests/image/abs.tar.gz
nova/tests/image/fake.py
nova/tests/image/rel.tar.gz
nova/tests/image/test_fake.py
nova/tests/image/test_glance.py
nova/tests/image/test_s3.py
nova/tests/integrated/__init__.py
nova/tests/integrated/integrated_helpers.py
nova/tests/integrated/test_api_samples.py
nova/tests/integrated/test_extensions.py
nova/tests/integrated/test_login.py
nova/tests/integrated/test_multiprocess_api.py
nova/tests/integrated/test_servers.py
nova/tests/integrated/test_xml.py
nova/tests/integrated/api/__init__.py
nova/tests/integrated/api/client.py
nova/tests/monkey_patch_example/__init__.py
nova/tests/monkey_patch_example/example_a.py
nova/tests/monkey_patch_example/example_b.py
nova/tests/network/__init__.py
nova/tests/network/test_api.py
nova/tests/network/test_deprecated_api.py
nova/tests/network/test_linux_net.py
nova/tests/network/test_manager.py
nova/tests/network/test_network_info.py
nova/tests/network/test_quantumv2.py
nova/tests/network/test_rpcapi.py
nova/tests/network/security_group/__init__.py
nova/tests/network/security_group/test_quantum_driver.py
nova/tests/scheduler/__init__.py
nova/tests/scheduler/fakes.py
nova/tests/scheduler/test_chance_scheduler.py
nova/tests/scheduler/test_filter_scheduler.py
nova/tests/scheduler/test_host_filters.py
nova/tests/scheduler/test_host_manager.py
nova/tests/scheduler/test_least_cost.py
nova/tests/scheduler/test_multi_scheduler.py
nova/tests/scheduler/test_rpcapi.py
nova/tests/scheduler/test_scheduler.py
nova/tests/scheduler/test_scheduler_options.py
nova/tests/scheduler/test_weights.py
nova/tests/servicegroup/__init__.py
nova/tests/servicegroup/test_db_servicegroup.py
nova/tests/servicegroup/test_mc_servicegroup.py
nova/tests/servicegroup/test_zk_driver.py
nova/tests/virt/__init__.py
nova/tests/virt/test_images.py
nova/tests/virt/disk/__init__.py
nova/tests/virt/disk/test_api.py
nova/tests/virt/disk/test_loop.py
nova/tests/virt/disk/test_nbd.py
nova/tests/virt/xenapi/__init__.py
nova/tests/virt/xenapi/test_vm_utils.py
nova/tests/virt/xenapi/test_volumeops.py
nova/tests/virt/xenapi/imageupload/__init__.py
nova/tests/virt/xenapi/imageupload/test_glance.py
nova/tests/vmwareapi/__init__.py
nova/tests/vmwareapi/db_fakes.py
nova/tests/vmwareapi/stubs.py
nova/tests/volume/__init__.py
nova/tests/xenapi/__init__.py
nova/tests/xenapi/stubs.py
nova/tests/xenapi/test_vm_utils.py
nova/tests/xenapi/vm_rrd.xml
nova/virt/__init__.py
nova/virt/configdrive.py
nova/virt/driver.py
nova/virt/event.py
nova/virt/fake.py
nova/virt/firewall.py
nova/virt/images.py
nova/virt/interfaces.template
nova/virt/netutils.py
nova/virt/storage_users.py
nova/virt/virtapi.py
nova/virt/baremetal/__init__.py
nova/virt/baremetal/baremetal_states.py
nova/virt/baremetal/base.py
nova/virt/baremetal/driver.py
nova/virt/baremetal/fake.py
nova/virt/baremetal/ipmi.py
nova/virt/baremetal/pxe.py
nova/virt/baremetal/utils.py
nova/virt/baremetal/vif_driver.py
nova/virt/baremetal/virtual_power_driver.py
nova/virt/baremetal/virtual_power_driver_settings.py
nova/virt/baremetal/volume_driver.py
nova/virt/baremetal/db/__init__.py
nova/virt/baremetal/db/api.py
nova/virt/baremetal/db/migration.py
nova/virt/baremetal/db/sqlalchemy/__init__.py
nova/virt/baremetal/db/sqlalchemy/api.py
nova/virt/baremetal/db/sqlalchemy/migration.py
nova/virt/baremetal/db/sqlalchemy/models.py
nova/virt/baremetal/db/sqlalchemy/session.py
nova/virt/baremetal/db/sqlalchemy/migrate_repo/__init__.py
nova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/001_init.py
nova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/002_drop_bm_deployments.py
nova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/003_add_uuid_to_bm_nodes.py
nova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/004_add_instance_name_to_bm_nodes.py
nova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/__init__.py
nova/virt/disk/__init__.py
nova/virt/disk/api.py
nova/virt/disk/mount/__init__.py
nova/virt/disk/mount/api.py
nova/virt/disk/mount/loop.py
nova/virt/disk/mount/nbd.py
nova/virt/disk/vfs/__init__.py
nova/virt/disk/vfs/api.py
nova/virt/disk/vfs/guestfs.py
nova/virt/disk/vfs/localfs.py
nova/virt/hyperv/__init__.py
nova/virt/hyperv/basevolumeutils.py
nova/virt/hyperv/constants.py
nova/virt/hyperv/driver.py
nova/virt/hyperv/hostops.py
nova/virt/hyperv/hostutils.py
nova/virt/hyperv/imagecache.py
nova/virt/hyperv/livemigrationops.py
nova/virt/hyperv/livemigrationutils.py
nova/virt/hyperv/migrationops.py
nova/virt/hyperv/networkutils.py
nova/virt/hyperv/pathutils.py
nova/virt/hyperv/snapshotops.py
nova/virt/hyperv/vhdutils.py
nova/virt/hyperv/vif.py
nova/virt/hyperv/vmops.py
nova/virt/hyperv/vmutils.py
nova/virt/hyperv/volumeops.py
nova/virt/hyperv/volumeutils.py
nova/virt/hyperv/volumeutilsv2.py
nova/virt/libvirt/__init__.py
nova/virt/libvirt/blockinfo.py
nova/virt/libvirt/config.py
nova/virt/libvirt/designer.py
nova/virt/libvirt/driver.py
nova/virt/libvirt/firewall.py
nova/virt/libvirt/imagebackend.py
nova/virt/libvirt/imagecache.py
nova/virt/libvirt/utils.py
nova/virt/libvirt/vif.py
nova/virt/libvirt/volume.py
nova/virt/libvirt/volume_nfs.py
nova/virt/powervm/__init__.py
nova/virt/powervm/blockdev.py
nova/virt/powervm/command.py
nova/virt/powervm/common.py
nova/virt/powervm/constants.py
nova/virt/powervm/driver.py
nova/virt/powervm/exception.py
nova/virt/powervm/lpar.py
nova/virt/powervm/operator.py
nova/virt/vmwareapi/__init__.py
nova/virt/vmwareapi/driver.py
nova/virt/vmwareapi/error_util.py
nova/virt/vmwareapi/fake.py
nova/virt/vmwareapi/host.py
nova/virt/vmwareapi/io_util.py
nova/virt/vmwareapi/network_util.py
nova/virt/vmwareapi/read_write_util.py
nova/virt/vmwareapi/vif.py
nova/virt/vmwareapi/vim.py
nova/virt/vmwareapi/vim_util.py
nova/virt/vmwareapi/vm_util.py
nova/virt/vmwareapi/vmops.py
nova/virt/vmwareapi/vmware_images.py
nova/virt/vmwareapi/volume_util.py
nova/virt/vmwareapi/volumeops.py
nova/virt/xenapi/__init__.py
nova/virt/xenapi/agent.py
nova/virt/xenapi/driver.py
nova/virt/xenapi/fake.py
nova/virt/xenapi/firewall.py
nova/virt/xenapi/host.py
nova/virt/xenapi/network_utils.py
nova/virt/xenapi/pool.py
nova/virt/xenapi/pool_states.py
nova/virt/xenapi/vif.py
nova/virt/xenapi/vm_utils.py
nova/virt/xenapi/vmops.py
nova/virt/xenapi/volume_utils.py
nova/virt/xenapi/volumeops.py
nova/virt/xenapi/imageupload/__init__.py
nova/virt/xenapi/imageupload/glance.py
nova/vnc/__init__.py
nova/vnc/xvp_proxy.py
nova/volume/__init__.py
nova/volume/cinder.py