openstackgerrit | Zane Bitter proposed openstack/heat master: Docs: Eliminate warnings in docs generation https://review.openstack.org/553587 | 00:17 |
---|---|---|
openstackgerrit | Zane Bitter proposed openstack/heat master: Docs: Make stack domain users docs visible https://review.openstack.org/553638 | 00:17 |
openstackgerrit | Zane Bitter proposed openstack/heat master: Docs: Autogenerate config documentation https://review.openstack.org/553639 | 00:17 |
*** rcernin has joined #heat | 00:21 | |
*** k_mouza has joined #heat | 00:22 | |
*** k_mouza has quit IRC | 00:28 | |
*** k_mouza has joined #heat | 00:31 | |
*** liyi has joined #heat | 00:31 | |
*** AlexeyAbashkin has joined #heat | 00:32 | |
*** k_mouza has quit IRC | 00:35 | |
*** AlexeyAbashkin has quit IRC | 00:36 | |
*** harlowja has quit IRC | 00:49 | |
*** masaito has joined #heat | 01:06 | |
*** ysandeep has joined #heat | 01:18 | |
*** AlexeyAbashkin has joined #heat | 01:52 | |
*** AlexeyAbashkin has quit IRC | 01:56 | |
*** felipemonteiro has joined #heat | 01:59 | |
*** k_mouza has joined #heat | 01:59 | |
*** mikal_ has joined #heat | 02:03 | |
*** mikal has quit IRC | 02:06 | |
*** k_mouza has quit IRC | 02:07 | |
*** skramaja has joined #heat | 02:45 | |
*** felipemonteiro has quit IRC | 02:52 | |
*** jmlowe has joined #heat | 02:52 | |
*** hieulq has quit IRC | 02:54 | |
*** hongbin has joined #heat | 02:57 | |
*** fragatina has quit IRC | 03:02 | |
*** liyi_ has joined #heat | 03:03 | |
*** liyi has quit IRC | 03:03 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat master: Updated from global requirements https://review.openstack.org/553664 | 03:19 |
*** liyi_ has quit IRC | 03:32 | |
*** liyi has joined #heat | 03:32 | |
*** nicolasbock has quit IRC | 03:40 | |
*** hongbin has quit IRC | 03:57 | |
*** skramaja has quit IRC | 04:03 | |
*** fragatina has joined #heat | 04:08 | |
*** fragatina has quit IRC | 04:10 | |
*** mikal_ has quit IRC | 04:17 | |
*** mikal has joined #heat | 04:20 | |
*** gkadam has joined #heat | 04:30 | |
*** links has joined #heat | 04:32 | |
*** harlowja has joined #heat | 04:35 | |
*** ramishra has joined #heat | 04:39 | |
*** skramaja has joined #heat | 04:39 | |
openstackgerrit | Rabi Mishra proposed openstack/heat-tempest-plugin master: Add feature falgs in config to enable tests conditionally https://review.openstack.org/553678 | 04:41 |
*** om2 has quit IRC | 04:49 | |
*** ricolin has joined #heat | 04:53 | |
openstackgerrit | Merged openstack/heat master: Fix some reST field lists in docstrings https://review.openstack.org/452119 | 05:16 |
*** harlowja has quit IRC | 05:22 | |
Sharmistha | thanks <zaneb> | 05:31 |
*** gkadam_ has joined #heat | 05:34 | |
*** gkadam has quit IRC | 05:36 | |
*** jtomasek has joined #heat | 05:41 | |
*** mdnadeem has joined #heat | 05:42 | |
*** sapd has joined #heat | 05:57 | |
*** wayarmy has joined #heat | 06:00 | |
wayarmy | hi there | 06:00 |
wayarmy | any one else ? | 06:00 |
wayarmy | https://stackoverflow.com/questions/49297936/update-resource-group-fail-through-heat-api | 06:01 |
wayarmy | i have a problem like this | 06:01 |
wayarmy | any idea for this ? | 06:01 |
*** wayarm has joined #heat | 06:03 | |
wayarm | hello | 06:03 |
*** wayarm has quit IRC | 06:04 | |
*** wayarm has joined #heat | 06:04 | |
openstackgerrit | Rabi Mishra proposed openstack/heat-tempest-plugin master: Add feature falgs in config to enable tests conditionally https://review.openstack.org/553678 | 06:07 |
*** kiennt26 has joined #heat | 06:10 | |
*** wayarmy has quit IRC | 06:10 | |
ramishra | wayarm: What is the error you see? what do you mean by "resource.yaml is group resource"? If it's just a child template with server and volume resources it should work, the existing group members should not be updated. | 06:13 |
wayarm | resouce.yaml is a HOT file contain Nova::Server and Cinder::Volume | 06:15 |
wayarm | what do u mean about child template ? | 06:15 |
ramishra | wayarm: that's what I mean:) | 06:16 |
wayarm | ah yes | 06:16 |
ramishra | wayarm: what error do you see in stack show or in the engine logs when the update failed? | 06:16 |
wayarm | i want to create a resource group contain both Nova::Server and Cinder::Volume in this | 06:16 |
wayarm | wait a second | 06:17 |
wayarm | resources[1]: Resource CREATE failed: BadRequest: resources.instance: Invalid volume: Invalid input received: Invalid volume: Volume status must be available to reserve, but the status is in-use. | 06:17 |
wayarm | @ramishra that is error that show in status_reason | 06:18 |
ramishra | wayarm: can you paste your resource.yaml somewhere, it seems to be trying to use an used volume | 06:19 |
wayarm | okie wait some second i will paste it on my gist | 06:20 |
ramishra | http://paste.openstack.org/ | 06:20 |
ramishra | ricolin: Hey! we would need reviews for https://review.openstack.org/#/q/topic:branchless_plugin, for branchless tempest plugin | 06:21 |
wayarm | https://gist.githubusercontent.com/wayarmy/dbcb48274d692e0a2ffe072e4e9be743/raw/c713d22d32373375ca34802dcdcc745ad8729027/gistfile1.txt | 06:23 |
wayarm | http://paste.openstack.org/show/702856/ | 06:24 |
wayarm | that is my "resource.yaml" | 06:24 |
ramishra | syou're creating a volume from an image, may be that's the reason, don't know. What version of heat you're using? | 06:26 |
wayarm | hmm | 06:27 |
wayarm | i'm using Pike - version of openstack | 06:28 |
wayarm | don't know heat version | 06:28 |
ramishra | ok, let me check if it works on master or not | 06:28 |
wayarm | yeah :) | 06:28 |
*** dbecker has quit IRC | 06:32 | |
*** ysandeep is now known as ysandeep|brb | 06:35 | |
*** AlexeyAbashkin has joined #heat | 06:36 | |
openstackgerrit | Nguyen Hai proposed openstack/python-heatclient master: Follow the new PTI for document build https://review.openstack.org/553686 | 06:36 |
*** fragatina has joined #heat | 06:43 | |
*** fragatina has quit IRC | 06:43 | |
*** fragatina has joined #heat | 06:43 | |
*** fragatin_ has joined #heat | 06:44 | |
*** dbecker has joined #heat | 06:45 | |
*** fragatina has quit IRC | 06:48 | |
wayarm | @ramishra have u got that problem ? | 06:48 |
ramishra | wayarm: my devstack seems broken, so may be it's sometime till I can test, if you want you can raise a bug and someone would look at it | 06:48 |
wayarm | can i post this issue to github ? | 06:49 |
ramishra | https://bugs.launchpad.net/heat/+filebug | 06:49 |
*** AlexeyAbashkin has quit IRC | 06:51 | |
wayarm | okie | 06:51 |
*** jtomasek has quit IRC | 06:52 | |
openstackgerrit | Rabi Mishra proposed openstack/heat-tempest-plugin master: Add feature flags in config to enable tests conditionally https://review.openstack.org/553678 | 06:59 |
*** ysandeep|brb has quit IRC | 07:09 | |
Sharmistha | I have a resource of type ResourceGroup, in which type is some file reference as shown below: | 07:11 |
Sharmistha | resources: BC_GROUP: type: OS::Heat::ResourceGroup properties: count: { get_param: CLUSTER_SIZE } resource_def: type: file1.yaml properties: index: '%index%' stack_name: { get_param: 'OS::stack_name' } cp_image: { get_param: CP_IMAGE } bc_flavor: { get_param: BC_FLAVOR } | 07:11 |
Sharmistha | In file1.yaml I am defining a resource of type: OS::Nova::Server But in heat resource-show I am not able to get info about servers which were created through file1.yaml Could anyone please help... | 07:11 |
*** ysandeep has joined #heat | 07:12 | |
*** jcoufal has joined #heat | 07:13 | |
*** rcernin has quit IRC | 07:20 | |
ramishra | Sharmistha: did you pass the stack_id of the nested stack that the server resource belongs to to 'resource show'? | 07:20 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/heat master: Updated from global requirements https://review.openstack.org/553664 | 07:22 |
Sharmistha | ramishra: yes | 07:27 |
ramishra | Sharmistha: what you can't find there in that? | 07:28 |
Sharmistha | i gave heat resource-show <stack_name or id> <file_type_resource> | 07:28 |
ramishra | Did you get an error or some output? | 07:29 |
ramishra | Sharmistha: if you can paste 'openstack stack resource list -n 5 <stack_name>' and tell me what resource detail you want to see, I can tell you the exact command | 07:31 |
ramishra | but don't paste it here like you've done before;) | 07:31 |
*** wayarm has quit IRC | 07:32 | |
*** wayarm has joined #heat | 07:32 | |
wayarm | @ramishra in 1 resource group, can i specific the resource that i don't want to replace ? | 07:33 |
wayarm | can i use removal_policies ? | 07:33 |
*** liusheng has quit IRC | 07:33 | |
Sharmistha | ramishra: hehe ok | 07:34 |
Sharmistha | how could i paste the content ? | 07:34 |
ramishra | wayarm: removal_policies is to black list nodes, those resource indexes would blacklisted | 07:34 |
wayarm | when i update the number of resouce in resource group, it force update the resource in resource group | 07:34 |
*** liusheng has joined #heat | 07:34 | |
wayarm | black list of what action ? | 07:35 |
wayarm | remove or increase ? | 07:35 |
*** armaan has joined #heat | 07:35 | |
wayarm | @Sharmistha: paste.openstack.org | 07:36 |
ramishra | they would not be counted, so that means you would have 0, 2, 3 if 1 is blacklisted and you've count 3, it would be removed | 07:36 |
wayarm | ok, it mean this option will be meant in removal. hmm | 07:37 |
ramishra | yes | 07:37 |
wayarm | i don't know why when i update count, heat will update all resource in exist resource group | 07:37 |
Sharmistha | ramishra: http://paste.openstack.org/show/702911/ | 07:38 |
wayarm | does it have an options for frozen ? | 07:38 |
openstackgerrit | Nguyen Hai proposed openstack/python-heatclient master: Create doc/requirements.txt https://review.openstack.org/528979 | 07:38 |
ramishra | Sharmistha: try 'openstack stack resource show 1d7a49d1-da0c-47fc-8895-7c2bef31d7a1 BC_VM' | 07:42 |
openstackgerrit | Nguyen Hai proposed openstack/python-heatclient master: Follow the new PTI for document build https://review.openstack.org/528979 | 07:44 |
ramishra | wayarm: what are you trying to do? resources are normally replaced based on non updateable properties or if they are in FAILED state | 07:46 |
*** wayarm_ has joined #heat | 07:46 | |
*** wayarm has quit IRC | 07:46 | |
ramishra | you can restrict these replacemnets by using something like https://github.com/openstack/heat/blob/d899c240e49a72246926b46f40f8076159bb5196/heat_integrationtests/functional/test_update_restricted.py#L33 in environment but I think that would mark the stack as failed | 07:47 |
Sharmistha | ramishra: thank you!! it worked | 07:47 |
Sharmistha | now i get it, we have to use the inner stack_id instead of main stack_id | 07:47 |
Sharmistha | thanku soo much.. | 07:47 |
ramishra | Sharmistha: yes, np:) | 07:47 |
openstackgerrit | Nguyen Hai proposed openstack/python-heatclient master: Follow the new PTI for document build https://review.openstack.org/528979 | 07:49 |
*** AlexeyAbashkin has joined #heat | 07:50 | |
*** ioggstream has joined #heat | 08:08 | |
*** jcoufal_ has joined #heat | 08:08 | |
*** jcoufal has quit IRC | 08:10 | |
*** hoonetorg has quit IRC | 08:11 | |
*** ramishra has quit IRC | 08:25 | |
*** ramishra has joined #heat | 08:25 | |
*** hoonetorg has joined #heat | 08:28 | |
therve | ricolin, ramishra : hey got a question about adding a test to the tempest plugin | 08:46 |
therve | It's for an issue with external references | 08:46 |
therve | It will break for existing release if I add it, what should I do? | 08:47 |
*** armaan has quit IRC | 08:59 | |
ramishra | therve: Is it going to change the current behaviour and break a test in heat-tempest-plugin? | 09:01 |
therve | ramishra, Only the test I would add | 09:01 |
ricolin | therve, I think we have to setup branchless architecture for tempest plugin first | 09:02 |
ramishra | therve: We can leverage the feature flag I've added today, if that helps https://review.openstack.org/#/c/553678/ | 09:02 |
ricolin | which ramishra have some WIP^^^ | 09:02 |
ramishra | or else we can add the test to in-repo tests | 09:03 |
ricolin | ramishra, So your plan is to setting config for each release(environment) to said these're tests(features) that we disable, right? | 09:05 |
ramishra | ricolin: by default these feature flags would be false/ skip tests and enable it for specific release onwards | 09:06 |
ramishra | This is the model tempest uses | 09:06 |
openstackgerrit | Thomas Herve proposed openstack/heat master: Persist external resources on update https://review.openstack.org/553723 | 09:18 |
*** wayarm_ has quit IRC | 09:20 | |
*** wayarm has joined #heat | 09:21 | |
*** k_mouza has joined #heat | 09:23 | |
*** jistr is now known as jistr|mtg | 09:24 | |
*** liyi has quit IRC | 09:28 | |
*** Hazelesque has quit IRC | 09:32 | |
*** Hazelesque has joined #heat | 09:33 | |
*** derekh has joined #heat | 09:40 | |
*** gfidente has joined #heat | 09:43 | |
*** gfidente has quit IRC | 09:43 | |
*** gfidente has joined #heat | 09:43 | |
*** higgins has quit IRC | 09:57 | |
*** jtomasek has joined #heat | 10:00 | |
*** higgins has joined #heat | 10:01 | |
*** jcoufal has joined #heat | 10:06 | |
*** jcoufal_ has quit IRC | 10:09 | |
*** armaan has joined #heat | 10:10 | |
*** wayarm has quit IRC | 10:15 | |
*** sapd has quit IRC | 10:18 | |
*** armaan_ has joined #heat | 10:18 | |
*** armaan has quit IRC | 10:22 | |
*** kiennt26 has quit IRC | 10:24 | |
*** shardy has joined #heat | 10:28 | |
*** nicolasbock has joined #heat | 10:36 | |
*** armaan has joined #heat | 10:39 | |
*** armaan_ has quit IRC | 10:41 | |
*** armaan has quit IRC | 11:01 | |
*** armaan has joined #heat | 11:06 | |
*** jistr|mtg is now known as jistr | 11:07 | |
*** armaan has quit IRC | 11:19 | |
*** pbourke_ has quit IRC | 11:20 | |
*** pbourke_ has joined #heat | 11:20 | |
*** mdnadeem has quit IRC | 11:31 | |
*** masaito has quit IRC | 11:38 | |
*** mdnadeem has joined #heat | 11:39 | |
*** skramaja has quit IRC | 11:46 | |
*** gfidente has quit IRC | 12:00 | |
*** gfidente has joined #heat | 12:00 | |
*** gfidente has quit IRC | 12:00 | |
*** gfidente has joined #heat | 12:00 | |
*** gkadam__ has joined #heat | 12:32 | |
*** shardy is now known as shardy_lunch | 12:32 | |
*** gkadam_ has quit IRC | 12:34 | |
*** dprince has joined #heat | 12:34 | |
*** gfidente has quit IRC | 12:34 | |
*** gfidente has joined #heat | 12:37 | |
*** gfidente has quit IRC | 12:37 | |
*** gfidente has joined #heat | 12:37 | |
*** murbSRQV4M has joined #heat | 12:39 | |
*** shardy_lunch is now known as shardy | 13:03 | |
*** gyankum has joined #heat | 13:04 | |
*** felipemonteiro has joined #heat | 13:44 | |
*** links has quit IRC | 13:56 | |
*** wayarm has joined #heat | 13:58 | |
*** hongbin has joined #heat | 14:00 | |
wayarm | hello Rabi | 14:17 |
wayarm | r u there ? | 14:17 |
*** felipemonteiro_ has joined #heat | 14:17 | |
*** liyi has joined #heat | 14:18 | |
*** d0ugal has quit IRC | 14:19 | |
*** hongbin has quit IRC | 14:20 | |
*** felipemonteiro has quit IRC | 14:20 | |
*** hongbin has joined #heat | 14:20 | |
*** felipemonteiro__ has joined #heat | 14:21 | |
*** liyi has quit IRC | 14:22 | |
*** derekh has quit IRC | 14:24 | |
*** felipemonteiro_ has quit IRC | 14:25 | |
*** jcoufal has quit IRC | 14:25 | |
*** gyankum has quit IRC | 14:29 | |
*** derekh has joined #heat | 14:40 | |
*** felipemonteiro__ has quit IRC | 14:43 | |
*** felipemonteiro__ has joined #heat | 14:44 | |
*** om2 has joined #heat | 14:46 | |
*** ysandeep has quit IRC | 14:47 | |
*** gkadam__ has quit IRC | 14:48 | |
*** links has joined #heat | 14:49 | |
*** gkadam has joined #heat | 14:52 | |
*** bnemec is now known as beekneemech | 14:55 | |
*** dprince has quit IRC | 15:00 | |
*** dprince has joined #heat | 15:01 | |
*** nicolasbock has quit IRC | 15:05 | |
*** ramishra has quit IRC | 15:19 | |
*** wayarm has quit IRC | 15:20 | |
*** jcoufal has joined #heat | 15:24 | |
*** links has quit IRC | 15:32 | |
*** wayarm has joined #heat | 15:32 | |
*** k_mouza has quit IRC | 15:35 | |
*** d0ugal has joined #heat | 15:36 | |
*** d0ugal has quit IRC | 15:36 | |
*** d0ugal has joined #heat | 15:36 | |
*** wayarm has quit IRC | 15:36 | |
*** wayarm has joined #heat | 15:38 | |
*** derekh has quit IRC | 15:39 | |
*** crose has joined #heat | 15:40 | |
*** k_mouza has joined #heat | 15:41 | |
*** armaan has joined #heat | 15:47 | |
*** AlexeyAbashkin has quit IRC | 15:48 | |
*** crose has quit IRC | 15:55 | |
*** vegarl_ has joined #heat | 15:58 | |
*** jdandrea_ has joined #heat | 15:59 | |
*** andreykurilin_ has joined #heat | 16:01 | |
*** jistr_ has joined #heat | 16:01 | |
*** aluria` has joined #heat | 16:02 | |
*** szaher has quit IRC | 16:02 | |
*** jillr has quit IRC | 16:03 | |
*** jdandrea has quit IRC | 16:03 | |
*** lifeless has quit IRC | 16:03 | |
*** redondo-mk has quit IRC | 16:03 | |
*** andreykurilin has quit IRC | 16:03 | |
*** jistr has quit IRC | 16:03 | |
*** vegarl has quit IRC | 16:03 | |
*** aluria has quit IRC | 16:03 | |
*** harlowja has joined #heat | 16:03 | |
*** jistr_ is now known as jistr | 16:04 | |
*** lifeless has joined #heat | 16:05 | |
*** Qiming has quit IRC | 16:05 | |
*** Qiming has joined #heat | 16:09 | |
*** redondo-mk has joined #heat | 16:10 | |
*** k_mouza has quit IRC | 16:15 | |
*** jillr has joined #heat | 16:18 | |
*** serlex has joined #heat | 16:20 | |
*** serlex has quit IRC | 16:20 | |
*** wayarm has quit IRC | 16:22 | |
*** k_mouza has joined #heat | 16:24 | |
*** k_mouza has quit IRC | 16:29 | |
*** crose has joined #heat | 16:33 | |
*** felipemonteiro_ has joined #heat | 16:35 | |
*** derekh has joined #heat | 16:35 | |
*** mdnadeem has quit IRC | 16:37 | |
*** felipemonteiro__ has quit IRC | 16:38 | |
*** felipemonteiro_ has quit IRC | 16:42 | |
*** d0ugal has quit IRC | 16:45 | |
*** armaan has quit IRC | 16:53 | |
*** crose has quit IRC | 16:56 | |
*** harlowja has quit IRC | 17:05 | |
*** gfidente has quit IRC | 17:06 | |
*** stevebaker has quit IRC | 17:06 | |
*** stevebaker has joined #heat | 17:12 | |
*** AlexeyAbashkin has joined #heat | 17:17 | |
*** fragatin_ has quit IRC | 17:18 | |
*** AlexeyAbashkin has quit IRC | 17:22 | |
openstackgerrit | Rico Lin proposed openstack/heat master: Remove mox usage from test_vpc (part 1) https://review.openstack.org/553864 | 17:31 |
openstackgerrit | Rico Lin proposed openstack/heat master: Remove mox usage from test_vpc (part 2) https://review.openstack.org/553865 | 17:31 |
*** stevebaker has quit IRC | 17:33 | |
*** jtomasek has quit IRC | 17:33 | |
*** felipemonteiro_ has joined #heat | 17:35 | |
*** stevebaker has joined #heat | 17:42 | |
*** weshay is now known as weshay_brb | 17:47 | |
*** ricolin has quit IRC | 17:50 | |
*** ioggstream has quit IRC | 18:00 | |
*** harlowja has joined #heat | 18:01 | |
*** harlowja_ has joined #heat | 18:04 | |
*** harlowja has quit IRC | 18:06 | |
*** ayoung has quit IRC | 18:08 | |
*** felipemonteiro__ has joined #heat | 18:20 | |
*** gkadam has quit IRC | 18:23 | |
*** felipemonteiro_ has quit IRC | 18:23 | |
*** fragatina has joined #heat | 18:26 | |
*** fragatina has quit IRC | 18:26 | |
*** fragatina has joined #heat | 18:26 | |
*** felipemonteiro_ has joined #heat | 18:32 | |
*** felipemonteiro__ has quit IRC | 18:35 | |
*** AlexeyAbashkin has joined #heat | 18:50 | |
*** felipemonteiro_ has quit IRC | 18:54 | |
*** felipemonteiro_ has joined #heat | 18:54 | |
*** AlexeyAbashkin has quit IRC | 18:54 | |
*** weshay_brb is now known as weshay | 18:59 | |
*** shardy has quit IRC | 19:11 | |
*** felipemonteiro__ has joined #heat | 19:13 | |
*** felipemonteiro__ has quit IRC | 19:16 | |
*** felipemonteiro__ has joined #heat | 19:17 | |
*** felipemonteiro_ has quit IRC | 19:17 | |
*** jtomasek has joined #heat | 19:44 | |
*** jtomasek has quit IRC | 19:45 | |
*** liyi has joined #heat | 19:47 | |
*** AlexeyAbashkin has joined #heat | 19:50 | |
*** liyi has quit IRC | 19:52 | |
*** AlexeyAbashkin has quit IRC | 19:55 | |
*** felipemonteiro_ has joined #heat | 20:10 | |
*** felipemonteiro__ has quit IRC | 20:14 | |
*** liyi has joined #heat | 20:27 | |
*** dprince has quit IRC | 20:29 | |
*** liyi has quit IRC | 20:32 | |
*** jcoufal has quit IRC | 20:34 | |
*** felipemonteiro_ has quit IRC | 21:05 | |
*** AlexeyAbashkin has joined #heat | 21:29 | |
*** AlexeyAbashkin has quit IRC | 21:34 | |
*** d0ugal has joined #heat | 21:47 | |
*** d0ugal has quit IRC | 21:47 | |
*** d0ugal has joined #heat | 21:47 | |
*** stevebaker has quit IRC | 21:56 | |
*** lifeless has quit IRC | 22:07 | |
*** hongbin has quit IRC | 22:07 | |
*** kei-ichi has quit IRC | 22:07 | |
*** yassine has quit IRC | 22:07 | |
*** lifeless has joined #heat | 22:07 | |
*** hongbin has joined #heat | 22:07 | |
*** kei-ichi has joined #heat | 22:07 | |
*** yassine has joined #heat | 22:07 | |
*** lifeless has quit IRC | 22:08 | |
*** lifeless has joined #heat | 22:08 | |
*** d0ugal has quit IRC | 22:10 | |
*** hongbin has quit IRC | 22:48 | |
*** openstackgerrit has quit IRC | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!