Ruben S. Montero
0352b3a73b
Development: Add missing template interface for getting attributes
2016-05-03 17:17:50 +02:00
Javi Fontan
dbf5cbbc1c
Typo in LifeCycleActions
2016-05-03 15:42:42 +02:00
Javi Fontan
238788650c
bug 4138: do not get ceph disk info in vm poll
...
Space reported by ceph is the same OpenNebula has for the
full disk. Does not add any extra information.
2016-05-03 15:19:23 +02:00
Jaime Melis
d6e69ea9cf
Feature #2980 : Recalculate VNC ports in fsck
2016-05-03 15:01:15 +02:00
Jaime Melis
0c1ad7c534
Feature #4369 : Migrator for VM's CID in HISTORY record.
2016-05-03 15:01:15 +02:00
Ruben S. Montero
6db32d4470
feature #4320 : Do not add multiple CREATED_BY attributes
2016-05-03 10:21:33 +02:00
Ruben S. Montero
058e23c37a
feature #3801 , bug #3775 : Delete operation is now under the recover
...
interface for admin. New terminate operation can be used in any "final"
state for end-users.
2016-05-02 18:34:42 +02:00
Tino Vazquez
4f545a9d4b
Feature #4432 : Add dynamic context, disk, nic and vnc reconfig on poweroff in vCenter
2016-04-29 19:40:11 +02:00
Carlos Martín
42e94cc79f
Feature #3182 : Disable create button if no template is selected in VM creation
2016-04-29 16:09:50 +02:00
Carlos Martín
b9e52f0236
Remove unused file
2016-04-29 13:50:09 +02:00
Carlos Martín
9451e6de39
Feature #4217 : Rename actions in sunstone
...
From image: Upload to marketplace
From app: Download to opennebula, download locally
2016-04-29 13:41:19 +02:00
Carlos Martín
5c2ebb126c
Feature #4320 : Add widget to edit boot order
2016-04-29 12:28:07 +02:00
Carlos Martín
c7b7cd1d27
Use monospace font in advanced template inputs
2016-04-28 15:31:40 +02:00
Carlos Martín
b3595d5c50
Feature #4363 : Replace tiny buttons with small ones
2016-04-28 15:12:08 +02:00
Carlos Martín
9dc679840c
Feature #4363 : Rename right- and left- layout classes to avoid foundation style injection
...
The dropdowns were placed to the right of the buttons
because of the only-right-info class
2016-04-28 15:12:08 +02:00
Carlos Martín
5a9ae39947
Feature #4363 : Restoring missing styles in migration, remove unused style classes
2016-04-28 15:12:08 +02:00
Javi Fontan
0687cda320
bug #4296 : only monitor vga pci devices by default
2016-04-28 15:09:19 +02:00
Javi Fontan
12f367297a
feature #4139 : create .monitor in qcow2 and shared tm's
2016-04-28 14:32:26 +02:00
Javi Fontan
468eadd51d
feature #4139 : bug in ssh_male_path
2016-04-28 14:32:26 +02:00
Ruben S. Montero
f518b526c7
Development: Fix fsck for empty XML elements in VNETs
2016-04-28 12:56:36 +02:00
Javi Fontan
563afe9bfa
feature #4139 : create ssh directories with .monitor
2016-04-28 10:42:08 +02:00
Javi Fontan
de891f3fb0
feature #4139 : create .monitor file in ssh_make_path
2016-04-28 10:42:08 +02:00
Javi Fontan
3cb5cab021
feature #4139 : get disk info for ssh in monitor_ds
2016-04-28 10:42:08 +02:00
Javi Fontan
af3790c242
bug #4366 : bug getting datastores in tm/shared/monitor
2016-04-28 10:42:08 +02:00
Carlos Martín
0a2d84148c
Feature #4261 : Add labels support for OneFlow services and templates
2016-04-27 17:37:08 +02:00
Carlos Martín
620ec97ef9
Feature #4184 : Remove unused files
2016-04-27 17:37:08 +02:00
Javi Fontan
7c06afc78b
feature #4139 : do not monitor file based disks in vm poll
2016-04-27 15:39:27 +02:00
Carlos Martín
ea81a63d5f
Fix user inputs for new flow service instance
2016-04-27 15:09:58 +02:00
Carlos Martín
39086ca46f
Merge branch 'master' of github.com:OpenNebula/one
2016-04-27 14:55:28 +02:00
Javi Fontan
cb6b6f262f
bug #4366 : get disk info in tm/shared monitor
2016-04-27 14:19:16 +02:00
Javi Fontan
890f726f40
bug #4366 : do not monitor lvm in tm/shared
2016-04-27 14:19:16 +02:00
Carlos Martín
71fc154748
Feature #4320 : Remove vnc port and random_password
2016-04-27 10:27:11 +02:00
Tomáš Kukrál
53b0e1807f
fix parsing of Authorization header
...
Econe server fails with <NoMethodError: undefined method `split' for nil:NilClass>
when using some clients (ec2 Ansible modules for example). The problem
lies in parsing Authentication header format.
Euca sends:
Credential=tom/20160425/undefined-19606/ec2/aws4_request, SignedHeaders=accept;accept-encoding;connection;content-length;content-type;host;x-amz-content-sha256;x-amz-date, Signature=fsomehash8cda2
Ansible EC2 module sends:
Credential=tom/20160425/servers/one/aws4_request,SignedHeaders=host;x-amz-date,Signature=6b2ccdsomehash39f2fc555
Previous implementation fails when fields are separated with ","
(without space). Documentation [1] for AWS API says "are separated by a
comma" so there should be just comma, but I'd prefer to maintain
compatibility with euca and convert headers (remove spaces after comma).
[1] http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-auth-using-authorization-header.html
2016-04-26 20:08:03 +02:00
Tino Vazquez
2382970da5
Fix for vCenter VM poll
2016-04-26 19:56:37 +02:00
Tino Vazquez
11ec5378e7
Wrong shutdown signature fixed for vCenter
2016-04-26 19:54:06 +02:00
Tino Vazquez
cfc38b0359
Fix wrong esx host retrieval for vCenter VMs
2016-04-26 18:52:38 +02:00
Carlos Martín
e769ba945e
Feature #4400 : Show error when the image is not found
2016-04-26 18:04:15 +02:00
Carlos Martín
93b059d2b1
Better formatting for advanced template editing
2016-04-26 17:37:34 +02:00
Carlos Martín
851bd42d84
Fix inconsistency between single and vector attribute xml for empty strings
2016-04-26 17:37:34 +02:00
Carlos Martín
471ac433f6
Feature #4320 : Remove kernel, initrd & files in updateconf dialog
2016-04-26 17:37:34 +02:00
Carlos Martín
617b79ea07
Feature #4320 : Fix labels removing duplicated IDs
2016-04-26 17:37:34 +02:00
Carlos Martín
dca4a79b16
Feature #4320 : Fix tab navigation removing duplicated IDs
2016-04-26 17:37:34 +02:00
Ruben S. Montero
b78ccaad25
feature #4273 : Better display names for drivers
2016-04-26 17:02:57 +02:00
Javi Fontan
5e2771d60d
bug #4366 : enable fs_lvm for system ds monitoring
2016-04-26 15:52:10 +02:00
Javi Fontan
637f3ee3fa
bug #4366 : add fs_lvm/monitor
2016-04-26 15:51:18 +02:00
Javi Fontan
b0f67a3598
bug #4366 : preserve line breaks in monitor_and_log
2016-04-26 15:44:30 +02:00
Ruben S. Montero
03b7b77ce8
Merge monitor information for the VM (instead of recreating). Update
...
Template.merge interface
2016-04-26 15:35:07 +02:00
Ruben S. Montero
2560c2da92
feature #4400 : update onegate token for updateconf call
2016-04-26 12:58:31 +02:00
Ruben S. Montero
bb9d4a99b5
feature #4400 : Regenerate network context support for updateconf
2016-04-26 11:47:03 +02:00
Ruben S. Montero
09317da03e
feature #4400 : Add permission request to template show exteneded
2016-04-26 10:59:49 +02:00