[09-06-2016] New lago release - 0.21.0

Hi everyone! There's a new lago release with version 0.21.0 ready for you to upgrade! Here are the changes: * Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> - 0.21.0 f28ea953: Merge pull request #272 from lago-project/show_plugin_import_exception_only_in_debug_level 6336d527: Added a callback function to handle import exception Enjoy! Gal Ben Haim gbenhaim@redhat.com RHEV DevOps

And now with the link to the repo and docs: http://resources.ovirt.org/repos/lago/stable/0.0/rpm/ http://lago.readthedocs.io/en/0.21/ Gal Ben Haim gbenhaim@redhat.com RHEV DevOps ----- Original Message ----- From: "Gal Ben Haim" <gbenhaim@redhat.com> To: lago-devel@ovirt.org Sent: Thursday, June 9, 2016 7:58:43 PM Subject: [lago-devel] [09-06-2016] New lago release - 0.21.0 Hi everyone! There's a new lago release with version 0.21.0 ready for you to upgrade! Here are the changes: * Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> - 0.21.0 f28ea953: Merge pull request #272 from lago-project/show_plugin_import_exception_only_in_debug_level 6336d527: Added a callback function to handle import exception Enjoy! Gal Ben Haim gbenhaim@redhat.com RHEV DevOps _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel

Howdy, I just upgraded to 0.21 and get the following no matter what I do: No module named ovirtlago.virt Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in _load_plugins verify_requirements, File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 177, in _load_one_plugin plugin = ep.load(require=verify_requirements) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named ovirtlago.virt On Thu, Jun 9, 2016 at 1:06 PM, Gal Ben Haim <gbenhaim@redhat.com> wrote:
And now with the link to the repo and docs:
http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
http://lago.readthedocs.io/en/0.21/
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "Gal Ben Haim" <gbenhaim@redhat.com> To: lago-devel@ovirt.org Sent: Thursday, June 9, 2016 7:58:43 PM Subject: [lago-devel] [09-06-2016] New lago release - 0.21.0
Hi everyone!
There's a new lago release with version 0.21.0 ready for you to upgrade!
Here are the changes:
* Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> - 0.21.0 f28ea953: Merge pull request #272 from lago-project/show_plugin_import_exception_only_in_debug_level 6336d527: Added a callback function to handle import exception
Enjoy!
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel

On 06/10 15:47, Eric Helms wrote:
Howdy,
I just upgraded to 0.21 and get the following no matter what I do:
No module named ovirtlago.virt Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in _load_plugins verify_requirements, File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 177, in _load_one_plugin plugin = ep.load(require=verify_requirements) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named ovirtlago.virt
I it an error? or just a warning? I thought this one should have been fixed by: https://github.com/lago-project/lago/pull/272
On Thu, Jun 9, 2016 at 1:06 PM, Gal Ben Haim <gbenhaim@redhat.com> wrote:
And now with the link to the repo and docs:
http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
http://lago.readthedocs.io/en/0.21/
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "Gal Ben Haim" <gbenhaim@redhat.com> To: lago-devel@ovirt.org Sent: Thursday, June 9, 2016 7:58:43 PM Subject: [lago-devel] [09-06-2016] New lago release - 0.21.0
Hi everyone!
There's a new lago release with version 0.21.0 ready for you to upgrade!
Here are the changes:
* Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> - 0.21.0 f28ea953: Merge pull request #272 from lago-project/show_plugin_import_exception_only_in_debug_level 6336d527: Added a callback function to handle import exception
Enjoy!
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605

On 06/13 09:09, David Caro wrote:
On 06/10 15:47, Eric Helms wrote:
Howdy,
I just upgraded to 0.21 and get the following no matter what I do:
No module named ovirtlago.virt Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in _load_plugins verify_requirements, File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 177, in _load_one_plugin plugin = ep.load(require=verify_requirements) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named ovirtlago.virt
I it an error? or just a warning?
I thought this one should have been fixed by:
I seem to be unable to reproduce, can you pass me your lago initfile or the current $lago_prefix/current/virt directory?
On Thu, Jun 9, 2016 at 1:06 PM, Gal Ben Haim <gbenhaim@redhat.com> wrote:
And now with the link to the repo and docs:
http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
http://lago.readthedocs.io/en/0.21/
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "Gal Ben Haim" <gbenhaim@redhat.com> To: lago-devel@ovirt.org Sent: Thursday, June 9, 2016 7:58:43 PM Subject: [lago-devel] [09-06-2016] New lago release - 0.21.0
Hi everyone!
There's a new lago release with version 0.21.0 ready for you to upgrade!
Here are the changes:
* Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> - 0.21.0 f28ea953: Merge pull request #272 from lago-project/show_plugin_import_exception_only_in_debug_level 6336d527: Added a callback function to handle import exception
Enjoy!
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605

