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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
OpenNebula maintenance and hotfix revisions do not allow for any
change in their configuration files with respect to their
previous version.
In a minor branch (one-XX), the new 01-conf_branch_protect.sh script
will warn about configuration changes.
* B #3280: check import vCenter cluster
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
* B #3280: check import vCenter cluster
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
* B #3365: Changing function order for readibility
(cherry picked from commit e85bd07297)
This is a new user templatate attribute that is understood by Sunstone,
users with this setting will be logged in automatically in their
default zone (if no session is available)
* F #3337: Retry if failure during shutdown
* F #3337: Configurable number of retries
* F #3337: Extend to deploy and cancel
* F #3337: Use retry_interval variable
* Update shutdown
The “del_flows” override the loop variable “m” when matching the port,
on the second loop which result in the following error.
/var/tmp/one/vnm/ovswitch/OpenvSwitch.rb:287:in `match': wrong
argument type MatchData (expected Regexp) (TypeError)
* src/vnm_mad/remotes/ovswitch/OpenvSwitch.rb: use a different variable
name when matching the port than the loop iterator.
Signed-off-by: Daniel Dehennin <daniel.dehennin@ac-dijon.fr>
* B #3101 multiple entries for a VF nic
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
* B #3101: multiple entries for VF nic
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
* B #3101: multiple entries for VF nic
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
* B #3101: multiple entries for VF nic
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
(cherry picked from commit dc4e630338)
* F #1896: Get host id from drv_action on shutdown
Signed-off-by: Sergio Vega <svega@opennebula.systems>
* F #1896: Get host id from drv_action on every supported action
Signed-off-by: Sergio Vega <svega@opennebula.systems>
* F #1896: Enhance vCenter driver actions pool calls
* LXD Remove some TODOs
* Handle LXD ocassional shutdown error
* Fix API response error handling
* Explicitly log the moment the container starts/stops
* Update client.rb
(cherry picked from commit bfe6c41fd6)