11434 Commits

Author SHA1 Message Date
Jenkins
9334893c83 Merge "Fixes bug 871877" 2011-11-10 17:11:15 +00:00
Alvaro Lopez
6e7b0387e4 Fixes bug 871877
Added an aditional testunit to the VlanNetworkTestCase to check
if the FixedIpNotFoundForNetwork exception is raised properly.

Change-Id: I92a0ca22aadcfa9a7fd434375e239be8ccf4f387
2011-11-10 14:59:58 +01:00
Soren Hansen
41b4af111d Replace libvirt driver's use of libxml2 with ElementTree
libxml2 has been rather awkward as a dependency, and ElementTree
is in the standard library, so this replaces all use of libxml2 with
ElementTree instead.

Change-Id: Ib99983d5b04cc9f899584bfd4335fa9f7ece3c40
2011-11-10 13:35:54 +01:00
Soren Hansen
6c0fd03fc3 Extend fake image service to let it hold image data
Make the fake image service able to store image data in memory. This is
handy for unit testing, but probably not very useful otherwise (images
are pretty big, so holding them in memory is not a very good idea).

Change-Id: I2d07baf24cab544e19521b9486feee3272d0407e
2011-11-10 13:35:40 +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__." 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