Hi, In addition to David's requests, can you provide the 'stevedore' package version that installed on your machine ? Gal Ben Haim gbenhaim@redhat.com RHEV DevOps ----- Original Message ----- From: "David Caro" <dcaro@redhat.com> To: "Eric Helms" <ehelms@redhat.com> Cc: lago-devel@ovirt.org Sent: Monday, June 13, 2016 12:30:44 PM Subject: Re: [lago-devel] [09-06-2016] New lago release - 0.21.0 On 06/13 09:09, David Caro wrote:
On 06/10 15:47, Eric Helms wrote:
Howdy,
I just upgraded to 0.21 and get the following no matter what I do:
No module named ovirtlago.virt Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in _load_plugins verify_requirements, File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 177, in _load_one_plugin plugin = ep.load(require=verify_requirements) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named ovirtlago.virt
I it an error? or just a warning?
I thought this one should have been fixed by:
I seem to be unable to reproduce, can you pass me your lago initfile or the current $lago_prefix/current/virt directory?
On Thu, Jun 9, 2016 at 1:06 PM, Gal Ben Haim <gbenhaim@redhat.com> wrote:
And now with the link to the repo and docs:
http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
http://lago.readthedocs.io/en/0.21/
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "Gal Ben Haim" <gbenhaim@redhat.com> To: lago-devel@ovirt.org Sent: Thursday, June 9, 2016 7:58:43 PM Subject: [lago-devel] [09-06-2016] New lago release - 0.21.0
Hi everyone!
There's a new lago release with version 0.21.0 ready for you to upgrade!
Here are the changes:
* Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> - 0.21.0 f28ea953: Merge pull request #272 from lago-project/show_plugin_import_exception_only_in_debug_level 6336d527: Added a callback function to handle import exception
Enjoy!
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605 _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel

Howdy, While it does not seem to "break" things, it does affect my ability to automate. For example, if I do a lago status into JSON format for parsing, that output is included and thus does not parse properly. Here is my init file: https://gist.github.com/ehelms/8761f678fe77f6fa13907e8ed6fb875b And the stevedore package: python-stevedore.noarch 0.14-1.el7 @epel Eric On Mon, Jun 13, 2016 at 7:30 AM, Gal Ben Haim <gbenhaim@redhat.com> wrote:
Hi,
In addition to David's requests, can you provide the 'stevedore' package version that installed on your machine ?
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "David Caro" <dcaro@redhat.com> To: "Eric Helms" <ehelms@redhat.com> Cc: lago-devel@ovirt.org Sent: Monday, June 13, 2016 12:30:44 PM Subject: Re: [lago-devel] [09-06-2016] New lago release - 0.21.0
On 06/10 15:47, Eric Helms wrote:
Howdy,
I just upgraded to 0.21 and get the following no matter what I do:
No module named ovirtlago.virt Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in _load_plugins verify_requirements, File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 177, in _load_one_plugin plugin = ep.load(require=verify_requirements) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py",
2229, in load return self.resolve() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py",
On 06/13 09:09, David Caro wrote: line line
2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named ovirtlago.virt
I it an error? or just a warning?
I thought this one should have been fixed by:
I seem to be unable to reproduce, can you pass me your lago initfile or the current $lago_prefix/current/virt directory?
On Thu, Jun 9, 2016 at 1:06 PM, Gal Ben Haim <gbenhaim@redhat.com>
wrote:
And now with the link to the repo and docs:
http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
http://lago.readthedocs.io/en/0.21/
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "Gal Ben Haim" <gbenhaim@redhat.com> To: lago-devel@ovirt.org Sent: Thursday, June 9, 2016 7:58:43 PM Subject: [lago-devel] [09-06-2016] New lago release - 0.21.0
Hi everyone!
There's a new lago release with version 0.21.0 ready for you to
upgrade!
Here are the changes:
* Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> - 0.21.0 f28ea953: Merge pull request #272 from
lago-project/show_plugin_import_exception_only_in_debug_level
6336d527: Added a callback function to handle import exception
Enjoy!
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel

