1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00
Commit Graph

584 Commits

Author SHA1 Message Date
Ruben S. Montero
8356248782 bug #847: changes the prototype of mkfs function in Image Driver 2011-10-11 15:45:38 +02:00
Ruben S. Montero
6c55f347ec bug #847: Added method to get & erase an attribute. Cleaned up prototypes 2011-10-11 12:47:30 +02:00
Ruben S. Montero
b94dd94f3f bug #847: Adds template to Users to store metadata. Added OCA (ruby) methods and command option 2011-10-11 00:20:50 +02:00
Ruben S. Montero
fd5fc63dd0 bug #847: Implements update method for VirtualNetworks in OpenNebula core 2011-10-10 23:06:13 +02:00
Carlos Martín
21bca20780 Bug #848: Add error message and stop oned execution if bootstrap fails 2011-10-10 06:14:46 -07:00
Jaime Melis
b4368c961a Bump version to 3.1.0 2011-09-23 17:01:43 +02:00
Carlos Martín
77cf88ca5d Clean some TODOs in core 2011-09-21 16:13:04 +02:00
Ruben S. Montero
84a8d9e282 Bug #804:removed unneeded return
(cherry picked from commit 2fc3d7fbb4)
2011-09-15 23:17:51 +02:00
Carlos Martín
91d554b3aa Bug #804: Better image release rollback when a VM can't be created 2011-09-15 19:07:30 +02:00
Carlos Martín
f2a45ed139 Bugs #797, #485: Add invalid character checks to user names, add invalid char ':' 2011-09-13 17:54:51 +02:00
Ruben S. Montero
0faf6203fb bug #797: OpenNebula core prevents a password with spaces to be used
(cherry picked from commit f0410c9e75)
2011-09-09 18:33:37 +02:00
Jaime Melis
72b24945a6 Bump version to 2.9.85 2011-09-02 17:37:50 +02:00
Ruben S. Montero
c8f44ede9a feature #788: Compute image size when moving an image to the repository. Drivers now return <CP|MV|MKFS> SUCESS IMAGE_ID SOURCE SIZE. The fs based image repository drivers has been updates, oneimage utility has been also updated to show the size (list and show operations). 2011-08-31 16:21:18 +02:00
Ruben S. Montero
3501633b3d Merge branch 'master' into feature-754 2011-08-30 17:09:57 +02:00
Ruben S. Montero
a85b531035 feature #718: Change operation for deploy and migrate actions to DEPLOY 2011-08-30 16:34:05 +02:00
Ruben S. Montero
a724af2add Merge branch 'feature-718' 2011-08-30 15:51:50 +02:00
Ruben S. Montero
6b63fd4fe0 feature: New configuration attribute for the the number of HOSTs and VMs to be monitored per interval. 2011-08-16 18:12:45 +02:00
Carlos Martín
8706613748 Feature #718: Add new DEPLOY authorization operation in core 2011-08-05 16:35:24 +02:00
Ruben S. Montero
65606e7faf feture-754: OpenNebula core sends information about the ACL authZ result to the driver. Improved formating of auth strings. Check trivial authZ requests. 2011-07-27 11:27:16 +02:00
Ruben S. Montero
22574704e4 bug #742: Cosmetic change in error message for Image::persistent method 2011-07-27 10:17:17 +02:00
Carlos Martín
3cf9d5c68b Bug #742: Images can't be made (non)persistent when are in use. Add better error reporting. 2011-07-26 19:35:58 +02:00
Carlos Martín
3282fb80d5 Bug #719: Fixed taking back the RM UserDelete::drop method, see commit:66485c6e 2011-07-21 02:57:04 -07:00
Carlos Martín
32e10726d4 Bug: Image and VNet creation with an already used name reported a DB error, instead of a nice reason like Templates 2011-07-12 19:30:00 +02:00
Jaime Melis
9f3919b0ac Bump version to 2.9.80 2011-07-12 15:36:41 +02:00
Carlos Martín
55a8601b85 onedb: Change the db_versioning table.
Until now the version column was an integer, and the version was supposed to be
incremental starting from 0.

This can be a problem in future scenarios where we may have two active branches.
The table has been modified to store a string with the OpenNebula version.
2011-07-12 13:54:53 +02:00
Ruben S. Montero
88317546b5 feature #653, #488: Networks can only be referenced by ID in NICs. Names can now be repeated, even for the same user 2011-07-08 20:00:27 +02:00
Ruben S. Montero
82982a7a31 feature #653, #488: Images can only be referenced by ID in DISKs. Names can now be repeated, even for the same user 2011-07-08 18:55:21 +02:00
Ruben S. Montero
66485c6ed7 MULTIPLE GROUPS: Removed initial effort to support multiple user groups for the users. This should be easily recovered to complete this feature in the future 2011-07-07 19:01:04 +02:00
Carlos Martín
03fac9096a Bug #702: xmlrpc-c does not create a new xmlrpc_c::method class for each request.
Instead, it creates a single instance and its execute method is called for each new request.
This caused some variables to be shared by several threads, which eventually ended in
segmentation fault.
2011-07-07 12:45:13 +02:00
Ruben S. Montero
db1a3ae691 Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-07-05 16:32:58 +02:00
Ruben S. Montero
37f0700a96 feature #687: Added an ACL Manager to the Scheduler. The ACL is base class for the new one 2011-07-05 16:32:18 +02:00
Ruben S. Montero
d850f6924d feature #687: AclManager can now be rebuild from an xml string 2011-07-04 22:33:13 +02:00
Ruben S. Montero
2e9ed0cc9f feature #687: Removed unused ObjectXML method 2011-07-04 22:32:29 +02:00
Carlos Martín
27e04919b2 Feature #687: Add a default ACL rule at bootstrap 2011-07-04 19:14:43 +02:00
Carlos Martín
3db9d55684 Feature #687: Add the ACL Manager to the test Nebula class 2011-07-04 15:59:36 +02:00
Ruben S. Montero
d60c98345b feature #687: DeleteRule returns the oid of the rule. AclManager initialized in constructor 2011-07-03 22:52:21 +02:00
Ruben S. Montero
84a19e69ad feature #687: Minor changes in the ACL module 2011-07-03 14:13:43 +02:00
Ruben S. Montero
c844ccb2cd feature #687: Comments and formatting for AclRule. Removed uneeded includes 2011-07-03 13:12:00 +02:00
Ruben S. Montero
95cc8c31d5 feature #687: Potentiall access to freed memory in Object_XML::get_nodes. Nodes must be disposed when not needed by the calling function 2011-07-03 01:57:39 +02:00
Ruben S. Montero
ff7e79207f feature #687: Scheduler uses the new filter function 2011-07-02 19:11:22 +02:00
Ruben S. Montero
d74b69e4ce Merge branch 'feature-696' into feature-687 + Filter for all groups
Conflicts:
	include/RequestManagerPoolInfoFilter.h
	src/rm/RequestManagerPoolInfoFilter.cc
2011-07-01 18:39:36 +02:00
Carlos Martín
2b90f02377 Feature #687: Bug in RequestManagerPoolInfoFilter: each request has a different operation, they can't share the common auth_op attribute 2011-07-01 17:33:37 +02:00
Carlos Martín
1b656b3b29 Feature #687: Additional check for new ACL rules 2011-07-01 12:54:31 +02:00
Carlos Martín
dc0a1edff5 Feature #687: Better handling of requests that don't have oid or gid 2011-06-30 19:43:36 +02:00
Carlos Martín
d813946556 Feature #687: Add method AclRule::from_xml 2011-06-30 16:04:56 +02:00
Carlos Martín
f2f9c267cb Feature #687: Let users in the oneadmin group manage ACL rules 2011-06-30 15:17:58 +02:00
Ruben S. Montero
071763887c Merge branch 'feature-687' of git.opennebula.org:one into feature-687 2011-06-30 12:10:01 +02:00
Ruben S. Montero
255c8ff886 feature #687: user and group name are now stored in XML descriptions 2011-06-30 12:09:25 +02:00
Carlos Martín
348e0aaebc Feature #687: Add mutex to AclManager 2011-06-30 11:41:27 +02:00
Ruben S. Montero
8e33e4cded feature #687: Resources now stores the name of the owner and the group 2011-06-30 11:31:00 +02:00
Carlos Martín
165a8fb74b Feature #687: Add oid to ACL Rules, one.acl.delrule now expects that ID. Modify XML to look similar to a pool 2011-06-29 18:41:49 +02:00
Carlos Martín
84f874bfc2 Feature #687: Add correctness check for new rules 2011-06-29 16:22:54 +02:00
Carlos Martín
85fa48e604 Feature #687: Change the way the rule string representation is built 2011-06-29 13:09:29 +02:00
Carlos Martín
773f5f0881 Feature #687: Remove unneeded operators in AclRule 2011-06-29 12:56:12 +02:00
Carlos Martín
303db36d95 Feature #687: ACL Manager looks for rules that apply to any of the user's groups 2011-06-29 12:50:16 +02:00
Carlos Martín
a0a51efb55 Merge branch 'master' into feature-687 2011-06-28 13:10:17 +02:00
Carlos Martín
05ea353f24 Feature #687: ACL rules now check the object's group 2011-06-28 12:56:37 +02:00
Jaime Melis
72286ddfe3 feature #700: add support for VLAN_ID in Network templates in the core 2011-06-27 18:58:31 +02:00
Carlos Martín
c1a0fa6f7d Feature #687: Add DB persistence to ACL rules 2011-06-27 18:41:16 +02:00
Ruben S. Montero
1c1cb98400 feature #696: OCA now supports state filter for VMs 2011-06-27 16:20:31 +02:00
Ruben S. Montero
d5bd0e16bd feature #696: Added state flag for VM pool info. Removed uneeded dummps in VMPool 2011-06-27 13:19:03 +02:00
Ruben S. Montero
9cea16cd5e feature #696: Virtual Machine info method now returns the full history of the VM. 2011-06-25 01:29:44 +02:00
Ruben S. Montero
9e21a2adc6 feature #696: filter pool methods can specify start and end ids of resources 2011-06-24 17:50:50 +02:00
Carlos Martín
94d1615e58 Feature #687: Store acl rules in a multimap. Add error messages when adding/deleting a wrong rule 2011-06-24 13:22:17 +02:00
Ruben S. Montero
2249929171 Merge branch 'feature-476'
Conflicts:
	src/vnm/VirtualNetwork.cc
2011-06-23 17:00:56 +02:00
Carlos Martín
bfaabf357d Feature #687: Start work on ACL rules 2011-06-22 19:22:52 +02:00
Carlos Martín
75f590bf66 Feature #662: Delete operator<< from VirtualNetwork. I forgot to do it in e28ad2a69d 2011-06-10 19:43:30 +02:00
Carlos Martín
0ac7a78ced Feature #662: Bug in RM: one.image.delete was using the ImagePool instead of the ImageManager 2011-06-10 18:22:48 +02:00
Ruben S. Montero
d6017d4ba4 feature #662: Do not drop hosts with running vms 2011-06-10 16:58:28 +02:00
Carlos Martín
4bc55a701f Feature #407, #662: Hosts don't have group 2011-06-09 17:35:55 +02:00
Carlos Martín
099b748585 Feature #407, #662: Groups don't have owner 2011-06-09 17:08:02 +02:00
Ruben S. Montero
591bee2f54 feature #407: Recover checks when changing groups 2011-06-09 12:29:38 +02:00
Ruben S. Montero
60294c229b feature #407: Fixes tests for Users. Groups are added in allocate 2011-06-09 12:05:46 +02:00
Ruben S. Montero
589fa7a875 feature #407: Fixes Image tests. persistent method returns 0 (not true) for successful operations 2011-06-09 10:51:17 +02:00
Ruben S. Montero
d6206edfa8 feature #407: Changed implementation for user.chown. Removed host.chown. set_gid/uid in PoolObjectSQL does not check gid. Old groups updated when changing users primary groups 2011-06-09 00:58:57 +02:00
Ruben S. Montero
954038d426 feature #407: Users gets the gid of user performing the allocate if not oneadmin. Group are added to users groups in constructor. Groups are updated in user allocate 2011-06-09 00:12:39 +02:00
Carlos Martín
edf3df5671 Feature #662: Add error message to PoolSQL::drop 2011-06-08 19:18:12 +02:00
Carlos Martín
069cd6bfb1 Feature #662: User add/del group: fix a couple of bugs, and better error messages. 2011-06-07 16:58:40 +02:00
Carlos Martín
43a7c5c67b Feature #662: New user.chown method. Allow chown to change either owner or group alone. 2011-06-07 16:55:23 +02:00
Carlos Martín
1c1d981cfe Feature #662: Better one.*.delete method implementation. GroupPool::drop checks for errors, and returns error messages. 2011-06-07 16:32:18 +02:00
Ruben S. Montero
ca3d0154c8 feature #662, #407: Better error messages. Added some missing pool updates and mutex unlocks 2011-06-04 04:02:19 +02:00
Ruben S. Montero
e3a930dd10 feature #662: Better error messages for authZ operations 2011-06-04 02:51:50 +02:00
Carlos Martín
064ea08895 Merge branch 'feature-407rm' of git.opennebula.org:one into feature-407rm 2011-06-03 19:09:55 +02:00
Ruben S. Montero
d1cba31ce3 feature #662: Missing RM file 2011-06-03 19:10:56 +02:00
Carlos Martín
16aa776f7e Merge branch 'feature-407rm' of git.opennebula.org:one into feature-407rm
Conflicts:
	src/rm/RequestManager.cc
	src/rm/SConstruct
