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

2884 Commits

Author SHA1 Message Date
Carlos Martín
06ab68f306 Feature #788: Fix ImagePoolTest, adding SIZE element 2011-09-13 13:02:10 +02:00
Carlos Martín
497821e1b1 Fix tests for onedb: ignore the Image SIZE element 2011-09-13 12:14:36 +02:00
Javi Fontan
9515d78bc9 bug #803: added auth documentation to oned.conf 2011-09-12 18:25:53 +02:00
Tino Vazquez
2df1eabaa6 Remove duplicated JSONUtils file
(cherry picked from commit c10b9630ca)
2011-09-12 18:18:47 +02:00
Carlos Martín
591f761c69 Bug #668: Change the LCM, the cancel action executes the epilog on success
(cherry picked from commit 5b67dd2ebb)
2011-09-12 18:15:36 +02:00
Hector Sanjuan
ac71f33c15 Sunstone: Fix some widths in create ACL dialog
Affects the proper alignment of the deploy checkbox and the acl string preview field position.
(cherry picked from commit e540743a3b)
2011-09-12 17:33:08 +02:00
Javi Fontan
6f99e91fb4 Merge branch 'feature-799' 2011-09-12 17:29:27 +02:00
Javi Fontan
79f6fad41d bug #568: get network consumption from all interfaces (kvm) 2011-09-12 16:15:59 +02:00
Javi Fontan
26996edcb3 bug #754: new man pages with the format error fixed 2011-09-12 13:00:47 +02:00
Javi Fontan
f500cc93ec bug #745: little format error on cli help 2011-09-12 13:00:05 +02:00
Hector Sanjuan
b3ead895eb Feature #799: Refactor ozones.js code
This commit refactors the code in ozone.js.

In order to allow as much refactoring as possible, server and zones plugin have been modified so that a better consistency is achieved:

 - "vnet" replaces "vn" to identify virtual networks resource.
 - "vmtemplate" replaces "template" to identify virtual machine templates.

In the server side, all "vnet", "vn" / "vmtemplate", "template" produce the same result, so that the CLI spec and oZones doc are not affected by this change.

Note: Additional changes on OzonesServer.rb correspond to whitespace cleanup.
2011-09-09 23:05:07 +02:00
Hector Sanjuan
09c0960d23 Fix vdc refresh button
The refresh action in the VDC pluging requested the list of Zones instead of the list of VDCs.
2011-09-09 22:26:36 +02:00
Hector Sanjuan
b912b71da8 Feature #499: Rewrite is_error() 2011-09-09 22:25:51 +02:00
Ruben S. Montero
cb4dc7123a Bug #485: Moves passwd checks to user allocate. Driver responses are now better parsed, user creation fails if it contains spaces in passwd.
(cherry picked from commit 59e72d93a4)
2011-09-09 19:20:09 +02:00
Ruben S. Montero
d8a5325495 bug: dummy auth driver returns the passwd specify by the user if it does not exists
(cherry picked from commit c235115888)
2011-09-09 19:20:01 +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
Ruben S. Montero
4eb0d69e5c Bug: The x509 driver removes spaces in certificate DNs (DNs are used as passwd by this driver). Command line will not modify the passwd if plain or ssh method is used.
(cherry picked from commit f8ee2d6c2d)
2011-09-09 18:33:29 +02:00
Ruben S. Montero
0f35744632 bug #802: This commit includes
- Comment options in configuration files so default values can use $ONE_LOCATION if defined
- Better check of YAML syntax errors
- Changed some tabs for spaces
- By default the installer creates auth/certificates
(cherry picked from commit 3527bbd1f7)
2011-09-09 13:59:19 +02:00
Hector Sanjuan
09707865be Feature #799: Put action request helpers as "OpenNebula.Action" / Fix chgrp
This way they are separated from original helpers in OpenNebula.Helper, as their function is different.

Additionally, a the chgrp action has been fixed.
2011-09-09 12:17:17 +02:00
Hector Sanjuan
b288c319e7 Feature #799: opennebula.js refactor
This commit contains a full refactoring of opennebula.js, the Javascript API to interact with Sunstone server.

Refactoring includes some other smaller changes in order to achieve consistency:

 - SunstoneServer.rb: vm logs are returned in JSON format instead of plain text. VM template resource is now accessed via "/vmtemplate" instead of "template".
 - Images plugin: update "register" references to "create".
 - VM plugin: update VM log processing. Improve the "saveas" action object, making it a standard "single" action instead of "custom".
