[ovirt-devel] [UI plugins] RestApiSessionAcquired is out, api.ssoToken() is in

2016-05-12 Thread Vojtech Szocs
Hi everyone, we've merged a patch that aligns UI code with Engine SSO infra: https://gerrit.ovirt.org/#/c/49278/ In particular, UI code that creates & maintains REST webapp's HTTP session was removed in favor of using SSO token. **UI plugin authors take note!** The "RestApiSessionAcquired"

Re: [ovirt-devel] [VDSM] Strange build requirements added lately

2016-05-12 Thread Nir Soffer
On Thu, May 12, 2016 at 2:23 PM, Martin Perina wrote: > > On Thu, May 12, 2016 at 1:16 PM, Nir Soffer wrote: >> >> I sent a patch for the vdsm developers page, please reveiw: >> https://github.com/oVirt/ovirt-site/pull/238 >> >> On Thu, May 12, 2016 at

Re: [ovirt-devel] [VDSM] Strange build requirements added lately

2016-05-12 Thread Martin Perina
On Thu, May 12, 2016 at 1:16 PM, Nir Soffer wrote: > I sent a patch for the vdsm developers page, please reveiw: > https://github.com/oVirt/ovirt-site/pull/238 > > On Thu, May 12, 2016 at 2:08 PM, Nir Soffer wrote: > > On Thu, May 12, 2016 at 1:07 PM,

Re: [ovirt-devel] [VDSM] Strange build requirements added lately

2016-05-12 Thread Nir Soffer
On Thu, May 12, 2016 at 1:07 PM, Martin Sivak wrote: >> I can, but 0.5.3 should be available in the oVirt repositories for >> F22. > > And it is indeed there > > http://resources.ovirt.org/pub/ovirt-3.6/rpm/fc22/noarch/mom-0.5.3-1.fc22.noarch.rpm Thanks, I was looking in the

Re: [ovirt-devel] [VDSM] Strange build requirements added lately

2016-05-12 Thread Martin Sivak
> I can, but 0.5.3 should be available in the oVirt repositories for > F22. And it is indeed there http://resources.ovirt.org/pub/ovirt-3.6/rpm/fc22/noarch/mom-0.5.3-1.fc22.noarch.rpm On Thu, May 12, 2016 at 12:05 PM, Martin Sivak wrote: >> Testing mom or testing vdsm?

Re: [ovirt-devel] [VDSM] Strange build requirements added lately

2016-05-12 Thread Martin Sivak
> Testing mom or testing vdsm? Maybe these tests are not relevant now that mom > runs in separate process? Those are API tests. > Here we have a bigger problem - the version we require is not available > for Fedora 22, practically breaking support on Fedora 22. > > Latest version in Fedora 22 is

Re: [ovirt-devel] [VDSM] Strange build requirements added lately

2016-05-12 Thread Nir Soffer
On Thu, May 12, 2016 at 9:43 AM, Francesco Romani wrote: > - Original Message - > [...] >> Needing a yaml package and python3-netaddr make sense, but I don't understand >> why we need these packages for building vdsm: >> >> - libvirt-python3 - we should not access

Re: [ovirt-devel] [VDSM] Strange build requirements added lately

2016-05-12 Thread Francesco Romani
- Original Message - [...] > Needing a yaml package and python3-netaddr make sense, but I don't understand > why we need these packages for building vdsm: > > - libvirt-python3 - we should not access libvirt using the tests True, but we use constants (e.g. error codes) in the tests,