nova/nova/virt
Todd Willey caca4a1320 Use firewall_driver flag as expected with NWFilterFirewall. This way, either you use NWFilterFirewall directly, or you use IptablesFirewall, which creates its own instance of NWFilterFirewall for the setup_basic_filtering command. This removes the requirement that LibvirtConnection would always need to know about NWFirewallFilter, and cleans up the area where the flag is used for loading the firewall class. 2011-01-28 00:29:09 +00:00
..
xenapi Added a test that checks for localized strings in the source code that contain position-based string formatting placeholders. If found, an exception message is generated that summarizes the problem, as well as the location of the problematic code. This will prevent future trunk commits from adding localized strings that cannot be properly translated. 2011-01-28 00:19:12 +00:00
__init__.py In preparation for XenAPI support, refactor the interface between 2010-07-18 18:15:12 +01:00
connection.py Merge trunk. 2011-01-07 09:46:17 -05:00
disk.py Modified per sorens review. 2011-01-13 15:13:31 -08:00
fake.py Add a host argument to virt driver's init_host method. It will be set to the name of host it's running on. 2011-01-25 20:49:29 +01:00
hyperv.py Changed cpu limit to a static value of 100000 (100%) instead of using the vcpu value of 1. There is no weight/limit variable now so I see no other solution than the static max limit. 2011-01-27 17:56:54 +00:00
images.py Naive, low-regression-risk fix enabling Glance to work with libvirt/hyperv 2011-01-27 16:39:51 +01:00
interfaces.template Leave out the network setting from the interfaces template. It does not get passed anymore. 2010-09-14 15:23:58 +02:00
libvirt.xml.template Merged with rev597 2011-01-21 20:04:02 +09:00
libvirt_conn.py Merge & fix conflict. 2011-01-27 15:58:22 -08:00
xenapi_conn.py Add a host argument to virt drivers's init_host method. It will be set to the name of host it's running on. 2011-01-25 23:20:55 +00:00