.coveragerc .mailmap AUTHORS ChangeLog HACKING.rst LICENSE MANIFEST.in README.rst babel.cfg openstack-common.conf pylintrc run_tests.sh setup.cfg setup.py tox.ini bin/nova-all bin/nova-api bin/nova-api-ec2 bin/nova-api-metadata bin/nova-api-os-compute bin/nova-api-os-volume bin/nova-cert bin/nova-clear-rabbit-queues bin/nova-compute 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-volume bin/nova-volume-usage-audit bin/nova-xvpvncproxy contrib/openstack-config contrib/redhat-eventlet.patch contrib/boto_v6/__init__.py contrib/boto_v6/ec2/__init__.py contrib/boto_v6/ec2/connection.py contrib/boto_v6/ec2/instance.py doc/ext/__init__.py doc/ext/nova_todo.py doc/source/conf.py doc/source/index.rst doc/source/_ga/layout.html doc/source/_static/basic.css doc/source/_static/default.css doc/source/_static/header-line.gif doc/source/_static/header_bg.jpg doc/source/_static/jquery.tweet.js doc/source/_static/nature.css doc/source/_static/openstack_logo.png doc/source/_static/tweaks.css doc/source/_theme/layout.html doc/source/_theme/theme.conf doc/source/devref/addmethod.openstackapi.rst doc/source/devref/aggregates.rst doc/source/devref/api.rst doc/source/devref/architecture.rst doc/source/devref/cloudpipe.rst doc/source/devref/compute.rst doc/source/devref/database.rst doc/source/devref/development.environment.rst doc/source/devref/down.sh doc/source/devref/fakes.rst doc/source/devref/filter_scheduler.rst doc/source/devref/gerrit.rst doc/source/devref/glance.rst doc/source/devref/il8n.rst doc/source/devref/index.rst doc/source/devref/interfaces doc/source/devref/jenkins.rst doc/source/devref/launchpad.rst doc/source/devref/multinic.rst doc/source/devref/network.rst doc/source/devref/nova.rst doc/source/devref/objectstore.rst doc/source/devref/rc.local doc/source/devref/rpc.rst doc/source/devref/scheduler.rst doc/source/devref/server.conf.template doc/source/devref/services.rst doc/source/devref/threading.rst doc/source/devref/unit_tests.rst doc/source/devref/up.sh doc/source/devref/vmstates.rst doc/source/devref/volume.rst doc/source/devref/xensmvolume.rst doc/source/image_src/PowerStates.odp doc/source/image_src/multinic_1.odg doc/source/image_src/multinic_2.odg doc/source/image_src/multinic_3.odg doc/source/images/PowerStates1.png doc/source/images/PowerStates2.png doc/source/images/filteringWorkflow1.png doc/source/images/filteringWorkflow2.png doc/source/images/multinic_dhcp.png doc/source/images/multinic_flat.png doc/source/images/multinic_vlan.png doc/source/images/run_instance_walkthrough.png doc/source/images/rpc/arch.png doc/source/images/rpc/arch.svg doc/source/images/rpc/flow1.png doc/source/images/rpc/flow1.svg doc/source/images/rpc/flow2.png doc/source/images/rpc/flow2.svg doc/source/images/rpc/rabt.png doc/source/images/rpc/rabt.svg doc/source/images/rpc/state.png doc/source/man/nova-manage.rst etc/nova/api-paste.ini etc/nova/logging_sample.conf etc/nova/nova.conf.sample etc/nova/policy.json etc/nova/rootwrap.conf etc/nova/rootwrap.d/api-metadata.filters etc/nova/rootwrap.d/compute.filters etc/nova/rootwrap.d/network.filters etc/nova/rootwrap.d/volume.filters nova/__init__.py nova/block_device.py nova/context.py nova/crypto.py nova/exception.py nova/flags.py nova/manager.py nova/notifications.py nova/policy.py nova/quota.py nova/service.py nova/test.py nova/utils.py nova/version.py nova/wsgi.py nova.egg-info/PKG-INFO nova.egg-info/SOURCES.txt nova.egg-info/dependency_links.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/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/aggregates.py nova/api/openstack/compute/contrib/availability_zone.py nova/api/openstack/compute/contrib/certificates.py nova/api/openstack/compute/contrib/cloudpipe.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/createserverext.py nova/api/openstack/compute/contrib/deferred_delete.py nova/api/openstack/compute/contrib/disk_config.py nova/api/openstack/compute/contrib/extended_server_attributes.py nova/api/openstack/compute/contrib/extended_status.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/hosts.py nova/api/openstack/compute/contrib/hypervisors.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.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_groups.py nova/api/openstack/compute/contrib/server_diagnostics.py nova/api/openstack/compute/contrib/server_start_stop.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/contrib/volumetypes.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/api/openstack/volume/__init__.py nova/api/openstack/volume/extensions.py nova/api/openstack/volume/snapshots.py nova/api/openstack/volume/types.py nova/api/openstack/volume/versions.py nova/api/openstack/volume/volumes.py nova/api/openstack/volume/contrib/__init__.py nova/api/openstack/volume/contrib/types_extra_specs.py nova/api/openstack/volume/contrib/types_manage.py nova/api/openstack/volume/views/__init__.py nova/api/openstack/volume/views/types.py nova/api/openstack/volume/views/versions.py nova/auth/__init__.py nova/auth/fakeldap.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/common/deprecated.py nova/common/eventlet_backdoor.py nova/common/memorycache.py nova/compat/__init__.py nova/compat/flagfile.py nova/compute/__init__.py nova/compute/api.py nova/compute/fakevirtinstance.xml nova/compute/instance_types.py nova/compute/manager.py nova/compute/power_state.py nova/compute/rpcapi.py nova/compute/task_states.py nova/compute/utils.py nova/compute/vm_mode.py nova/compute/vm_states.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/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/session.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/082_essex.py nova/db/sqlalchemy/migrate_repo/versions/083_quota_class.py nova/db/sqlalchemy/migrate_repo/versions/084_quotas_unlimited.py nova/db/sqlalchemy/migrate_repo/versions/085_add_index_to_fixed_ips_by_address.py nova/db/sqlalchemy/migrate_repo/versions/086_set_engine_mysql_innodb.py nova/db/sqlalchemy/migrate_repo/versions/087_add_uuid_to_bw_usage_cache.py nova/db/sqlalchemy/migrate_repo/versions/088_change_instance_id_to_uuid_in_block_device_mapping.py nova/db/sqlalchemy/migrate_repo/versions/088_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/088_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/089_add_volume_id_mappings.py nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py nova/db/sqlalchemy/migrate_repo/versions/090_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/090_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/091_convert_volume_ids_to_uuid.py nova/db/sqlalchemy/migrate_repo/versions/092_add_instance_system_metadata.py nova/db/sqlalchemy/migrate_repo/versions/093_drop_instance_actions_table.py nova/db/sqlalchemy/migrate_repo/versions/094_update_postgresql_sequence_names.py nova/db/sqlalchemy/migrate_repo/versions/095_change_fk_instance_id_to_uuid.py nova/db/sqlalchemy/migrate_repo/versions/095_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/095_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/096_recreate_dns_domains.py nova/db/sqlalchemy/migrate_repo/versions/097_quota_usages_reservations.py nova/db/sqlalchemy/migrate_repo/versions/098_update_volume_attach_time.py nova/db/sqlalchemy/migrate_repo/versions/099_add_disabled_instance_types.py nova/db/sqlalchemy/migrate_repo/versions/100_instance_metadata_uses_uuid.py nova/db/sqlalchemy/migrate_repo/versions/100_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/100_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/101_security_group_instance_association_uses_uuid.py nova/db/sqlalchemy/migrate_repo/versions/101_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/101_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/102_consoles_uses_uuid.py nova/db/sqlalchemy/migrate_repo/versions/102_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/102_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/103_instance_indexes.py nova/db/sqlalchemy/migrate_repo/versions/104_instance_indexes_2.py nova/db/sqlalchemy/migrate_repo/versions/104_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/104_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/105_instance_info_caches_uses_uuid.py nova/db/sqlalchemy/migrate_repo/versions/105_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/105_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/106_add_foreign_keys.py nova/db/sqlalchemy/migrate_repo/versions/106_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/106_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/107_add_instance_id_mappings.py nova/db/sqlalchemy/migrate_repo/versions/108_task_log.py nova/db/sqlalchemy/migrate_repo/versions/109_drop_dns_domains_project_id_fkey.py nova/db/sqlalchemy/migrate_repo/versions/109_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/109_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/110_drop_deprecated_auth.py nova/db/sqlalchemy/migrate_repo/versions/111_general_aggregates.py nova/db/sqlalchemy/migrate_repo/versions/112_update_deleted_instance_data.py nova/db/sqlalchemy/migrate_repo/versions/113_fixed_ips_uses_uuid.py nova/db/sqlalchemy/migrate_repo/versions/113_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/113_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/114_sqlite_downgrade.sql nova/db/sqlalchemy/migrate_repo/versions/114_sqlite_upgrade.sql nova/db/sqlalchemy/migrate_repo/versions/114_vifs_uses_uuid.py nova/db/sqlalchemy/migrate_repo/versions/115_make_user_quotas_key_and_value.py nova/db/sqlalchemy/migrate_repo/versions/116_drop_user_quotas_key_and_value.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/dns_driver.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/nova_ipam_lib.py nova/network/sg.py nova/network/quantum/nova_ipam_lib.py nova/network/quantumv2/__init__.py nova/network/quantumv2/api.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/cfg.py nova/openstack/common/context.py nova/openstack/common/excutils.py nova/openstack/common/gettextutils.py nova/openstack/common/importutils.py nova/openstack/common/iniparser.py nova/openstack/common/jsonutils.py nova/openstack/common/local.py nova/openstack/common/log.py nova/openstack/common/policy.py nova/openstack/common/setup.py nova/openstack/common/timeutils.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/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/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/rootwrap/__init__.py nova/rootwrap/filters.py nova/rootwrap/wrapper.py nova/scheduler/__init__.py nova/scheduler/chance.py nova/scheduler/driver.py nova/scheduler/filter_scheduler.py nova/scheduler/host_manager.py nova/scheduler/least_cost.py nova/scheduler/manager.py nova/scheduler/multi.py nova/scheduler/rpcapi.py nova/scheduler/scheduler_options.py nova/scheduler/simple.py nova/scheduler/filters/__init__.py nova/scheduler/filters/affinity_filter.py nova/scheduler/filters/aggregate_instance_extra_specs.py nova/scheduler/filters/all_hosts_filter.py nova/scheduler/filters/arch_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/isolated_hosts_filter.py nova/scheduler/filters/json_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/testing/README.rst nova/testing/__init__.py nova/tests/__init__.py nova/tests/declare_flags.py nova/tests/fake_flags.py nova/tests/fake_imagebackend.py nova/tests/fake_libvirt_utils.py nova/tests/fake_network.py nova/tests/fake_network_cache_model.py nova/tests/fake_utils.py nova/tests/fake_volume.py nova/tests/fakelibvirt.py nova/tests/policy.json nova/tests/runtime_flags.py nova/tests/test_SolidFireSanISCSIDriver.py nova/tests/test_api.py nova/tests/test_bdm.py nova/tests/test_block_device.py nova/tests/test_compat_flagfile.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_deprecated.py nova/tests/test_exception.py nova/tests/test_fakelibvirt.py nova/tests/test_flags.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_iscsi.py nova/tests/test_libvirt.py nova/tests/test_libvirt_config.py nova/tests/test_libvirt_vif.py nova/tests/test_metadata.py nova/tests/test_migrations.conf nova/tests/test_migrations.py nova/tests/test_misc.py nova/tests/test_netapp.py nova/tests/test_nexenta.py nova/tests/test_notifications.py nova/tests/test_nova_manage.py nova/tests/test_nova_rootwrap.py nova/tests/test_objectstore.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_service.py nova/tests/test_skip_examples.py nova/tests/test_storwize_svc.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_drivers.py nova/tests/test_vmmode.py nova/tests/test_vmwareapi.py nova/tests/test_volume.py nova/tests/test_volume_types.py nova/tests/test_volume_types_extra_specs.py nova/tests/test_volume_utils.py nova/tests/test_wsgi.py nova/tests/test_xenapi.py nova/tests/test_xensm.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_aggregates.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_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_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_extended_server_attributes.py nova/tests/api/openstack/compute/contrib/test_extended_status.py nova/tests/api/openstack/compute/contrib/test_flavor_manage.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_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_hosts.py nova/tests/api/openstack/compute/contrib/test_hypervisors.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_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_groups.py nova/tests/api/openstack/compute/contrib/test_server_diagnostics.py nova/tests/api/openstack/compute/contrib/test_server_start_stop.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_volume_types.py nova/tests/api/openstack/compute/contrib/test_volume_types_extra_specs.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/api/openstack/volume/__init__.py nova/tests/api/openstack/volume/test_extensions.py nova/tests/api/openstack/volume/test_router.py nova/tests/api/openstack/volume/test_snapshots.py nova/tests/api/openstack/volume/test_types.py nova/tests/api/openstack/volume/test_volumes.py nova/tests/api/openstack/volume/contrib/__init__.py nova/tests/api/openstack/volume/contrib/test_types_extra_specs.py nova/tests/api/openstack/volume/contrib/test_types_manage.py nova/tests/api/openstack/volume/extensions/__init__.py nova/tests/api/openstack/volume/extensions/foxinsocks.py nova/tests/baremetal/__init__.py nova/tests/baremetal/test_proxy_bare_metal.py nova/tests/baremetal/test_tilera.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/cert/__init__.py nova/tests/cert/test_rpcapi.py nova/tests/compute/__init__.py nova/tests/compute/test_compute.py nova/tests/compute/test_compute_utils.py nova/tests/compute/test_rpcapi.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/glance/__init__.py nova/tests/glance/stubs.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_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_volumes.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_linux_net.py nova/tests/network/test_manager.py nova/tests/network/test_network_info.py nova/tests/network/test_quantumv2.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/vmwareapi/__init__.py nova/tests/vmwareapi/db_fakes.py nova/tests/vmwareapi/stubs.py nova/tests/volume/__init__.py nova/tests/volume/test_HpSanISCSIDriver.py nova/tests/xenapi/__init__.py nova/tests/xenapi/stubs.py nova/tests/xenapi/vm_rrd.xml nova/virt/__init__.py nova/virt/configdrive.py nova/virt/connection.py nova/virt/driver.py nova/virt/fake.py nova/virt/firewall.py nova/virt/images.py nova/virt/interfaces.template nova/virt/netutils.py nova/virt/vif.py nova/virt/baremetal/__init__.py nova/virt/baremetal/dom.py nova/virt/baremetal/driver.py nova/virt/baremetal/fake.py nova/virt/baremetal/nodes.py nova/virt/baremetal/tilera.py nova/virt/disk/__init__.py nova/virt/disk/api.py nova/virt/disk/guestfs.py nova/virt/disk/loop.py nova/virt/disk/mount.py nova/virt/disk/nbd.py nova/virt/libvirt/__init__.py nova/virt/libvirt/config.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/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/io_util.py nova/virt/vmwareapi/network_utils.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/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/vnc/__init__.py nova/vnc/xvp_proxy.py nova/volume/__init__.py nova/volume/api.py nova/volume/cinder.py nova/volume/driver.py nova/volume/iscsi.py nova/volume/manager.py nova/volume/netapp.py nova/volume/san.py nova/volume/storwize_svc.py nova/volume/utils.py nova/volume/volume_types.py nova/volume/xensm.py nova/volume/nexenta/__init__.py nova/volume/nexenta/jsonrpc.py nova/volume/nexenta/volume.py plugins/xenserver/doc/networking.rst plugins/xenserver/networking/etc/init.d/host-rules plugins/xenserver/networking/etc/init.d/openvswitch-nova plugins/xenserver/networking/etc/sysconfig/openvswitch-nova plugins/xenserver/networking/etc/udev/rules.d/xen-openvswitch-nova.rules plugins/xenserver/networking/etc/xensource/scripts/novalib.py plugins/xenserver/networking/etc/xensource/scripts/ovs_configure_base_flows.py plugins/xenserver/networking/etc/xensource/scripts/ovs_configure_vif_flows.py plugins/xenserver/networking/etc/xensource/scripts/vif_5.6-fp1.patch plugins/xenserver/networking/etc/xensource/scripts/vif_rules.py plugins/xenserver/xenapi/README plugins/xenserver/xenapi/contrib/build-rpm.sh plugins/xenserver/xenapi/contrib/rpmbuild/SPECS/openstack-xen-plugins.spec plugins/xenserver/xenapi/etc/xapi.d/plugins/agent plugins/xenserver/xenapi/etc/xapi.d/plugins/glance plugins/xenserver/xenapi/etc/xapi.d/plugins/kernel plugins/xenserver/xenapi/etc/xapi.d/plugins/migration plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py plugins/xenserver/xenapi/etc/xapi.d/plugins/utils.py plugins/xenserver/xenapi/etc/xapi.d/plugins/workarounds plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py smoketests/__init__.py smoketests/base.py smoketests/flags.py smoketests/proxy.sh smoketests/public_network_smoketests.py smoketests/random.image smoketests/random.kernel smoketests/run_tests.py smoketests/test_netadmin.py smoketests/test_sysadmin.py tools/clean-vlans tools/enable-pre-commit-hook.sh tools/hacking.py tools/install_venv.py tools/nova-manage.bash_completion tools/pip-requires tools/test-options tools/test-requires tools/with_venv.sh tools/conf/extract_opts.py tools/conf/generate_sample.sh tools/db/schema_diff.py tools/esx/guest_tool.py tools/xenserver/destroy_cached_images.py tools/xenserver/stress_test.py tools/xenserver/vdi_chain_cleanup.py tools/xenserver/vm_vdi_cleaner.py