Activity
From 07/05/2016 to 08/03/2016
08/03/2016
-
03:46 PM Bug #4700 (New): Documentation: Update BOOT section within VM template reference for ONE5
- Good catch thanks!
-
09:48 AM Bug #4700 (New): Documentation: Update BOOT section within VM template reference for ONE5
- Hi
Since OpenNebula 5.0.0 the boot section was changed to specify the boot order with: nic0,disk0.. etc.
This ch... -
09:24 AM Bug #4699 (Closed): Vcenter does not honor vmm_exec_vcenter.conf
- It seems that values set in vmm_exec_vcenter.conf are not read by the driver. In particular NIC model only uses that ...
08/02/2016
-
07:58 PM Bug #4698 (Closed): Numbers in Hosts Tab in Sunstone are wrong
- The numbers shown at the bottom of the hosts tab are not accurate. See attached image for details.
The bug also appe... -
09:25 AM Bug #4680 (New): Ebtables filtering too strict (can't talk to non-ONe hosts on the same network)
-
08:12 AM Bug #4662 (Closed): Segfaul in Debian Jessie
- Great, I'm closing it, but will reopen if more failures appear.
08/01/2016
-
04:36 PM Bug #4662: Segfaul in Debian Jessie
- I updated now to 4.14 and it seems to work as good as it can work with Xen
-
09:02 AM Bug #4662: Segfaul in Debian Jessie
- Ok, just uploaded a patch for master, 5.0 and 4.14
https://github.com/OpenNebula/one/commit/61a246400f65156529008c... -
08:48 AM Bug #4662: Segfaul in Debian Jessie
- I have 4.12 (from the debian src package).
Here you can find the RequestManagerVirtualMachine.cc
http://pastebi... -
08:45 AM Bug #4662: Segfaul in Debian Jessie
- Hold on, I saw it
-
08:44 AM Bug #4662: Segfaul in Debian Jessie
- What version are you using, is this 4.14, 5.0?
-
08:31 AM Bug #4662: Segfaul in Debian Jessie
- It seems like there is another bug. When I start a VM it segfaults again with this backtrace:
Thread 31 "oned" rec... -
07:26 AM Bug #4662: Segfaul in Debian Jessie
- Sorry i forgot to remove this line! It seems to work now!
-
09:01 AM Revision 3ad4d275 (one): bug #4662: Do not double unlock on deploy/migrate operations
- (cherry picked from commit 61a246400f65156529008cc34d760ca0fe86fc8a)
-
09:01 AM Revision eebd889e (one): bug #4662: Do not double unlock on deploy/migrate operations
- (cherry picked from commit 61a246400f65156529008cc34d760ca0fe86fc8a)
-
08:58 AM Revision 61a24640 (one): bug #4662: Do not double unlock on deploy/migrate operations
-
07:36 AM Revision 58206b5f (one): Bug #4696: OneGate token is not being properly generated
- (cherry picked from commit eae3a5585fca95b6e22fb5963c74a96b56c81ae7)
-
07:35 AM Revision eae3a558 (one): Bug #4696: OneGate token is not being properly generated
-
07:35 AM Bug #4696 (Closed): OneGate token is not being properly generated
07/31/2016
-
12:21 AM Bug #4586: Missing dependencies for opennebula-flow debian/ubuntu package
- A workaround to force the uninstall of the package: @dpkg --ignore-depends -P ruby-treetop@
-
12:09 AM Bug #4586: Missing dependencies for opennebula-flow debian/ubuntu package
- After the upgrade to version 5.0.2, opennebula-flow won't start on ubuntu 14.04 because the version of ruby-treetop i...
07/29/2016
-
10:14 PM Bug #4688: onevm disk-attach results in LCM state HOTPLUG_PROLOG_POWEROFF
- for some weird reason the nfs share on this (test) frontend was not accessible ... and the driver was basically waiti...
-
09:35 PM Bug #4688: onevm disk-attach results in LCM state HOTPLUG_PROLOG_POWEROFF
- VM_MAD="kvm"
TM_MAD="qcow2" (image datastore)
TM_MAD="shared" (system datastore) -
01:26 PM Bug #4688: onevm disk-attach results in LCM state HOTPLUG_PROLOG_POWEROFF
- Hi,
This must be a problem with the driver operation. The life-cycle seems to work.
The success message you see i... -
03:54 PM Bug #4662: Segfaul in Debian Jessie
- mmm
I don't have nothing at 130:
> #6 0x00007f1094f0574a in PoolSQL::allocate (this=this@entry=0x7f1096d8d910, ... -
02:29 PM Bug #4662: Segfaul in Debian Jessie
- When I added a new network interface the oned daemon crashes again.
Here is the trace:
#0 __lll_unlock_elision... -
02:26 PM Bug #4662: Segfaul in Debian Jessie
- Actually, it fails now at a different place. I will try to provide you traces asap
-
02:22 PM Bug #4662: Segfaul in Debian Jessie
- I applied the patch in ActionManager.cc and now it seems to work :)
Thanks!
It would be nice when these changes... -
01:13 PM Bug #4662: Segfaul in Debian Jessie
- By the way, I catch a couple of additional errors with valgrind for the MarketPlace, but you should be fine in the 4....
-
01:12 PM Bug #4662: Segfaul in Debian Jessie
- This has to be applied also
http://dev.opennebula.org/projects/opennebula/repository/revisions/6770aabadd78c15fef3... -
11:21 AM Bug #4662: Segfaul in Debian Jessie
- I tried to patch Opennebula 4.14 [1]. I hope is correct.
But it still segfaults when i try to login.
Here is th... -
10:07 AM Bug #4662: Segfaul in Debian Jessie
- THANKS!!!
Hopefully both seems to be the same one. There is a new commit to fix this. We went through the code and... -
09:37 AM Bug #4662: Segfaul in Debian Jessie
- Yes it seems so!
Here are the traces:
The backtrace for mm_sched
Thread 1 "mm_sched" received signal SIGSEGV... -
09:16 AM Bug #4662: Segfaul in Debian Jessie
- Thank you!
It seems that we missed some double mutex_unlock. It would be super to have a GDB backtrace as the on... -
08:10 AM Bug #4662: Segfaul in Debian Jessie
- Hi Ruben,
I applied your patch to the src package of Debian (opennebula version 4.12).
At least oned does not s... -
03:53 PM Revision 558edf0a (one): bug #4662: Removed addional double unlock()
- (cherry picked from commit 7676ab6c62b979489c5b686329b0ef54d9243eb7)
-
03:53 PM Revision 66e4ea13 (one): bug #4662: Do not try to unlock non locked mutex for PoolObjectSQL class
- (cherry picked from commit 979c506becd33c59fe737f1e0091bc6acb1b4336)
-
03:52 PM Revision 8b2799ef (one): bug #4662: Removes double unlocks from MarketPlace. Adds SSL callbacks
- for multithread calls
(cherry picked from commit 8bba5b8b7380c84e38d08fccae13ae48bc4d4a59) -
03:50 PM Revision 8bba5b8b (one): bug #4662: Removes double unlocks from MarketPlace. Adds SSL callbacks
- for multithread calls
-
03:29 PM Revision c614b91d (one): Bug #4667: Add mising file to install.sh
-
03:24 PM Revision 026341aa (one): Bug #4667: Add onedb patch command to fix history mad names
-
10:51 AM Bug #4695 (Closed): Address family mismatch - onedb fsck / upgrade
- Here is the Bug Ticket for my post ( https://forum.opennebula.org/t/address-family-mismatch-onedb-fsck-upgrade/ ) as ...
-
10:16 AM Bug #4694 (Pending): Return an error if a template update is invalid
- Right now it silently rejects contents of the template update. For example when trying to specify an IP:
"roles"... -
10:04 AM Revision 6770aaba (one): bug #4662: Removed addional double unlock()
- (cherry picked from commit 7676ab6c62b979489c5b686329b0ef54d9243eb7)
-
10:04 AM Revision 7676ab6c (one): bug #4662: Removed addional double unlock()
-
10:03 AM Revision ed22ffa8 (one): Fix redirect port (always to http)
- (cherry picked from commit eef1ee6d4f34c3ebdf6c7cb6e764169d36e8e69d)
-
10:02 AM Revision eef1ee6d (one): Fix redirect port (always to http)
07/28/2016
-
02:51 PM Bug #4693 (Closed): vlan_id is only imported for networks of type DistributedVirtualPortgroup
-
01:20 PM Bug #4692 (Pending): onevnet man page inconsistency
- Hi
This is just a small issue in the onevnet man page, in updatear section we can read:... -
01:11 PM Bug #4691 (Closed): when importing networks from vCenter, the checkmarks are not kept when chanin...
-
09:23 AM Bug #4690 (Closed): Sunstone deletes PUBLIC_CLOUD elements
- A PUBLIC_CLOUD element with an unsupported TYPE in the wizard gets deleted in an update action.
07/27/2016
-
04:44 PM Bug #4662: Segfaul in Debian Jessie
- Hi Benjamin
I've followed the Debian issue and commit a patch to address this. I do not have access to a tsx proce... -
04:40 PM Revision 24e60500 (one): bug #4662: Do not try to unlock non locked mutex for PoolObjectSQL class
- (cherry picked from commit 979c506becd33c59fe737f1e0091bc6acb1b4336)
-
03:56 PM Revision 979c506b (one): bug #4662: Do not try to unlock non locked mutex for PoolObjectSQL class
-
02:56 PM Feature #3387: Make OpenNebulaNetwork.conf settings overridable per network
- May we have restricted attributes per VM too?
Regards. -
02:36 PM Feature #3387: Make OpenNebulaNetwork.conf settings overridable per network
- Also consider arp/mac spoofing for openvswitch:
https://forum.opennebula.org/t/question-about-ovs-vnets-and-arp-ca... -
09:03 AM Bug #4689 (Closed): Long attribute values should have a max width
- Reported in the forum:
https://forum.opennebula.org/t/long-attribute-value-is-well-too-long-in-sunstone/2655/1 -
07:53 AM Bug #4681 (Closed): Start VM Blocked after Generating deployment file
- Thanks for letting us know
07/26/2016
-
05:31 PM Revision d1304834 (one): Fix wrong syntax in vcenter driver
-
05:31 PM Revision 27c278b5 (one): Add fallback for VM Template search in vCenter
- (cherry picked from commit 40c3483f121f6fa72e40d3e4db798060aa1fda99)
-
05:31 PM Revision 84de82be (one): Fix for CDROM detach
-
05:31 PM Revision 40c3483f (one): Add fallback for VM Template search in vCenter
-
04:34 PM Revision dec2c731 (one): Fix wrong syntax in vcenter driver
- (cherry picked from commit 55e010fed3355f96e93810c542426f20068948c3)
-
04:33 PM Revision 4e46f4a6 (one): Fix for CDROM detach
- (cherry picked from commit 75f0e4e9582dc0a475c8079cacfe89ba3c300758)
-
03:56 PM Bug #4688 (Closed): onevm disk-attach results in LCM state HOTPLUG_PROLOG_POWEROFF
- onevm disk-attach results in LCM state HOTPLUG_PROLOG_POWEROFF. Example:
onevm disk-detach 194 4
Jul 26 17:42:2... -
01:29 PM Bug #4687 (Closed): Uploading gzip files with no tar in vcenter DS should fail gracefully
- Or be supported
-
01:25 PM Feature #4686 (Closed): Implement Rollback for VM reconfiguration for poweroff
- Problem:
If I add a disk and a NIC in the VM, and the poweron fails on the disk but the NIC has been added, this... -
12:52 PM Bug #4685 (Closed): VLAN_ID range in vCenter drivers should use VLAN_TAGGED_ID
- To agree with core notation
-
12:33 PM Bug #4681: Start VM Blocked after Generating deployment file
- I have reboot oneadmin and now it's Okay . . .
I think the admin server was in a weird state since the update.
... -
09:44 AM Bug #4681: Start VM Blocked after Generating deployment file
- I think I have a right problem on the datastore:
- The rights are well positioned in /var/lib/one (chown oneadmin:on... -
09:20 AM Bug #4681: Start VM Blocked after Generating deployment file
- So it seems that somehow the prolog step is not working for you, In that step /var/lib/one/datastores/ID_DS/VM_ID is ...
-
09:10 AM Bug #4681: Start VM Blocked after Generating deployment file
- Yes, the VM not booting.
The deployment file hast appeared to be okay. (/var/lib/one/vms/2083/deployment.0 from on... -
09:03 AM Bug #4681: Start VM Blocked after Generating deployment file
- And the VM is not booting?
You can further debug this:
1.- Check the deployment file, does it look ok?
2.- ... -
08:54 AM Bug #4681: Start VM Blocked after Generating deployment file
- I have run the command: : ...
-
08:45 AM Bug #4681: Start VM Blocked after Generating deployment file
- Probably this is an old version of the drivers in the hypervisors.
Can you try onehost sync -f? -
09:45 AM Request #4684 (Pending): Create Apps from a template
- Hello,
As "discussed of the forum":https://forum.opennebula.org/t/usage-of-5-0-market-places-will-http-market-plac... -
08:28 AM Bug #4683 (Closed): Sign out may not close the session
- Reported in the forum:
https://forum.opennebula.org/t/sunstone-sign-out-does-not-really-sign-out/2630
07/25/2016
-
07:38 PM Bug #4682 (Closed): cloud-config crashes OpenNebula
- Environment:...
-
03:38 PM Bug #4681 (Closed): Start VM Blocked after Generating deployment file
- Hello,
I have OpenNebula 5.0.1-1 (From 4.14 after upgrade).
My problems :
After the version update, I lost... -
01:52 PM Bug #4680 (Closed): Ebtables filtering too strict (can't talk to non-ONe hosts on the same network)
- Note: this is a repost of the problem mentioned here:
https://forum.opennebula.org/t/ebtables-filtering-too-strict/2... -
09:27 AM Feature #4679 (New): Tie support account to opennebula account
- To keep the support tab logged if the user is logged in Sunstone
-
09:20 AM Bug #4430: Error allocating a new image. NAME is already taken
- A short update: this issue is still present in 5.0.2 - I have just verified it by uploading a Fedora 24 server ISO im...
-
08:56 AM Bug #4298: Deleting lots of images at one time leaves some in place
- I don't reproduce it on my 5.0.2-2 but this cluster is not as loaded as my 4.14.
Regards. -
08:52 AM Bug #4298: Deleting lots of images at one time leaves some in place
- I can reproduce it consistently, here is what I did in Sunstone
* Create an empty qcow2 disk
* Clone that disk 5 ... -
08:27 AM Bug #4298: Deleting lots of images at one time leaves some in place
- Ruben S. Montero wrote:
> In this case, the driver should leave an error message in oned.log:
>
> * Is there any ... -
07:46 AM Bug #4298: Deleting lots of images at one time leaves some in place
- In this case, the driver should leave an error message in oned.log:
* Is there any message starting like?:
<pre... -
08:14 AM Bug #4669 (Closed): ovswitch vlan tag missing
-
07:39 AM Feature #4678 (Pending): Missing share action for service templates
- Hello,
Using ONE 5.0.2-2, the VMs and Virtual Routers templates has the *@share@* actions, useful for the group ad...
07/22/2016
-
04:34 PM Bug #4674: User view is broken after 5.0.2 upgrade
- Fixed in a new version of 5.0.2 packages, please update
-
10:40 AM Bug #4674 (Closed): User view is broken after 5.0.2 upgrade
- Fixed, thanks a lot!
-
09:56 AM Bug #4674: User view is broken after 5.0.2 upgrade
- For the record, I'm using Firefox.
-
09:48 AM Bug #4674 (Closed): User view is broken after 5.0.2 upgrade
- Hello,
I just upgrade our lab to 5.0.2 and I have an issue with the user view, here is what I have in my JS log
... -
02:37 PM Bug #4298: Deleting lots of images at one time leaves some in place
- This issue may be related to #2998
-
02:37 PM Bug #4677 (Closed): Datatable is empty if one of the search fields contains a char outside of the...
-
01:54 PM Bug #4677 (Closed): Datatable is empty if one of the search fields contains a char outside of the...
-
02:36 PM Bug #3888: An image can be used twice by a VM, but this breaks the used/ready logic
- I confirmed on 5.0.2
-
02:31 PM Bug #4669: ovswitch vlan tag missing
- Emil Öhgren wrote:
> I had missunderstood the "onehost sync" command, since I use a shared filesystem for /var/lib/o... -
02:25 PM Revision 5a9ca1d1 (one): Bug #4677: Fix datatables with utf-8 search field values
- (cherry picked from commit d78339e7b3c29e64fdcb3ea2d61ae8b5c9133517)
-
02:23 PM Revision d78339e7 (one): Bug #4677: Fix datatables with utf-8 search field values
-
01:52 PM Request #4676 (Pending): Images inherit attributes from their datastore
- Hello,
I have basically two datastores:
* a datastore for qcow2 images (*@TM_MAD=qcow2@*)
* a dedicated datast... -
01:29 PM Bug #4675 (Closed): vcenter networks are imported with vlan_id=undefined
-
01:21 PM Revision 313f1f7e (one): Bug #4675: Fix vlan_id for vcenter network import
- (cherry picked from commit f3a7b9f3c5e684994c6beb4084e42c8cab12fa3c)
-
01:21 PM Revision f3a7b9f3 (one): Bug #4675: Fix vlan_id for vcenter network import
-
10:30 AM Revision 03add2e6 (one): Bug #4674: Fix user view, update other view contents to match the origin...
- (cherry picked from commit 4f0d75d1ea102a539500160a5c1a615bff9df135)
-
10:28 AM Revision 4f0d75d1 (one): Bug #4674: Fix user view, update other view contents to match the origin...
07/21/2016
-
04:27 PM Feature #4643 (Closed): HA Guide for Ubuntu
-
02:52 PM Revision 347435ec (one): Fix for bug in detach disk
- (cherry picked from commit f8b58adf3742a1260c145440d7ceb1df5a64d352)
-
02:51 PM Revision f8b58adf (one): Fix for bug in detach disk
-
02:50 PM Revision f626bbe3 (one): Update translations
-
02:33 PM Revision 0993c5f0 (one): Update translations
-
02:32 PM Bug #4673 (Closed): Notification can break words
-
12:34 PM Bug #4673 (Closed): Notification can break words
-
02:32 PM Feature #4672 (Closed): Disable settings button in cloud view yaml file
-
12:31 PM Feature #4672 (Closed): Disable settings button in cloud view yaml file
-
02:31 PM Feature #4671 (Closed): New column to show user password in users-tab table
-
12:29 PM Feature #4671 (Closed): New column to show user password in users-tab table
-
02:22 PM Revision bbdd7be2 (one): Bug #4673: Fix work-break inside error messages
- (cherry picked from commit 7bf2c9c38a2e9e06f1dc4350ad577dcd1d0d1a68)
-
02:22 PM Revision 7bf2c9c3 (one): Bug #4673: Fix work-break inside error messages
-
02:12 PM Revision 38040359 (one): Adds status to the ubuntu 14.04 flow and gate init.d scripts
- (cherry picked from commit 41a599d03282f6a3bb16bcdbdd12cef3d681c6c2)
-
02:12 PM Revision e5ff9659 (one): Typo
- (cherry picked from commit 9c09c0d2332f33a62d983c5146b39d9f412c2e2c)
-
02:12 PM Revision 9c09c0d2 (one): Typo
-
02:12 PM Revision 41a599d0 (one): Adds status to the ubuntu 14.04 flow and gate init.d scripts
-
02:03 PM Revision edff3c7e (one): Feature #4672: Disable settings buttons in cloud view yaml file
- (cherry picked from commit 2c26ec437a3ce8b3963a8af8d32934f55f1cb176)
-
02:02 PM Revision 2c26ec43 (one): Feature #4672: Disable settings buttons in cloud view yaml file
-
12:45 PM Revision adc7792e (one): Feature #4671: New column to show user password in users table
- (cherry picked from commit 3026f0820b6443aa6c22278a02dac6a47734514c)
-
12:43 PM Revision 3026f082 (one): Feature #4671: New column to show user password in users table
-
09:45 AM Bug #4667: Sqlite migration from 4.14.2 to 5.0.1 prevents access to VMs
- Here's the history as well:
176|0|<HISTORY><OID>176</OID><SEQ>0</SEQ><HOSTNAME>devarch-cloud-node2-05041</HOSTNAME... -
09:44 AM Bug #4667: Sqlite migration from 4.14.2 to 5.0.1 prevents access to VMs
- Hi Ruben,
I've now rolled back, and haven't kept a copy of the db from the failed migration (my apologies). Here's... -
09:24 AM Feature #4670 (Closed): Improve error message when ec2_driver.conf has wrong yaml syntax
-
09:10 AM Bug #4669: ovswitch vlan tag missing
- I had missunderstood the "onehost sync" command, since I use a shared filesystem for /var/lib/one I was under the imp...
-
08:18 AM Bug #4669 (Closed): ovswitch vlan tag missing
- After upgrading to opennebula 5.0, opennebula no longer adds the vlan tag on ovswitch interfaces on new virtual machi...
-
08:39 AM Bug #4668 (Closed): PHP application on ONE Cloud
- That page is not accesible because it is no longer relevant.
Please use the discussion forum for this kind of requ... -
06:43 AM Bug #4668 (Closed): PHP application on ONE Cloud
- I cannot able to access this link
http://dev.opennebula.org/projects/1/wiki/StudentProjectIdeas
error shows lik... -
05:51 AM Request #468: PHP application on ONE Cloud
- i cannot able to access this link http://dev.opennebula.org/projects/management-console/
-
05:43 AM Request #468: PHP application on ONE Cloud
- Hello there,
I am trying to implement cloud for my academic purpose, in which I need to implement the cloud and then... -
05:41 AM Request #468: PHP application on ONE Cloud
- Ashish Revar wrote:
> Hello there,
> I am trying to implement cloud for my academic purpose, in which I need to imp...
07/20/2016
-
09:22 PM Bug #4667: Sqlite migration from 4.14.2 to 5.0.1 prevents access to VMs
- There may be some problems with the documents. Can you paste a row for one of the wrong VMs e.g.
SELECT * from vm_... -
05:45 PM Bug #4667 (Closed): Sqlite migration from 4.14.2 to 5.0.1 prevents access to VMs
- After upgrading my db, and running onedb fsck, most, but not all, of my VM's cannot be inspected with `onevm show`. o...
-
05:20 PM Bug #4636 (Closed): Improve vCenter DS requirements
-
04:53 PM Revision 0cc04f9a (one): bug #4640: disable pre/postmigrate for shared tm
- (cherry picked from commit 56fff9184f3784bc3cec16ca9bb04febe92d74d7)
-
04:52 PM Revision 56fff918 (one): bug #4640: disable pre/postmigrate for shared tm
-
04:38 PM Bug #4640: live migrate with 'shared' SYSTEMD_DS not working properly
- You're right. These scripts are wrong in some many ways. I've been trying to figure out how to fix them in a non intr...
-
11:06 AM Bug #4640: live migrate with 'shared' SYSTEMD_DS not working properly
- Javi Fontan wrote:
> What's the error you're seeing in pre/post migrate?
The current scripts has wrong variable i... -
09:08 AM Bug #4640: live migrate with 'shared' SYSTEMD_DS not working properly
- What's the error you're seeing in pre/post migrate?
We are going to review the change you're proposing but I think... -
03:48 PM Bug #4645 (Closed): Remove Save As Button from vCenter views
-
03:39 PM Revision 81855170 (one): Bug #4645: Remove Save As Button from vCenter views
-
03:38 PM Revision 3623f6ef (one): Bug #4645: Remove Save As Button from vCenter views
-
03:25 PM Bug #4666 (Closed): If the dashboard tab is not enabled, the loading icon is not cleared
-
03:17 PM Bug #4666 (Closed): If the dashboard tab is not enabled, the loading icon is not cleared
-
03:24 PM Bug #4664 (Closed): Service create and Service template instantiate repeat datatable IDs
-
01:27 PM Bug #4664 (Closed): Service create and Service template instantiate repeat datatable IDs
- If a service template with a vnet user input is selected in the 'create' form and then in the 'instantiate' form, dat...
-
03:15 PM Revision 64164162 (one): Bug #4666: Hide initial loading icon even if the dashboard tab is not en...
-
03:13 PM Revision 73dfec23 (one): Minor style fix
- (cherry picked from commit baec60a4a19cdac2b0f634c9544c47f5b390406f)
-
03:13 PM Revision 44d86bb1 (one): Feature #4614: Fix viewport overflow when datatable has advanced search
- (cherry picked from commit 13343e7f22d8108fde1d9768edf35a4b32d636e7)
-
03:12 PM Revision baec60a4 (one): Minor style fix
-
03:12 PM Revision 13343e7f (one): Feature #4614: Fix viewport overflow when datatable has advanced search
-
02:40 PM Bug #4665 (Closed): OneFlow does not replace networks with '-' in their name
- For instance, a network user input with name 'vnet-a' does not get replaced, while 'vneta' works.
-
02:38 PM Revision b3cf34c2 (one): Bug #4664: Use a unique ID for service template vnet tables
- (cherry picked from commit 121fbda8c6aedce8014b97205d1759aeadf7147a)
-
02:37 PM Revision 121fbda8 (one): Bug #4664: Use a unique ID for service template vnet tables
-
02:13 PM Bug #4638 (Closed): Present VCPU and tie it to CPU in vCenter view
- Reviewed
-
02:08 PM Feature #4614 (Closed): Search users by password field
- tested, works as expected
-
02:02 PM Revision 63e39b19 (one): Bump version 5.0.2
-
01:02 PM Feature #4663 (Pending): Support RBD object size when registering new ceph images
-
12:48 PM Revision 898c25d0 (one): Feature #4657: Display colors for the labels
- (cherry picked from commit 988991facec232698ff2bee13957b7eafcf37528)
-
10:41 AM Bug #4648 (New): Delete VMs in poweroff leaves disks in datastore
-
10:30 AM Bug #4662 (Closed): Segfaul in Debian Jessie
- As already reported [1] OpenNebula uses the libpthread wrong. This results in SEGFAULTs on startup.
This has behavio... -
10:04 AM Bug #4661 (Closed): VNet AR update does not select the right type
-
09:14 AM Bug #4661 (Closed): VNet AR update does not select the right type
- See https://forum.opennebula.org/t/sunstone-unable-to-update-address-pool/2596
-
09:55 AM Revision e660da55 (one): Bug #4661: Fix update for radio inputs
- (cherry picked from commit 920f3050fa17404927baa8d243abfc4812b67b72)
-
09:54 AM Revision 920f3050 (one): Bug #4661: Fix update for radio inputs
-
09:04 AM Bug #4618 (Closed): json ruby gem needs ruby >= 2.0.0
-
08:45 AM Bug #4660 (Pending): VM template special characters
- I use cloud-init to configure the cloud-images from ubuntu, And in 4.14 I stumpled upon a problem when creating a use...
07/19/2016
-
05:55 PM Revision 0f84cc4c (one): bug #4637: Fix wrong check for int/float bool expressions
- (cherry picked from commit 2537eb8859ffa688fab5aacf693c4b03e4946025)
-
05:54 PM Revision 2537eb88 (one): bug #4637: Fix wrong check for int/float bool expressions
-
04:39 PM Revision f137ec53 (one): Fix zendesk_api gem version
- (cherry picked from commit 8fd2afa23a7a1db2d4d5478ee3f34ab16c6fc46a)
-
04:39 PM Revision 8fd2afa2 (one): Fix zendesk_api gem version
-
04:01 PM Feature #4388: Enable access to marketplace behind HTTP proxy
- See pacthes and discussion here:
http://forum.opennebula.org/t/opennebula-5-0-beta-marketplaces/2327/23 -
04:00 PM Feature #4659 (Closed): Improve fault-tolerance hook
- * Refactor
* Merge https://github.com/OpenNebula/one/pull/106
* Add fencing capabilities -
04:00 PM Bug #4512 (Closed): OpenNebula reports aborted query "SELECT body FROM marketplace_pool WHERE oid...
-
03:54 PM Feature #4658 (Closed): Better range definitions for VLAN_IDs
- Ranges should be defined like:
RESERVED_IDS = 1, 234-1500
Discussion here:
http://forum.opennebula.org/t/r... -
03:53 PM Bug #4602 (Closed): cannot attach NIC if contextualization missing in KVM VM
- Changes added to master an one-5.0 branches.
Thanks! -
03:52 PM Feature #4657 (Closed): Display colors for the labels
-
03:48 PM Revision 988991fa (one): Feature #4657: Display colors for the labels
-
03:43 PM Revision dbb24d30 (one): bug #4602: simplify if statements
- By: EOLE Team
(cherry picked from commit e7054fafe113bc38fdd941bf6982defc6c880b45) -
03:43 PM Revision e174c0d5 (one): bug #4602: check before changing context cdrom
- (cherry picked from commit bda3bf488143b912170005509176624bab0a8ad9)
-
03:42 PM Revision bda3bf48 (one): bug #4602: check before changing context cdrom
-
03:42 PM Revision e7054faf (one): bug #4602: simplify if statements
- By: EOLE Team
-
03:36 PM Bug #4556 (Closed): Fieldset alignment in Disk Attribute wizard
-
03:34 PM Bug #4653 (Closed): Changing owner or group of a service result in “Bad request”
- Fixed, thank you.
-
10:13 AM Bug #4653 (Closed): Changing owner or group of a service result in “Bad request”
- Hello,
When I try to change the owner or group of a OneFlow service, sunstone display a *@Bad Request@* message.
... -
03:25 PM Revision cdc881f9 (one): Bug #4653: Fix chown & quota callback refresh
- (cherry picked from commit 3a5b9978646f7afca58e519aff11ec9975c3a0c4)
-
03:24 PM Revision 02b957a7 (one): Bug #4653: Fix chown & quota callback refresh
-
03:09 PM Revision a82132ca (one): Merge pull request #107 from atodorov-storpool/patch-6
- vmm/kvm/poll cleanup
-
03:04 PM Revision 257082e5 (one): Merge pull request #107 from atodorov-storpool/patch-6
- vmm/kvm/poll cleanup
-
02:58 PM Bug #4654 (Closed): Admin view > oneflow-services-tab > actions does not have the create_dialog b...
- The button can't be enabled because the functionality was not yet implemented in 5.0.
OpenNebula 5.0.2 will have t... -
10:21 AM Bug #4654 (Closed): Admin view > oneflow-services-tab > actions does not have the create_dialog b...
- Hello,
I tried to add it in the yaml file but the button is not present:... -
02:54 PM Revision fa71140d (one): Merge branch 'master' into feature-4446
-
01:38 PM Feature #4597 (Closed): Modify cardinality of VR HA
-
09:23 AM Feature #4597: Modify cardinality of VR HA
- Review + Docs
-
01:17 PM Bug #4650 (Closed): groupadmin_vcenter view can't create new VMs
-
12:59 PM Bug #4655 (Closed): Sunstone session does not set zone_id
-
12:52 PM Revision e446343f (one): Bug #4655: Add :zone_id to session on zone change
- (cherry picked from commit 0236744cabcd161f7ec9f4b9cda1edeb418c6a0a)
-
12:52 PM Revision 0236744c (one): Bug #4655: Add :zone_id to session on zone change
-
12:44 PM Bug #4622 (Closed): datastore_mad/export not documented
-
12:31 PM Revision 12dec15b (one): Bug #4650: Fix sunstone tab actions dependencies
- (cherry picked from commit 19434406f92ced389cdc598a608c5d45f23abb4b)
-
12:26 PM Revision 19434406 (one): Bug #4650: Fix sunstone tab actions dependencies
-
12:25 PM Feature #4411 (Closed): public auth users are able to modify their passwords from Sunstone
-
09:23 AM Feature #4411: public auth users are able to modify their passwords from Sunstone
- Review
-
11:36 AM Bug #4610 (Closed): Boot order should checked VMs with a wrong boot order ends in a boot failure ...
-
09:22 AM Bug #4610: Boot order should checked VMs with a wrong boot order ends in a boot failure state
- Review
-
11:28 AM Bug #4637 (Closed): CLUSTER_ID automatic requirements only checks first result
-
11:07 AM Revision 34672cbb (one): bug #4637: Adds @> operator for boolean expresions. @> evaluates to
- true if the value is included in a result array. An array of attributes
is obtained for multiple values xpath, e.g.
<... -
11:01 AM Bug #4623 (Closed): Unable to start opennebula-novnc.service
- Fixed
-
10:26 AM Bug #4586 (Closed): Missing dependencies for opennebula-flow debian/ubuntu package
- Fixed:
added ruby-treetop for ubuntu-14.04, ubuntu-16.04 and debian 8
added ruby-parse-cron only for ubuntu-16.04... -
10:20 AM Revision eed6b268 (one): bug #4637: Adds @> operator for boolean expresions. @> evaluates to
- true if the value is included in a result array. An array of attributes
is obtained for multiple values xpath, e.g.
<... -
10:19 AM Bug #4624 (Closed): the public image 'alpine-vrouter (KVM)' has got errors? shouldn't it say its ...
- I'm going to close this ticket as the format looks correct to me:...
-
10:19 AM Feature #4310: Better handling of optional roles (min/default cardinality 0)
- I tested with 5.0 and the issue is still present.
-
10:09 AM Bug #4652 (Pending): novnc mouse doesn't work when a touchscreen is present
- With touch aware browsers normal mouse does nor move or click in VNC.
The new release of novnc fixes this problem.... -
10:04 AM Feature #4651 (Closed): Add support for LDAP authentication RFC2307/RFC2307BIS One 4.14
- Hi,
I found out that there is only one standard implemented (to be able to do group mapping), the one that every use... -
09:41 AM Backlog #3478: Add list of authorized/denied instance types/networks per template
- I think the *@CAPACITY@* part of this request is irrelevant with latest 5.0 capacity management.
Regards.
-
09:29 AM Feature #4621 (Closed): Add resize capabilities to VR context
-
09:28 AM Bug #4603: VM template with non-existing VNET can be instantiated in Sunstone (not on cli)
- "Worksforme", waiting for feedback in order to reproduce the issue.
-
09:27 AM Bug #4638: Present VCPU and tie it to CPU in vCenter view
- Review
07/18/2016
-
05:20 PM Revision db9a6cd0 (one): Feature #4620: Show PCI NICs in onevm show & sunstone panel
- (cherry picked from commit 5df05f624e2086885f584cf4c04fc7129f800f7b)
-
05:20 PM Revision cdc16e47 (one): Feature #4620: Show PCI IPs in onevm list
- (cherry picked from commit 8917dd39aae41f75cb8be809e95e5c2c472a85b0)
-
05:20 PM Revision 4dc86b75 (one): feature-4620: Context for PCI devices
- (cherry picked from commit 69ab761fad6a185e11940e7981da9512e203b4b4)
-
05:20 PM Revision 3462251a (one): feature #4620: PCI devices of type NIC gets an IP as regular NIC
- (cherry picked from commit 23f556a406fc4728666beb8ec1732313a2fe88de)
-
05:20 PM Revision c21f3921 (one): Feature #4620: Disable pci passthrough in nic-attach
- (cherry picked from commit f0a38bfcf506f20f78c06cc7ac65873024ffdb60)
-
05:20 PM Revision ed249a38 (one): Feature #4620: Minor fixes
- (cherry picked from commit 73ff900acb8e8c644f501a8bb7ce90b7942ee5bd)
-
05:20 PM Revision 6187a97f (one): feature #4620: More PCI filter options
- (cherry picked from commit 4d28ea814e108b1f3e3ed5e6f548ff01ae6ccd40)
-
05:20 PM Revision 8754dc49 (one): feature #4630: Automatic assgiment of passthrough devices. Attribute and
- deployment file
(cherry picked from commit b6dbd9c92c04f4e2028320cb64efc2fc89d66489) -
05:20 PM Revision 92247bac (one): feature #4620: Add PCI_ID to PCI devices
- (cherry picked from commit 086ccd4f0932fd40cf822fabc7e49d7737b41231)
-
05:20 PM Revision 0f68d109 (one): Feature #4620: Show PCI NICs in template instantiate
- (cherry picked from commit 3fd36b716020733fda88296f8b91e1322a17af15)
-
05:20 PM Revision 6d3cabc3 (one): feature #4620: Add PCI network requests to automatic requirements
- (cherry picked from commit caefeb0e37a2f71bd50e0454b32720f2a7ba15d5)
-
05:20 PM Revision 89b0c300 (one): Feature #4620: Show PCI IPs in the vms table
- (cherry picked from commit 5178c31268f72207bc5b8c48b152f86f67ccf767)
-
05:20 PM Revision 862a025f (one): Feature #4620: Add NIC pci passthrough to vm template create/update
- (cherry picked from commit 94e0b4bd91b8da90c55f14e8fe979c6b51469009)
-
05:04 PM Revision ed745428 (one): Merge branch 'feature-4620'
-
05:04 PM Revision 28064129 (one): bug #4642: Fix monitor links for shared/ssh and qcow2/ssh combinations
-
05:01 PM Revision 4d28ea81 (one): feature #4620: More PCI filter options
-
04:54 PM Revision 73ff900a (one): Feature #4620: Minor fixes
-
04:15 PM Bug #4650 (Closed): groupadmin_vcenter view can't create new VMs
- The create VM dialog depends on the Template.instantiate action, that is not available if the template_tab is not loaded
-
04:11 PM Revision bb5dbf38 (one): Bug #4638: Add yaml setting to hide CPU input on vm create
- (cherry picked from commit 58bebe5279978cf45d4edbe484450a8f692a9094)
-
04:10 PM Revision 58bebe52 (one): Bug #4638: Add yaml setting to hide CPU input on vm create
-
03:12 PM Bug #4646 (Closed): VM template delete dialog does not fill the selected res. names
-
03:05 PM Revision 69ab761f (one): feature-4620: Context for PCI devices
-
03:03 PM Revision f6fa3415 (one): Bug #4646: Fix missing option in generic confirm dialog
- (cherry picked from commit d0f29f2099e4be126616df0e251e86d7267933a8)
-
03:02 PM Revision d0f29f20 (one): Bug #4646: Fix missing option in generic confirm dialog
-
02:22 PM Revision f0a38bfc (one): Feature #4620: Disable pci passthrough in nic-attach
-
01:55 PM Revision 3fd36b71 (one): Feature #4620: Show PCI NICs in template instantiate
-
12:54 PM Bug #4648 (Closed): Delete VMs in poweroff leaves disks in datastore
-
12:54 PM Bug #3590 (Closed): Delete operation leaves a poweroff instance registered in vCenter
-
12:39 PM Revision 8917dd39 (one): Feature #4620: Show PCI IPs in onevm list
-
12:39 PM Revision 5df05f62 (one): Feature #4620: Show PCI NICs in onevm show & sunstone panel
-
12:33 PM Revision b6dbd9c9 (one): feature #4630: Automatic assgiment of passthrough devices. Attribute and
- deployment file
-
09:32 AM Revision 086ccd4f (one): feature #4620: Add PCI_ID to PCI devices
-
08:09 AM Bug #3390: mm_sched stops scheduling new vms
- No plans for the backport in the short-term, sorry
07/17/2016
-
04:42 PM Bug #4649 (Pending): the vbs file for Windows contextualization has got an error or the documenta...
- I guess the chatting log on IRC is sufficient for this issue. at the moment I had a partition labeled "CONTEXT" with ...
07/15/2016
-
03:37 PM Revision 5178c312 (one): Feature #4620: Show PCI IPs in the vms table
-
03:35 PM Bug #3390: mm_sched stops scheduling new vms
- Hi,
5.0 has been released a month ago, so Ping :)
PS: I have the same problem with 4.14.2
Cheers -
02:59 PM Revision 94e0b4bd (one): Feature #4620: Add NIC pci passthrough to vm template create/update
-
01:23 PM Bug #4644 (Closed): CloudView admin panels not working
- Already fixed
-
11:11 AM Bug #4648 (Closed): Delete VMs in poweroff leaves disks in datastore
- Regardless of the Keep disks option in VM template.
Deleting running VMs works as expected. -
11:03 AM Feature #4647 (Closed): Add network monitoring to vCenter drivers
- to present nettx and netrx per VM
-
10:38 AM Bug #4646 (Closed): VM template delete dialog does not fill the selected res. names
-
07:03 AM Revision 28779ae3 (one): vmm/kvm/poll cleanup
- Cleaned up unused code.
The rbd stats monitoring are moved to monitor script.
07/14/2016
-
03:31 PM Revision b1588653 (one): Be more tolerant with Amazon EC2 delays
- (cherry picked from commit 94ed6e0ab79947621fe85622ebe4310626306f1e)
-
03:29 PM Bug #4641 (Closed): Labels container has style issues with a big number of labels, and long label...
-
08:56 AM Bug #4641 (Closed): Labels container has style issues with a big number of labels, and long label...
-
03:27 PM Bug #4598 (Closed): VM control operations are not visiible when using firefox and sunstone in "de...
-
03:18 PM Revision 7396b6d1 (one): Bug #4598: Fix requirejs dependencies problem in firefox, dev mode
- (cherry picked from commit f6eb86a07de8786716de211ff02e946361418bb6)
-
03:17 PM Revision f6eb86a0 (one): Bug #4598: Fix requirejs dependencies problem in firefox, dev mode
-
03:13 PM Revision dde72c3d (one): Bug #4641: Fix labels css for firefox, improve usability and style
- (cherry picked from commit 303249bdb21f2d31a42e40a2a7fa8b99f0c39e0b)
-
03:12 PM Revision 303249bd (one): Bug #4641: Fix labels css for firefox, improve usability and style
-
01:34 PM Revision caefeb0e (one): feature #4620: Add PCI network requests to automatic requirements
-
11:41 AM Bug #4645 (Closed): Remove Save As Button from vCenter views
-
11:40 AM Bug #4644 (Closed): CloudView admin panels not working
- Refreshes whole Sunstone when trying to take an action
-
11:10 AM Feature #4643 (Closed): HA Guide for Ubuntu
- Step by step guide to deploy OpenNebula in Ubuntu in HA
-
09:44 AM Bug #4642 (Closed): Missing links for default monitor scripts. This affects SSH datastore monitor
- Finally this was a wrong content of .monitor file. Only affects shared/ssh and qcow2/ssh combinations.
-
09:15 AM Bug #4642 (Closed): Missing links for default monitor scripts. This affects SSH datastore monitor
-
09:35 AM Revision 94ed6e0a (one): Be more tolerant with Amazon EC2 delays
-
09:34 AM Revision 60deea0e (one): bug #4642: Fix monitor links for shared/ssh and qcow2/ssh combinations
- (cherry picked from commit 0eb95914e858ffa340fc500dec6205243d9d8ecb)
-
09:34 AM Revision 59cf350a (one): Skip vCenter datastores not associated to any host
- (cherry picked from commit 7b4598452b3ca534830c97d0e60c3600fb75848d)
-
09:06 AM Revision 23f556a4 (one): feature #4620: PCI devices of type NIC gets an IP as regular NIC
-
08:50 AM Bug #4640 (Closed): live migrate with 'shared' SYSTEMD_DS not working properly
- Hi,
There are some bugs in premigrate and postmigrate scripts in /tm/shared/
I am not sure how to address the i... -
08:33 AM Revision 4a402f74 (one): rework premigrate and postmigrate scripts
- The change was inspired by the live-migrate scripts for SYSTEM_DS with `shared` TM_MAD
After some rework I've figure... -
06:54 AM Revision f63b5c85 (one): fix for FT action when host is in ERROR state
- Following https://forum.opennebula.org/t/vm-fails-to-ha-reschedule-on-host-error-opennebula-5-0-1/2566
Skip access t...
07/13/2016
-
08:27 PM Feature #4639 (Pending): Possibility to update context files
- Right now the only way to change a file in the files datastore is deleting it and adding a new one with the same name...
-
03:59 PM Feature #4211: Keep navigation in the browser's history
- Done in master, but needs more testing
-
03:58 PM Feature #3278 (Closed): Wizards should return to the individual view
-
03:48 PM Revision 228d0df5 (one): Feature #4211 #3278: Keep navigation history
-
03:37 PM Bug #4638 (Closed): Present VCPU and tie it to CPU in vCenter view
- Since CPU is used for capacity/quotas but is not pinned in vCenter/ESX cores, users can select low CPU and high VCPU ...
-
03:04 PM Bug #4637 (Closed): CLUSTER_ID automatic requirements only checks first result
- If a DS for instance is in Cluster A and B, only Cluster A is returned, so if Cluster B is request in SCHED_REQUIREME...
07/12/2016
-
02:45 PM Bug #4636 (Closed): Improve vCenter DS requirements
- To state that a DS needs to be associated to a ESX part of a Cluster imported in vCenter
-
11:29 AM Revision 8851c958 (one): Cleaner style for graph legends
- (cherry picked from commit e6b26c3c52cefe9f5a987c68d6824b82062b5a96)
-
11:28 AM Revision e6b26c3c (one): Cleaner style for graph legends
-
10:54 AM Feature #2237 (New): Please have the vm capacity graph display the allocated value
-
10:44 AM Revision 4f7fb20d (one): Feature #2237: Show allocated VM and Memory values in VM capacity
-
10:26 AM Bug #4627: onetemplate instantiate --persistent problem with image SOURCE
- SOURCE comes from the driver, it is supposed to be a driver specific source string that identifies the disk. It shoul...
07/11/2016
-
04:59 PM Revision 7b459845 (one): Skip vCenter datastores not associated to any host
-
04:49 PM Bug #4635 (Pending): Update RHEL notes
- For instance, qcow2 needs qemu > 1.5.3 package
-
04:28 PM Feature #4348 (Closed): Service create dialog in admin view
-
04:27 PM Feature #4530 (Closed): New action: VR Template instantiate
-
04:17 PM Revision 11e598de (one): Feature #4530: VR template instantiate action
- (cherry picked from commit 996be92e962904c1316352706351ebb3916a0e2f)
-
04:17 PM Revision 81582da2 (one): Feature #4348: Service create action
- (cherry picked from commit fcf5b771c777b4e4e08ec7f156b9aaa2c15f9acc)
-
04:15 PM Revision 996be92e (one): Feature #4530: VR template instantiate action
-
03:12 PM Feature #4633 (Closed): Allow user input sorting
- To avoid confusing end users, like for instance asking for password prior to the username
-
03:10 PM Backlog #4632 (Pending): Evaluate vCenter resource sync
- For instance, VM Templates created in OpenNebula should be able to be deleted from OpenNebula.
-
03:06 PM Backlog #3870: Redesign UI for CPU attribute, include overcommit section
- OpenNebula Systems Support Team wrote:
> - Cloud View should present the value of VCPU, not CPU
This one could be... -
03:03 PM Backlog #3870: Redesign UI for CPU attribute, include overcommit section
- - Cloud View should present the value of VCPU, not CPU
- Evaluate as well fine grained definitions of CPU per SOCKET... -
02:52 PM Backlog #4631 (Closed): Hot CPU/MEMORY capacity resize
- While the VM is running
-
02:48 PM Feature #4630 (Closed): Allow snapshots for poweroff VMs (vCenter)
-
01:58 PM Revision fcf5b771 (one): Feature #4348: Service create action
-
12:58 PM Feature #4259 (Closed): Show resource labels in the list of resources
- Already done in 5.0, labels are listed in the left menu
-
12:42 PM Revision 8be474c8 (one): Feature #4614: Filter VMs by type (VR, Flow)
- (cherry picked from commit e5e8004b06e61ddf78f8ae35edd93641b14a8452)
-
12:42 PM Revision e5e8004b (one): Feature #4614: Filter VMs by type (VR, Flow)
-
12:23 PM Feature #4604 (Closed): Implement oneuser login in sunstone
-
11:06 AM Bug #4611 (Closed): Migrator creates public marketplace with zone -1
-
10:57 AM Revision a419845a (one): Bug #4611: Fix missing zone_id in market after migration
- (cherry picked from commit 02494be37878492018bb8f130a46e400ead89e78)
-
10:54 AM Revision 02494be3 (one): Bug #4611: Fix missing zone_id in market after migration
-
10:38 AM Revision a7fe7e54 (one): Feature #4597: Remove VM id from VR when VM is not active
- (cherry picked from commit 68b6a1cb58c5aa7eccca76dd5414940780715fb7)
-
10:37 AM Revision 68b6a1cb (one): Feature #4597: Remove VM id from VR when VM is not active
-
09:29 AM Revision 1d6e8e5b (one): Bug #4610: Check memory value in KB
- (cherry picked from commit 1c3881c6c6e22c2d12656099fc22a528bc102070)
-
09:28 AM Revision 1c3881c6 (one): Bug #4610: Check memory value in KB
-
09:12 AM Bug #4629 (Closed): MB/GB text overlaps select arrow
-
09:11 AM Bug #4629 (Closed): MB/GB text overlaps select arrow
-
09:03 AM Revision cbbfee3b (one): Bug #4629: Fix MB/GB text overlapping dropdown arrow
- (cherry picked from commit 7131afb39928989305bea8dc1bee3f4466da5ea2)
-
09:02 AM Revision 7131afb3 (one): Bug #4629: Fix MB/GB text overlapping dropdown arrow
-
07:30 AM Bug #4627: onetemplate instantiate --persistent problem with image SOURCE
- Hi,
Here is a comment in the sources regarding the "clonning_id": "the ID of the image we are cloning this one fro... -
02:45 AM Bug #4628 (Pending): the public image 'alpine-vrouter (KVM)' doesn't forward packets
- I wanted to know if it's vrouter that's not forwarding the packets so tried to install the alpine linux package 'tsha...
07/09/2016
-
04:27 PM Bug #4624: the public image 'alpine-vrouter (KVM)' has got errors? shouldn't it say its initial p...
- Gunwoo Gim wrote:
> Ruben S. Montero wrote:
> > About the password for security reasons, we expect to access with S... -
08:00 AM Bug #4624: the public image 'alpine-vrouter (KVM)' has got errors? shouldn't it say its initial p...
- Gunwoo Gim wrote:
> Ruben S. Montero wrote:
> > Thanks, we'll take a look to the format. About the password for sec... -
07:59 AM Bug #4624: the public image 'alpine-vrouter (KVM)' has got errors? shouldn't it say its initial p...
- Ruben S. Montero wrote:
> Thanks, we'll take a look to the format. About the password for security reasons, we expec...
07/08/2016
-
03:26 PM Revision 8529d130 (one): Bug #4610: Check boot order contents
- (cherry picked from commit e71b23a4e7ebda1335cb91f212965315d098eebf)
-
03:15 PM Revision e71b23a4 (one): Bug #4610: Check boot order contents
-
01:26 PM Bug #4625 (Closed): Clone template modal does not have a close button
- Fixed, thank you
-
01:17 PM Revision 81336858 (one): Bug #4625: Fix close button for template clone dialog
- (cherry picked from commit bf5db1fb9c3718070efcaf5678419b7218e2ec98)
-
01:16 PM Revision bf5db1fb (one): Bug #4625: Fix close button for template clone dialog
-
12:59 PM Bug #4626 (Closed): VM configuration tab can not be enabled in cloud view
- The conf panel can now be enabled in the cloud view. The update conf action cannot be embedded into the cloud view, s...
-
12:49 PM Revision c589758b (one): Bug #4626: Enable vm conf panel in cloud view
- (cherry picked from commit 0a2963440cb935edb626d8968d68706667823c02)
-
12:49 PM Revision 0a296344 (one): Bug #4626: Enable vm conf panel in cloud view
-
11:14 AM Bug #4627: onetemplate instantiate --persistent problem with image SOURCE
- I am taking this back because it was error in my driver: https://github.com/k13132/addon-fc-emc/commit/d037e06f3a276b...
-
09:29 AM Bug #4627 (Pending): onetemplate instantiate --persistent problem with image SOURCE
- I run my experiments with an ttylinux instance. When I instantiate ttylinux template to be persistent, I get VM like ...
-
10:12 AM Revision 34378549 (one): Bug #3385: Fix bug when dialog has only one button
- (cherry picked from commit da571375417b3efc3d40e0411e6f7ebd96051d67)
-
10:12 AM Revision da571375 (one): Bug #3385: Fix bug when dialog has only one button
-
09:50 AM Revision 0507b4d8 (one): Make install_gems non interactive
-
09:21 AM Revision ffdb41bc (one): Feature #4597: Allow to create more VR VMs, and terminate existing ones
- (cherry picked from commit 94070576d8e4d443f2dba26f7de02d69616f16ef)
-
09:20 AM Revision 94070576 (one): Feature #4597: Allow to create more VR VMs, and terminate existing ones
07/07/2016
-
02:49 PM Bug #4626 (Closed): VM configuration tab can not be enabled in cloud view
- Hello,
I tried to enabled the *@vm_conf_tab@* and the *@VM.updateconf@* action in cloud view:
# The lines are n... -
11:50 AM Bug #4624: the public image 'alpine-vrouter (KVM)' has got errors? shouldn't it say its initial p...
- Thanks, we'll take a look to the format. About the password for security reasons, we expect to access with SSH keys. ...
-
09:54 AM Bug #4624 (Closed): the public image 'alpine-vrouter (KVM)' has got errors? shouldn't it say its ...
- Hi, I'm Nicho1as.
Version: 5.0.1
Source of the problem: alpine-vrouter (KVM) on the public marketplace
2016-07... -
10:23 AM Revision a12e6a99 (one): Feature #4614: Add advanced search to almost all tables
- (cherry picked from commit 8433a1f72756284de1a6ad3050943de89030caa4)
-
10:23 AM Revision 42f89cf2 (one): Feature #4614: Redo search to work with hidden table pages
- (cherry picked from commit 651bf6686c496a482a699184491c62ce947afc13)
-
10:23 AM Revision f2238bde (one): feature #4411: Change AUTH_DRIVER_CONF to AUTH_MAD_CONF. Added defaults
- for AUTH_MAD_CONF
(cherry picked from commit d482d967aa991fa1d7234f9b56853a9aaafe9ca1) -
10:23 AM Revision 16175d44 (one): Bug #4619: Add VR labels column to yaml files
- (cherry picked from commit d93f13297f4ca8448e994de34b66ca0e7a574fdd)
-
10:23 AM Revision 2ccf7304 (one): Feature #4614: Add button to view current password in sunstone
- (cherry picked from commit e106ad18805698614b3bdcd6a30ccfb4a4fdd747)
-
10:23 AM Revision aeb521ab (one): Feature #4614: Search users by password field in sunstone
- (cherry picked from commit 598fcc5f8fe86afbaa596ceddc66dc9e8624e1ca)
-
10:23 AM Revision f3ad90d8 (one): Feature #4614: Search by user password in oca and cli
- (cherry picked from commit c7bc4ed77488184d8a508bde9193f2a6f3db3694)
-
10:22 AM Revision 8c466483 (one): Feature #4411: Disable password change for some auth drivers
- (cherry picked from commit e8f9de4bb26c7d861429cfecb11790b2ec4316d5)
-
10:22 AM Revision 169e51fb (one): Feature #4604: Implement oneuser login in sunstone
- (cherry picked from commit c9969ed27b36c203d9d49fdf65e69eb96211cb53)
-
09:59 AM Bug #4625: Clone template modal does not have a close button
- The same for Virtual Router template.
-
09:59 AM Bug #4625 (Closed): Clone template modal does not have a close button
- Hello,
There is no button to cancel the cloning of a template.
The escape key works but a button is mandatory.
... -
09:26 AM Revision 8433a1f7 (one): Feature #4614: Add advanced search to almost all tables
-
09:10 AM Revision 651bf668 (one): Feature #4614: Redo search to work with hidden table pages
07/06/2016
-
10:24 AM Bug #4623 (Closed): Unable to start opennebula-novnc.service
- systemctl start opennebula-novnc.service
Job for opennebula-novnc.service failed because the control process exited ... -
08:16 AM Revision d482d967 (one): feature #4411: Change AUTH_DRIVER_CONF to AUTH_MAD_CONF. Added defaults
- for AUTH_MAD_CONF
07/05/2016
Also available in: Atom