1ecd70f23ae211c5c4ea5613adc24c0e1557790d
Commit Graph

11431 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
Édouard Thuleau
1ecd70f23a Bug #887805 Error during report_driver_status(): 'LibvirtConnection' object has no attribute '_host_state'
Fixes the host status reports from LibvirtConnection driver.
This fix initializes in class 'LibvirtConnection', the local variable
'_host_state' and replaces the variable 'session' by the local
variable 'read_only'.
Change-Id: Ia3ba29dc287c793c79a2bbde0d5ec69eb6ada480
2011年11月10日 09:52:11 +01:00
Jenkins
26d2bad187 Merge "Fixes LP878319" 2011年11月10日 06:51:11 +00:00
Jenkins
8e3da64784 Merge "Fix exception reraising in volume manager." 2011年11月10日 06:10:59 +00:00
Jenkins
3639fbb09e Merge "More spelling fixes inside of nova" 2011年11月10日 04:26:07 +00:00
Jenkins
110a64a10d Merge "Replace socat with netcat." 2011年11月10日 04:18:32 +00:00
Jenkins
260568339c Merge "Undefine libvirt saved instances" 2011年11月10日 04:11:12 +00:00
Jenkins
6fa35344f9 Merge "Get MAC addresses from Melange." 2011年11月10日 04:03:51 +00:00
Joe Gordon
d7b9ee3556 More spelling fixes inside of nova
Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
2011年11月09日 19:57:44 -08:00
Jason Kölker
bee61b3242 Fixes LP878319
* Adds lookup of host version in XenAPI session
* Add call to determine function name of resize
Change-Id: I797ff2ea34a3b3fde1091efba803a4572aaf1ede
2011年11月09日 18:39:50 -06:00
Yuriy Taraday
ad710f2743 Fix exception reraising in volume manager.
Change-Id: Id75bdd6531acf492df4c8d96723b8303406bffe0
2011年11月10日 03:39:12 +04:00
Rick Harris
bcb590cba5 Adding Chuck Short to .mailmap
Lets https://review.openstack.org/#change,729 merge.
Change-Id: I4e46d9e9c7569aaeff73b1769ec55a22954ede36
2011年11月09日 16:56:33 -06:00
Derek Higgins
ad7fcf225e Undefine libvirt saved instances
Fixes bug 814561
Adding a call to managedSaveRemove if the instance has a
saved instance, so they are now undefined in addition to running
instances during destroy
With test case
Also added myself to Authors
Change-Id: If93e8ac6972116152f38e187bd1a61c652855814
2011年11月09日 22:48:46 +00:00
Jenkins
7a2e8a1d67 Merge "Split compute api/manager tests within module" 2011年11月09日 22:11:08 +00:00
Jenkins
5914d50972 Merge changes I6dbf755a,Ifab330a7
* changes:
 Workaround for eventlet bug with unit tests in RHEL6.1.
 Apply M2Crypto fix for all Fedora-based distributions.
