Created
October 15, 2014 17:58
-
-
Save nelsnelson/9a7bb1e8ae230c1edfab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git log -n 4 | |
commit aa762d834787575ec6a08d915e465c4947dc6d05 | |
Author: Andrew Melton <[email protected]> | |
Date: Tue Sep 23 12:13:34 2014 -0700 | |
Libvirt: fix domain creation for lxc | |
A condition was introduced during domain creation that needs | |
disk_info to determine whether or not an instance was booted from | |
volume. Many calls to _create_domain_and_network were not providing | |
disk_info and thus the condition was always eventualing to True. | |
This change adds disk_info to each call that was missing it. | |
Closes-bug: #1370590 | |
Change-Id: I391de9b8a819c54337b657071451c608fdfef4d6 | |
commit b45f5dd472890c68d407e8d0e549b03af498cda1 | |
Author: Andrew Melton <[email protected]> | |
Date: Tue Sep 23 10:56:14 2014 -0700 | |
Refactoring some libvirt tests to use mock | |
Test Case: nova.tests.virt.libvirt.test_driver.LibvirtConnTestCase | |
Tests: | |
test_hard_reboot | |
test_resume | |
test_finish_migration_power_on | |
test_finish_migration_power_off | |
test_finish_revert_migration_after_crash | |
test_finish_revert_migration_after_crash_before_backup | |
test_finish_revert_migration_after_crash_delete_failed | |
Partial-Bug: #1370590 | |
Change-Id: I4072295497627549e3e78a03a420d47b18156d6c | |
commit e2c94c2582df68120bbd922aab8d570397aa4cb8 | |
Author: Nels Nelson <[email protected]> | |
Date: Tue Sep 30 15:51:03 2014 -0500 | |
Get image metadata from system metadata cache | |
Try to get cached image from the instance system metadata. | |
If it is uncached, or only contains inheritable properties, | |
then fetch the image from glance. | |
blueprint image-meta-try-system-meta-before-glance | |
Change-Id: I107806206d5c0efc49f7254d0048e7655f6ed418 | |
commit f5b37bac2eec89003cef6220722cc527a00ae7ee | |
Merge: 3c5be24 6a374f2 | |
Author: Jenkins <[email protected]> | |
Date: Tue Sep 30 13:42:15 2014 +0000 | |
Merge "libvirt: Make sure NUMA cell memory is in Kb in XML" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment