1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00
Commit Graph

2352 Commits

Author SHA1 Message Date
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
Carlos Martín
2da4877c8c Feature #687: AuthRequest::add_auth extracts the object int id only if it is not a string template 2011-06-28 11:43:14 +02:00
Carlos Martín
99088df9b5 Feature #687: Move acl classes to their own source dir 2011-06-27 19:11:34 +02:00
Jaime Melis
46cc9ce27b feature #700: add tests for the VLAN_ID attr in the Open vSwitch and Host-Managed hooks 2011-06-27 19:01:19 +02:00
Jaime Melis
4e1eaa4bd4 feature #700: add support for VLAN_ID in the Open vSwitch hook 2011-06-27 19:00:52 +02:00
Jaime Melis
02670af53f feature #700: add support for VLAN_ID in the Host-Managed hook 2011-06-27 19:00:41 +02:00
Jaime Melis
24796a077b feature #700: cache vm_info calls 2011-06-27 19:00:21 +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
Jaime Melis
a835adeeed Bug #698: Merging Feature 573 broke Feature 548 (sunstone location independant) 2011-06-27 12:26:50 +02:00
Jaime Melis
801bb595ac Merge branch 'feature-573'
Conflicts:
	src/sunstone/views/index.erb
2011-06-24 15:58:53 +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
18c3e5f9ba Merge branch 'master' of git.opennebula.org:one 2011-06-24 12:46:14 +02:00
Hector Sanjuan
ee42e1bce1 Add update template support for hosts.
Also Refactored a bit of related code affecting the popup of the dialog.
2011-06-24 12:45:57 +02:00
Jaime Melis
e33794cfd5 feature #476: set device up in host-managed vlan hook. Plus tests. 2011-06-24 12:30:35 +02:00
Ruben S. Montero
a991817a3a feature #476. Fixes tests after merge. hook_location is now inititlized 2011-06-23 17:28:29 +02:00
Ruben S. Montero
2249929171 Merge branch 'feature-476'
Conflicts:
	src/vnm/VirtualNetwork.cc
2011-06-23 17:00:56 +02:00
Ruben S. Montero
900f8593dc feature #476: fix tests for new dir name 2011-06-23 16:52:19 +02:00
Ruben S. Montero
00b11f3c00 feature #476: Rename spec dir to test 2011-06-23 16:48:25 +02:00
Ruben S. Montero
a3c767b6d1 feature #476: Moved some methods to VM class 2011-06-23 16:45:50 +02:00
Ruben S. Montero
83dc32c53d feature #476: Some formatting and comments 2011-06-23 16:45:25 +02:00
Ruben S. Montero
e4d72a3c76 feature #476: Bug initializing OpenNebulaNetwork class 2011-06-23 16:25:31 +02:00
Ruben S. Montero
3a75615817 Merge branch 'master' of git.opennebula.org:one 2011-06-23 14:00:24 +02:00
Carlos Martín
bfaabf357d Feature #687: Start work on ACL rules 2011-06-22 19:22:52 +02:00
Hector Sanjuan
e778ca2ea1 Feature #548: Patch for Sunstone master 3.0. Tested with reverse proxy 2011-06-22 17:40:14 +02:00
Jaime Melis
ab76c1996d feature #476: make hypervisor available to the network hooks 2011-06-22 16:42:56 +02:00
Daniel Molina
45be62f7a7 Fix constant typo in VirtualNetwork 2011-06-22 16:21:53 +02:00
Daniel Molina
8cd7e6af58 Merge branch 'master' of git.opennebula.org:one 2011-06-22 16:17:28 +02:00
Daniel Molina
a84f157778 Fix type_str method in onevnet list 2011-06-22 16:17:10 +02:00
Jaime Melis
1677141cf6 bug #690: Wrong IM driver protocol 2011-06-21 17:51:04 +02:00
Jaime Melis
71a1b3408a Fix bug in the installation of sunstone etc files 2011-06-21 17:50:57 +02:00
Jaime Melis
d8a3628aef feature #476: remove old vlan hook 2011-06-21 17:46:51 +02:00
Daniel Molina
bed83ae478 Fix Sunstone tests 2011-06-20 17:01:08 +02:00
Daniel Molina
5275c4ea06 Merge branch 'master' of git.opennebula.org:one 2011-06-20 15:37:24 +02:00
Daniel Molina
ceacce79c9 Add User/Group list to the show command 2011-06-20 15:37:12 +02:00
Daniel Molina
e0e5b17310 Improve CLI performance 2011-06-20 15:36:37 +02:00
Jaime Melis
1c27b76124 feature #573: add additional files needed for testing 2011-06-20 12:55:59 +02:00
Javi Fontan
6693c8e04a Changed ruby mad test to be runable from test dir 2011-06-18 18:59:35 +02:00
Javi Fontan
2dd628cc36 Changed authm_mad test to be runable from test dir 2011-06-18 18:23:07 +02:00
Ruben S. Montero
41bbe8ccb9 bug: removed unneeded command execution when remotes dir is missing 2011-06-18 02:27:23 +02:00
Ruben S. Montero
778e17eb65 bug: fixes update functionality 2011-06-18 02:11:56 +02:00
Ruben S. Montero
b796817b97 bug: remote dir is not recreated if removed 2011-06-18 01:26:45 +02:00
Daniel Molina
ffce8af029 onedb, if the backup already exists stop the upgrade process 2011-06-17 15:37:22 +02:00
Javi Fontan
6d139a9b75 Escape strings when inserting vms in onedb 2011-06-17 15:27:11 +02:00
Daniel Molina
43c82e4e7b Add backup option to onedb 2011-06-17 15:19:39 +02:00
Daniel Molina
2d2cf68a80 Fix typo in onevm live_migrate 2011-06-17 15:08:24 +02:00
Daniel Molina
7c537c79ff Change finalize method instead of delete for onevm 2011-06-17 15:06:27 +02:00
Daniel Molina
f811bcbaae Fix host_id CLI argument 2011-06-17 14:48:51 +02:00