2011年11月09日 22:03:54 +00:00
Brian Waldon
f7566bd14b Split compute api/manager tests within module
Change-Id: Ica552c1538169c8b5b71534eefab46af32897bc3
2011年11月09日 17:00:02 -05:00
Jenkins
cc3fe3f71d Merge "Converting rebuild to use instance objects." 2011年11月09日 20:22:22 +00:00
Jenkins
814cb1acc3 Merge "Converting resize to use instance objects" 2011年11月09日 20:14:46 +00:00
Jenkins
34f94528f0 Merge "Spelling fixes in nova/api comments" 2011年11月09日 20:07:23 +00:00
Jenkins
2bf0dad68b Merge "Refactor logging_error into utils" 2011年11月09日 19:59:47 +00:00
Lorin Hochstein
9175822ffe Workaround for eventlet bug with unit tests in RHEL6.1.
This adds a patch to fix the broken eventlet code that's installed in the
virtualenv.
Fixes bug 884915
Change-Id: I6dbf755abbc5a52208de3dd892257ce39686d396
2011年11月09日 14:54:16 -05:00
Lorin Hochstein
e42fe8565c Apply M2Crypto fix for all Fedora-based distributions.
Broaden Fedora check to include RHEL and others.
Fixes bug 884885
Change-Id: Ifab330a7f866add91d01c8cf2470e5a12fb4cd4d
2011年11月09日 14:54:16 -05:00
Brian Waldon
9088c89a54 Fix failing libvirt test (bug 888250)
Change-Id: Id131674f81b9f2016c45841f37d0688b5a189cd7
2011年11月09日 14:39:47 -05:00
Joe Gordon
d8df06342c Spelling fixes in nova/api comments
Change-Id: Iaaf2f6b191110ff76f00f4d2ac1bcd9fa33110af
2011年11月09日 11:02:48 -08:00
Kevin L. Mitchell
2ab6132258 Get MAC addresses from Melange.
Add support for obtaining MAC addresses for VIFs from Melange. Adds the
--use_melange_mac_generation flag to enable this support.
Change-Id: I00b3622531f244bf5f15910752a1e444b821e91a
2011年11月09日 12:39:25 -06:00
Aaron Lee
98d30423b3 Refactor logging_error into utils
update: pep8, and fixing log output.
update2: more pep8, I'm looking at you vim
update3: more formating
update4: mailmap
update5: more pep8
Change-Id: I38617e14260e65ed5cb81b3554479d3720850aae
2011年11月09日 11:49:52 -06:00
Brian Lamar
af2acabe35 Converting rebuild to use instance objects.
Related to blueprint internal-uuids
Change-Id: If8a708a78ab017a4d807bf14542b3ab093d2e026
2011年11月09日 12:37:04 -05:00
Brian Waldon
29398355ed Converting resize to use instance objects
Related to blueprint internal-uuids
Change-Id: I94b4383b55ac72bccae1dd375d82f5e7c3f8cebf
2011年11月09日 12:25:10 -05:00
Jenkins
0086109850 Merge "Converting reboot to use instance objects" 2011年11月09日 17:18:21 +00:00
Jenkins
96cf15ce78 Merge "Reducing the number of compute calls to Glance" 2011年11月09日 16:21:26 +00:00
Jenkins
67c559a3f5 Merge "Bug #884018 : "stack help" prints stacktrace if it cannot connect to the server" 2011年11月09日 15:06:09 +00:00
Jenkins
7a0487d000 Merge "Remove nova dependency on vconfig on Linux." 2011年11月09日 14:58:43 +00:00
Brian Waldon
8977826c94 Converting reboot to use instance objects
Related to blueprint internal-uuids
Change-Id: I50ebfdfd9c7193e732a3e2c2e1b1b3b32eb1bb57
2011年11月09日 09:35:44 -05:00
Brian Waldon
cb05f783d0 Reducing the number of compute calls to Glance
Fixes bug 886224
Change-Id: Ibd270d24eb68cc2503fee933a2154125995d352d
2011年11月09日 08:53:40 -05:00
Jenkins
93c0240875 Merge "Define faults.Fault.__str__." essex-1 2011年11月09日 05:13:37 +00:00
Jenkins
867a400f37 Merge "Added some documentation to db.api module docstring." 2011年11月09日 05:06:21 +00:00
Jenkins
247a790122 Merge "Move tests for extensions to contrib directory" 2011年11月09日 01:09:08 +00:00
Jenkins
d59be49f24 Merge "Remove duplicate method" 2011年11月09日 01:01:34 +00:00
Jenkins
ffb9f2ed3b Merge "Remove debugging print" 2011年11月09日 00:54:42 +00:00
Jenkins
a0c8669203 Merge "Remove duplicate method (2)" 2011年11月09日 00:47:09 +00:00
Jenkins
b5602a2ab6 Merge "Skip libvirt tests when libvirt not present." 2011年11月08日 23:42:23 +00:00
Jenkins
238cf1c6d9 Merge "Correcting libvirt tests that were failing" 2011年11月08日 23:35:29 +00:00
Johannes Erdfelt
608110f996 Remove duplicate method (2)
This method is duplicated directly beneath it. Mismerge?
Change-Id: Ic6b8e06005f78d8009c8d1f897f253c4084a758d
2011年11月08日 23:00:45 +00:00
Johannes Erdfelt
b7b6e20c24 Move tests for extensions to contrib directory
Change-Id: Id4cf8f04d69c24913e71c1150547deb426512a10
2011年11月08日 22:57:57 +00:00
Jenkins
150a5c16d6 Merge "Move failed instances to error state" 2011年11月08日 22:54:11 +00:00
Johannes Erdfelt
6a2c7072c6 Remove duplicate method
The real implementation of _get_view_builder() is at the bottom of the
class
Change-Id: I7b1fb4acb51de00b542093ae54d42b1b73083063
2011年11月08日 22:50:30 +00:00
Johannes Erdfelt
8498872312 Remove debugging print
Change-Id: Idd036099c59d84cdc977dc0f8e76475df31174dd
2011年11月08日 22:46:13 +00:00
Jenkins
192b8fd3c9 Merge "Add DHCP support to the QuantumManager and break apart dhcp/gateway" 2011年11月08日 22:44:54 +00:00
Jenkins
4a7b5d44b0 Merge "Set task state to UPDATING_PASSWORD when needed" 2011年11月08日 22:36:13 +00:00
Jenkins
f89f27b184 Merge "Change network delete to delete by uuid or cidr" 2011年11月08日 22:29:04 +00:00
Jenkins
bc50195e12 Merge "Speed up tests a further 35 seconds" 2011年11月08日 22:20:41 +00:00