1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-25 06:03:36 +03:00

1165 Commits

Author SHA1 Message Date
Carlos Martín
51bf1d5be0 feature #192: Tests modified for new ImageTemplate. 2010-08-04 12:32:45 +02:00
Ruben S. Montero
a49d7b31ad feature #282: Fixed Vnet XML render 2010-08-04 11:21:58 +02:00
Carlos Martín
ff65436592 feature #282: Wrong xml generation for Image. 2010-08-04 11:08:25 +02:00
Carlos Martín
8faeadaf72 feature #282: ImageTemplate moved from its own table to a image_pool column. 2010-08-04 11:02:55 +02:00
Carlos Martín
24987794c5 feature #282: VirtualNetworkTemplate moved from its own table to a network_pool column. 2010-08-04 10:54:22 +02:00
Carlos Martín
06f24cb2e0 feature #192: Image tests fixed. 2010-08-04 10:52:34 +02:00
Carlos Martín
7221ae061c feature #282 & #192: VirtualMachineTemplate moved from its own table to a vm_pool column. 2010-08-04 10:30:31 +02:00
Ruben S. Montero
8b9313699d bug #284: Default location for the image repository 2010-07-30 18:24:54 +02:00
Carlos Martín
071066c160 feature #282: Host template initialization fixed to match the old HostTemplate class. 2010-07-30 17:20:06 +02:00
Carlos Martín
0ff9f4e90b feature #192: Host tests fixed for commit fbc455a219ee413692666d2c013dfcfe8970b426 2010-07-30 17:19:44 +02:00
Carlos Martín
6c907e30a4 feature #192: New test for Host::update_info. 2010-07-30 17:19:27 +02:00
Ruben S. Montero
5cd85b4a58 feature #282: Removed already addressed TODO 2010-07-29 20:38:22 +02:00
Ruben S. Montero
5b333b98bd feature #282: clear the template before re-build 2010-07-29 20:33:36 +02:00
Ruben S. Montero
fbc455a219 feature #282: fix dump method 2010-07-29 20:18:42 +02:00
Ruben S. Montero
7dac88cd32 feature #282: Thread saefty & memory leaks for XML parsing 2010-07-29 20:18:02 +02:00
Carlos Martín
f812cce782 feature #192: Extra checks for host tests. 2010-07-29 19:46:47 +02:00
Carlos Martín
d0ccf2b962 feature #282: Added libxml to tests SConstructs 2010-07-29 19:46:17 +02:00
Carlos Martín
be0ae40820 feature #282: HostTemplate moved from its own table to a host_pool column. 2010-07-29 19:19:03 +02:00
Carlos Martín
7e5d3cf87d feature #192: Tests for feature #282.
(cherry picked from commit ab24a66e0ec8fd28d9387c80c63c3c747a946ab5)
2010-07-29 18:49:20 +02:00
Carlos Martín
8384abf0a2 feature #282: Templates can be now parsed from xml-formatted strings.
(cherry picked from commit 35aa6ade2c054282eca76c777c9318575a6f154d)
2010-07-29 18:49:02 +02:00
Daniel Molina
d136f2626b Added OCA API Documentation
(cherry picked from commit 4b298efd7dea137048124b8f57f93f894b67bed6)
release-2.0-beta1
2010-07-27 16:34:04 +02:00
Jaime Melis
2889bb48b2 fixed more bugs for package integration 2010-07-27 15:51:05 +02:00
Jaime Melis
4353a487c2 Merge branch 'one-2.0' of opennebula.org:one into one-2.0 2010-07-27 15:46:52 +02:00
Jaime Melis
322e67df44 fixed bugs in install.sh to improve package integration 2010-07-27 15:46:40 +02:00
Javi Fontan
d95647fbe6 Code documentation(cherry picked from commit 95743329837537136f45f0c8ab666ce2b3d060bd) 2010-07-27 15:44:47 +02:00
Javi Fontan
77167a11df Delete duplicated functionality from oneauth 2010-07-27 15:02:41 +02:00
Javi Fontan
1114fcce4e Changed software version to 1.9.80 2010-07-27 12:46:33 +02:00
Javi Fontan
cfc965e04d delete any spaces that come in password parameter 2010-07-26 23:13:30 +02:00
Javi Fontan
8244182b48 Cleaning old code and debug messages 2010-07-26 23:13:30 +02:00
Ruben S. Montero
aa33d18c9e Merge branch 'master' of dsa-research.org:one 2010-07-26 19:41:06 +02:00
Daniel Molina
c6c217d4df Get rid of Crack dependency 2010-07-26 19:40:55 +02:00
Jaime Melis
3bee17de8a Merge branch 'master' of opennebula.org:one 2010-07-26 18:11:13 +02:00
Ruben S. Montero
cf35bb7272 Merge branch 'master' of dsa-research.org:one 2010-07-26 18:04:38 +02:00
Carlos Martín
bc285e20a7 bug #292: 'oneimage delete' now removes also the file from the repository. 2010-07-26 18:04:32 +02:00
Jaime Melis
71acb4318e Fixed a bug where a stringstream wasn't beiing correctly cleared in a loop 2010-07-26 17:54:38 +02:00
Jaime Melis
76d839e0f6 Changed the default trigger action for the image hook. Improved the image hook legibility 2010-07-26 17:54:06 +02:00
Daniel Molina
5d84f82e65 occi-storage now shows size info 2010-07-26 17:01:59 +02:00
Javi Fontan
f334cdf71e bug in authorization policies 2010-07-26 15:56:16 +02:00
Daniel Molina
4e1e9e5fc2 Fixed --type for onevm saveas 2010-07-26 15:48:30 +02:00
Javi Fontan
0069caca43 Set default authorization mad in oned.conf 2010-07-26 15:39:19 +02:00
Javi Fontan
6a8d2f5e23 saveas support for old disk version 2010-07-26 15:34:29 +02:00
Jaime Melis
0f0bb611bb Merge branch 'master' of opennebula.org:one 2010-07-26 15:30:31 +02:00
Daniel Molina
64fd4dbea6 Minor changes in OCCI and added onevm saveas --type 2010-07-26 15:30:01 +02:00
Javi Fontan
947bcd7475 oneuser passwd should also be aware of --no-hash 2010-07-26 15:27:23 +02:00
Javi Fontan
cef2dd5425 Merge branch 'master' of opennebula.org:one 2010-07-26 15:12:49 +02:00
Javi Fontan
fa440daec2 clean options for onecluster and onevnet 2010-07-26 15:12:36 +02:00
Jaime Melis
c9f8e69992 Merge branch 'master' of opennebula.org:one 2010-07-26 15:05:35 +02:00
Jaime Melis
e62649ade4 Removed save command in onevm 2010-07-26 15:05:18 +02:00
Javi Fontan
fd24b76454 Merge remote branch 'origin/master' 2010-07-26 15:04:37 +02:00
Javi Fontan
239ed2493c cleaned options and added --no-hash to oneuser 2010-07-26 15:02:36 +02:00