IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Affects the proper alignment of the deploy checkbox and the acl string preview field position.
(cherry picked from commit e540743a3b26161092ceed215ef63e6bfeb90967)
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.
- 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 3527bbd1f721d344afca282dab03d84332a72a24)
This way they are separated from original helpers in OpenNebula.Helper, as their function is different.
Additionally, a the chgrp action has been fixed.
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".