Tuesday, 2016-09-13

*** shu-mutou-AFK is now known as shu-mutou00:00
*** zhurong has quit IRC00:06
*** zhurong has joined #senlin01:08
openstackgerritmiaohb proposed openstack/senlin: Fix error in action.rst  https://review.openstack.org/36911501:41
Qimingzigo, I'm looking at it01:47
Qimingzigo_, seems the openstacksdk version is too high for that version of code, you have got to use python-openstacksdk<=0.9.001:50
*** ruijie has joined #senlin01:52
ruijiehello02:37
ruijieI got a question02:37
ruijieWhen I run tox -e functional, the tempest raised an exception02:37
ruijietempest.lib.exceptions.InvalidCredentials: Invalid Credentials     Details: Credentials are: {'username': None, 'project_name': None, 'user_id': None, 'tenant_name': None, 'tenant_id': None, 'project_id': None} Password is not defined.02:37
ruijieDo I neet to configure an extra configuration for the functional test?02:38
Qiminghi, ruijie02:59
Qimingfunctional tests are about real interactions with the senlin-api, senlin-engine02:59
Qimingso you will need to provide your credentials03:00
Qimingwe recommend running functional tests or api tests using the dummy cloud drivers03:03
Qimingwhich can be enabled by adding "cloud_backend = openstack_test" to the [DEFALUT] section of the /etc/senlin/senlin.conf file03:04
Qimingafter that, you can follow the instructions here to run tests: http://docs.openstack.org/developer/senlin/developer/testing.html03:05
ruijieThanks, Qiming, I will try it that way03:14
ruijieBTW, I have uploaded the cluster-replace-action to gerrit :)03:14
Qiminghaven't got cycles to review03:22
Qimingthanks for the help03:22
*** elynn has joined #senlin06:03
*** elynn_ has joined #senlin06:07
*** elynn has quit IRC06:09
openstackgerritMerged openstack/senlin: Fix error in action.rst  https://review.openstack.org/36911506:59
openstackgerritRUIJIE YUAN proposed openstack/senlin: Engine Service support node replace  https://review.openstack.org/36858607:02
openstackgerritRUIJIE YUAN proposed openstack/senlin: API support node replace  https://review.openstack.org/36862007:13
openstackgerritRUIJIE YUAN proposed openstack/senlin: Engine Service support node replace  https://review.openstack.org/36858607:16
openstackgerritmiaohb proposed openstack/senlin: Fix error in deletion_v1.rst  https://review.openstack.org/36918107:25
zigo_Qiming: Is there any way that this can be fixed?07:26
zigo_Qiming: The version that I have is the one from upper-constraints.txt (ie: version 0.9.5).07:27
zigo_So that can't be changed...07:27
zigo_requirements.txt in senlinclient only says "openstacksdk>=0.8.6"07:28
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #senlin07:49
*** ChanServ sets mode: +v openstackgerrit07:49
openstackgerritRUIJIE YUAN proposed openstack/senlin: API support node replace  https://review.openstack.org/36862008:12
Qimingzigo_, em... we have to change the upper-constraints.txt somehow08:34
zigo_Qiming: Can't ! You're not the only user here...08:34
*** zigo_ is now known as zigo08:34
zigoQiming: The only way forward is to fix senlinclient.08:35
Qimingbut 0.9.2 introduced something really not compatible08:35
Qimingwhich version of senlinclient are you referring to?08:35
openstackgerritMerged openstack/senlin: Fix error in deletion_v1.rst  https://review.openstack.org/36918108:56
openstackgerritRUIJIE YUAN proposed openstack/senlin: Service support node replace  https://review.openstack.org/36925909:10
rvasilets__Qiming, Hi, when will senlin cut release with sdk version in requirements that maintain session?09:36
openstackgerritRUIJIE YUAN proposed openstack/senlin: API support node replace  https://review.openstack.org/36929109:40
Qiminghi, rvasilets__, openstacksdk release is independent, that did created some troubles09:41
Qimingwe were settling down some critical changes to openstacksdk two weeks ago09:42
Qimingnow we are seeing occasional bug reports that need modifications to openstacksdk and/or senlin09:43
Qiminghopefully, we will get a stable version freeze by Final RC release09:43
Qimingif needed, for whatever reason, we can push a openstacksdk version bump in a day or two09:44
Qiminghave to check with brian curtain and see if he has got other things to propose before bumping a new version09:45
*** shu-mutou is now known as shu-mutou-AFK09:47
*** elynn_ has quit IRC09:57
*** zhurong has quit IRC09:57
ruijieHi, Qiming, I am writing the functional test, but there is a problem10:48
ruijieAs you know, if the profile type do not match, the service will raise an exception called 'ProfileTypeNotMatch'10:49
ruijieHowever, the tempest.lib.exception do not has this type of exception10:49
ruijieSo, we just use 'BadRequest'?10:49
openstackgerritmiaohb proposed openstack/senlin: Fix error in loadbalance_v1.rst  https://review.openstack.org/36933610:56
*** zhurong has joined #senlin11:36
*** zhurong has quit IRC11:38
*** zhurong has joined #senlin11:41
Qiminghi, ruijie, http://git.openstack.org/cgit/openstack/senlin/tree/senlin/api/middleware/fault.py#n6012:26
*** ruijie_ has joined #senlin12:28
*** ruijie_ has quit IRC12:32
*** ruijie_ has joined #senlin12:35
openstackgerritXueFeng Liu proposed openstack/senlin: Fix user/clusters.rst error  https://review.openstack.org/36942812:45
openstackgerritMerged openstack/senlin: Fix error in loadbalance_v1.rst  https://review.openstack.org/36933612:56
*** zzxwill has joined #senlin13:00
*** zzxwill_ has joined #senlin13:00
ruijie_Are we in the right channel?13:02
*** ruijie_ has quit IRC13:02
*** elynn has joined #senlin13:02
*** zzxwill has left #senlin13:03
*** zzxwill_ has quit IRC13:05
*** zzxwill_ has joined #senlin13:12
*** zzxwill_ has quit IRC13:23
*** zzxwill_ has joined #senlin13:23
openstackgerritXueFeng Liu proposed openstack/senlin: Synchronize user/profiles.rst with code  https://review.openstack.org/36945413:33
*** zzxwill_ has quit IRC13:38
*** zzxwill_ has joined #senlin13:38
openstackgerritXueFeng Liu proposed openstack/senlin: Synchronize user/profiles.rst with code  https://review.openstack.org/36945413:39
*** elynn has quit IRC13:54
*** guoshan has joined #senlin14:00
*** guoshan has quit IRC14:00
*** ruijie_ has joined #senlin14:04
openstackgerritXueFeng Liu proposed openstack/senlin: Synchronize user/bindings.rst with code  https://review.openstack.org/36949614:34
openstackgerritXueFeng Liu proposed openstack/senlin: Fix user/bindings.rst synchronize with code  https://review.openstack.org/36949614:36
*** zhurong has quit IRC14:55
*** zhurong has joined #senlin14:57
*** zzxwill_ has quit IRC15:00
*** Drago1 has joined #senlin15:01
*** Drago1 has quit IRC15:01
*** Drago1 has joined #senlin15:01
*** zhurong has quit IRC15:12
*** ruijie_ has quit IRC15:26
openstackgerritMerged openstack/senlin-dashboard: Remove *openstack/common* in tox.ini  https://review.openstack.org/36852216:01
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is being restarted now to address current performance problems, but should return to a working state within a few minutes17:12
*** zigo has quit IRC19:17
*** yuanying has quit IRC19:17
*** ruijie has quit IRC19:17
*** xuhaiwei has quit IRC19:17
*** shu-mutou-AFK has quit IRC19:17
*** chenfei has quit IRC19:17
*** Qiming has quit IRC19:17
*** AlexeyAbashkin has quit IRC19:17
*** senk_ has quit IRC19:17
*** zhenguo has quit IRC19:18
*** Drago1 has quit IRC19:18
*** rvasilets__ has quit IRC19:18
*** lixinhui has quit IRC19:18
*** openstackgerrit has quit IRC19:18
*** rvasilets__ has joined #senlin19:19
*** chenfei has joined #senlin19:23
*** senk_ has joined #senlin19:23
*** AlexeyAbashkin has joined #senlin19:23
*** lixinhui has joined #senlin19:23
*** zigo has joined #senlin19:23
*** yuanying has joined #senlin19:23
*** openstackgerrit has joined #senlin19:23
*** orwell.freenode.net sets mode: +v openstackgerrit19:23
*** 5EXABCT3I has joined #senlin19:23
*** Qiming has joined #senlin19:24
*** zhenguo has joined #senlin20:05
*** zhenguo has quit IRC21:27
*** Qiming has quit IRC21:27
*** Qiming has joined #senlin21:28
*** zhenguo has joined #senlin21:35
*** zzxwill_ has joined #senlin22:43
*** 5EXABCT3I has quit IRC22:44
*** zzxwill_ has quit IRC23:01
*** zhurong has joined #senlin23:40

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