| *** TravT has joined #openstack-glance | 00:01 | |
| *** TravT has quit IRC | 00:07 | |
| openstackgerrit | Merged openstack/glance: Fix test_opts to not resolve requirements https://review.openstack.org/184319 | 00:14 |
|---|---|---|
| openstackgerrit | Sabari proposed openstack/glance_store: Add random read capability to vmware store https://review.openstack.org/167491 | 00:16 |
| openstackgerrit | Sabari proposed openstack/glance_store: Add random read capability to http store https://review.openstack.org/165024 | 00:16 |
| *** david-lyle has quit IRC | 00:16 | |
| *** stpierre has quit IRC | 00:17 | |
| *** nikhil-bbiab is now known as nikhil_k | 00:25 | |
| *** zul has quit IRC | 00:26 | |
| *** takedakn has quit IRC | 00:29 | |
| *** TravT has joined #openstack-glance | 00:32 | |
| *** nikhil_k is now known as nikhil | 00:33 | |
| *** zul has joined #openstack-glance | 00:37 | |
| openstackgerrit | Sabari proposed openstack/glance_store: Add random read capability to vmware store https://review.openstack.org/167491 | 00:37 |
| openstackgerrit | Sabari proposed openstack/glance_store: Add random read capability to http store https://review.openstack.org/165024 | 00:37 |
| *** takedakn has joined #openstack-glance | 00:38 | |
| *** julim has joined #openstack-glance | 00:40 | |
| *** zul has quit IRC | 00:48 | |
| *** julim has quit IRC | 00:56 | |
| openstackgerrit | Jeremy Stanley proposed openstack/glance: Switch from MySQL-python to PyMySQL https://review.openstack.org/184373 | 01:07 |
| *** TravT has quit IRC | 01:11 | |
| *** julim has joined #openstack-glance | 01:12 | |
| *** haomaiwang has quit IRC | 01:13 | |
| *** takedakn has quit IRC | 01:23 | |
| *** takedakn has joined #openstack-glance | 01:31 | |
| *** TravT has joined #openstack-glance | 01:35 | |
| *** takedakn has quit IRC | 01:38 | |
| *** TravT has quit IRC | 01:39 | |
| *** gokrokve_ has joined #openstack-glance | 01:43 | |
| *** gokrokve has quit IRC | 01:44 | |
| *** jdurgin has joined #openstack-glance | 01:52 | |
| *** gokrokve_ has quit IRC | 01:56 | |
| *** gokrokve has joined #openstack-glance | 01:56 | |
| *** jdurgin has quit IRC | 02:06 | |
| *** gokrokve has quit IRC | 02:18 | |
| *** gokrokve has joined #openstack-glance | 02:18 | |
| *** gokrokve has quit IRC | 02:23 | |
| *** gokrokve has joined #openstack-glance | 02:27 | |
| *** changbl has joined #openstack-glance | 02:41 | |
| *** gberginc has joined #openstack-glance | 03:43 | |
| *** tobe has joined #openstack-glance | 03:44 | |
| tobe | I have tried install glance from source | 03:45 |
| tobe | By default, it uses SQLite and we don't have to configure anything | 03:46 |
| tobe | But I got error when run "glance-manage db_sync" | 03:46 |
| tobe | root@94f1efbc3a99:/glance# glance-manage db_sync | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 CRITICAL glance [-] ValueError: Invalid target type: None | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance Traceback (most recent call last): | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/bin/glance-manage", line 10, in <module> | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance sys.exit(main()) | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/glance/cmd/manage.py", line 316, in main | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance return CONF.command.action_fn() | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/glance/cmd/manage.py", line 172, in sync | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance CONF.command.current_version) | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/glance/cmd/manage.py", line 115, in sync | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance migration.db_sync(db_api.get_engine(), | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/glance/db/sqlalchemy/api.py", line 97, in get_engine | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance facade = _create_facade_lazily() | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/glance/db/sqlalchemy/api.py", line 87, in _create_facade_lazily | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance _FACADE = session.EngineFacade.from_config(CONF) | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/session.py", line 902, in from_config | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance retry_interval=conf.database.retry_interval) | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/session.py", line 818, in __init__ | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance **engine_kwargs) | 03:47 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/session.py", line 393, in create_engine | 03:48 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance pool_timeout=pool_timeout | 03:48 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/utils.py", line 918, in __call__ | 03:48 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance self._url_from_target(target), target, arg, kw) | 03:48 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance File "/usr/local/lib/python2.7/dist-packages/oslo_db/sqlalchemy/utils.py", line 932, in _url_from_target | 03:48 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance raise ValueError("Invalid target type: %r" % target) | 03:48 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance ValueError: Invalid target type: None | 03:48 |
| tobe | 2015-05-20 03:44:23.817 19 TRACE glance | 03:48 |
| tobe | It may be the bug for Glance to use oslo.db to use SQLite. Anyway, Keystone supports it well and I think we can help Glance supports it as well :-) | 03:58 |
| *** gokrokve_ has joined #openstack-glance | 04:08 | |
| *** gokrokve has quit IRC | 04:11 | |
| *** gokrokve_ has quit IRC | 04:13 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 04:22 | |
| tobe | The same issue has been reported here https://answers.launchpad.net/glance/+question/258645 | 04:22 |
| *** sigmavirus24 is now known as sigmavirus24_awa | 04:41 | |
| *** chlong_ has quit IRC | 05:03 | |
| *** ParsectiX has quit IRC | 05:09 | |
| *** chlong_ has joined #openstack-glance | 05:17 | |
| *** gberginc has quit IRC | 05:21 | |
| *** takedakn has joined #openstack-glance | 05:24 | |
| *** nlevinki has joined #openstack-glance | 05:27 | |
| *** tshefi has joined #openstack-glance | 05:28 | |
| *** gberginc has joined #openstack-glance | 05:40 | |
| *** chlong_ has quit IRC | 06:09 | |
| *** groen692 has joined #openstack-glance | 06:11 | |
| *** zul has joined #openstack-glance | 06:17 | |
| *** bfic has joined #openstack-glance | 06:22 | |
| *** takedakn has quit IRC | 06:22 | |
| *** takedakn has joined #openstack-glance | 06:23 | |
| *** haomaiwang has joined #openstack-glance | 06:29 | |
| *** chlong has joined #openstack-glance | 06:31 | |
| *** TravT has joined #openstack-glance | 06:33 | |
| openstackgerrit | Kamil Rykowski proposed openstack/glance: Change status code from 500 to 400 for image update request https://review.openstack.org/184023 | 06:42 |
| *** tobe has quit IRC | 06:43 | |
| *** Murali has joined #openstack-glance | 06:44 | |
| *** tobe has joined #openstack-glance | 06:45 | |
| *** takedakn has quit IRC | 06:52 | |
| *** takedakn has joined #openstack-glance | 06:59 | |
| *** takedakn1 has joined #openstack-glance | 07:13 | |
| *** takedakn1 has quit IRC | 07:13 | |
| *** takedakn has quit IRC | 07:17 | |
| *** jistr has joined #openstack-glance | 07:18 | |
| *** tobe has quit IRC | 07:19 | |
| *** TravT has quit IRC | 07:23 | |
| *** takedakn has joined #openstack-glance | 07:33 | |
| *** chlong has quit IRC | 07:37 | |
| *** takedakn has quit IRC | 07:38 | |
| *** tobe has joined #openstack-glance | 07:54 | |
| *** bfic has quit IRC | 08:00 | |
| cpallares | tobe: Just for future reference, you should paste your output into http://paste.openstack or a similar service :) | 08:09 |
| *** TravT has joined #openstack-glance | 08:24 | |
| tobe | Thanks for @cpallares suggestion. I'm new to the community and will learn to do it right :-) | 08:25 |
| openstackgerrit | Kamil Rykowski proposed openstack/glance: Change status code from 500 to 400 for image update request https://review.openstack.org/184023 | 08:26 |
| *** TravT has quit IRC | 08:28 | |
| *** bfic has joined #openstack-glance | 08:28 | |
| *** groen693 has joined #openstack-glance | 08:54 | |
| *** e0ne has joined #openstack-glance | 08:54 | |
| *** e0ne is now known as e0ne_ | 08:54 | |
| *** e0ne_ is now known as e0ne | 08:54 | |
| *** e0ne is now known as e0ne_ | 08:55 | |
| *** julim has quit IRC | 08:55 | |
| *** groen692 has quit IRC | 08:56 | |
| *** e0ne_ is now known as e0ne | 08:59 | |
| *** e0ne has quit IRC | 09:28 | |
| *** aix has joined #openstack-glance | 09:29 | |
| *** TravT has joined #openstack-glance | 09:30 | |
| *** bfic has quit IRC | 09:34 | |
| *** TravT has quit IRC | 09:35 | |
| *** bfic has joined #openstack-glance | 09:50 | |
| *** haomaiwang has quit IRC | 09:50 | |
| *** bfic has quit IRC | 10:37 | |
| *** haomaiwa_ has joined #openstack-glance | 10:39 | |
| *** tobe has quit IRC | 10:58 | |
| *** TravT has joined #openstack-glance | 11:19 | |
| *** TravT has quit IRC | 11:24 | |
| *** tobe has joined #openstack-glance | 11:27 | |
| *** bfic has joined #openstack-glance | 11:31 | |
| *** aix has quit IRC | 11:42 | |
| *** aswadr has joined #openstack-glance | 11:56 | |
| *** gberginc has quit IRC | 12:07 | |
| *** bfic has quit IRC | 12:09 | |
| *** aix has joined #openstack-glance | 12:13 | |
| *** tobe has quit IRC | 12:19 | |
| *** tobe has joined #openstack-glance | 12:21 | |
| *** freerunner has joined #openstack-glance | 12:43 | |
| *** alejandrito has joined #openstack-glance | 12:47 | |
| *** tobe has quit IRC | 12:53 | |
| *** tobe has joined #openstack-glance | 12:57 | |
| *** chlong has joined #openstack-glance | 12:59 | |
| *** ducttape_ has joined #openstack-glance | 13:00 | |
| *** tobe has quit IRC | 13:01 | |
| *** TravT has joined #openstack-glance | 13:08 | |
| *** TravT has quit IRC | 13:13 | |
| *** chlong has quit IRC | 13:14 | |
| *** ducttape_ has quit IRC | 13:14 | |
| *** peristeri has joined #openstack-glance | 13:22 | |
| *** chlong has joined #openstack-glance | 13:31 | |
| *** ducttape_ has joined #openstack-glance | 13:33 | |
| *** ducttape_ has quit IRC | 13:34 | |
| *** ducttape_ has joined #openstack-glance | 13:36 | |
| *** ducttape_ has quit IRC | 13:38 | |
| *** ericpeterson has joined #openstack-glance | 13:41 | |
| *** ericpeterson has quit IRC | 13:43 | |
| *** freerunner has quit IRC | 13:49 | |
| *** annegentle has joined #openstack-glance | 13:49 | |
| *** freerunner has joined #openstack-glance | 13:50 | |
| *** freerunner has quit IRC | 13:54 | |
| *** julim has joined #openstack-glance | 14:20 | |
| *** ducttape_ has joined #openstack-glance | 14:25 | |
| *** vijendar has joined #openstack-glance | 14:29 | |
| *** gokrokve has joined #openstack-glance | 14:31 | |
| *** freerunner has joined #openstack-glance | 14:42 | |
| *** zul has quit IRC | 14:42 | |
| *** freerunner has quit IRC | 14:43 | |
| *** haomaiwa_ has quit IRC | 14:44 | |
| *** ducttape_ has quit IRC | 14:48 | |
| *** takedakn has joined #openstack-glance | 14:51 | |
| *** freerunner has joined #openstack-glance | 14:53 | |
| *** nlevinki has quit IRC | 14:54 | |
| *** sgotliv_ has joined #openstack-glance | 14:56 | |
| *** annegentle has quit IRC | 15:00 | |
| *** Murali has quit IRC | 15:03 | |
| *** dims has joined #openstack-glance | 15:04 | |
| *** e0ne has joined #openstack-glance | 15:10 | |
| *** ParsectiX has joined #openstack-glance | 15:10 | |
| *** ParsectiX has quit IRC | 15:11 | |
| *** markus_z has joined #openstack-glance | 15:13 | |
| *** aswadr has quit IRC | 15:14 | |
| *** e0ne has quit IRC | 15:16 | |
| *** ducttape_ has joined #openstack-glance | 15:17 | |
| *** tshefi has quit IRC | 15:17 | |
| *** dims has quit IRC | 15:24 | |
| *** TravT has joined #openstack-glance | 15:24 | |
| *** gokrokve_ has joined #openstack-glance | 15:26 | |
| *** gokrokve_ has quit IRC | 15:27 | |
| *** gokrokve_ has joined #openstack-glance | 15:27 | |
| *** ducttape_ has quit IRC | 15:28 | |
| *** gokrokve has quit IRC | 15:29 | |
| *** TravT has quit IRC | 15:29 | |
| *** freerunner has quit IRC | 15:31 | |
| *** takedakn has quit IRC | 15:31 | |
| *** sgotliv_ has quit IRC | 15:32 | |
| *** freerunner has joined #openstack-glance | 15:32 | |
| *** freerunner has quit IRC | 15:37 | |
| *** groen693 has quit IRC | 15:46 | |
| *** freerunner has joined #openstack-glance | 15:46 | |
| *** dims has joined #openstack-glance | 15:48 | |
| *** ducttape_ has joined #openstack-glance | 15:48 | |
| *** TravT has joined #openstack-glance | 15:48 | |
| *** julim has quit IRC | 15:51 | |
| *** markus_z has quit IRC | 15:52 | |
| *** david-lyle has joined #openstack-glance | 15:54 | |
| *** annegentle has joined #openstack-glance | 15:56 | |
| *** takedakn has joined #openstack-glance | 15:57 | |
| *** haomaiwang has joined #openstack-glance | 15:59 | |
| *** annegentle has quit IRC | 16:04 | |
| *** annegentle has joined #openstack-glance | 16:08 | |
| *** ccard has joined #openstack-glance | 16:08 | |
| *** e0ne has joined #openstack-glance | 16:13 | |
| *** gberginc has joined #openstack-glance | 16:14 | |
| *** jistr has quit IRC | 16:20 | |
| *** GB21 has joined #openstack-glance | 16:23 | |
| *** e0ne has quit IRC | 16:30 | |
| *** ducttape_ has quit IRC | 16:36 | |
| *** e0ne has joined #openstack-glance | 16:37 | |
| *** e0ne has quit IRC | 16:41 | |
| *** annegentle has quit IRC | 16:43 | |
| *** annegentle has joined #openstack-glance | 16:54 | |
| *** freerunner has quit IRC | 16:54 | |
| *** jamielennox|away is now known as jamielennox | 17:01 | |
| *** freerunner has joined #openstack-glance | 17:04 | |
| *** annegentle has quit IRC | 17:05 | |
| *** GB21 has quit IRC | 17:12 | |
| *** GB21 has joined #openstack-glance | 17:15 | |
| *** david-lyle has quit IRC | 17:29 | |
| *** TravT has quit IRC | 17:30 | |
| *** gberginc has quit IRC | 17:30 | |
| *** dims has quit IRC | 17:33 | |
| *** TravT has joined #openstack-glance | 17:44 | |
| *** TravT has quit IRC | 17:49 | |
| *** ducttape_ has joined #openstack-glance | 17:49 | |
| *** takedakn has quit IRC | 17:54 | |
| *** julim has joined #openstack-glance | 17:54 | |
| *** e0ne has joined #openstack-glance | 17:57 | |
| *** ducttape_ has quit IRC | 17:59 | |
| *** aix has quit IRC | 18:07 | |
| *** TravT has joined #openstack-glance | 18:11 | |
| *** TravT has quit IRC | 18:11 | |
| *** julim has quit IRC | 18:19 | |
| *** GB21 has quit IRC | 18:25 | |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Port exception_to_str() to Python 3 https://review.openstack.org/184574 | 18:25 |
| *** gokrokve has joined #openstack-glance | 18:26 | |
| *** mjturek1 has quit IRC | 18:26 | |
| *** e0ne has quit IRC | 18:26 | |
| *** takedakn has joined #openstack-glance | 18:30 | |
| *** gokrokve_ has quit IRC | 18:30 | |
| *** julim has joined #openstack-glance | 18:32 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 18:34 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 18:44 | |
| *** dims has joined #openstack-glance | 18:45 | |
| *** GB21 has joined #openstack-glance | 18:46 | |
| *** freerunner has quit IRC | 18:51 | |
| *** takedakn has quit IRC | 18:51 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 18:51 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 18:52 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 18:54 | |
| *** gokrokve_ has joined #openstack-glance | 18:59 | |
| *** TravT has joined #openstack-glance | 19:03 | |
| *** gokrokve has quit IRC | 19:03 | |
| *** gokrokve_ has quit IRC | 19:04 | |
| *** ayoung has joined #openstack-glance | 19:06 | |
| *** mjturek1 has joined #openstack-glance | 19:08 | |
| *** gokrokve has joined #openstack-glance | 19:11 | |
| *** groen692 has joined #openstack-glance | 19:11 | |
| *** gokrokve has quit IRC | 19:16 | |
| *** david-lyle has joined #openstack-glance | 19:18 | |
| *** julim has quit IRC | 19:25 | |
| *** ducttape_ has joined #openstack-glance | 19:26 | |
| *** dims has quit IRC | 19:26 | |
| *** david-lyle has quit IRC | 19:27 | |
| *** TravT has quit IRC | 19:28 | |
| *** TravT has joined #openstack-glance | 19:28 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 19:31 | |
| *** groen692 has quit IRC | 19:31 | |
| *** ducttape_ has quit IRC | 19:32 | |
| *** TravT has quit IRC | 19:33 | |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Fix Python 3 issues https://review.openstack.org/184599 | 19:40 |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Use six.moves to fix imports on Python 3 https://review.openstack.org/184600 | 19:41 |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Port S3 driver to Python 3 https://review.openstack.org/184601 | 19:42 |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Port swift driver to Python 3 https://review.openstack.org/184602 | 19:44 |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Port vmware driver to Python 3 https://review.openstack.org/184603 | 19:46 |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Fix Python 3 issues https://review.openstack.org/184599 | 19:47 |
| *** dims has joined #openstack-glance | 19:48 | |
| *** freerunner has joined #openstack-glance | 19:48 | |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Port remaining tests to Python 3 https://review.openstack.org/184604 | 19:49 |
| openstackgerrit | Victor Stinner proposed openstack/glance_store: Close a file to fix a resource warning on Python 3 https://review.openstack.org/184605 | 19:49 |
| *** ayoung has quit IRC | 19:51 | |
| *** jamielennox is now known as jamielennox|away | 19:56 | |
| *** dims has quit IRC | 19:59 | |
| *** gokrokve has joined #openstack-glance | 20:02 | |
| *** GB21 has quit IRC | 20:09 | |
| *** Longgeek has quit IRC | 20:30 | |
| *** gokrokve has quit IRC | 20:31 | |
| *** dims has joined #openstack-glance | 20:38 | |
| *** dims has quit IRC | 20:38 | |
| *** dims has joined #openstack-glance | 20:39 | |
| *** dims has quit IRC | 20:39 | |
| *** dims has joined #openstack-glance | 20:39 | |
| *** david-lyle has joined #openstack-glance | 20:44 | |
| *** TravT has joined #openstack-glance | 20:45 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 20:47 | |
| *** ducttape_ has joined #openstack-glance | 20:47 | |
| *** jamielennox|away is now known as jamielennox | 20:50 | |
| *** TravT has quit IRC | 20:51 | |
| *** freerunner has quit IRC | 21:06 | |
| *** boris-42 has joined #openstack-glance | 21:16 | |
| *** takedakn has joined #openstack-glance | 21:19 | |
| *** dims has quit IRC | 21:24 | |
| *** david-lyle has quit IRC | 21:24 | |
| *** ducttape_ has quit IRC | 21:34 | |
| *** takedakn has quit IRC | 21:39 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 21:43 | |
| *** jamielennox is now known as jamielennox|away | 21:43 | |
| *** vijendar has quit IRC | 21:48 | |
| *** dims has joined #openstack-glance | 21:55 | |
| *** jamielennox|away is now known as jamielennox | 21:59 | |
| *** freerunner has joined #openstack-glance | 22:04 | |
| *** chlong has quit IRC | 22:12 | |
| *** dims has quit IRC | 22:14 | |
| *** freerunner has quit IRC | 22:19 | |
| *** ayoung has joined #openstack-glance | 22:19 | |
| *** ayoung has quit IRC | 22:27 | |
| *** mjturek1 has quit IRC | 22:29 | |
| *** jamielennox is now known as jamielennox|away | 22:31 | |
| *** sgotliv_ has joined #openstack-glance | 22:34 | |
| *** peristeri has quit IRC | 22:34 | |
| *** david-lyle has joined #openstack-glance | 22:45 | |
| *** TravT has joined #openstack-glance | 22:45 | |
| *** ayoung has joined #openstack-glance | 22:54 | |
| *** e0ne has joined #openstack-glance | 23:04 | |
| *** TravT has quit IRC | 23:09 | |
| *** david-lyle has quit IRC | 23:13 | |
| *** e0ne has quit IRC | 23:15 | |
| *** ayoung has quit IRC | 23:16 | |
| *** ducttape_ has joined #openstack-glance | 23:21 | |
| *** shakamunyi has joined #openstack-glance | 23:27 | |
| *** freerunner has joined #openstack-glance | 23:33 | |
| *** chlong has joined #openstack-glance | 23:34 | |
| *** takedakn has joined #openstack-glance | 23:36 | |
| *** ayoung has joined #openstack-glance | 23:36 | |
| *** takedakn has quit IRC | 23:36 | |
| *** sgotliv_ has quit IRC | 23:36 | |
| *** e0ne has joined #openstack-glance | 23:44 | |
| *** freerunner has quit IRC | 23:48 | |
| *** shakamunyi has quit IRC | 23:49 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!