*** shu-mutou-AFK is now known as shu-mutou | 00:00 | |
*** zhurong has quit IRC | 00:06 | |
*** zhurong has joined #senlin | 01:08 | |
openstackgerrit | miaohb proposed openstack/senlin: Fix error in action.rst https://review.openstack.org/369115 | 01:41 |
---|---|---|
Qiming | zigo, I'm looking at it | 01:47 |
Qiming | zigo_, seems the openstacksdk version is too high for that version of code, you have got to use python-openstacksdk<=0.9.0 | 01:50 |
*** ruijie has joined #senlin | 01:52 | |
ruijie | hello | 02:37 |
ruijie | I got a question | 02:37 |
ruijie | When I run tox -e functional, the tempest raised an exception | 02:37 |
ruijie | tempest.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 |
ruijie | Do I neet to configure an extra configuration for the functional test? | 02:38 |
Qiming | hi, ruijie | 02:59 |
Qiming | functional tests are about real interactions with the senlin-api, senlin-engine | 02:59 |
Qiming | so you will need to provide your credentials | 03:00 |
Qiming | we recommend running functional tests or api tests using the dummy cloud drivers | 03:03 |
Qiming | which can be enabled by adding "cloud_backend = openstack_test" to the [DEFALUT] section of the /etc/senlin/senlin.conf file | 03:04 |
Qiming | after that, you can follow the instructions here to run tests: http://docs.openstack.org/developer/senlin/developer/testing.html | 03:05 |
ruijie | Thanks, Qiming, I will try it that way | 03:14 |
ruijie | BTW, I have uploaded the cluster-replace-action to gerrit :) | 03:14 |
Qiming | haven't got cycles to review | 03:22 |
Qiming | thanks for the help | 03:22 |
*** elynn has joined #senlin | 06:03 | |
*** elynn_ has joined #senlin | 06:07 | |
*** elynn has quit IRC | 06:09 | |
openstackgerrit | Merged openstack/senlin: Fix error in action.rst https://review.openstack.org/369115 | 06:59 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: Engine Service support node replace https://review.openstack.org/368586 | 07:02 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: API support node replace https://review.openstack.org/368620 | 07:13 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: Engine Service support node replace https://review.openstack.org/368586 | 07:16 |
openstackgerrit | miaohb proposed openstack/senlin: Fix error in deletion_v1.rst https://review.openstack.org/369181 | 07: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 IRC | 07:48 | |
*** openstackgerrit has joined #senlin | 07:49 | |
*** ChanServ sets mode: +v openstackgerrit | 07:49 | |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: API support node replace https://review.openstack.org/368620 | 08:12 |
Qiming | zigo_, em... we have to change the upper-constraints.txt somehow | 08:34 |
zigo_ | Qiming: Can't ! You're not the only user here... | 08:34 |
*** zigo_ is now known as zigo | 08:34 | |
zigo | Qiming: The only way forward is to fix senlinclient. | 08:35 |
Qiming | but 0.9.2 introduced something really not compatible | 08:35 |
Qiming | which version of senlinclient are you referring to? | 08:35 |
openstackgerrit | Merged openstack/senlin: Fix error in deletion_v1.rst https://review.openstack.org/369181 | 08:56 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: Service support node replace https://review.openstack.org/369259 | 09:10 |
rvasilets__ | Qiming, Hi, when will senlin cut release with sdk version in requirements that maintain session? | 09:36 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin: API support node replace https://review.openstack.org/369291 | 09:40 |
Qiming | hi, rvasilets__, openstacksdk release is independent, that did created some troubles | 09:41 |
Qiming | we were settling down some critical changes to openstacksdk two weeks ago | 09:42 |
Qiming | now we are seeing occasional bug reports that need modifications to openstacksdk and/or senlin | 09:43 |
Qiming | hopefully, we will get a stable version freeze by Final RC release | 09:43 |
Qiming | if needed, for whatever reason, we can push a openstacksdk version bump in a day or two | 09:44 |
Qiming | have to check with brian curtain and see if he has got other things to propose before bumping a new version | 09:45 |
*** shu-mutou is now known as shu-mutou-AFK | 09:47 | |
*** elynn_ has quit IRC | 09:57 | |
*** zhurong has quit IRC | 09:57 | |
ruijie | Hi, Qiming, I am writing the functional test, but there is a problem | 10:48 |
ruijie | As you know, if the profile type do not match, the service will raise an exception called 'ProfileTypeNotMatch' | 10:49 |
ruijie | However, the tempest.lib.exception do not has this type of exception | 10:49 |
ruijie | So, we just use 'BadRequest'? | 10:49 |
openstackgerrit | miaohb proposed openstack/senlin: Fix error in loadbalance_v1.rst https://review.openstack.org/369336 | 10:56 |
*** zhurong has joined #senlin | 11:36 | |
*** zhurong has quit IRC | 11:38 | |
*** zhurong has joined #senlin | 11:41 | |
Qiming | hi, ruijie, http://git.openstack.org/cgit/openstack/senlin/tree/senlin/api/middleware/fault.py#n60 | 12:26 |
*** ruijie_ has joined #senlin | 12:28 | |
*** ruijie_ has quit IRC | 12:32 | |
*** ruijie_ has joined #senlin | 12:35 | |
openstackgerrit | XueFeng Liu proposed openstack/senlin: Fix user/clusters.rst error https://review.openstack.org/369428 | 12:45 |
openstackgerrit | Merged openstack/senlin: Fix error in loadbalance_v1.rst https://review.openstack.org/369336 | 12:56 |
*** zzxwill has joined #senlin | 13:00 | |
*** zzxwill_ has joined #senlin | 13:00 | |
ruijie_ | Are we in the right channel? | 13:02 |
*** ruijie_ has quit IRC | 13:02 | |
*** elynn has joined #senlin | 13:02 | |
*** zzxwill has left #senlin | 13:03 | |
*** zzxwill_ has quit IRC | 13:05 | |
*** zzxwill_ has joined #senlin | 13:12 | |
*** zzxwill_ has quit IRC | 13:23 | |
*** zzxwill_ has joined #senlin | 13:23 | |
openstackgerrit | XueFeng Liu proposed openstack/senlin: Synchronize user/profiles.rst with code https://review.openstack.org/369454 | 13:33 |
*** zzxwill_ has quit IRC | 13:38 | |
*** zzxwill_ has joined #senlin | 13:38 | |
openstackgerrit | XueFeng Liu proposed openstack/senlin: Synchronize user/profiles.rst with code https://review.openstack.org/369454 | 13:39 |
*** elynn has quit IRC | 13:54 | |
*** guoshan has joined #senlin | 14:00 | |
*** guoshan has quit IRC | 14:00 | |
*** ruijie_ has joined #senlin | 14:04 | |
openstackgerrit | XueFeng Liu proposed openstack/senlin: Synchronize user/bindings.rst with code https://review.openstack.org/369496 | 14:34 |
openstackgerrit | XueFeng Liu proposed openstack/senlin: Fix user/bindings.rst synchronize with code https://review.openstack.org/369496 | 14:36 |
*** zhurong has quit IRC | 14:55 | |
*** zhurong has joined #senlin | 14:57 | |
*** zzxwill_ has quit IRC | 15:00 | |
*** Drago1 has joined #senlin | 15:01 | |
*** Drago1 has quit IRC | 15:01 | |
*** Drago1 has joined #senlin | 15:01 | |
*** zhurong has quit IRC | 15:12 | |
*** ruijie_ has quit IRC | 15:26 | |
openstackgerrit | Merged openstack/senlin-dashboard: Remove *openstack/common* in tox.ini https://review.openstack.org/368522 | 16: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 minutes | 17:12 | |
*** zigo has quit IRC | 19:17 | |
*** yuanying has quit IRC | 19:17 | |
*** ruijie has quit IRC | 19:17 | |
*** xuhaiwei has quit IRC | 19:17 | |
*** shu-mutou-AFK has quit IRC | 19:17 | |
*** chenfei has quit IRC | 19:17 | |
*** Qiming has quit IRC | 19:17 | |
*** AlexeyAbashkin has quit IRC | 19:17 | |
*** senk_ has quit IRC | 19:17 | |
*** zhenguo has quit IRC | 19:18 | |
*** Drago1 has quit IRC | 19:18 | |
*** rvasilets__ has quit IRC | 19:18 | |
*** lixinhui has quit IRC | 19:18 | |
*** openstackgerrit has quit IRC | 19:18 | |
*** rvasilets__ has joined #senlin | 19:19 | |
*** chenfei has joined #senlin | 19:23 | |
*** senk_ has joined #senlin | 19:23 | |
*** AlexeyAbashkin has joined #senlin | 19:23 | |
*** lixinhui has joined #senlin | 19:23 | |
*** zigo has joined #senlin | 19:23 | |
*** yuanying has joined #senlin | 19:23 | |
*** openstackgerrit has joined #senlin | 19:23 | |
*** orwell.freenode.net sets mode: +v openstackgerrit | 19:23 | |
*** 5EXABCT3I has joined #senlin | 19:23 | |
*** Qiming has joined #senlin | 19:24 | |
*** zhenguo has joined #senlin | 20:05 | |
*** zhenguo has quit IRC | 21:27 | |
*** Qiming has quit IRC | 21:27 | |
*** Qiming has joined #senlin | 21:28 | |
*** zhenguo has joined #senlin | 21:35 | |
*** zzxwill_ has joined #senlin | 22:43 | |
*** 5EXABCT3I has quit IRC | 22:44 | |
*** zzxwill_ has quit IRC | 23:01 | |
*** zhurong has joined #senlin | 23:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!