2011-06-03 19:09:44 +02:00
Carlos Martín
0fecbced92 Feature #662: Refactored RM methods for Hosts and Images 2011-06-03 19:01:52 +02:00
Ruben S. Montero
8c8ead4f74 feature #407: new CHOWN operation in AuthManager 2011-06-03 18:26:59 +02:00
Ruben S. Montero
881d6968d8 feature #662, #407: New chown methods 2011-06-03 18:08:20 +02:00
Ruben S. Montero
c004100564 Merge branch 'feature-407rm' of git.opennebula.org:one into feature-407rm
Conflicts:
	src/host/HostPool.cc
2011-06-03 17:01:52 +02:00
Ruben S. Montero
70435d9043 feature #407, #662: New User methods in RM and some changes in the add/del group interface 2011-06-03 16:58:42 +02:00
Jaime Melis
662d7f6256 feature #476: support phydev attribute in core 2011-06-03 16:52:47 +02:00
Carlos Martín
e28ad2a69d Feature #662, #407: Delete operator<< from PoolObjectSQL classes. Remove Cluster objects. 2011-06-03 15:33:48 +02:00
Ruben S. Montero
532982b6fb feature #407: Prevent some deadlocks when adding/removing users from groups 2011-06-03 13:31:11 +02:00
Ruben S. Montero
3cf5d5e7cd feature #407: Moved implementation of ObjectCollection to cc file 2011-06-03 12:11:33 +02:00
Ruben S. Montero
72435cd453 Merge branch 'feature-407' into feature-407rm
Conflicts:
	include/Host.h
	include/PoolObjectSQL.h
	include/RequestManager.h
	src/rm/RequestManager.cc
	src/rm/RequestManagerUserAllocate.cc
	src/rm/SConstruct
2011-06-02 23:21:14 +02:00
Carlos Martín
fa46633339 Feature #662: New update method for Images and Templates added to OCA and CLI (work in progress).
New template instantiate method in OCA and CLI.
Fix small bugs in RM.
2011-06-02 19:17:22 +02:00
Jaime Melis
2af638e0a1 feature #476: get hook_location from scripts_remote_dir 2011-06-02 15:51:49 +02:00
Ruben S. Montero
9af500b4cd feature #662: Adding/removing files 2011-06-02 00:55:43 +02:00
Ruben S. Montero
d42f3d33f1 feature #662, #607: New update methods updates object templates (hosts, images and vm templates) 2011-06-02 00:51:42 +02:00
Ruben S. Montero
c7625b4836 feature #662, #607: Replace function for templates, Added VMTemplate functions 2011-06-02 00:20:42 +02:00
Ruben S. Montero
686b8d5b40 feature #662: Removed uneeded files. New factory method to get templates from a PoolObjectSQL 2011-06-01 23:53:09 +02:00
Ruben S. Montero
af3eed6063 feature #622: VirtualMachine Methods 2011-06-01 18:18:36 +02:00
Ruben S. Montero
437a01a2c6 feature #622: Added PERSISTENT tag to DISKs based in persistent IMAGES. New method to setup auth requests for virtual machine templates. 2011-06-01 12:41:46 +02:00
Ruben S. Montero
0a13288330 feature #622: VirtualMachineAllocate method in Request Manager 2011-06-01 12:37:39 +02:00
Ruben S. Montero
e61cd923c5 feature #662: Deleted unneeded file and moved object to string method 2011-05-31 00:16:57 +02:00
Ruben S. Montero
700d92738e feature #622: VirtualNetwork methods uses a common base class 2011-05-29 00:37:59 +02:00
Ruben S. Montero
5bde303fc8 feature #662: Moved string representation of Auth objects for error printing 2011-05-28 11:36:24 +02:00
Ruben S. Montero
25068e4d59 feature #662: Allocate methods 2011-05-28 04:03:09 +02:00
Ruben S. Montero
fb3d3a88bb feature #662: Common method for publish requests 2011-05-27 00:21:14 +02:00
Ruben S. Montero
b050a5da9f feature #622: Public is now an attribute of PoolObjectSQL. Redesign of authorization function 2011-05-26 12:20:56 +02:00
Ruben S. Montero
fc15b443b6 feature #662: Delete uses a common Request. Moved more functionality to base classes 2011-05-26 00:59:50 +02:00
Ruben S. Montero
c15a9e9a12 feature #622: Info methods use a comon execute function 2011-05-25 19:26:52 +02:00
Carlos Martín
7285fbd5c0 Merge branch 'feature-407' of git.opennebula.org:one into feature-407
Conflicts:
	include/Group.h
	include/User.h
	src/cluster/Cluster.cc
	src/cluster/ClusterPool.cc
	src/group/Group.cc
	src/rm/RequestManagerUserAllocate.cc
	src/um/User.cc