2011-09-08 23:21:22 +02:00
Ruben S. Montero
c2d3c4b3fd Merge branch 'master' of git.opennebula.org:one 2011-09-08 18:28:14 +02:00
Hector Sanjuan
66baf1d053 Small Sunstone fixes
This commit contains small improvement and fixes in Sunstone javascript client code:

 - Columns widths in some tables have been adjusted

 - Login form submission is handled in a better way

 - Login error message fade in on top of the login box

 - Login screen compacts in screens with smaller resolution

 - +/- icon toggle in the create template dialog has been improved

 - Dashboards left table expands to take 100% of available width

 - Host/VM plots have a bit less width, so no scroll bar appears

 - Page title changed to "OpenNebula Sunstone"
2011-09-08 18:27:44 +02:00
Hector Sanjuan
6d66dac27b Small oZones fixes
This patch improves the login screen and adjust some visual elements in oZones:

 - Login form submission is handled in a nicer way

 - Login failure message fade in on top of the login box

 - Login screen compacts in screens with small resolutions

 - Some column widths in the tables are adjusted
2011-09-08 18:27:44 +02:00
Carlos Martín
78247256ce Bug #477: Small change in error string generation 2011-09-08 17:47:49 +02:00
Javi Fontan
45b400a510 Typo in auth module 2011-09-08 17:32:05 +02:00
Daniel Molina
73a6c317fb Merge branch 'master' of git.opennebula.org:one 2011-09-08 15:27:12 +02:00
Daniel Molina
28e5fb3813 bug #730: Add zone and vdc id format 2011-09-08 15:26:22 +02:00
Ruben S. Montero
355d88ed80 bug #798: Path to du util set to /usr/bin/du
(cherry picked from commit 706de92525)
2011-09-08 12:46:29 +02:00
Ruben S. Montero
3c10a8ed60 Bug: Fix wrong return value handling in oneuser
(cherry picked from commit 124ba59cf5)
2011-09-08 12:46:15 +02:00
Javi Fontan
df90e53dce Select the authentication protocols available 2011-09-08 11:31:00 +02:00
Carlos Martín
a97f0c40fb Bug #477: Let the authorization errors reach the user 2011-09-07 18:14:53 +02:00
Carlos Martín
0e9ecc5655 Fix bug: quota authorization ignored the ACL decision. 2011-09-07 16:32:44 +02:00
Carlos Martín
8abf818f02 Merge branch 'master' of git.opennebula.org:one 2011-09-07 15:55:50 +02:00
Carlos Martín
3e54d5e696 Fix ruby require capitalization for quotas 2011-09-07 15:55:25 +02:00
Daniel Molina
92356b0c55 bug #750: Fix ozones etc files install 2011-09-07 12:27:34 +02:00
Daniel Molina
57d4107c9a bug #793: Fix ONE_AUTH errors when not present 2011-09-06 18:15:16 +02:00
Carlos Martín
62292463df Add onedb migration script from 2.9.80 to 2.9.85 2011-09-05 17:49:42 +02:00
Jaime Melis
72b24945a6 Bump version to 2.9.85 2011-09-02 17:37:50 +02:00
Ruben S. Montero
a6fff726c4 Merge branch 'feature-788' 2011-09-02 17:20:25 +02:00
Daniel Molina
dd92db9800 feature #788: Update conf file 2011-09-02 17:18:31 +02:00
Ruben S. Montero
416940d5fa feature #788: delete unneeded test files 2011-09-02 17:09:50 +02:00
Ruben S. Montero
1d5dddfc91 Merge branch 'feature-788' of git.opennebula.org:one into feature-788 2011-09-02 17:07:53 +02:00
Ruben S. Montero
fab6803120 feature #788: Install files of quota authZ 2011-09-02 17:07:33 +02:00
Daniel Molina
db9df8fac5 feature #788: Change conf path 2011-09-02 16:59:34 +02:00
Daniel Molina
1b9a4c3a86 Merge branch 'feature-788' of git.opennebula.org:one into feature-788 2011-09-02 16:49:15 +02:00
Daniel Molina
6b2c903ea2 feature #788: Add quota tests 2011-09-02 16:48:50 +02:00
Daniel Molina
a3fa381852 Use the same format for the CLI options help 2011-09-02 16:47:23 +02:00
Daniel Molina
e8ea488ad2 feature #788: Check the quota type 2011-09-02 16:46:50 +02:00
Daniel Molina
860846cb94 feature #788: Disable quotas by default 2011-09-02 16:46:03 +02:00
Carlos Martín
2709d144a8 Feature #788: Make 'oneuser passwd' second parameter optional, so --key can be used 2011-09-02 16:20:14 +02:00