*** xuhaiwei has joined #senlin | 00:53 | |
*** ChrisSen has joined #senlin | 01:11 | |
*** Yanyanhu has joined #senlin | 01:41 | |
*** Yanyanhu has quit IRC | 01:45 | |
*** mathspanda has joined #senlin | 01:47 | |
*** Qiming has joined #senlin | 01:48 | |
*** jdandrea has quit IRC | 02:00 | |
openstackgerrit | xu-haiwei proposed stackforge/senlin: Make ignore_missing default to False https://review.openstack.org/211397 | 02:11 |
---|---|---|
*** Zhenqi has joined #senlin | 02:16 | |
*** Yanyan has joined #senlin | 02:20 | |
Yanyan | hi, Qiming, about some work omitted in this patch, will propose another patch to complete it | 02:25 |
Yanyan | https://review.openstack.org/#/c/211029/ | 02:25 |
Qiming | ya, that would be cool | 02:26 |
Yanyan | or we can rollback this commit :) | 02:26 |
Qiming | just a new patch would be good | 02:26 |
Yanyan | got it | 02:26 |
Qiming | nova_server test case was not merged when this patch was proposed | 02:27 |
Yanyan | oh | 02:27 |
Yanyan | ok, will go through it to check whether we have something else omitted | 02:27 |
openstackgerrit | Qiming Teng proposed stackforge/senlin: Fix error in serializers with test case https://review.openstack.org/211402 | 02:28 |
*** Tennyson has joined #senlin | 02:31 | |
openstackgerrit | Qiming Teng proposed stackforge/senlin: Fix error in serializers with test case https://review.openstack.org/211402 | 02:37 |
*** Zhenqi has quit IRC | 02:40 | |
ChrisSen | Since today the cluster_resize operation works without deadlock, so I continued testing: When I violated the capacity constraints resizing the cluster with option '--strict', the request is rejected correctly but no error message or hint is displayed in python-senlinclient. | 02:50 |
ChrisSen | http://paste.openstack.org/show/412463/ | 02:50 |
Qiming | ChrisSen, that is normal | 02:51 |
Qiming | we didn't mention that there will be an error message from client side | 02:51 |
Qiming | we are not supposed to send back an error message back to the client side, because the resize action was done asynchronously | 02:52 |
*** Zhenqi has joined #senlin | 02:52 | |
Qiming | there is one thing we can improve though -- we can log more useful information at the server side | 02:52 |
Qiming | Senlin has an event system designed, but not used extensively so far | 02:53 |
Qiming | Thanks for looking into this ChrisSen | 02:53 |
ChrisSen | Ok, than the operation works as desired from client side. | 02:54 |
Qiming | yes | 02:54 |
*** lkarm has joined #senlin | 03:03 | |
*** lkarm has quit IRC | 03:08 | |
openstackgerrit | Qiming Teng proposed stackforge/senlin: Fix cluster rt data operation https://review.openstack.org/211408 | 03:08 |
openstackgerrit | Julio Ruano proposed stackforge/senlin: Add test case for Node Action https://review.openstack.org/211409 | 03:18 |
openstackgerrit | Qiming Teng proposed stackforge/senlin: More test cases for registry module https://review.openstack.org/211410 | 03:32 |
*** lixinhui_ has joined #senlin | 03:36 | |
*** Zhenqi has quit IRC | 04:18 | |
*** Zhenqi has joined #senlin | 04:42 | |
*** lixinhui_ has quit IRC | 04:45 | |
*** Qiming has quit IRC | 05:09 | |
*** Zhenqi has quit IRC | 05:12 | |
*** lkarm has joined #senlin | 05:46 | |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Complete the unit test of os.nova.server profile type https://review.openstack.org/211423 | 05:47 |
*** lkarm has quit IRC | 05:50 | |
*** ChrisSen has quit IRC | 06:00 | |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Complete the unit test of os.nova.server profile type https://review.openstack.org/211423 | 06:05 |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Add test case for LoadBalancer driver(2) https://review.openstack.org/203956 | 06:05 |
*** ChrisSen has joined #senlin | 06:26 | |
*** Qiming has joined #senlin | 06:37 | |
mathspanda | Hi, please look at this paste: http://paste.openstack.org/show/412472/ | 06:40 |
xuhaiwei | mathspanda, it's a bug, currently we are trying to handling the exceptions raised by SDK, this InternalError is not well handled in senlin | 06:42 |
*** Qiming has quit IRC | 06:42 | |
xuhaiwei | mathspanda, this is the real reason of this failure, "message": "Invalid input for field/attribute security_groups | 06:43 |
xuhaiwei | I think you have something wrong in security_groups configuration | 06:44 |
*** Qiming has joined #senlin | 06:45 | |
mathspanda | yes, i know. but in spec file the "security_groups: default" is resolved to be "[u'd', u'e', u'f', u'a', u'u', u'l', u't']". | 06:46 |
mathspanda | i cannot understand it | 06:47 |
xuhaiwei | you missed ""? not sure about it | 06:47 |
mathspanda | i try the "" also. and the same as | 06:48 |
mathspanda | before | 06:50 |
Yanyan | hi, mathspanda, I think you may need to add '-' before each security group name since security_groups is a list | 07:03 |
Yanyan | security_groups: | 07:03 |
Yanyan | - default | 07:03 |
mathspanda | ok. i try it. thanks. | 07:04 |
Yanyan | no problem | 07:04 |
*** mathspanda has quit IRC | 07:07 | |
*** Qiming has quit IRC | 07:11 | |
*** mathspanda has joined #senlin | 07:18 | |
*** heyongli has quit IRC | 07:22 | |
*** Qiming has joined #senlin | 07:28 | |
ChrisSen | Using the option '--marker' for the node_list operation, should the list include or exclude the specified node? I think according to the documentation the list should start with the node, but actually it starts after the node: | 07:36 |
ChrisSen | http://paste.openstack.org/show/412476/ | 07:36 |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Use Senlin generic driver to manage heat_v1 driver https://review.openstack.org/211453 | 07:40 |
*** Qiming has quit IRC | 07:44 | |
mathspanda | Hi, yan yan. when i add "-" before default. | 08:02 |
mathspanda | the response message is | 08:02 |
mathspanda | RESP BODY: {"badRequest": {"message": "Invalid input for field/attribute security_groups. Value: [u'default']. " | 08:02 |
mathspanda | i cannot understand it. | 08:02 |
xuhaiwei | you have 'default' security_group ? | 08:04 |
mathspanda | yes. i have created a nova instance by 'default' security group. | 08:05 |
*** wizardYVE has joined #senlin | 08:05 | |
*** heyongli has joined #senlin | 08:09 | |
openstackgerrit | xu-haiwei proposed stackforge/senlin: Modify parse_exception method https://review.openstack.org/211457 | 08:13 |
*** heyongli has quit IRC | 08:14 | |
*** heyongli has joined #senlin | 08:17 | |
xuhaiwei | ChrisSen, it is a bug I think as you reported http://paste.openstack.org/show/412476/ | 08:20 |
xuhaiwei | but not quite sure, it is a client bug or document bug | 08:21 |
*** heyongli has quit IRC | 08:22 | |
xuhaiwei | ChrisSen, it's probably the document's bug | 08:28 |
ChrisSen | Ok. Let me know if I shall file a bug. | 08:31 |
*** heyongli has joined #senlin | 08:31 | |
*** heyongli has quit IRC | 08:36 | |
*** heyongli has joined #senlin | 08:45 | |
*** heyongli has quit IRC | 08:50 | |
*** heyongli has joined #senlin | 08:56 | |
*** heyongli has quit IRC | 09:02 | |
ChrisSen | There is another discrepancy between documentation and actual behavior: When updating a policy, the option '--enforcement-level' can be greater than 100 without error. But according to the documentation it must be between 0 and 100. | 09:02 |
ChrisSen | http://paste.openstack.org/show/412493/ | 09:02 |
*** heyongli has joined #senlin | 09:05 | |
*** Tennyson has quit IRC | 09:10 | |
*** mathspanda has quit IRC | 09:11 | |
*** heyongli has quit IRC | 09:12 | |
*** heyongli has joined #senlin | 09:17 | |
*** wizardYVE has quit IRC | 09:19 | |
*** heyongli has quit IRC | 09:22 | |
*** heyongli has joined #senlin | 09:28 | |
*** heyongli has quit IRC | 09:34 | |
*** heyongli has joined #senlin | 09:38 | |
*** Yanyan has quit IRC | 09:46 | |
*** Qiming has joined #senlin | 09:47 | |
*** heyongli has quit IRC | 09:50 | |
*** heyongli has joined #senlin | 09:55 | |
*** ChrisSen has quit IRC | 09:58 | |
*** heyongli has quit IRC | 10:03 | |
*** heyongli has joined #senlin | 10:05 | |
openstackgerrit | Merged stackforge/senlin: Add test case for LoadBalancer driver(2) https://review.openstack.org/203956 | 10:19 |
*** lixinhui_ has joined #senlin | 10:23 | |
*** heyongli has quit IRC | 10:31 | |
*** heyongli has joined #senlin | 10:34 | |
*** heyongli has quit IRC | 10:46 | |
*** heyongli has joined #senlin | 10:50 | |
*** heyongli has quit IRC | 10:55 | |
*** heyongli has joined #senlin | 10:56 | |
*** lixinhui_ has quit IRC | 10:56 | |
*** heyongli has quit IRC | 11:10 | |
*** heyongli has joined #senlin | 11:11 | |
*** heyongli has quit IRC | 11:16 | |
*** heyongli has joined #senlin | 11:19 | |
*** heyongli has quit IRC | 11:29 | |
*** heyongli has joined #senlin | 11:31 | |
*** lixinhui_ has joined #senlin | 11:36 | |
*** heyongli has quit IRC | 11:36 | |
*** lixinhui_ has quit IRC | 12:00 | |
*** lixinhui_ has joined #senlin | 12:02 | |
*** openstackgerrit_ has joined #senlin | 12:03 | |
*** lkarm has joined #senlin | 12:08 | |
*** heyongli has joined #senlin | 12:10 | |
*** lixinhui__ has joined #senlin | 12:13 | |
*** lixinhui_ has quit IRC | 12:13 | |
*** heyongli has quit IRC | 12:19 | |
openstackgerrit | Qiming Teng proposed stackforge/senlin: Add test case for 'call' and 'cast' for rpcclient https://review.openstack.org/211532 | 12:21 |
*** lixinhui__ has quit IRC | 12:26 | |
*** heyongli has joined #senlin | 12:29 | |
*** heyongli has quit IRC | 12:34 | |
*** lixinhui_ has joined #senlin | 12:34 | |
*** openstackgerrit_ has quit IRC | 12:51 | |
openstackgerrit | Qiming Teng proposed stackforge/senlin: Delete trust resource implementation https://review.openstack.org/211555 | 12:54 |
*** yanyanhu has joined #senlin | 12:54 | |
*** openstackgerrit_ has joined #senlin | 12:57 | |
Qiming | channel is occupied | 13:01 |
Qiming | pls wait a few minutes | 13:01 |
yanyanhu | ok | 13:02 |
Qiming | meeting started | 13:03 |
*** mathspanda has joined #senlin | 13:04 | |
yanyanhu | #openstack-meeting | 13:04 |
*** heyongli has joined #senlin | 13:06 | |
yanyanhu | hello, guys, the meeting has started in #openstack-meeting channel :) | 13:06 |
*** mathspanda has quit IRC | 13:07 | |
*** jhroyal has joined #senlin | 13:08 | |
*** mathspanda has joined #senlin | 13:09 | |
*** mathspanda has quit IRC | 13:12 | |
*** heyongli has quit IRC | 13:12 | |
lixinhui_ | hello | 13:16 |
lixinhui_ | send message to the run channel | 13:17 |
*** heyongli has joined #senlin | 13:29 | |
lixinhui_ | Qiming | 13:51 |
lixinhui_ | Please feel free to share the DRS url with the team | 13:51 |
*** heyongli has quit IRC | 13:51 | |
Qiming | done | 13:54 |
*** openstackgerrit_ has quit IRC | 13:55 | |
*** openstackgerrit_ has joined #senlin | 13:56 | |
*** heyongli has joined #senlin | 13:58 | |
*** jhroyal1 has joined #senlin | 13:58 | |
*** lkarm has quit IRC | 13:59 | |
*** haiwei_ has joined #senlin | 14:00 | |
*** lkarm has joined #senlin | 14:00 | |
*** jhroyal has quit IRC | 14:01 | |
*** yanyanhu has quit IRC | 14:01 | |
*** heyongli has quit IRC | 14:03 | |
*** lkarm_ has joined #senlin | 14:03 | |
*** lkarm has quit IRC | 14:05 | |
openstackgerrit | Merged stackforge/senlin: Test case for base action module https://review.openstack.org/211064 | 14:11 |
*** haiwei_ has quit IRC | 14:12 | |
*** openstackgerrit_ has quit IRC | 14:17 | |
*** openstackgerrit_ has joined #senlin | 14:18 | |
*** openstackgerrit_ has quit IRC | 14:31 | |
*** lixinhui_ has quit IRC | 14:42 | |
*** jdandrea has joined #senlin | 14:43 | |
*** Qiming_ has joined #senlin | 15:04 | |
*** Qiming has quit IRC | 15:07 | |
*** jruano has joined #senlin | 15:28 | |
*** Qiming_ has quit IRC | 15:48 | |
*** openstackgerrit_ has joined #senlin | 16:08 | |
*** lkarm_ has quit IRC | 17:05 | |
*** lkarm has joined #senlin | 17:06 | |
*** lkarm has quit IRC | 17:11 | |
*** jruano has quit IRC | 17:16 | |
*** lkarm has joined #senlin | 17:55 | |
*** openstackgerrit_ has quit IRC | 18:06 | |
*** jruano has joined #senlin | 18:22 | |
*** jruano has quit IRC | 19:06 | |
*** jruano has joined #senlin | 20:48 | |
*** jruano has quit IRC | 20:54 | |
*** lkarm has quit IRC | 22:08 | |
*** jruano has joined #senlin | 22:09 | |
*** lkarm has joined #senlin | 22:10 | |
*** jhroyal1 has quit IRC | 22:13 | |
*** lkarm has quit IRC | 22:15 | |
*** jruano has quit IRC | 22:54 | |
*** jruano has joined #senlin | 23:40 | |
*** Qiming has joined #senlin | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!