*** openstack has joined #openstack-nova | 14:16 | |
tdurakov | bauzas: hi | 14:17 |
---|---|---|
*** irenab has joined #openstack-nova | 14:18 | |
*** roeyc has quit IRC | 14:20 | |
migi | dims: hi, is it possible to revert https://review.openstack.org/#/c/321829/1 | 14:20 |
migi | ? | 14:20 |
migi | dims: see my comment on that review | 14:20 |
bauzas | tdurakov: hi | 14:23 |
openstackgerrit | Aysy Anne A. Duarte proposed openstack/nova: Add mock for some libvirt unit tests work on ppc64le architecture https://review.openstack.org/290061 | 14:23 |
bauzas | ansiwen: still investigating the RCA | 14:24 |
bauzas | for the moment, not yet found why we have this problem | 14:24 |
*** liverpooler has quit IRC | 14:24 | |
openstackgerrit | Aysy Anne A. Duarte proposed openstack/nova: Add mock for some libvirt unit tests work on ppc64le architecture https://review.openstack.org/290061 | 14:24 |
ansiwen | bauzas: you can reproduce it localy? | 14:24 |
bauzas | yep | 14:24 |
bauzas | migi: around ? | 14:25 |
migi | bauzas: yep | 14:25 |
migi | bauzas: see my comment | 14:25 |
bauzas | saw your comment on https://review.openstack.org/#/c/321829/1 | 14:25 |
migi | changing to cinderclient 1.6.0 fixes issue | 14:25 |
migi | but upper constraint won't allow to override it | 14:25 |
migi | so I've hacked tox.ini to force install it and then everything worked | 14:25 |
bauzas | migi: what's weird is that I have 2 venvs with the same reqs versions, and one is working while the other not | 14:26 |
migi | bauzas: if you remove .tox dir and recreate it it won't work | 14:26 |
bauzas | migi: yup, I know | 14:26 |
tdurakov | bauzas: question for bp https://blueprints.launchpad.net/nova/+spec/check-destination-on-migrations-newton | 14:26 |
migi | possibly second is using older version of cinderclient | 14:26 |
migi | can you check? | 14:26 |
bauzas | migi: not, both are identical | 14:26 |
migi | two different systems? | 14:27 |
bauzas | (py27)[sbauza@sbauza nova]$ diff requ_new.txt requ_old.txt | 14:27 |
bauzas | (py27)[sbauza@sbauza nova]$ | 14:27 |
migi | no | 14:27 |
*** sahid has quit IRC | 14:28 | |
migi | bauzas: check the contents of .tox/py27/lib/python2.7/site-packages/cinderclient | 14:28 |
migi | or different test in the non-working env: | 14:29 |
migi | rm -rf .tox/py27/lib/python2.7/site-packages/cinderclient | 14:29 |
bauzas | migi: while I'll look at this, please also look at http://paste.openstack.org/show/506295/ | 14:29 |
*** roeyc has joined #openstack-nova | 14:29 | |
migi | cp -r $WORKING_ENV/ .tox/py27/lib/python2.7/site-packages/cinderclient $NON_WORKING/.tox/py27/lib/python2.7/site-packages/ | 14:29 |
tdurakov | bauzas: which of these will be removed https://github.com/openstack/nova/blob/master/nova/conductor/tasks/live_migrate.py#L94 | 14:29 |
bauzas | migi: both are cinderclient==1.7.1 | 14:30 |
*** links has quit IRC | 14:30 | |
*** kylek3h has joined #openstack-nova | 14:32 | |
migi | interesting, but for me env with 1.6 works and just changing to 1.7.1 breaks | 14:32 |
migi | is it the same box just different folder? | 14:32 |
*** diogogmt has joined #openstack-nova | 14:32 | |
bauzas | WTF!? I have the same cinderclient versions but the installed dirs look different | 14:32 |
migi | heh | 14:32 |
*** code-R_ has quit IRC | 14:34 | |
*** code-R has joined #openstack-nova | 14:35 | |
bauzas | migi: I can try to downgrade cinderclient to 1.6.0 and see if that helps on my failing venv | 14:35 |
migi | bauzas: try this: http://paste.openstack.org/show/506296/ | 14:36 |
migi | bauzas: downgrading won't help as upper-constraints.txt were updated | 14:36 |
bauzas | k | 14:36 |
migi | bauzas: so this have to be reverted until cinderclient is fixed (or nova): https://review.openstack.org/#/c/321829/1 | 14:37 |
*** raunak has joined #openstack-nova | 14:37 | |
bauzas | migi: there are 2 things | 14:37 |
bauzas | migi: installing a new cinderclient and installing a new eff | 14:37 |
bauzas | egg | 14:38 |
bauzas | migi: for the moment, I'm just downgrading cinderclient without patching tox.ini for just seeing if that's a client issue (which I doubt) | 14:38 |
migi | bauzas: see if the requested version is installed as upper-constraint forces to use 1.7.1 | 14:39 |
bauzas | migi: u-c is only in use if you run the tox target | 14:39 |
bauzas | migi: it will just run again setup.cfg | 14:39 |
bauzas | interesting | 14:40 |
bauzas | downgrading to cinderclient-1.6.0 fixes my problem - WITHOUT requiring to redevelop nova | 14:40 |
bauzas | that's the weirdest thing ever | 14:40 |
migi | yep | 14:40 |
bauzas | it's going to be a litterally memorial day | 14:41 |
migi | still don't know why newer cinderclient is causing, but reverting that upper-constraint review will fix nova | 14:41 |
*** prateek has joined #openstack-nova | 14:41 | |
*** dimtruck is now known as zz_dimtruck | 14:41 | |
bauzas | migi: I agree | 14:41 |
bauzas | lemme see the git diff between 1.6.0 and 1.7.1 | 14:42 |
migi | bauzas: for some reason 1.7.0 was blacklisted in requires.txt | 14:42 |
migi | of nova | 14:42 |
bauzas | DuncanT: hey, you around ? | 14:44 |
bauzas | DuncanT: Nova is experience a lot of trouble with some cinderclient version | 14:45 |
bauzas | experiencing* | 14:45 |
migi | bauzas: blocking 1.7.0 is not really relevant | 14:45 |
migi | https://github.com/openstack/requirements/commit/67bb6f37f1535b6a913d2739dc7abcefc4eecb1e | 14:45 |
bauzas | https://bugs.launchpad.net/nova/+bug/1586976 | 14:45 |
openstack | Launchpad bug 1586976 in OpenStack Compute (nova) "UTs and functional tests broken related to msgid translations" [Critical,Confirmed] | 14:45 |
*** ducttape_ has joined #openstack-nova | 14:46 | |
openstackgerrit | Milind Joshi proposed openstack/nova-specs: Committing the specifications for support-flavor-update blueprint https://review.openstack.org/322859 | 14:48 |
*** ducttape_ has quit IRC | 14:50 | |
*** kylek3h has quit IRC | 14:52 | |
*** kylek3h has joined #openstack-nova | 14:52 | |
sfinucan_ | Anyone here familiar with shelve/unshelve? | 14:53 |
sfinucan_ | Or how Nova transitions through VM states in general? | 14:53 |
sfinucan_ | Think the NFV CI might have actually found a legit bug #progress | 14:54 |
openstackgerrit | Milind Joshi proposed openstack/nova-specs: Committing the specifications for support-flavor-update blueprint https://review.openstack.org/322859 | 14:54 |
*** kylek3h_ has joined #openstack-nova | 14:56 | |
*** kylek3h has quit IRC | 14:57 | |
*** sajeesh has joined #openstack-nova | 14:57 | |
*** openstackgerrit has quit IRC | 15:02 | |
*** haypo has joined #openstack-nova | 15:03 | |
*** garyk has quit IRC | 15:03 | |
haypo | bauzas: hey, here is my bug report :-) https://bugs.launchpad.net/python-cinderclient/+bug/1587071 | 15:03 |
openstack | Launchpad bug 1587071 in python-cinderclient "importing cinderclient (1.7.1) now enables globally oslo.i18n lazy translation" [Undecided,New] | 15:03 |
*** openstackgerrit has joined #openstack-nova | 15:03 | |
haypo | bauzas: my issue is only the line _i18n.enable_lazy() in client.py | 15:03 |
bauzas | haypo: yup, was just investigating https://review.openstack.org/#/c/322868/ | 15:03 |
bauzas | haypo: right, it seems to trample Nova too | 15:03 |
haypo | bauzas: it's just wrong to modify a global variable when *loading* modules | 15:04 |
haypo | bauzas: good to know | 15:04 |
bauzas | haypo: yeah, the change seems terrible IMHO | 15:04 |
*** mjura has quit IRC | 15:04 | |
haypo | bauzas: it's a "side effect". before, the flag was "local" | 15:04 |
bauzas | that https://review.openstack.org/#/c/294751/2/cinderclient/_i18n.py is terrbile | 15:04 |
bauzas | grmblbl | 15:04 |
bauzas | doing that just before a week-end ! | 15:05 |
haypo | bauzas: all projects have something similar no? | 15:05 |
haypo | bauzas: removing old copies of oslo incubator is a good thing :) | 15:05 |
bauzas | FWIW, I only saw Nova being impacted when I queried | 15:05 |
haypo | bauzas: trove is indirectly impacted | 15:05 |
bauzas | but probably my logstash query wasn't good for all | 15:05 |
haypo | bauzas: i can only reproduce the issue on my pending python 3 patch | 15:05 |
haypo | bauzas: on python 2, i can reproduce it if i run two unit tests in a specific order. see my bug report | 15:06 |
*** thorst has joined #openstack-nova | 15:06 | |
haypo | bauzas: do you have a bug report for nova? if not, please complete mine ;) | 15:07 |
*** rcernin has quit IRC | 15:07 | |
*** mpavone has quit IRC | 15:09 | |
*** ducttape_ has joined #openstack-nova | 15:09 | |
*** sridharg has quit IRC | 15:09 | |
*** Jeffrey4l has joined #openstack-nova | 15:10 | |
bauzas | haypo: I do | 15:10 |
bauzas | haypo: https://bugs.launchpad.net/nova/+bug/1586976 | 15:10 |
openstack | Launchpad bug 1586976 in OpenStack Compute (nova) "UTs and functional tests broken related to msgid translations" [Critical,Confirmed] | 15:10 |
haypo | bauzas: i proposed a smaller change, https://review.openstack.org/#/c/322878/ | 15:11 |
*** kylek3h_ has quit IRC | 15:11 | |
bauzas | haypo: yup, just saw the LP hook, great ! | 15:12 |
*** dmk0202 has quit IRC | 15:12 | |
*** thorst has quit IRC | 15:13 | |
*** kylek3h has joined #openstack-nova | 15:15 | |
*** thorst has joined #openstack-nova | 15:15 | |
*** edand has quit IRC | 15:18 | |
bauzas | haypo: okay, I made a bit of popularity of your https://review.openstack.org/#/c/322878/1 | 15:18 |
*** Jeffrey4l has quit IRC | 15:19 | |
*** fragatina has quit IRC | 15:20 | |
bauzas | haypo: you're right, I think your change is better than removing the whole commit | 15:20 |
bauzas | haypo: I was just testing the revert | 15:20 |
haypo | bauzas: jenkins doesn't like your revert :) | 15:21 |
*** mrkz has quit IRC | 15:21 | |
bauzas | haypo: for Nova, we could unblock us by blacklisting 1.7.1 in u-c | 15:21 |
haypo | bauzas: i didn't look at nova yet | 15:21 |
*** mrkz has joined #openstack-nova | 15:21 | |
*** thorst has quit IRC | 15:21 | |
bauzas | well, rather blacklisting 1.7.1 in reqs.txt and pin 1.6.0 in u-c, I meant | 15:21 |
haypo | bauzas: it's really annoying to blacklist a version, it takes two commits, make requirements.txt bloated, etc. | 15:21 |
*** thorst has joined #openstack-nova | 15:22 | |
bauzas | haypo: yup, but while fixing https://review.openstack.org/#/c/322878/2 is quick, it requires a whole new dance of tagging, publishing and releasing | 15:22 |
haypo | bauzas: IMO it's faster to fix cinderclient than fixing requirements :) | 15:22 |
bauzas | tagging cinderclient, patching global reqs and u-c and asking nova to upgrade its local reqs file ? | 15:23 |
bauzas | I'm not sure at all :) | 15:23 |
*** kylek3h has quit IRC | 15:23 | |
bauzas | either way, that's out of my scope | 15:23 |
*** sheel has joined #openstack-nova | 15:24 | |
bauzas | migi: do you have a patch up for pinning global-reqs's cinderclient to 1.6.0 ? | 15:25 |
*** thorst has quit IRC | 15:26 | |
*** cdent has joined #openstack-nova | 15:26 | |
haypo | bauzas: hum. my change doesn't fix nova.tests.unit.virt.libvirt.test_driver.LibvirtConnTestCase.test_create_images_and_backing_images_exist unit test | 15:28 |
* bauzas facepalm | 15:28 | |
haypo | bauzas: but downgrading python-cinderclient to 1.6.0 doesn't the fix the issue neither | 15:28 |
bauzas | haypo: it does on my local venv | 15:28 |
haypo | maybe i made a mistake? | 15:28 |
bauzas | haypo: lemme remove that call in my local branch and see | 15:29 |
haypo | bauzas: i'm running the test with: "python -m testtools.run nova.tests.unit.virt.libvirt.test_driver.LibvirtConnTestCase.test_create_images_and_backing_images_exist " | 15:29 |
bauzas | s/branch/venv | 15:29 |
haypo | bauzas: the funny thing is that oslo_i18n._lazy.enable_lazy() doesn't seem to be called when running this test | 15:29 |
*** roeyc has quit IRC | 15:31 | |
haypo | bauzas: it looks like trove and nova issues are different | 15:31 |
dims | bauzas : migi : don't see any revert proposed yet for cinderclient in requirements | 15:32 |
*** tesseract has quit IRC | 15:33 | |
bauzas | dims: we're in a mess, not sure you saw that yet (sorry, I know you're on a day off) | 15:33 |
haypo | ah funny, 17.0. is already blacklisted: python-cinderclient!=1.7.0,>=1.6.0 # Apache-2.0 | 15:33 |
haypo | cinderclient 1.7.0* | 15:34 |
haypo | dims: i checked locally, it doesn't seem to fix the bug https://bugs.launchpad.net/nova/+bug/1586976 | 15:34 |
openstack | Launchpad bug 1586976 in OpenStack Compute (nova) "Nova UTs and functional tests broken due to cinderclient modifying i18n global vars" [Critical,Confirmed] | 15:34 |
*** woodster_ has joined #openstack-nova | 15:34 | |
dims | haypo : bauzas : throw in a review blacklisting 1.7.1. i'll run some tests and +2A only if it fixes stuff | 15:35 |
bauzas | haypo: so, I can confirm that removing the call to _i18n.enable_lazy() fixes the problem | 15:36 |
bauzas | dims: on my way | 15:36 |
rpodolyaka | hey! any stable cores around? could you please review https://review.openstack.org/#/c/312812/ ? | 15:36 |
haypo | bauzas: how do you run tests? | 15:37 |
*** ducttape_ has quit IRC | 15:37 | |
bauzas | haypo: I just commented out the call in my source module (installed in venv/lib) and ran tox again | 15:38 |
bauzas | (just made sure to not rebuild the reqs) | 15:38 |
haypo | bauzas: "tox -e py27" ? i'm now testing with $ tox -e py27 -- nova.tests.unit.virt.libvirt.test_driver.LibvirtConnTestCase.test_create_images_and_backing_images_exist | 15:39 |
*** code-R has quit IRC | 15:39 | |
*** code-R has joined #openstack-nova | 15:39 | |
bauzas | haypo: don't -- | 15:39 |
haypo | if i run the failing test with testtools.run, it fails with cinderclient 1.6.0, 1.7.1, 1.7.1+my fix | 15:40 |
bauzas | dims: shall I also patch global-reqs.txt or only u-c ? | 15:40 |
haypo | bauzas: what's wrong with "--" ? | 15:40 |
dims | bauzas : both please. global reques will be a block | 15:40 |
bauzas | haypo: nothing really, just that the posargs are directly after the tox target | 15:41 |
bauzas | dims: ack, baking up the change | 15:41 |
*** ishant has joined #openstack-nova | 15:41 | |
haypo | bauzas, dims : oh. using "tox -e py27 -- ...", the test pass with cinderclient 1.6.0, fails with 1.7.1 and pass with 1.7.1+my fix | 15:43 |
haypo | sorry, i was confused by testtools.run ... i don't understand why the test pass with tox, not but when run directly using testtools.run | 15:43 |
*** eglynn_ has joined #openstack-nova | 15:43 | |
*** cdent has quit IRC | 15:43 | |
*** eglynn has quit IRC | 15:44 | |
*** andreas_s has quit IRC | 15:44 | |
*** erlon_ has joined #openstack-nova | 15:44 | |
dims | haypo : ack | 15:45 |
bauzas | dims: https://review.openstack.org/322899 for your pleasure | 15:47 |
bauzas | snap, I missed the bug report | 15:47 |
dims | bauzas : go ahead and update the review, | 15:47 |
bauzas | dims: I just did | 15:48 |
*** zz_dimtruck is now known as dimtruck | 15:48 | |
*** krtaylor has quit IRC | 15:48 | |
bauzas | dims: I just trampled your +W by making a new PS | 15:49 |
dims | no worries | 15:50 |
bauzas | dims: thanks for your support, I guess we can call it a day | 15:51 |
*** baoli has joined #openstack-nova | 15:53 | |
*** scottda has quit IRC | 15:55 | |
*** code-R has quit IRC | 15:55 | |
*** code-R has joined #openstack-nova | 15:56 | |
*** ljxiash has quit IRC | 15:58 | |
*** dimtruck is now known as zz_dimtruck | 15:58 | |
bauzas | folks, heading off | 15:59 |
*** sudipto has quit IRC | 15:59 | |
*** ccard has quit IRC | 16:00 | |
*** sudipto has joined #openstack-nova | 16:00 | |
*** baoli has quit IRC | 16:00 | |
*** moshele has quit IRC | 16:01 | |
*** zz_dimtruck is now known as dimtruck | 16:01 | |
*** krtaylor has joined #openstack-nova | 16:01 | |
*** code-R has quit IRC | 16:02 | |
*** prateek_ has joined #openstack-nova | 16:03 | |
*** vtech has quit IRC | 16:04 | |
*** prateek has quit IRC | 16:06 | |
*** ducttape_ has joined #openstack-nova | 16:06 | |
*** jbernard_ has joined #openstack-nova | 16:07 | |
*** baoli has joined #openstack-nova | 16:09 | |
*** sacharya has joined #openstack-nova | 16:10 | |
openstackgerrit | Andrey Volkov proposed openstack/nova: [WIP] Apply cell context https://review.openstack.org/322181 | 16:11 |
*** kylek3h has joined #openstack-nova | 16:12 | |
*** baoli has quit IRC | 16:12 | |
*** code-R has joined #openstack-nova | 16:12 | |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transfrom wrap_exception notification to versioned format https://review.openstack.org/310700 | 16:13 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Enhance notification sample test base https://review.openstack.org/321610 | 16:13 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Handle multiple samples per versioned notification https://review.openstack.org/321609 | 16:13 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Do not register notification objects https://review.openstack.org/309454 | 16:13 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transform instance.delete notifications https://review.openstack.org/313654 | 16:13 |
*** sacharya has quit IRC | 16:13 | |
*** sacharya has joined #openstack-nova | 16:13 | |
*** sean-k-mooney has joined #openstack-nova | 16:15 | |
openstackgerrit | Stephen Finucane proposed openstack/nova-specs: Expose mempages via API https://review.openstack.org/305728 | 16:15 |
*** rcernin has joined #openstack-nova | 16:17 | |
*** parora has joined #openstack-nova | 16:18 | |
*** kylek3h has quit IRC | 16:19 | |
*** prateek_ has quit IRC | 16:21 | |
*** ihrachys has quit IRC | 16:22 | |
*** thorst has joined #openstack-nova | 16:24 | |
*** baoli has joined #openstack-nova | 16:25 | |
*** baoli has quit IRC | 16:29 | |
*** andymaier has quit IRC | 16:29 | |
*** markus_z_away has quit IRC | 16:29 | |
*** jbernard_ has quit IRC | 16:29 | |
*** ircuser-1 has quit IRC | 16:30 | |
*** thorst has quit IRC | 16:31 | |
*** code-R has quit IRC | 16:31 | |
*** sacharya has quit IRC | 16:33 | |
*** jbernard_ has joined #openstack-nova | 16:34 | |
*** mtanino has joined #openstack-nova | 16:35 | |
*** jbernard_ has quit IRC | 16:35 | |
*** timello has quit IRC | 16:36 | |
*** jbernard_ has joined #openstack-nova | 16:37 | |
*** vtech has joined #openstack-nova | 16:39 | |
*** mkrcmari__ has quit IRC | 16:39 | |
*** sfinucan_ has quit IRC | 16:40 | |
*** zenoway has quit IRC | 16:41 | |
*** claudiub has quit IRC | 16:41 | |
*** haukebruno has quit IRC | 16:44 | |
*** thorst has joined #openstack-nova | 16:45 | |
*** thorst has quit IRC | 16:46 | |
*** thorst has joined #openstack-nova | 16:47 | |
*** doug-fish has joined #openstack-nova | 16:47 | |
*** claudiub has joined #openstack-nova | 16:49 | |
*** lpetrut has quit IRC | 16:49 | |
*** sudipto_ has joined #openstack-nova | 16:50 | |
*** rdo has quit IRC | 16:51 | |
*** thorst has quit IRC | 16:51 | |
*** rk4n has quit IRC | 16:51 | |
*** jbernard has quit IRC | 16:51 | |
*** pilgrimstack has joined #openstack-nova | 16:52 | |
*** sdake has joined #openstack-nova | 16:52 | |
*** jbernard_ has quit IRC | 16:52 | |
*** sudipto has quit IRC | 16:52 | |
*** sdake has quit IRC | 16:57 | |
*** sdake has joined #openstack-nova | 16:57 | |
*** pilgrimstack has quit IRC | 16:57 | |
*** Daisy has joined #openstack-nova | 16:59 | |
*** jbernard has joined #openstack-nova | 17:01 | |
*** Daisy has quit IRC | 17:04 | |
*** dedery_ has joined #openstack-nova | 17:06 | |
*** kylek3h has joined #openstack-nova | 17:06 | |
*** timello has joined #openstack-nova | 17:06 | |
*** sdake_ has joined #openstack-nova | 17:07 | |
*** ducttape_ has quit IRC | 17:07 | |
*** dimtruck is now known as zz_dimtruck | 17:08 | |
*** zenoway has joined #openstack-nova | 17:08 | |
*** rdo has joined #openstack-nova | 17:08 | |
*** code-R has joined #openstack-nova | 17:09 | |
*** sdake has quit IRC | 17:09 | |
*** zenoway has quit IRC | 17:09 | |
*** omnipresent has joined #openstack-nova | 17:09 | |
*** dedery_ has quit IRC | 17:10 | |
*** dedery has quit IRC | 17:10 | |
nikhil | johnthetubaguy: hi, I was looking for Sean and Matt to discuss nova v1 v2 work. guess they are not around today, if you're around (which I'm not sure as you mentioned about holiday in the UK iirc) may be you can join us in #openstack-dev? | 17:11 |
*** mkrcmari__ has joined #openstack-nova | 17:11 | |
*** penick has joined #openstack-nova | 17:12 | |
*** doug-fish has quit IRC | 17:12 | |
*** kylek3h has quit IRC | 17:13 | |
*** laszloh has quit IRC | 17:16 | |
*** lucasagomes is now known as lucas-dinner | 17:20 | |
*** code-R has quit IRC | 17:24 | |
*** code-R has joined #openstack-nova | 17:25 | |
*** edand has joined #openstack-nova | 17:25 | |
*** code-R has quit IRC | 17:28 | |
*** code-R has joined #openstack-nova | 17:28 | |
*** timello has quit IRC | 17:32 | |
*** ishant has quit IRC | 17:33 | |
*** eglynn_ has quit IRC | 17:36 | |
*** ishant has joined #openstack-nova | 17:37 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: Refactors nova.cmd utils https://review.openstack.org/322943 | 17:45 |
openstackgerrit | Claudiu Belu proposed openstack/nova: Adds nova-policy-check cmd https://review.openstack.org/322944 | 17:45 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Updated from global requirements https://review.openstack.org/322544 | 17:48 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-novaclient: Updated from global requirements https://review.openstack.org/321727 | 17:50 |
*** ri0 has joined #openstack-nova | 17:50 | |
*** code-R has quit IRC | 17:50 | |
*** code-R has joined #openstack-nova | 17:51 | |
*** mtanino has quit IRC | 17:52 | |
*** mtanino has joined #openstack-nova | 17:52 | |
*** ri0 has quit IRC | 17:52 | |
*** thorst has joined #openstack-nova | 17:53 | |
*** thorst has quit IRC | 17:58 | |
*** kylek3h has joined #openstack-nova | 17:59 | |
*** kylek3h has quit IRC | 18:07 | |
*** parora has quit IRC | 18:07 | |
*** timello has joined #openstack-nova | 18:08 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest upper-constraints https://review.openstack.org/303345 | 18:11 |
*** timello has quit IRC | 18:11 | |
*** code-R has quit IRC | 18:12 | |
*** code-R has joined #openstack-nova | 18:12 | |
*** timello has joined #openstack-nova | 18:15 | |
*** timello has quit IRC | 18:15 | |
*** doug-fish has joined #openstack-nova | 18:15 | |
*** doug-fish has quit IRC | 18:15 | |
*** salv-orlando has quit IRC | 18:16 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: Adds RemoteFX support to the Hyper-V driver https://review.openstack.org/42529 | 18:20 |
*** sudipto_ has quit IRC | 18:21 | |
*** alexpilotti has joined #openstack-nova | 18:22 | |
*** code-R has quit IRC | 18:22 | |
*** timello has joined #openstack-nova | 18:22 | |
*** alexpilotti has quit IRC | 18:23 | |
*** ducttape_ has joined #openstack-nova | 18:30 | |
*** lucas-dinner has quit IRC | 18:31 | |
*** sacharya has joined #openstack-nova | 18:33 | |
*** ishant has quit IRC | 18:34 | |
*** edand has quit IRC | 18:37 | |
*** lucasagomes has joined #openstack-nova | 18:38 | |
*** sacharya has quit IRC | 18:39 | |
*** baoli has joined #openstack-nova | 18:41 | |
*** lucasagomes has quit IRC | 18:43 | |
*** fragatina has joined #openstack-nova | 18:43 | |
mnaser | ERROR (BadRequest): Migration pre-check error: Unable to migrate da421c2e-952c-4d26-84cb-74e551ea30f8 to <foo>: Lack of memory(host:1024 <= instance:1024) (HTTP 400) (Request-ID: req-e48fe889-3c8e-4525-8cc5-8b79b6a2d848) | 18:43 |
mnaser | nova what are you doing pls math | 18:43 |
*** ducttape_ has quit IRC | 18:45 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c https://review.openstack.org/303345 | 18:45 |
*** baoli has quit IRC | 18:45 | |
*** Guest20943 has joined #openstack-nova | 18:46 | |
Guest20943 | I've just made a Nova plugin, according to this doc (http://docs.openstack.org/developer/nova/api_plugins.html). Now I'd like to know how can I call my plugin. | 18:47 |
Guest20943 | Any clue? | 18:47 |
*** kylek3h has joined #openstack-nova | 18:48 | |
*** lucasagomes has joined #openstack-nova | 18:49 | |
*** derekh has quit IRC | 18:49 | |
*** fragatina has quit IRC | 18:53 | |
*** cdent has joined #openstack-nova | 18:56 | |
*** ociuhandu has quit IRC | 19:00 | |
*** abalutoiu_ has quit IRC | 19:01 | |
*** yassou has quit IRC | 19:01 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Remove unused LOG from v2.1 API code https://review.openstack.org/322964 | 19:01 |
*** sacharya has joined #openstack-nova | 19:03 | |
*** lucasagomes has quit IRC | 19:03 | |
*** lpetrut has joined #openstack-nova | 19:04 | |
*** kylek3h has quit IRC | 19:05 | |
*** kylek3h has joined #openstack-nova | 19:06 | |
*** ijw has quit IRC | 19:07 | |
*** lucasagomes has joined #openstack-nova | 19:12 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Remove normal API operation logs from API layer https://review.openstack.org/322966 | 19:13 |
*** code-R has joined #openstack-nova | 19:15 | |
*** kylek3h has quit IRC | 19:15 | |
*** ociuhandu has joined #openstack-nova | 19:16 | |
*** ijw has joined #openstack-nova | 19:17 | |
*** penick has quit IRC | 19:19 | |
*** Guest20943 has quit IRC | 19:21 | |
*** sdake_ has quit IRC | 19:23 | |
*** thorst has joined #openstack-nova | 19:23 | |
*** sheel has quit IRC | 19:25 | |
*** lucasagomes has quit IRC | 19:27 | |
*** baoli has joined #openstack-nova | 19:31 | |
*** baoli has quit IRC | 19:32 | |
*** lucasagomes has joined #openstack-nova | 19:32 | |
*** dmk0202 has joined #openstack-nova | 19:35 | |
*** sdake has joined #openstack-nova | 19:37 | |
*** baoli has joined #openstack-nova | 19:37 | |
*** baoli has quit IRC | 19:37 | |
*** fragatina has joined #openstack-nova | 19:37 | |
*** thorst has quit IRC | 19:38 | |
*** efoley has quit IRC | 19:41 | |
openstackgerrit | Clenimar Filemon proposed openstack/nova: Use Identity v3 params when connecting to Ironic https://review.openstack.org/300154 | 19:41 |
*** kylek3h has joined #openstack-nova | 19:45 | |
openstackgerrit | Diana Clarke proposed openstack/nova: Delete old imagebackend methods & tests https://review.openstack.org/322974 | 19:47 |
*** timello has quit IRC | 19:51 | |
*** kylek3h has quit IRC | 19:53 | |
*** moshele has joined #openstack-nova | 19:54 | |
*** code-R has quit IRC | 19:55 | |
*** timello has joined #openstack-nova | 19:55 | |
*** salv-orlando has joined #openstack-nova | 19:57 | |
*** moshele has quit IRC | 19:58 | |
*** READ10 has joined #openstack-nova | 19:59 | |
*** raunak has quit IRC | 20:02 | |
*** ducttape_ has joined #openstack-nova | 20:10 | |
*** ducttape_ has joined #openstack-nova | 20:10 | |
*** zul has quit IRC | 20:11 | |
*** ijw has quit IRC | 20:12 | |
*** diogogmt has quit IRC | 20:19 | |
*** vtech has quit IRC | 20:22 | |
*** vtech has joined #openstack-nova | 20:22 | |
*** alexpilotti has joined #openstack-nova | 20:23 | |
*** cdent has quit IRC | 20:25 | |
*** alexpilotti has quit IRC | 20:27 | |
*** flwang has quit IRC | 20:29 | |
*** ducttape_ has quit IRC | 20:31 | |
*** ducttape_ has joined #openstack-nova | 20:32 | |
*** lpetrut has quit IRC | 20:34 | |
*** lpetrut has joined #openstack-nova | 20:36 | |
*** diogogmt has joined #openstack-nova | 20:37 | |
*** kylek3h has joined #openstack-nova | 20:40 | |
*** ducttape_ has quit IRC | 20:42 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Updated from global requirements https://review.openstack.org/322544 | 20:44 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-novaclient: Updated from global requirements https://review.openstack.org/321727 | 20:46 |
*** baoli has joined #openstack-nova | 20:47 | |
*** kylek3h has quit IRC | 20:48 | |
*** baoli has quit IRC | 20:48 | |
*** clenimar has joined #openstack-nova | 20:55 | |
*** raildo is now known as raildo-afk | 20:59 | |
*** sdake has quit IRC | 21:04 | |
*** gjayavelu has joined #openstack-nova | 21:06 | |
*** raunak has joined #openstack-nova | 21:07 | |
*** gjayavelu has quit IRC | 21:11 | |
*** raunak has quit IRC | 21:12 | |
*** ducttape_ has joined #openstack-nova | 21:13 | |
*** mtanino has quit IRC | 21:13 | |
*** hamzy has joined #openstack-nova | 21:14 | |
*** raunak has joined #openstack-nova | 21:16 | |
*** raunak has quit IRC | 21:16 | |
*** mtanino has joined #openstack-nova | 21:17 | |
*** ducttape_ has quit IRC | 21:17 | |
*** thorst has joined #openstack-nova | 21:18 | |
*** raunak has joined #openstack-nova | 21:18 | |
*** thorst has quit IRC | 21:19 | |
*** sdake has joined #openstack-nova | 21:25 | |
*** flwang has joined #openstack-nova | 21:32 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Remove normal API operation logs from API layer https://review.openstack.org/322966 | 21:34 |
*** kylek3h has joined #openstack-nova | 21:35 | |
*** dmk0202 has quit IRC | 21:36 | |
*** aysyd has quit IRC | 21:37 | |
*** lindycoder has quit IRC | 21:39 | |
openstackgerrit | Mark Doffman proposed openstack/nova: PoC: Understandable weighers https://review.openstack.org/323022 | 21:40 |
*** kylek3h has quit IRC | 21:42 | |
*** ijw has joined #openstack-nova | 21:43 | |
*** ijw has quit IRC | 21:49 | |
*** markvoelker has joined #openstack-nova | 21:49 | |
*** markvoelker has quit IRC | 21:54 | |
*** raunak has quit IRC | 21:54 | |
*** clenimar has quit IRC | 21:55 | |
*** code-R has joined #openstack-nova | 21:55 | |
*** code-R has quit IRC | 22:00 | |
*** timello has quit IRC | 22:03 | |
*** sacharya has quit IRC | 22:05 | |
openstackgerrit | Mark Doffman proposed openstack/nova: Make Aggregate metadata functions work with API db https://review.openstack.org/297350 | 22:09 |
openstackgerrit | Mark Doffman proposed openstack/nova: Block aggregate creation until main database empty https://review.openstack.org/315235 | 22:09 |
openstackgerrit | Mark Doffman proposed openstack/nova: Add aggregates tables to the API db. https://review.openstack.org/294806 | 22:09 |
openstackgerrit | Mark Doffman proposed openstack/nova: Add data migration methods for Aggregate. https://review.openstack.org/314782 | 22:09 |
openstackgerrit | Mark Doffman proposed openstack/nova: Make Aggregate.save work with the API db https://review.openstack.org/305466 | 22:09 |
openstackgerrit | Mark Doffman proposed openstack/nova: Aggregate create and destroy work against API db https://review.openstack.org/314781 | 22:09 |
openstackgerrit | Mark Doffman proposed openstack/nova: Make Aggregate host operations work against API db https://review.openstack.org/296597 | 22:09 |
openstackgerrit | Mark Doffman proposed openstack/nova: Make AggregateList.get_ return API & cell db items https://review.openstack.org/296062 | 22:09 |
openstackgerrit | Mark Doffman proposed openstack/nova: Make Aggregate.get operation favor the API db https://review.openstack.org/296014 | 22:09 |
*** timello has joined #openstack-nova | 22:12 | |
*** sdake_ has joined #openstack-nova | 22:27 | |
*** kylek3h has joined #openstack-nova | 22:29 | |
*** sdake has quit IRC | 22:29 | |
*** lpetrut has quit IRC | 22:30 | |
*** ircuser-1 has joined #openstack-nova | 22:36 | |
openstackgerrit | Fei Long Wang proposed openstack/nova: Fix incorrect aggr mock values https://review.openstack.org/323036 | 22:36 |
*** kylek3h has quit IRC | 22:36 | |
*** ijw has joined #openstack-nova | 22:45 | |
*** fragatina has quit IRC | 22:46 | |
openstackgerrit | Fei Long Wang proposed openstack/nova: Fix incorrect aggr mock values https://review.openstack.org/323036 | 22:50 |
*** ijw has quit IRC | 22:50 | |
*** mrkz has quit IRC | 22:52 | |
openstackgerrit | Diana Clarke proposed openstack/nova: Remove the last bits of mox from test_imagebackend https://review.openstack.org/323038 | 22:53 |
*** gjayavelu has joined #openstack-nova | 22:54 | |
*** thorst has joined #openstack-nova | 22:54 | |
*** thorst has quit IRC | 22:58 | |
*** gjayavelu has quit IRC | 22:59 | |
*** thorst has joined #openstack-nova | 23:00 | |
*** baoli has joined #openstack-nova | 23:00 | |
*** thorst has quit IRC | 23:01 | |
*** thorst has joined #openstack-nova | 23:02 | |
tonyb | kashyap, tdurakov: That's not what markus_z and I are working on. We started with http://git.openstack.org/cgit/openstack/devstack-plugin-additional-pkg-repos Now we're on the slight more complex task of building our own wemu/libvirt packages to use with that plugin | 23:02 |
*** baoli has quit IRC | 23:05 | |
*** salv-orlando has quit IRC | 23:08 | |
*** jwcroppe has joined #openstack-nova | 23:09 | |
*** thorst has quit IRC | 23:10 | |
*** fragatina has joined #openstack-nova | 23:14 | |
*** rcernin has quit IRC | 23:16 | |
*** coreywright has quit IRC | 23:16 | |
*** fragatina has quit IRC | 23:17 | |
*** fragatina has joined #openstack-nova | 23:17 | |
*** coreywright has joined #openstack-nova | 23:17 | |
openstackgerrit | Fei Long Wang proposed openstack/nova: Fix incorrect aggr mock values https://review.openstack.org/323036 | 23:19 |
*** cfriesen has quit IRC | 23:20 | |
*** fragatina has quit IRC | 23:22 | |
*** kylek3h has joined #openstack-nova | 23:23 | |
*** jaypipes has quit IRC | 23:26 | |
*** sdake_ has quit IRC | 23:26 | |
*** diogogmt has quit IRC | 23:27 | |
*** jamielennox is now known as jamielennox|away | 23:27 | |
*** sdake has joined #openstack-nova | 23:29 | |
*** fragatina has joined #openstack-nova | 23:30 | |
*** fragatina has quit IRC | 23:30 | |
*** kylek3h has quit IRC | 23:31 | |
*** fragatina has joined #openstack-nova | 23:31 | |
*** ctrath has joined #openstack-nova | 23:33 | |
*** ssurana has joined #openstack-nova | 23:34 | |
*** erlon_ has quit IRC | 23:36 | |
*** ctrath has quit IRC | 23:39 | |
*** omnipresent has quit IRC | 23:45 | |
*** amotoki has quit IRC | 23:45 | |
*** takashin has joined #openstack-nova | 23:46 | |
*** ijw has joined #openstack-nova | 23:46 | |
*** ssurana has quit IRC | 23:50 | |
*** markvoelker has joined #openstack-nova | 23:50 | |
*** ssurana has joined #openstack-nova | 23:50 | |
*** ijw has quit IRC | 23:52 | |
*** markvoelker has quit IRC | 23:55 | |
*** code-R has joined #openstack-nova | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!