1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-15 05:57:23 +03:00

5838 Commits

Author SHA1 Message Date
Jaime Melis
3816c614ef feature #1791: manage the image lifecycle during the saveas hot operation 2013-03-06 16:09:11 +01:00
Jaime Melis
146ca09e08 feature #1791: new saveas hot functionality in the core 2013-03-01 19:04:56 +01:00
Javi Fontan
e3c09095f7 feature #1640: format CLI commands in 80 columns 2013-02-26 16:38:35 +01:00
Javi Fontan
8fc3bbc5fd feature #1640: show raw sched actions in onevm show --all 2013-02-26 16:09:01 +01:00
Javi Fontan
101097d0d9 feature #1640: show networks in list mode, onevm show 2013-02-26 16:09:01 +01:00
Javi Fontan
cc9233e64b feature #1640: show all disk info with --all in onevm show 2013-02-26 16:09:01 +01:00
Javi Fontan
762f33c0ea feature #1640: change onevm show disks list 2013-02-26 16:09:01 +01:00
Javi Fontan
9f1c43b5a9 feature #1640: pass options to format_resource 2013-02-26 16:09:01 +01:00
Javi Fontan
392ff502d0 feature #1640: show vm disks in table form 2013-02-26 16:09:01 +01:00
Carlos Martín
9f20fd6091 Fix bug in kvm driver: features was case-sensitive 2013-02-26 14:56:41 +01:00
Carlos Martín
25dbb79057 Feature #1556: The parser for context & requirements looks for variables in both VM templates 2013-02-26 14:32:31 +01:00
Carlos Martín
f1ee01cffa Feature #1556: Move all the attributes used in the code to the internal template 2013-02-26 13:03:40 +01:00
Carlos Martín
1f37cbffbe Merge remote-tracking branch 'origin/feature-1772' 2013-02-26 10:59:38 +01:00
Ruben S. Montero
c13861500c Merge branch 'feature-1741' 2013-02-25 23:44:31 +01:00
Jaime Melis
4bc92ec6d6 Bug #1521: Use the original image size for cloning, instead of the default image size 2013-02-25 17:37:14 +01:00
Carlos Martín
5b2750d483 Feature #1772: Add vm resize method to Java OCA 2013-02-25 17:32:47 +01:00
Carlos Martín
9e9f40d718 Feature #1772: Additional sanity checks for new capacity.
Even if it was not updated, VCPU was inserted with value "0",
causing the next deployment to fail
2013-02-25 17:01:55 +01:00
Carlos Martín
8f5c2b3fd2 Feature #1772: Save updated quotas to the DB 2013-02-25 16:16:47 +01:00
Carlos Martín
6d8b31d5bd Feature #1772: Resize capacity enforce is mandatory for everyone, except for oneadmin 2013-02-25 16:08:58 +01:00
Carlos Martín
bf60dc734c Feature #1772: Fix bug in RM, update VM owner/group quotas, not the caller's quotas.
Also take into account that we can delete users/groups and have orphan VMs
2013-02-25 15:13:14 +01:00
Carlos Martín
4be2e1e9a8 Feature #1772: Minor edits 2013-02-25 12:57:39 +01:00
Javi Fontan
4af724fc54 feature #1164: add aliases ended in ! for info methods 2013-02-25 12:53:37 +01:00
Ruben S. Montero
96c00ab9e5 feature #1722: 0 means keep current size for any attribute 2013-02-24 13:26:37 +01:00
Ruben S. Montero
19e90ec530 feature #1722: Use the right units for host update. Fix enforce in onevm command 2013-02-24 00:57:55 +01:00
Ruben S. Montero
126af25bb7 feature #1722: Fix float parameter get 2013-02-23 23:34:06 +01:00
Ruben S. Montero
dcfa0a1773 feature #1772:Resize VM capacity (cpu, memory and vcpu) offline 2013-02-23 19:49:06 +01:00
Javi Fontan
b5feaadda4 feature #1741: filter possible user matches using xpath 2013-02-22 17:05:29 +01:00
Javi Fontan
60e0a6f2e7 feature #1741: add method each_with_xpath to object pools 2013-02-22 17:01:19 +01:00
Javi Fontan
02cd738d8f feature #1741: escape dn in X509CloudAuth.rb 2013-02-22 16:59:46 +01:00
Javi Fontan
41e138be10 bug #1777: case for unknown EC2 SignatureVersion
Patch provided by Piotr Sawicki <p.sawicki@task.gda.pl>
(cherry picked from commit 0f6915e0f8de5bbdc33eb95e433da2fd9978474e)
2013-02-22 16:57:49 +01:00
Ruben S. Montero
00b664dc8d Merge branch 'bug-1521' 2013-02-20 13:06:34 +01:00
Ruben S. Montero
3cb3366eb7 Merge branch 'feature-1701' 2013-02-20 10:37:05 +01:00
Ruben S. Montero
4f57719209 feature #1701: Default cache mode set to none 2013-02-20 10:36:28 +01:00
Javi Fontan
1a61c079e2 feature #1701: add new disk io paramaeter to configuration file help 2013-02-19 18:56:27 +01:00
Javi Fontan
00dd618c16 feature #1701: add io parameter to disks in kvm driver 2013-02-19 17:36:50 +01:00
Carlos Martín
0277e7430a Feature #1739: Fix bug in VM monitoring parser 2013-02-19 17:33:53 +01:00
Jaime Melis
eb612e6c8b Bug #1521: Clone LVM instead of doing snapshot 2013-02-19 14:39:05 +01:00
Javi Fontan
acbba62ba0 feature #1640: add --cache option to onevm attachdisk 2013-02-19 12:50:48 +01:00
Javi Fontan
9b164dacec feature #1761: make xen monitor work with the driver name changes 2013-02-18 18:15:37 +01:00
Javi Fontan
7b9c6561ea feature #1741: test every dn in x509 authentication
This patch was provided by Boris Parak <256254@mail.muni.cz> in
http://dev.opennebula.org/issues/1741

Minor cosmetic changes
2013-02-18 17:52:17 +01:00
Javi Fontan
efbaff9b9a feature #1741: escape spaces instead of deleting them in x509 auth 2013-02-18 17:51:39 +01:00
Carlos Martín
ae5561c27e Feature #1697: Use add_create_auth for the merged template 2013-02-18 16:44:38 +01:00
Carlos Martín
b5c31213ee Merge remote-tracking branch 'origin/feature-1697' 2013-02-18 15:07:40 +01:00
Carlos Martín
bac2adb825 Feature #1697: Change the PoolObjectAuth used for the CREATE TEMPLATE 2013-02-18 15:06:28 +01:00
Carlos Martín
2fba9a4c5b Feature #1739: If the VM poll info can't be parsed, the VM is set to 'unknown' 2013-02-18 14:30:35 +01:00
Carlos Martín
69b4cfc083 Feature #1739: Minor changes (code style, error message readability) 2013-02-18 14:25:48 +01:00
Ruben S. Montero
415be14bcb feature #1697: Added CREATE perms for instantiate. Group user template code. 2013-02-17 00:55:31 +01:00
Ruben S. Montero
b84a0350a7 Merge branch 'feature-1739'
Conflicts:
	src/common/NebulaUtil.cc
	src/common/SConstruct
2013-02-17 00:07:07 +01:00
Ruben S. Montero
064e99df74 featue #1739: Minor modifications 2013-02-16 23:49:23 +01:00
Ruben S. Montero
701f33ca5f featue #1739: Move Host and VM update functions to each class. 2013-02-16 02:55:17 +01:00