2011-05-25 14:56:35 +02:00
Ruben S. Montero
d16ee7254c feature #662: Info methods for objects. Now the info requests are authorized 2011-05-25 13:57:00 +02:00
Carlos Martín
6230001c56 Feature #407:
* Chown method: destination user and group are checked, auth. manager request used.
  * New one.group.chown method.
  * New ObjectCollection class to store sets of IDs.
  * New RM user.addgroup user.delgroup methods, users and groups store a cross-reference ID set.
  * Clusters store a set of Host IDs. The RM part of the add/remove host functionality works, but should be re-done to avoid deadlocks.
  * Fix onedb schmea for template_pool table bug.
2011-05-25 12:13:17 +02:00
Ruben S. Montero
01d932adea feature #622: Added auth for the pool infos. New Auth action is INFO_POOL 2011-05-24 17:52:17 +02:00
Ruben S. Montero
ac46cf5dee feature #662: Pool Info methods now uses the same implementation 2011-05-24 17:31:27 +02:00
Ruben S. Montero
061ea1b397 feature #622: Harden RequestManager Class. New authenticate method for the UserPool returns group. Tests have been updated 2011-05-24 15:36:40 +02:00
Ruben S. Montero
04977725a0 feature #662: moved error codes to Request.h class 2011-05-24 15:23:07 +02:00
Ruben S. Montero
c3e29e7f83 feature #662: New authenticate method returns the GID 2011-05-24 15:15:23 +02:00
Ruben S. Montero
043cba4cee feature #662: New Request class to abstract XML-RPC requests 2011-05-24 14:32:39 +02:00
Ruben S. Montero
122a45ac28 feature #407: order of uid, gid the same for constructors. Solved som issues with fix_times 2011-05-22 22:30:36 +02:00
Ruben S. Montero
3efc2abdc1 Merge branch 'master' into feature-407
Conflicts:
	install.sh
2011-05-21 02:28:23 +02:00
Ruben S. Montero
e77a5f5b13 feature #407: LastOID is private for the pools. Minor changes in Group classes 2011-05-21 02:06:29 +02:00
Carlos Martín
b0ddfd382c Feature #407: New XML-RPC, Ruby OCA & CLI method 'chown' for VM,TEMPLATE,NET,USER & IMAGE. Work in progress, only basic functionality without authorization or consistency checks. 2011-05-17 19:13:59 +02:00
Carlos Martín
6329d8b3fa Feature #407: Use Cluster-ids instead of cluster names for Hosts. Update onedb 1.rb, tests and CLI for this change 2011-05-17 12:45:16 +02:00
Carlos Martín
3fa10a2ddf Feature #407: Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests.
* VM, VMTEMPLATE, VNET & IMAGE objects have a GID attribute, and a table column. The group id is inherited from the user creating the object, except for VMs created from Templates, that inherit the Template's group.
  * The new flag meaning has been modified in src/rm sources and CLI commands for one.(vm,template,vnet,image)pool.info . It changes from
      -2 all,  -1 mine & public,  >=0 UID
    to
      -3 mine,  -2 all,  -1 mine & group
  * USER has a group, but not secondary ones. The user_pool table doesn't have a GID column, we'll deal with it later when the group-users relations are implemented.
  * onedb migrator 1.rb: deleted USERNAME, and GID added.
