Monday, 2016-05-30

*** openstack has joined #openstack-nova14:16
tdurakovbauzas: hi14:17
*** irenab has joined #openstack-nova14:18
*** roeyc has quit IRC14:20
migidims: hi, is it possible to revert https://review.openstack.org/#/c/321829/114:20
migi?14:20
migidims: see my comment on that review14:20
bauzastdurakov: hi14:23
openstackgerritAysy Anne A. Duarte proposed openstack/nova: Add mock for some libvirt unit tests work on ppc64le architecture  https://review.openstack.org/29006114:23
bauzasansiwen: still investigating the RCA14:24
bauzasfor the moment, not yet found why we have this problem14:24
*** liverpooler has quit IRC14:24
openstackgerritAysy Anne A. Duarte proposed openstack/nova: Add mock for some libvirt unit tests work on ppc64le architecture  https://review.openstack.org/29006114:24
ansiwenbauzas: you can reproduce it localy?14:24
bauzasyep14:24
bauzasmigi: around ?14:25
migibauzas: yep14:25
migibauzas: see my comment14:25
bauzassaw your comment on https://review.openstack.org/#/c/321829/114:25
migichanging to cinderclient 1.6.0 fixes issue14:25
migibut upper constraint won't allow to override it14:25
migiso I've hacked tox.ini to force install it and then everything worked14:25
bauzasmigi: what's weird is that I have 2 venvs with the same reqs versions, and one is working while the other not14:26
migibauzas: if you remove .tox dir and recreate it it won't work14:26
bauzasmigi: yup, I know14:26
tdurakovbauzas: question for bp https://blueprints.launchpad.net/nova/+spec/check-destination-on-migrations-newton14:26
migipossibly second is using older version of cinderclient14:26
migican you check?14:26
bauzasmigi: not, both are identical14:26
migitwo different systems?14:27
bauzas(py27)[sbauza@sbauza nova]$ diff requ_new.txt requ_old.txt14:27
bauzas(py27)[sbauza@sbauza nova]$14:27
migino14:27
*** sahid has quit IRC14:28
migibauzas: check the contents of .tox/py27/lib/python2.7/site-packages/cinderclient14:28
migior different test in the non-working env:14:29
migirm -rf  .tox/py27/lib/python2.7/site-packages/cinderclient14:29
bauzasmigi: while I'll look at this, please also look at http://paste.openstack.org/show/506295/14:29
*** roeyc has joined #openstack-nova14:29
migicp -r $WORKING_ENV/ .tox/py27/lib/python2.7/site-packages/cinderclient  $NON_WORKING/.tox/py27/lib/python2.7/site-packages/14:29
tdurakovbauzas: which of these will be removed https://github.com/openstack/nova/blob/master/nova/conductor/tasks/live_migrate.py#L9414:29
bauzasmigi: both are cinderclient==1.7.114:30
*** links has quit IRC14:30
*** kylek3h has joined #openstack-nova14:32
migiinteresting, but for me env with 1.6 works and just changing to 1.7.1 breaks14:32
migiis it the same box just different folder?14:32
*** diogogmt has joined #openstack-nova14:32
bauzasWTF!? I have the same cinderclient versions but the installed dirs look different14:32
migiheh14:32
*** code-R_ has quit IRC14:34
*** code-R has joined #openstack-nova14:35
bauzasmigi: I can try to downgrade cinderclient to 1.6.0 and see if that helps on my failing venv14:35
migibauzas: try this: http://paste.openstack.org/show/506296/14:36
migibauzas: downgrading won't help as upper-constraints.txt were updated14:36
bauzask14:36
migibauzas: so this have to be reverted until cinderclient is fixed (or nova): https://review.openstack.org/#/c/321829/114:37
*** raunak has joined #openstack-nova14:37
bauzasmigi: there are 2 things14:37
bauzasmigi: installing a new cinderclient and installing a new eff14:37
bauzasegg14:38
bauzasmigi: 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
migibauzas: see if the requested version is installed as upper-constraint forces to use 1.7.114:39
bauzasmigi: u-c is only in use if you run the tox target14:39
bauzasmigi: it will just run again setup.cfg14:39
bauzasinteresting14:40
bauzasdowngrading to cinderclient-1.6.0 fixes my problem - WITHOUT requiring to redevelop nova14:40
bauzasthat's the weirdest thing ever14:40
migiyep14:40
bauzasit's going to be a litterally memorial day14:41
migistill don't know why newer cinderclient is causing, but reverting that upper-constraint review will fix nova14:41
*** prateek has joined #openstack-nova14:41
*** dimtruck is now known as zz_dimtruck14:41
bauzasmigi: I agree14:41
bauzaslemme see the git diff between 1.6.0 and 1.7.114:42
migibauzas: for some reason 1.7.0 was blacklisted in requires.txt14:42
migiof nova14:42
bauzasDuncanT: hey, you around ?14:44
bauzasDuncanT: Nova is experience a lot of trouble with some cinderclient version14:45
bauzasexperiencing*14:45
migibauzas: blocking 1.7.0 is not really relevant14:45
migihttps://github.com/openstack/requirements/commit/67bb6f37f1535b6a913d2739dc7abcefc4eecb1e14:45
bauzashttps://bugs.launchpad.net/nova/+bug/158697614:45
openstackLaunchpad bug 1586976 in OpenStack Compute (nova) "UTs and functional tests broken related to msgid translations" [Critical,Confirmed]14:45
*** ducttape_ has joined #openstack-nova14:46
openstackgerritMilind Joshi proposed openstack/nova-specs: Committing the specifications for support-flavor-update blueprint  https://review.openstack.org/32285914:48
*** ducttape_ has quit IRC14:50
*** kylek3h has quit IRC14:52
*** kylek3h has joined #openstack-nova14: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 #progress14:54
openstackgerritMilind Joshi proposed openstack/nova-specs: Committing the specifications for support-flavor-update blueprint  https://review.openstack.org/32285914:54
*** kylek3h_ has joined #openstack-nova14:56
*** kylek3h has quit IRC14:57
*** sajeesh has joined #openstack-nova14:57
*** openstackgerrit has quit IRC15:02
*** haypo has joined #openstack-nova15:03
*** garyk has quit IRC15:03
haypobauzas: hey, here is my bug report :-) https://bugs.launchpad.net/python-cinderclient/+bug/158707115:03
openstackLaunchpad 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-nova15:03
haypobauzas: my issue is only the line _i18n.enable_lazy() in client.py15:03
bauzashaypo: yup, was just investigating https://review.openstack.org/#/c/322868/15:03
bauzashaypo: right, it seems to trample Nova too15:03
haypobauzas: it's just wrong to modify a global variable when *loading* modules15:04
haypobauzas: good to know15:04
bauzashaypo: yeah, the change seems terrible IMHO15:04
*** mjura has quit IRC15:04
haypobauzas: it's a "side effect". before, the flag was "local"15:04
bauzasthat https://review.openstack.org/#/c/294751/2/cinderclient/_i18n.py is terrbile15:04
bauzasgrmblbl15:04
bauzasdoing that just before a week-end !15:05
haypobauzas: all projects have something similar no?15:05
haypobauzas: removing old copies of oslo incubator is a good thing :)15:05
bauzasFWIW, I only saw Nova being impacted when I queried15:05
haypobauzas: trove is indirectly impacted15:05
bauzasbut probably my logstash query wasn't good for all15:05
haypobauzas: i can only reproduce the issue on my pending python 3 patch15:05
haypobauzas: on python 2, i can reproduce it if i run two unit tests in a specific order. see my bug report15:06
*** thorst has joined #openstack-nova15:06
haypobauzas: do you have a bug report for nova? if not, please complete mine ;)15:07
*** rcernin has quit IRC15:07
*** mpavone has quit IRC15:09
*** ducttape_ has joined #openstack-nova15:09
*** sridharg has quit IRC15:09
*** Jeffrey4l has joined #openstack-nova15:10
bauzashaypo: I do15:10
bauzashaypo: https://bugs.launchpad.net/nova/+bug/158697615:10
openstackLaunchpad bug 1586976 in OpenStack Compute (nova) "UTs and functional tests broken related to msgid translations" [Critical,Confirmed]15:10
haypobauzas: i proposed a smaller change, https://review.openstack.org/#/c/322878/15:11
*** kylek3h_ has quit IRC15:11
bauzashaypo: yup, just saw the LP hook, great !15:12
*** dmk0202 has quit IRC15:12
*** thorst has quit IRC15:13
*** kylek3h has joined #openstack-nova15:15
*** thorst has joined #openstack-nova15:15
*** edand has quit IRC15:18
bauzashaypo: okay, I made a bit of popularity of your https://review.openstack.org/#/c/322878/115:18
*** Jeffrey4l has quit IRC15:19
*** fragatina has quit IRC15:20
bauzashaypo: you're right, I think your change is better than removing the whole commit15:20
bauzashaypo: I was just testing the revert15:20
haypobauzas: jenkins doesn't like your revert :)15:21
*** mrkz has quit IRC15:21
bauzashaypo: for Nova, we could unblock us by blacklisting 1.7.1 in u-c15:21
haypobauzas: i didn't look at nova yet15:21
*** mrkz has joined #openstack-nova15:21
*** thorst has quit IRC15:21
bauzaswell, rather blacklisting 1.7.1 in reqs.txt and pin 1.6.0 in u-c, I meant15:21
haypobauzas: it's really annoying to blacklist a version, it takes two commits, make requirements.txt bloated, etc.15:21
*** thorst has joined #openstack-nova15:22
bauzashaypo: yup, but while fixing https://review.openstack.org/#/c/322878/2 is quick, it requires a whole new dance of tagging, publishing and releasing15:22
haypobauzas: IMO it's faster to fix cinderclient than fixing requirements :)15:22
bauzastagging cinderclient, patching global reqs and u-c and asking nova to upgrade its local reqs file ?15:23
bauzasI'm not sure at all :)15:23
*** kylek3h has quit IRC15:23
bauzaseither way, that's out of my scope15:23
*** sheel has joined #openstack-nova15:24
bauzasmigi: do you have a patch up for pinning global-reqs's cinderclient to 1.6.0 ?15:25
*** thorst has quit IRC15:26
*** cdent has joined #openstack-nova15:26
haypobauzas: hum. my change doesn't fix nova.tests.unit.virt.libvirt.test_driver.LibvirtConnTestCase.test_create_images_and_backing_images_exist unit test15:28
* bauzas facepalm15:28
haypobauzas: but downgrading python-cinderclient to 1.6.0 doesn't the fix the issue neither15:28
bauzashaypo: it does on my local venv15:28
haypomaybe i made a mistake?15:28
bauzashaypo: lemme remove that call in my local branch and see15:29
haypobauzas: 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
bauzass/branch/venv15:29
haypobauzas: the funny thing is that oslo_i18n._lazy.enable_lazy() doesn't seem to be called when running this test15:29
*** roeyc has quit IRC15:31
haypobauzas: it looks like trove and nova issues are different15:31
dimsbauzas : migi : don't see any revert proposed yet for cinderclient in requirements15:32
*** tesseract has quit IRC15:33
bauzasdims: we're in a mess, not sure you saw that yet (sorry, I know you're on a day off)15:33
haypoah funny, 17.0. is already blacklisted: python-cinderclient!=1.7.0,>=1.6.0 # Apache-2.015:33
haypocinderclient 1.7.0*15:34
haypodims: i checked locally, it doesn't seem to fix the bug https://bugs.launchpad.net/nova/+bug/158697615:34
openstackLaunchpad 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-nova15:34
dimshaypo : bauzas : throw in a review blacklisting 1.7.1. i'll run some tests and +2A only if it fixes stuff15:35
bauzashaypo: so, I can confirm that removing the call to _i18n.enable_lazy() fixes the problem15:36
bauzasdims: on my way15:36
rpodolyakahey! any stable cores around? could you please review https://review.openstack.org/#/c/312812/ ?15:36
haypobauzas: how do you run tests?15:37
*** ducttape_ has quit IRC15:37
bauzashaypo: I just commented out the call in my source module (installed in venv/lib) and ran tox again15:38
bauzas(just made sure to not rebuild the reqs)15:38
haypobauzas: "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_exist15:39
*** code-R has quit IRC15:39
*** code-R has joined #openstack-nova15:39
bauzashaypo: don't --15:39
haypoif i run the failing test with testtools.run, it fails with cinderclient 1.6.0, 1.7.1, 1.7.1+my fix15:40
bauzasdims: shall I also patch global-reqs.txt or only u-c ?15:40
haypobauzas: what's wrong with "--" ?15:40
dimsbauzas : both please. global reques will be a block15:40
bauzashaypo: nothing really, just that the posargs are directly after the tox target15:41
bauzasdims: ack, baking up the change15:41
*** ishant has joined #openstack-nova15:41
haypobauzas, 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 fix15:43
hayposorry, i was confused by testtools.run ... i don't understand why the test pass with tox, not but when run directly using testtools.run15:43
*** eglynn_ has joined #openstack-nova15:43
*** cdent has quit IRC15:43
*** eglynn has quit IRC15:44
*** andreas_s has quit IRC15:44
*** erlon_ has joined #openstack-nova15:44
dimshaypo : ack15:45
bauzasdims: https://review.openstack.org/322899 for your pleasure15:47
bauzassnap, I missed the bug report15:47
dimsbauzas : go ahead and update the review,15:47
bauzasdims: I just did15:48
*** zz_dimtruck is now known as dimtruck15:48
*** krtaylor has quit IRC15:48
bauzasdims: I just trampled your +W by making a new PS15:49
dimsno worries15:50
bauzasdims: thanks for your support, I guess we can call it a day15:51
*** baoli has joined #openstack-nova15:53
*** scottda has quit IRC15:55
*** code-R has quit IRC15:55
*** code-R has joined #openstack-nova15:56
*** ljxiash has quit IRC15:58
*** dimtruck is now known as zz_dimtruck15:58
bauzasfolks, heading off15:59
*** sudipto has quit IRC15:59
*** ccard has quit IRC16:00
*** sudipto has joined #openstack-nova16:00
*** baoli has quit IRC16:00
*** moshele has quit IRC16:01
*** zz_dimtruck is now known as dimtruck16:01
*** krtaylor has joined #openstack-nova16:01
*** code-R has quit IRC16:02
*** prateek_ has joined #openstack-nova16:03
*** vtech has quit IRC16:04
*** prateek has quit IRC16:06
*** ducttape_ has joined #openstack-nova16:06
*** jbernard_ has joined #openstack-nova16:07
*** baoli has joined #openstack-nova16:09
*** sacharya has joined #openstack-nova16:10
openstackgerritAndrey Volkov proposed openstack/nova: [WIP] Apply cell context  https://review.openstack.org/32218116:11
*** kylek3h has joined #openstack-nova16:12
*** baoli has quit IRC16:12
*** code-R has joined #openstack-nova16:12
openstackgerritBalazs Gibizer proposed openstack/nova: Transfrom wrap_exception notification to versioned format  https://review.openstack.org/31070016:13
openstackgerritBalazs Gibizer proposed openstack/nova: Enhance notification sample test base  https://review.openstack.org/32161016:13
openstackgerritBalazs Gibizer proposed openstack/nova: Handle multiple samples per versioned notification  https://review.openstack.org/32160916:13
openstackgerritBalazs Gibizer proposed openstack/nova: Do not register notification objects  https://review.openstack.org/30945416:13
openstackgerritBalazs Gibizer proposed openstack/nova: Transform instance.delete notifications  https://review.openstack.org/31365416:13
*** sacharya has quit IRC16:13
*** sacharya has joined #openstack-nova16:13
*** sean-k-mooney has joined #openstack-nova16:15
openstackgerritStephen Finucane proposed openstack/nova-specs: Expose mempages via API  https://review.openstack.org/30572816:15
*** rcernin has joined #openstack-nova16:17
*** parora has joined #openstack-nova16:18
*** kylek3h has quit IRC16:19
*** prateek_ has quit IRC16:21
*** ihrachys has quit IRC16:22
*** thorst has joined #openstack-nova16:24
*** baoli has joined #openstack-nova16:25
*** baoli has quit IRC16:29
*** andymaier has quit IRC16:29
*** markus_z_away has quit IRC16:29
*** jbernard_ has quit IRC16:29
*** ircuser-1 has quit IRC16:30
*** thorst has quit IRC16:31
*** code-R has quit IRC16:31
*** sacharya has quit IRC16:33
*** jbernard_ has joined #openstack-nova16:34
*** mtanino has joined #openstack-nova16:35
*** jbernard_ has quit IRC16:35
*** timello has quit IRC16:36
*** jbernard_ has joined #openstack-nova16:37
*** vtech has joined #openstack-nova16:39
*** mkrcmari__ has quit IRC16:39
*** sfinucan_ has quit IRC16:40
*** zenoway has quit IRC16:41
*** claudiub has quit IRC16:41
*** haukebruno has quit IRC16:44
*** thorst has joined #openstack-nova16:45
*** thorst has quit IRC16:46
*** thorst has joined #openstack-nova16:47
*** doug-fish has joined #openstack-nova16:47
*** claudiub has joined #openstack-nova16:49
*** lpetrut has quit IRC16:49
*** sudipto_ has joined #openstack-nova16:50
*** rdo has quit IRC16:51
*** thorst has quit IRC16:51
*** rk4n has quit IRC16:51
*** jbernard has quit IRC16:51
*** pilgrimstack has joined #openstack-nova16:52
*** sdake has joined #openstack-nova16:52
*** jbernard_ has quit IRC16:52
*** sudipto has quit IRC16:52
*** sdake has quit IRC16:57
*** sdake has joined #openstack-nova16:57
*** pilgrimstack has quit IRC16:57
*** Daisy has joined #openstack-nova16:59
*** jbernard has joined #openstack-nova17:01
*** Daisy has quit IRC17:04
*** dedery_ has joined #openstack-nova17:06
*** kylek3h has joined #openstack-nova17:06
*** timello has joined #openstack-nova17:06
*** sdake_ has joined #openstack-nova17:07
*** ducttape_ has quit IRC17:07
*** dimtruck is now known as zz_dimtruck17:08
*** zenoway has joined #openstack-nova17:08
*** rdo has joined #openstack-nova17:08
*** code-R has joined #openstack-nova17:09
*** sdake has quit IRC17:09
*** zenoway has quit IRC17:09
*** omnipresent has joined #openstack-nova17:09
*** dedery_ has quit IRC17:10
*** dedery has quit IRC17:10
nikhiljohnthetubaguy: 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-nova17:11
*** penick has joined #openstack-nova17:12
*** doug-fish has quit IRC17:12
*** kylek3h has quit IRC17:13
*** laszloh has quit IRC17:16
*** lucasagomes is now known as lucas-dinner17:20
*** code-R has quit IRC17:24
*** code-R has joined #openstack-nova17:25
*** edand has joined #openstack-nova17:25
*** code-R has quit IRC17:28
*** code-R has joined #openstack-nova17:28
*** timello has quit IRC17:32
*** ishant has quit IRC17:33
*** eglynn_ has quit IRC17:36
*** ishant has joined #openstack-nova17:37
openstackgerritClaudiu Belu proposed openstack/nova: Refactors nova.cmd utils  https://review.openstack.org/32294317:45
openstackgerritClaudiu Belu proposed openstack/nova: Adds nova-policy-check cmd  https://review.openstack.org/32294417:45
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/32254417:48
openstackgerritOpenStack Proposal Bot proposed openstack/python-novaclient: Updated from global requirements  https://review.openstack.org/32172717:50
*** ri0 has joined #openstack-nova17:50
*** code-R has quit IRC17:50
*** code-R has joined #openstack-nova17:51
*** mtanino has quit IRC17:52
*** mtanino has joined #openstack-nova17:52
*** ri0 has quit IRC17:52
*** thorst has joined #openstack-nova17:53
*** thorst has quit IRC17:58
*** kylek3h has joined #openstack-nova17:59
*** kylek3h has quit IRC18:07
*** parora has quit IRC18:07
*** timello has joined #openstack-nova18:08
openstackgerritDavanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest upper-constraints  https://review.openstack.org/30334518:11
*** timello has quit IRC18:11
*** code-R has quit IRC18:12
*** code-R has joined #openstack-nova18:12
*** timello has joined #openstack-nova18:15
*** timello has quit IRC18:15
*** doug-fish has joined #openstack-nova18:15
*** doug-fish has quit IRC18:15
*** salv-orlando has quit IRC18:16
openstackgerritClaudiu Belu proposed openstack/nova: Adds RemoteFX support to the Hyper-V driver  https://review.openstack.org/4252918:20
*** sudipto_ has quit IRC18:21
*** alexpilotti has joined #openstack-nova18:22
*** code-R has quit IRC18:22
*** timello has joined #openstack-nova18:22
*** alexpilotti has quit IRC18:23
*** ducttape_ has joined #openstack-nova18:30
*** lucas-dinner has quit IRC18:31
*** sacharya has joined #openstack-nova18:33
*** ishant has quit IRC18:34
*** edand has quit IRC18:37
*** lucasagomes has joined #openstack-nova18:38
*** sacharya has quit IRC18:39
*** baoli has joined #openstack-nova18:41
*** lucasagomes has quit IRC18:43
*** fragatina has joined #openstack-nova18:43
mnaserERROR (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
mnasernova what are you doing pls math18:43
*** ducttape_ has quit IRC18:45
openstackgerritDavanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c  https://review.openstack.org/30334518:45
*** baoli has quit IRC18:45
*** Guest20943 has joined #openstack-nova18:46
Guest20943I'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
Guest20943Any clue?18:47
*** kylek3h has joined #openstack-nova18:48
*** lucasagomes has joined #openstack-nova18:49
*** derekh has quit IRC18:49
*** fragatina has quit IRC18:53
*** cdent has joined #openstack-nova18:56
*** ociuhandu has quit IRC19:00
*** abalutoiu_ has quit IRC19:01
*** yassou has quit IRC19:01
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Remove unused LOG from v2.1 API code  https://review.openstack.org/32296419:01
*** sacharya has joined #openstack-nova19:03
*** lucasagomes has quit IRC19:03
*** lpetrut has joined #openstack-nova19:04
*** kylek3h has quit IRC19:05
*** kylek3h has joined #openstack-nova19:06
*** ijw has quit IRC19:07
*** lucasagomes has joined #openstack-nova19:12
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Remove normal API operation logs from API layer  https://review.openstack.org/32296619:13
*** code-R has joined #openstack-nova19:15
*** kylek3h has quit IRC19:15
*** ociuhandu has joined #openstack-nova19:16
*** ijw has joined #openstack-nova19:17
*** penick has quit IRC19:19
*** Guest20943 has quit IRC19:21
*** sdake_ has quit IRC19:23
*** thorst has joined #openstack-nova19:23
*** sheel has quit IRC19:25
*** lucasagomes has quit IRC19:27
*** baoli has joined #openstack-nova19:31
*** baoli has quit IRC19:32
*** lucasagomes has joined #openstack-nova19:32
*** dmk0202 has joined #openstack-nova19:35
*** sdake has joined #openstack-nova19:37
*** baoli has joined #openstack-nova19:37
*** baoli has quit IRC19:37
*** fragatina has joined #openstack-nova19:37
*** thorst has quit IRC19:38
*** efoley has quit IRC19:41
openstackgerritClenimar Filemon proposed openstack/nova: Use Identity v3 params when connecting to Ironic  https://review.openstack.org/30015419:41
*** kylek3h has joined #openstack-nova19:45
openstackgerritDiana Clarke proposed openstack/nova: Delete old imagebackend methods & tests  https://review.openstack.org/32297419:47
*** timello has quit IRC19:51
*** kylek3h has quit IRC19:53
*** moshele has joined #openstack-nova19:54
*** code-R has quit IRC19:55
*** timello has joined #openstack-nova19:55
*** salv-orlando has joined #openstack-nova19:57
*** moshele has quit IRC19:58
*** READ10 has joined #openstack-nova19:59
*** raunak has quit IRC20:02
*** ducttape_ has joined #openstack-nova20:10
*** ducttape_ has joined #openstack-nova20:10
*** zul has quit IRC20:11
*** ijw has quit IRC20:12
*** diogogmt has quit IRC20:19
*** vtech has quit IRC20:22
*** vtech has joined #openstack-nova20:22
*** alexpilotti has joined #openstack-nova20:23
*** cdent has quit IRC20:25
*** alexpilotti has quit IRC20:27
*** flwang has quit IRC20:29
*** ducttape_ has quit IRC20:31
*** ducttape_ has joined #openstack-nova20:32
*** lpetrut has quit IRC20:34
*** lpetrut has joined #openstack-nova20:36
*** diogogmt has joined #openstack-nova20:37
*** kylek3h has joined #openstack-nova20:40
*** ducttape_ has quit IRC20:42
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/32254420:44
openstackgerritOpenStack Proposal Bot proposed openstack/python-novaclient: Updated from global requirements  https://review.openstack.org/32172720:46
*** baoli has joined #openstack-nova20:47
*** kylek3h has quit IRC20:48
*** baoli has quit IRC20:48
*** clenimar has joined #openstack-nova20:55
*** raildo is now known as raildo-afk20:59
*** sdake has quit IRC21:04
*** gjayavelu has joined #openstack-nova21:06
*** raunak has joined #openstack-nova21:07
*** gjayavelu has quit IRC21:11
*** raunak has quit IRC21:12
*** ducttape_ has joined #openstack-nova21:13
*** mtanino has quit IRC21:13
*** hamzy has joined #openstack-nova21:14
*** raunak has joined #openstack-nova21:16
*** raunak has quit IRC21:16
*** mtanino has joined #openstack-nova21:17
*** ducttape_ has quit IRC21:17
*** thorst has joined #openstack-nova21:18
*** raunak has joined #openstack-nova21:18
*** thorst has quit IRC21:19
*** sdake has joined #openstack-nova21:25
*** flwang has joined #openstack-nova21:32
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Remove normal API operation logs from API layer  https://review.openstack.org/32296621:34
*** kylek3h has joined #openstack-nova21:35
*** dmk0202 has quit IRC21:36
*** aysyd has quit IRC21:37
*** lindycoder has quit IRC21:39
openstackgerritMark Doffman proposed openstack/nova: PoC: Understandable weighers  https://review.openstack.org/32302221:40
*** kylek3h has quit IRC21:42
*** ijw has joined #openstack-nova21:43
*** ijw has quit IRC21:49
*** markvoelker has joined #openstack-nova21:49
*** markvoelker has quit IRC21:54
*** raunak has quit IRC21:54
*** clenimar has quit IRC21:55
*** code-R has joined #openstack-nova21:55
*** code-R has quit IRC22:00
*** timello has quit IRC22:03
*** sacharya has quit IRC22:05
openstackgerritMark Doffman proposed openstack/nova: Make Aggregate metadata functions work with API db  https://review.openstack.org/29735022:09
openstackgerritMark Doffman proposed openstack/nova: Block aggregate creation until main database empty  https://review.openstack.org/31523522:09
openstackgerritMark Doffman proposed openstack/nova: Add aggregates tables to the API db.  https://review.openstack.org/29480622:09
openstackgerritMark Doffman proposed openstack/nova: Add data migration methods for Aggregate.  https://review.openstack.org/31478222:09
openstackgerritMark Doffman proposed openstack/nova: Make Aggregate.save work with the API db  https://review.openstack.org/30546622:09
openstackgerritMark Doffman proposed openstack/nova: Aggregate create and destroy work against API db  https://review.openstack.org/31478122:09
openstackgerritMark Doffman proposed openstack/nova: Make Aggregate host operations work against API db  https://review.openstack.org/29659722:09
openstackgerritMark Doffman proposed openstack/nova: Make AggregateList.get_ return API & cell db items  https://review.openstack.org/29606222:09
openstackgerritMark Doffman proposed openstack/nova: Make Aggregate.get operation favor the API db  https://review.openstack.org/29601422:09
*** timello has joined #openstack-nova22:12
*** sdake_ has joined #openstack-nova22:27
*** kylek3h has joined #openstack-nova22:29
*** sdake has quit IRC22:29
*** lpetrut has quit IRC22:30
*** ircuser-1 has joined #openstack-nova22:36
openstackgerritFei Long Wang proposed openstack/nova: Fix incorrect aggr mock values  https://review.openstack.org/32303622:36
*** kylek3h has quit IRC22:36
*** ijw has joined #openstack-nova22:45
*** fragatina has quit IRC22:46
openstackgerritFei Long Wang proposed openstack/nova: Fix incorrect aggr mock values  https://review.openstack.org/32303622:50
*** ijw has quit IRC22:50
*** mrkz has quit IRC22:52
openstackgerritDiana Clarke proposed openstack/nova: Remove the last bits of mox from test_imagebackend  https://review.openstack.org/32303822:53
*** gjayavelu has joined #openstack-nova22:54
*** thorst has joined #openstack-nova22:54
*** thorst has quit IRC22:58
*** gjayavelu has quit IRC22:59
*** thorst has joined #openstack-nova23:00
*** baoli has joined #openstack-nova23:00
*** thorst has quit IRC23:01
*** thorst has joined #openstack-nova23:02
tonybkashyap, 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 plugin23:02
*** baoli has quit IRC23:05
*** salv-orlando has quit IRC23:08
*** jwcroppe has joined #openstack-nova23:09
*** thorst has quit IRC23:10
*** fragatina has joined #openstack-nova23:14
*** rcernin has quit IRC23:16
*** coreywright has quit IRC23:16
*** fragatina has quit IRC23:17
*** fragatina has joined #openstack-nova23:17
*** coreywright has joined #openstack-nova23:17
openstackgerritFei Long Wang proposed openstack/nova: Fix incorrect aggr mock values  https://review.openstack.org/32303623:19
*** cfriesen has quit IRC23:20
*** fragatina has quit IRC23:22
*** kylek3h has joined #openstack-nova23:23
*** jaypipes has quit IRC23:26
*** sdake_ has quit IRC23:26
*** diogogmt has quit IRC23:27
*** jamielennox is now known as jamielennox|away23:27
*** sdake has joined #openstack-nova23:29
*** fragatina has joined #openstack-nova23:30
*** fragatina has quit IRC23:30
*** kylek3h has quit IRC23:31
*** fragatina has joined #openstack-nova23:31
*** ctrath has joined #openstack-nova23:33
*** ssurana has joined #openstack-nova23:34
*** erlon_ has quit IRC23:36
*** ctrath has quit IRC23:39
*** omnipresent has quit IRC23:45
*** amotoki has quit IRC23:45
*** takashin has joined #openstack-nova23:46
*** ijw has joined #openstack-nova23:46
*** ssurana has quit IRC23:50
*** markvoelker has joined #openstack-nova23:50
*** ssurana has joined #openstack-nova23:50
*** ijw has quit IRC23:52
*** markvoelker has quit IRC23:55
*** code-R has joined #openstack-nova23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!