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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
jQuery, jQueryLayout, jQueryUI, flot, Datatables, jGrowl have been updated to latest versions.
Due to that, some corrections have been made to css (applilcation.css has been additionaly whitespace-cleaned).
Templates, views and install.sh script have been updated accordingly.
(cherry picked from commit f9769932cb44d100d015981ca58b55bba3fa2310)
Improve the regexp matching zone endpoint urls for the vdc information to display sunstone and onexml_rpc variable addresses.
Enlarge the hosts boxes when creating an VDC. Set variable dialog height.
(cherry picked from commit 33d157cc7ff9f0175bcd744a194d86bf0b530b12)
Additionally, the select options are no longer stored in global variables. Select options should be dynamically generated when needed. In the template creation case, this is done when the dialog is opened.
Also, increased width for the Vnet list and Image list, so more options can be seen.
(cherry picked from commit 8c1eecfce4dc0d5b7153f3888df63684e8228fb1)
New get method over /compute/types, returns XML in the following format:
<ALLOWED_COMPUTE_TYPES>
<COMPUTE_TYPE>
<NAME>XLARGE</NAME>
<vCPU>4</vCPU>
<vMEM>1024</vMEM>
</COMPUTE_TYPE>
<COMPUTE_TYPE>
<NAME>SMALL</NAME>
<vCPU>1</vCPU>
<vMEM>512</vMEM>
</COMPUTE_TYPE>
</ALLOWED_COMPUTE_TYPES>
This commit makes the following improvements to the oZones GUI:
* The zone creation dialog has some default values.
* Protocol and /RPC2 tail are added by default to the endpoint data, which has been divided in host and port, with default values.
* Sunstone endpoint field has been divided in protocol,host,port,subdir. Default values provided.
* VDCs extended information contains a link to the Sunstone instance for the specified VDC.
* VDCs extended information contains a selected text field with the value to set ONEXML_RPC, in order to manage the VDC from the CLI.
(cherry picked from commit 55fa96153f7f9c87fb1a2dacb49c00e40f7ccbf9)