On 06/13 08:45, Eric Helms wrote:
Howdy,
While it does not seem to "break" things, it does affect my ability to automate. For example, if I do a lago status into JSON format for parsing, that output is included and thus does not parse properly.
Here is my init file: https://gist.github.com/ehelms/8761f678fe77f6fa13907e8ed6fb875b
And the stevedore package:
python-stevedore.noarch 0.14-1.el7 @epel
That version of stevedore is quite old, we missed testing it there, we are preparing a patch to make it work there too, but in the meantime, you can upgrade python-stevedore, or downgrade lago if you are in a hurry.
Eric
On Mon, Jun 13, 2016 at 7:30 AM, Gal Ben Haim <gbenhaim@redhat.com> wrote:
Hi,
In addition to David's requests, can you provide the 'stevedore' package version that installed on your machine ?
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "David Caro" <dcaro@redhat.com> To: "Eric Helms" <ehelms@redhat.com> Cc: lago-devel@ovirt.org Sent: Monday, June 13, 2016 12:30:44 PM Subject: Re: [lago-devel] [09-06-2016] New lago release - 0.21.0
On 06/10 15:47, Eric Helms wrote:
Howdy,
I just upgraded to 0.21 and get the following no matter what I do:
No module named ovirtlago.virt Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 162, in _load_plugins verify_requirements, File "/usr/lib/python2.7/site-packages/stevedore/extension.py", line 177, in _load_one_plugin plugin = ep.load(require=verify_requirements) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py",
2229, in load return self.resolve() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py",
On 06/13 09:09, David Caro wrote: line line
2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named ovirtlago.virt
I it an error? or just a warning?
I thought this one should have been fixed by:
I seem to be unable to reproduce, can you pass me your lago initfile or the current $lago_prefix/current/virt directory?
On Thu, Jun 9, 2016 at 1:06 PM, Gal Ben Haim <gbenhaim@redhat.com>
wrote:
And now with the link to the repo and docs:
http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
http://lago.readthedocs.io/en/0.21/
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "Gal Ben Haim" <gbenhaim@redhat.com> To: lago-devel@ovirt.org Sent: Thursday, June 9, 2016 7:58:43 PM Subject: [lago-devel] [09-06-2016] New lago release - 0.21.0
Hi everyone!
There's a new lago release with version 0.21.0 ready for you to
upgrade!
Here are the changes:
* Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> - 0.21.0 f28ea953: Merge pull request #272 from
lago-project/show_plugin_import_exception_only_in_debug_level
6336d527: Added a callback function to handle import exception
Enjoy!
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605

I updated from pip and that fixed things, thanks! On Mon, Jun 13, 2016 at 11:20 AM, David Caro <dcaro@redhat.com> wrote:
Howdy,
While it does not seem to "break" things, it does affect my ability to automate. For example, if I do a lago status into JSON format for
On 06/13 08:45, Eric Helms wrote: parsing,
that output is included and thus does not parse properly.
Here is my init file: https://gist.github.com/ehelms/8761f678fe77f6fa13907e8ed6fb875b
And the stevedore package:
python-stevedore.noarch 0.14-1.el7 @epel
That version of stevedore is quite old, we missed testing it there, we are preparing a patch to make it work there too, but in the meantime, you can upgrade python-stevedore, or downgrade lago if you are in a hurry.
Eric
On Mon, Jun 13, 2016 at 7:30 AM, Gal Ben Haim <gbenhaim@redhat.com>
wrote:
Hi,
In addition to David's requests, can you provide the 'stevedore'
version that installed on your machine ?
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "David Caro" <dcaro@redhat.com> To: "Eric Helms" <ehelms@redhat.com> Cc: lago-devel@ovirt.org Sent: Monday, June 13, 2016 12:30:44 PM Subject: Re: [lago-devel] [09-06-2016] New lago release - 0.21.0
On 06/13 09:09, David Caro wrote:
On 06/10 15:47, Eric Helms wrote:
Howdy,
I just upgraded to 0.21 and get the following no matter what I do:
No module named ovirtlago.virt Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/stevedore/extension.py",
162,
in _load_plugins verify_requirements, File "/usr/lib/python2.7/site-packages/stevedore/extension.py",
package line line
in _load_one_plugin plugin = ep.load(require=verify_requirements) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py",
2229, in load return self.resolve() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py",
177, line line
2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) ImportError: No module named ovirtlago.virt
I it an error? or just a warning?
I thought this one should have been fixed by:
I seem to be unable to reproduce, can you pass me your lago initfile or the current $lago_prefix/current/virt directory?
On Thu, Jun 9, 2016 at 1:06 PM, Gal Ben Haim <gbenhaim@redhat.com>
wrote:
And now with the link to the repo and docs:
http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
http://lago.readthedocs.io/en/0.21/
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
----- Original Message ----- From: "Gal Ben Haim" <gbenhaim@redhat.com> To: lago-devel@ovirt.org Sent: Thursday, June 9, 2016 7:58:43 PM Subject: [lago-devel] [09-06-2016] New lago release - 0.21.0
Hi everyone!
There's a new lago release with version 0.21.0 ready for you to
upgrade!
Here are the changes:
* Thu Jun 02 2016 Lago CI bot <dcaroest+cibot@redhat.com> -
0.21.0
f28ea953: Merge pull request #272 from
lago-project/show_plugin_import_exception_only_in_debug_level
6336d527: Added a callback function to handle import
exception
Enjoy!
Gal Ben Haim gbenhaim@redhat.com RHEV DevOps
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel _______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
_______________________________________________ lago-devel mailing list lago-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/lago-devel
-- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605 Email: dcaro@redhat.com IRC: dcaro|dcaroest@{freenode|oftc|redhat} Web: www.redhat.com RHT Global #: 82-62605
participants (3)
-
David Caro
-
Eric Helms
-
Gal Ben Haim