2011-05-16 17:00:27 +02:00
Carlos Martín
211eed3289 Feature #407: Create default groups 'oneadmin' and 'users'. Make regular groups start from ID 100. Fix tests.
Feature #591: Add group_pool table to the DB migration script.
2011-05-13 12:51:23 +02:00
Ruben S. Montero
5483a1ba92 feature #523: New to_xml64 method for objects that generates a base64 encoded version of the object 2011-05-13 00:47:21 +02:00
Carlos Martín
e9b0bf3eea Merge branch 'master' into feature-407
Conflicts:
	install.sh
	src/nebula/Nebula.cc
2011-05-12 17:28:03 +02:00
Ruben S. Montero
5bfec3ab96 feature #513: Moved SSL utils to a common Helper Class 2011-05-12 17:20:52 +02:00
Carlos Martín
09c93c7528 Feature #407: Remove usernames from owned resources, only user-id is stored now. 2011-05-12 17:10:35 +02:00
Ruben S. Montero
bde842ed88 Merge branch 'feature-591'
Conflicts:
	install.sh
2011-05-12 14:50:22 +02:00
Carlos Martín
ae53d43789 Feature #407: Base implementation for groups.
So far groups can be managed, but resources can't be associated to a group.
Tasks done:

  * New basic onegroup command
  * RequestManager XML-RPC methods
  * New group pool
  * New GROUP authorization symbol
  * Basic GroupPool tests
  * Ruby OCA methods
2011-05-10 18:45:15 +02:00
Carlos Martín
691c965312 Bug #566: New control table to store the last used oid
Feature #591: Add new control table, and fix SQL syntax for MySQL
2011-05-09 16:09:56 +02:00
Ruben S. Montero
dd32809e37 Bug #576: Parser of the monitor information is now more robust. Error parsing the monitor info is log as an error in the VM template. The Template attributes are also XML secure, names are fixed to conform XML namimg conventions 2011-05-08 02:13:37 +02:00
Ruben S. Montero
96f26468a1 feature #523: Image repository is now decopled from storage backend. Source is generated by drivers using a driver-specific URL. 2011-05-07 02:49:07 +02:00
Carlos Martín
7aacd86c3c Bug #408: Fix compilation when mysql flag is set to 'no' 2011-05-06 18:14:23 +02:00
Carlos Martín
27977b913d Bug #408: reconnect to MySQL server when connection fails 2011-05-06 17:06:57 +02:00
Carlos Martín
8510fa56ad Feature #591: New onedb command. Core detects wrong DB versions. 2011-04-29 18:59:39 +02:00
Ruben S. Montero
fd20b21081 Merge branch 'feature-575' 2011-04-28 13:39:00 +02:00
Ruben S. Montero
ba6c8e8e89 Merge branch 'feature-487' 2011-04-26 15:35:44 +02:00
Ruben S. Montero
5dc7b686ad Fix compilation warnings with gcc4.6 2011-04-22 01:06:01 +02:00
Ruben S. Montero
db8aa7f5bf feature #575: Improved log messages for drivers. Error string also propagated to images 2011-04-15 01:51:38 +02:00
Ruben S. Montero
aebb1cd6a7 feature #575: Support for TM drivers, also tyoe of log messages from the drivers have the right type. 2011-04-15 00:49:42 +02:00
Ruben S. Montero
cd163f2a54 feature #575: Add error messages to VM templates (VMM part) 2011-04-15 00:34:22 +02:00
Ruben S. Montero
faff6589b2 Merge branch 'feature-523' 2011-04-14 17:01:24 +02:00
Carlos Martín
dce87a9fa8 Feature #487: Change template pool XML root elem. to VMTEMPLATE_POOL, for consistency with the rest of the pools; & Fix bug in onetemplate create -v 2011-04-13 11:49:03 +02:00
Ruben S. Montero
abe4ff6894 Merge branch 'feature-523' into feature-575 2011-04-13 00:03:19 +02:00
Carlos Martín
3e4b20732d Revert "Feature #552: XML-RPC Method one.user.authenticate added"
This reverts commit 5372539646.
2011-04-11 18:46:20 +02:00