ione
ione copied to clipboard
Quick PaaS and IaaS cloud based on OpenNebula
Sometimes localhost maybe ipv6 address which breaks internal routing
Since Admin UI takes endpoint URL from `config.js` again, installer task must be updated to write URL into that file after build.
Should be based on error codes, contain description, short name, fatality level Sample error codes ``` M1001 - Moderate, 1 for VM, 001 - instantiate failed I2005 - Infrastructure related,...
It's qcow2 by default, but should be raw for ceph datastores
It can happen that ```ruby aug = Augeas.create(:no_modl_autoload => true, :no_load => true, :root => work_file_dir, :loadpath => ONED_CONF) ``` won't work Although using `aug = Augeas.open(work_file_dir, ONED_CONF)` instead does...