*** yamahata has quit IRC | 00:03 | |
*** yamahata has joined #openstack-oslo | 00:08 | |
*** shakamunyi has joined #openstack-oslo | 00:23 | |
*** zhiyan_ is now known as zhiyan | 00:26 | |
*** shakamunyi has quit IRC | 00:48 | |
*** yamahata has quit IRC | 01:05 | |
*** yamahata has joined #openstack-oslo | 01:05 | |
*** shakamunyi has joined #openstack-oslo | 01:13 | |
openstackgerrit | Joshua Harlow proposed a change to openstack/taskflow: Allow the WBE to use a preexisting executor https://review.openstack.org/90849 | 01:14 |
---|---|---|
openstackgerrit | Joshua Harlow proposed a change to openstack/taskflow: Pass executor via kwargs instead of config https://review.openstack.org/91935 | 01:21 |
*** yamahata has quit IRC | 01:37 | |
*** yamahata has joined #openstack-oslo | 01:50 | |
*** shakamunyi has quit IRC | 02:57 | |
*** praneshp has quit IRC | 03:11 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-dev/pbr: pbr/testr_command.py: Add logging https://review.openstack.org/89203 | 03:13 |
*** dims has joined #openstack-oslo | 03:21 | |
*** dims has quit IRC | 03:33 | |
*** praneshp has joined #openstack-oslo | 03:57 | |
openstackgerrit | Joshua Harlow proposed a change to openstack/taskflow: Engine _cls postfix is not correct https://review.openstack.org/92049 | 04:38 |
*** Qiming has joined #openstack-oslo | 05:43 | |
Qiming | hi | 05:43 |
Qiming | got a question enabling notifications | 05:44 |
Qiming | can someone help look into this? | 05:44 |
Qiming | I was following the ceilometer manual here: http://docs.openstack.org/developer/ceilometer/install/manual.html | 05:44 |
Qiming | to do a manual configuration of notification: | 05:45 |
Qiming | in heat.conf: notification_driver=oslo.messaging.notifier.Notifier | 05:45 |
Qiming | then I got this error from heat.openstack.common.notifier.api [^[[00;36m-] ^[[01;35mFailed to load notifier oslo.messaging.notifier.Notifier. These notifications will not be sent | 05:46 |
*** praneshp has quit IRC | 05:47 | |
*** bogdando has quit IRC | 05:59 | |
*** bogdando has joined #openstack-oslo | 06:00 | |
wingwj | Hi all, I have one question. | 06:32 |
wingwj | https://review.openstack.org/#/c/74917/, https://review.openstack.org/#/c/75802/ | 06:33 |
wingwj | Here's two oslo-patches I abandoned them yesterday | 06:33 |
wingwj | But why the jenkins-jobs are always running? | 06:33 |
wingwj | Even if the job is successful or failed.. | 06:34 |
wingwj | Should I need to ask this issue in #openstack-qa? | 06:35 |
*** mkoderer has joined #openstack-oslo | 07:09 | |
*** dshulyak has joined #openstack-oslo | 07:13 | |
*** gcb has joined #openstack-oslo | 07:15 | |
GheRivero | morning all | 07:19 |
*** ihrachyshka has joined #openstack-oslo | 07:25 | |
*** flaper87|afk is now known as flaper87 | 07:29 | |
*** yamahata has quit IRC | 07:36 | |
*** openstackgerrit has quit IRC | 07:53 | |
*** nacim has joined #openstack-oslo | 08:00 | |
*** nacim has quit IRC | 09:03 | |
*** yamahata has joined #openstack-oslo | 09:16 | |
*** nacim has joined #openstack-oslo | 09:17 | |
*** Qiming has quit IRC | 09:23 | |
*** yamahata has quit IRC | 09:52 | |
*** yamahata has joined #openstack-oslo | 09:52 | |
therve | Do we talk about wsme here? | 09:55 |
therve | dhellmann, wsme 0.6.1 is breaking ceilometer test suite | 09:55 |
therve | jd__, ^^ | 09:56 |
therve | https://github.com/stackforge/wsme/commit/c6f2b4b831435a1a347c1e10ec8179f7482b18d2 apparently | 09:59 |
sileht | therve, does it fix your issue: https://review.openstack.org/#/c/92020/ | 10:12 |
*** Qiming has joined #openstack-oslo | 10:19 | |
*** bogdando has quit IRC | 10:38 | |
*** bogdando has joined #openstack-oslo | 10:51 | |
therve | sileht, Except that it breaks with 0.6 if you do that. | 10:55 |
therve | You should bump requirements | 10:56 |
Qiming | hi, therve | 11:13 |
therve | Hi | 11:14 |
sileht | therve, https://review.openstack.org/#/c/92088/ | 11:14 |
Qiming | therve: I am struggling with the notification_driver configuration in heat.conf | 11:14 |
therve | Qiming, Wrong channel | 11:14 |
therve | sileht, But backward compatibility and stuff | 11:15 |
sileht | therve, arf your right I have just check the wsme version in icehouse and this is wsme>=0.6 :( | 11:15 |
Qiming | therve: I do believe the configuration is about openstack.common and oslo.messaging, but which is the right channel then? | 11:22 |
sileht | therve, I have updated https://review.openstack.org/#/c/92020/2 to work with 0.6 and 0.6.1 | 11:23 |
Qiming | therve: it is not a ceilometer problem either | 11:24 |
therve | sileht, That works I guess | 11:24 |
therve | Qiming, That sounds like a heat problem, but go on | 11:24 |
Qiming | therve: I traced all the way where Heat sent out a notification down to openstack.common.notifier.api, where it tried to lazy load the notification_driver I specified | 11:27 |
Qiming | the message was not lost up till then | 11:27 |
Qiming | however, I did noticed an exception that the notifier API was not able to load the driver specified | 11:28 |
therve | Well what did you put in the driver | 11:28 |
Qiming | I set the notification_driver = oslo.messaging.notifier.Notifier | 11:29 |
therve | That's not what you supposed to put | 11:29 |
Qiming | oslo.messaging has a __init__.py that imports the notify subdirectory, which includes the notifier module | 11:29 |
therve | heat doesn't use oslo.messaging | 11:30 |
Qiming | therve, I understand that Heat hasn't made use of oslo.messaging yet | 11:31 |
therve | Qiming, Why do you try to pass it to notification_driver then? | 11:31 |
Qiming | but what I was trying to do was simply enable the notification driver from the openstack.common.notifier | 11:31 |
Qiming | therve: I want to collect some notifications from ceilometer | 11:32 |
therve | Try heat.openstack.common.notifier.rpc_notifier | 11:32 |
Qiming | therve: I have tried the RPC notifier way, it didn't work well either | 11:33 |
therve | Well that's what you need to use. Try to fix that instead | 11:33 |
Qiming | the problem I got there is for 'orchestration.stack.create.start/end' notifications, I can only get the 'xxxxx.end' message, never the 'xxxx.start' message | 11:34 |
Qiming | it was always lost somewhere after heat called the notifier.api | 11:34 |
therve | Again we should really have this conversation in #heat | 11:35 |
Qiming | therve: that was what I guessed. I was just trying my luck here, in case I have done something wrong | 11:35 |
Qiming | therve: from the call path trace, I don't think Heat has done anything wrong, although I filed a bug yesterday | 11:36 |
Qiming | it's openstack.common and/or oslo.messaging that didn't complete the job | 11:36 |
Qiming | therve: I was suspecting that the openstack.common subdirectory in Heat was lagging behind the upstream code, so I did a manual comparison (not a thorough one certainly ...). | 11:38 |
Qiming | I didn't find much difference there either | 11:38 |
*** dims has joined #openstack-oslo | 11:39 | |
ihrachyshka | dhellmann: hi! around? | 11:51 |
ihrachyshka | dhellmann: ping re https://review.openstack.org/#/c/91344/5/requirements-py3.txt comments from David | 11:52 |
*** erecio has joined #openstack-oslo | 12:51 | |
*** flaper87 has quit IRC | 12:52 | |
*** flaper87|afk has joined #openstack-oslo | 12:56 | |
*** flaper87|afk is now known as flaper87 | 12:56 | |
*** flaper87 has quit IRC | 12:56 | |
*** flaper87 has joined #openstack-oslo | 12:56 | |
*** jecarey has quit IRC | 13:02 | |
*** gcb has quit IRC | 13:12 | |
*** Qiming has quit IRC | 13:12 | |
*** mriedem has joined #openstack-oslo | 13:28 | |
*** openstackgerrit has joined #openstack-oslo | 13:36 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-dev/pbr: pbr/testr_command.py: Add logging https://review.openstack.org/89203 | 13:42 |
*** gcb has joined #openstack-oslo | 13:44 | |
*** openstackgerrit has quit IRC | 13:51 | |
*** nacim has quit IRC | 14:01 | |
*** nacim has joined #openstack-oslo | 14:19 | |
*** Qiming has joined #openstack-oslo | 14:23 | |
*** jecarey has joined #openstack-oslo | 14:41 | |
*** nacim has quit IRC | 14:50 | |
*** erecio has quit IRC | 14:53 | |
*** erecio has joined #openstack-oslo | 14:54 | |
*** nacim has joined #openstack-oslo | 14:58 | |
*** jecarey_ has joined #openstack-oslo | 15:00 | |
*** jecarey has quit IRC | 15:01 | |
*** gcb has quit IRC | 15:02 | |
*** markmcclain has joined #openstack-oslo | 15:25 | |
*** zhiyan is now known as zhiyan_ | 15:25 | |
*** jecarey has joined #openstack-oslo | 15:31 | |
*** ihrachyshka has quit IRC | 15:32 | |
*** jecarey_ has quit IRC | 15:33 | |
*** markmcclain has quit IRC | 15:34 | |
*** markmcclain has joined #openstack-oslo | 15:36 | |
*** adrian_otto has joined #openstack-oslo | 15:41 | |
*** openstackgerrit has joined #openstack-oslo | 15:43 | |
*** adrian_otto has quit IRC | 15:46 | |
*** adrian_otto has joined #openstack-oslo | 15:50 | |
*** jecarey_ has joined #openstack-oslo | 15:55 | |
*** jecarey has quit IRC | 15:58 | |
*** praneshp has joined #openstack-oslo | 16:15 | |
*** adrian_otto has quit IRC | 16:17 | |
*** yamahata has quit IRC | 16:21 | |
*** yamahata has joined #openstack-oslo | 16:22 | |
*** Qiming has left #openstack-oslo | 16:41 | |
openstackgerrit | Pranesh Pandurangan proposed a change to openstack/oslo-incubator: Enable configuring tcp keepalive https://review.openstack.org/90870 | 16:50 |
*** dims has quit IRC | 16:54 | |
openstackgerrit | George Peristerakis proposed a change to openstack/oslo-incubator: wrapping the mock module with six https://review.openstack.org/87375 | 16:58 |
*** nacim has quit IRC | 16:59 | |
openstackgerrit | Pranesh Pandurangan proposed a change to openstack/oslo-incubator: Enable configuring tcp keepalive https://review.openstack.org/90870 | 17:01 |
*** dims has joined #openstack-oslo | 17:04 | |
*** morganfainberg_Z is now known as morganfainberg | 17:05 | |
*** beekneemech is now known as bnemec | 17:15 | |
*** harlowja_away is now known as harlowja | 17:16 | |
*** erecio has quit IRC | 17:19 | |
*** erecio has joined #openstack-oslo | 17:20 | |
*** openstackgerrit has quit IRC | 17:20 | |
*** openstackgerrit has joined #openstack-oslo | 17:24 | |
openstackgerrit | George Peristerakis proposed a change to openstack/oslo-incubator: wrapping the mock module with six https://review.openstack.org/87375 | 17:26 |
*** wingwj has quit IRC | 17:44 | |
*** wingwj has joined #openstack-oslo | 17:44 | |
*** markmcclain has quit IRC | 17:45 | |
*** dims has quit IRC | 18:29 | |
*** arnaud has joined #openstack-oslo | 18:31 | |
*** markmcclain has joined #openstack-oslo | 18:40 | |
*** bogdando has quit IRC | 18:41 | |
openstackgerrit | Pranesh Pandurangan proposed a change to openstack/oslo-incubator: Enable configuring tcp keepalive https://review.openstack.org/90870 | 18:51 |
praneshp | bnemec: pin | 18:54 |
praneshp | *ping | 18:54 |
bnemec | praneshp: hey | 18:54 |
praneshp | bnemec: do you know how i can run just my unittests locally before submitting to gerrit? | 18:55 |
bnemec | praneshp: You will want to install "tox" and then run "tox -e py27" in the project root. | 18:57 |
bnemec | I generally install it with pip: "pip install tox<1.7" | 18:58 |
bnemec | Last I checked tox 1.7 is broken with OpenStack. | 18:58 |
bnemec | Oh, also you will need quotes around tox<1.7 or the shell will be unhappy. | 18:58 |
harlowja | praneshp let me know if u get stuck, can help u in person | 18:58 |
praneshp | harlowja: ha, yeah. bnemec yeah, my question was more like, can i run just my test | 18:59 |
harlowja | yes u can | 18:59 |
praneshp | not all the py27 tests | 18:59 |
harlowja | yup | 18:59 |
harlowja | i can show u how, although it might involve using nosetests (instead of testr) | 19:00 |
praneshp | harlowja: great, will walk over to your cube in a wwhile | 19:00 |
harlowja | k | 19:00 |
praneshp | thanks bnemec | 19:00 |
bnemec | tox -e all -- name_of_your_test | 19:00 |
bnemec | praneshp: ^ | 19:00 |
harlowja | ah, or that :) | 19:00 |
harlowja | i sometimes just install nose to do similar, guess that works also | 19:00 |
bnemec | In most projects you can use the -- name syntax with py27 too, but oslo-incubator is a little weird so it won't work right. | 19:01 |
praneshp | harlowja: bnemec that works, thanks. Except I have to use sudo. Is that expected? | 19:14 |
harlowja | not likely expected, virtualenvs shouldn't require sudo | 19:14 |
harlowja | unless u created one with sudo | 19:15 |
praneshp | bnemec: I updated that change, btw.https://review.openstack.org/#/c/90870/ | 19:26 |
praneshp | waiting for your +1/ feedback before I go back to the original +1s | 19:26 |
bnemec | praneshp: Already voted. :-) | 19:27 |
praneshp | ha, awesome, thanks :) | 19:27 |
*** yamahata has quit IRC | 19:33 | |
*** dims has joined #openstack-oslo | 19:42 | |
dims | dhellmann, is there an equivalent in python jdiff (for java http://www2.sys-con.com/itsg/virtualcd/java/archives/0704/doar/index.html)? Trying to see if API diffs for oslo.vmware | 19:56 |
*** jasond` has joined #openstack-oslo | 19:59 | |
jasond` | would someone mind reviewing this? https://review.openstack.org/#/c/91653/ | 19:59 |
dims | jasond`, do you mind adding a quick test since we are exposing it? | 20:03 |
jasond` | dims: sure | 20:05 |
openstackgerrit | Cyril Roelandt proposed a change to openstack/taskflow: Add an example for the job board feature https://review.openstack.org/91190 | 20:15 |
dhellmann | dims: I'm not aware of anything like that. I wonder if doxygen does it? | 20:21 |
dhellmann | dims: it looks like it would be a nice thing to have; pyclbr might be a good start for building it https://docs.python.org/2/library/pyclbr.html#module-pyclbr | 20:23 |
*** dims has quit IRC | 20:35 | |
*** dims has joined #openstack-oslo | 20:37 | |
dims | dhellmann, thanks | 20:46 |
*** yamahata has joined #openstack-oslo | 20:54 | |
openstackgerrit | Joshua Harlow proposed a change to openstack/taskflow: Add a cachedproperty descriptor https://review.openstack.org/92208 | 20:56 |
openstackgerrit | Joshua Harlow proposed a change to openstack/taskflow: Add a cachedproperty descriptor https://review.openstack.org/92208 | 20:56 |
jasond` | how do you run the oslo unit tests outside of tox? "python -m testtools.run tests.unit.test_threadgroup" gives me: AttributeError: 'module' object has no attribute 'test_threadgroup' | 21:01 |
jasond` | yet "python -m testtools.run discover -l" lists tests.unit.test_threadgroup as a test suite | 21:02 |
jasond` | ah, missed the "failed to import" message | 21:05 |
openstackgerrit | Jason Dunsmore proposed a change to openstack/oslo-incubator: Make stop_timers() method public https://review.openstack.org/91653 | 21:07 |
jasond` | dims: ^ i added a unit test | 21:08 |
*** boris-42 has quit IRC | 21:15 | |
*** boris-42 has joined #openstack-oslo | 21:16 | |
*** dims has quit IRC | 21:25 | |
*** jasond` has quit IRC | 21:45 | |
*** mriedem has quit IRC | 21:45 | |
*** peristeri has joined #openstack-oslo | 21:47 | |
peristeri | Hi, I'm having problems running tox -epy33 on oslo-incubator. Routes module fails to install. Any suggestions? | 21:48 |
dhellmann | peristeri: can you be more specific about the error? | 21:51 |
peristeri | sure, the error I get is: Routes is in an unsupported or invalid wheel | 22:17 |
*** dims has joined #openstack-oslo | 22:17 | |
praneshp | dhellmann: ping | 22:33 |
*** dims has quit IRC | 22:34 | |
*** jecarey_ has quit IRC | 22:35 | |
bnemec | dhellmann: Apparently we shouldn't be sorting requirements: https://review.openstack.org/#/c/92221/ | 22:38 |
*** peristeri has quit IRC | 22:41 | |
dhellmann | bnemec: sigh | 22:41 |
bnemec | dhellmann: Yay Python packaging? :-) | 22:42 |
openstackgerrit | Doug Hellmann proposed a change to openstack/oslo-incubator: Remove requirements_style_check.sh https://review.openstack.org/92229 | 22:43 |
dhellmann | bnemec: heh | 22:44 |
*** jecarey_ has joined #openstack-oslo | 22:44 | |
openstackgerrit | Doug Hellmann proposed a change to openstack/oslo-incubator: Remove requirements_style_check.sh https://review.openstack.org/92229 | 22:53 |
*** markmcclain has quit IRC | 23:13 | |
openstackgerrit | Joshua Harlow proposed a change to openstack/taskflow: Allow command and connection retry configuration https://review.openstack.org/92246 | 23:16 |
openstackgerrit | Joshua Harlow proposed a change to openstack/taskflow: Allow command and connection retry configuration https://review.openstack.org/92246 | 23:27 |
openstackgerrit | Joshua Harlow proposed a change to openstack/taskflow: Allow command and connection retry configuration https://review.openstack.org/92246 | 23:36 |
*** flaper87 is now known as flaper87|afk | 23:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!