lp://staging/~blamar/+junk/experimental-libvirt
- Get this branch:
- bzr branch lp://staging/~blamar/+junk/experimental-libvirt
Branch information
- Owner:
- Brian Lamar
- Status:
- Development
Recent revisions
- 1218. By Brian Lamar
-
Two small cleanups in libvirt:
1) Moved flag defines to __init__.py
2) Replaced lazy-loading of imports with utils.optional_import (new) One unrelated change is the addition of unittest2 to pip-requires. I'm
using the unittest.skipIf method in test_libvirt.py and unittest2 has
backported all Python 2.7 unittest improvements. - 1217. By Vish Ishaya
-
This speeds up multiple runs of tests to start up much faster because it only runs db migrations if the test db doesn't exist. It also adds the -r/--recreate-db option to run_tests.sh to delete the tests db so it will be recreated.
- 1216. By Vish Ishaya
-
Proposing this because it is a critical fix before milestone. Suggestions on testing it are welcome.
- 1215. By Yuriy Taraday
-
Fix for bug #788265.
Remove created_at, updated_at and deleted_at from instance_type dict returned by methods in sqlalchemy API. - 1213. By Salvatore Orlando
-
This small change restores single quotes and double quotes as they were before in the filter expression for retrieving the PIF (physical interface) xenapi should use for creating VLAN interfaces.
I'm not sure why they were altered, possibly because of coding style conventions, but unfortunately xenapi does not accept single quotes for separating filter expression tokens.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)