OpenNebula Systems Support Team
OpenNebula Systems Support Team
**Description** If VM has more than one NIC attached to Open vSwitch network with IP Spoofing enabled, the traffic generated bye the second (third, forth, etc) NIC is considered spoofed....
**Description** There are some issues when creating a provider using `oneprovider create`. The issues were tested with the `oneprem provider`. 1. After the provider is created, when creating provision, the...
**Description** When migrating a VM to a different host, a different target DS can be selected too. When the same DS is used the VM migration works properly but it...
**Description** When issuing the credentials to the `oneflow-template instantiate` command using the CLI arguments `-u` and `-p` the CLI complains about one_auth not existing. ``` root@ubuntu2004-6355:~# oneflow-template instantiate 4 -u...
**Description** Allow datastore drivers to have an http proxy set in a configuration file. Without this, the marketplace drivers can only monitor de appliances in the marketplaces. They will fail...
**Description** Sunstone only allows connections via remote console access if the GRAPHICS parameter is set in the VM template, regardless of whether VNC is used or not. The idea is...
**Description** Improve documentation about managing permissions and ACLs. The [current documentation](https://docs.opennebula.io/6.2/management_and_operations/users_groups_management/chmod.html#managing-acl-rules) does not explicitly state that various ACLs for normal users are created by default. This causes confusion among some...
**Description** Updateconf API call does not allow to use dictionaries like: ``` {'CONTEXT': {'A': 'abc'}} ``` **To Reproduce** ``` one.vm.updateconf(0,{'CONTEXT': {'A': 'abc'}}, 1) ``` **Expected behavior** It should update the...
**Description** Give the user the possibility to change the logo image in FireEdge (currently hardcoded). - [x] Allow changing the login logo - [x] Allow changing the upper right logo...
**Description** Sometimes VM migration can be incomplete. So the VM is migrated, but the OpenNebula information is not updated. The idea is to implement a tool that update the OpenNebula...