Wednesday, 2015-05-20

*** TravT has joined #openstack-glance00:01
*** TravT has quit IRC00:07
openstackgerritMerged openstack/glance: Fix test_opts to not resolve requirements  https://review.openstack.org/18431900:14
openstackgerritSabari proposed openstack/glance_store: Add random read capability to vmware store  https://review.openstack.org/16749100:16
openstackgerritSabari proposed openstack/glance_store: Add random read capability to http store  https://review.openstack.org/16502400:16
*** david-lyle has quit IRC00:16
*** stpierre has quit IRC00:17
*** nikhil-bbiab is now known as nikhil_k00:25
*** zul has quit IRC00:26
*** takedakn has quit IRC00:29
*** TravT has joined #openstack-glance00:32
*** nikhil_k is now known as nikhil00:33
*** zul has joined #openstack-glance00:37
openstackgerritSabari proposed openstack/glance_store: Add random read capability to vmware store  https://review.openstack.org/16749100:37
openstackgerritSabari proposed openstack/glance_store: Add random read capability to http store  https://review.openstack.org/16502400:37
*** takedakn has joined #openstack-glance00:38
*** julim has joined #openstack-glance00:40
*** zul has quit IRC00:48
*** julim has quit IRC00:56
openstackgerritJeremy Stanley proposed openstack/glance: Switch from MySQL-python to PyMySQL  https://review.openstack.org/18437301:07
*** TravT has quit IRC01:11
*** julim has joined #openstack-glance01:12
*** haomaiwang has quit IRC01:13
*** takedakn has quit IRC01:23
*** takedakn has joined #openstack-glance01:31
*** TravT has joined #openstack-glance01:35
*** takedakn has quit IRC01:38
*** TravT has quit IRC01:39
*** gokrokve_ has joined #openstack-glance01:43
*** gokrokve has quit IRC01:44
*** jdurgin has joined #openstack-glance01:52
*** gokrokve_ has quit IRC01:56
*** gokrokve has joined #openstack-glance01:56
*** jdurgin has quit IRC02:06
*** gokrokve has quit IRC02:18
*** gokrokve has joined #openstack-glance02:18
*** gokrokve has quit IRC02:23
*** gokrokve has joined #openstack-glance02:27
*** changbl has joined #openstack-glance02:41
*** gberginc has joined #openstack-glance03:43
*** tobe has joined #openstack-glance03:44
tobeI have tried install glance from source03:45
tobeBy default, it uses SQLite and we don't have to configure anything03:46
tobeBut I got error when run "glance-manage db_sync"03:46
toberoot@94f1efbc3a99:/glance# glance-manage db_sync03:47
tobe2015-05-20 03:44:23.817 19 CRITICAL glance [-] ValueError: Invalid target type: None03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance Traceback (most recent call last):03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance   File "/usr/local/bin/glance-manage", line 10, in <module>03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance     sys.exit(main())03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance   File "/usr/local/lib/python2.7/dist-packages/glance/cmd/manage.py", line 316, in main03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance     return CONF.command.action_fn()03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance   File "/usr/local/lib/python2.7/dist-packages/glance/cmd/manage.py", line 172, in sync03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance     CONF.command.current_version)03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance   File "/usr/local/lib/python2.7/dist-packages/glance/cmd/manage.py", line 115, in sync03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance     migration.db_sync(db_api.get_engine(),03:47
tobe2015-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_engine03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance     facade = _create_facade_lazily()03:47
tobe2015-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_lazily03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance     _FACADE = session.EngineFacade.from_config(CONF)03:47
tobe2015-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_config03:47
tobe2015-05-20 03:44:23.817 19 TRACE glance     retry_interval=conf.database.retry_interval)03:47
tobe2015-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
tobe2015-05-20 03:44:23.817 19 TRACE glance     **engine_kwargs)03:47
tobe2015-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_engine03:48
tobe2015-05-20 03:44:23.817 19 TRACE glance     pool_timeout=pool_timeout03:48
tobe2015-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
tobe2015-05-20 03:44:23.817 19 TRACE glance     self._url_from_target(target), target, arg, kw)03:48
tobe2015-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_target03:48
tobe2015-05-20 03:44:23.817 19 TRACE glance     raise ValueError("Invalid target type: %r" % target)03:48
tobe2015-05-20 03:44:23.817 19 TRACE glance ValueError: Invalid target type: None03:48
tobe2015-05-20 03:44:23.817 19 TRACE glance03:48
tobeIt 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-glance04:08
*** gokrokve has quit IRC04:11
*** gokrokve_ has quit IRC04:13
*** sigmavirus24_awa is now known as sigmavirus2404:22
tobeThe same issue has been reported here https://answers.launchpad.net/glance/+question/25864504:22
*** sigmavirus24 is now known as sigmavirus24_awa04:41
*** chlong_ has quit IRC05:03
*** ParsectiX has quit IRC05:09
*** chlong_ has joined #openstack-glance05:17
*** gberginc has quit IRC05:21
*** takedakn has joined #openstack-glance05:24
*** nlevinki has joined #openstack-glance05:27
*** tshefi has joined #openstack-glance05:28
*** gberginc has joined #openstack-glance05:40
*** chlong_ has quit IRC06:09
*** groen692 has joined #openstack-glance06:11
*** zul has joined #openstack-glance06:17
*** bfic has joined #openstack-glance06:22
*** takedakn has quit IRC06:22
*** takedakn has joined #openstack-glance06:23
*** haomaiwang has joined #openstack-glance06:29
*** chlong has joined #openstack-glance06:31
*** TravT has joined #openstack-glance06:33
openstackgerritKamil Rykowski proposed openstack/glance: Change status code from 500 to 400 for image update request  https://review.openstack.org/18402306:42
*** tobe has quit IRC06:43
*** Murali has joined #openstack-glance06:44
*** tobe has joined #openstack-glance06:45
*** takedakn has quit IRC06:52
*** takedakn has joined #openstack-glance06:59
*** takedakn1 has joined #openstack-glance07:13
*** takedakn1 has quit IRC07:13
*** takedakn has quit IRC07:17
*** jistr has joined #openstack-glance07:18
*** tobe has quit IRC07:19
*** TravT has quit IRC07:23
*** takedakn has joined #openstack-glance07:33
*** chlong has quit IRC07:37
*** takedakn has quit IRC07:38
*** tobe has joined #openstack-glance07:54
*** bfic has quit IRC08:00
cpallarestobe: Just for future reference, you should paste your output into http://paste.openstack or a similar service :)08:09
*** TravT has joined #openstack-glance08:24
tobeThanks for @cpallares suggestion. I'm new to the community and will learn to do it right :-)08:25
openstackgerritKamil Rykowski proposed openstack/glance: Change status code from 500 to 400 for image update request  https://review.openstack.org/18402308:26
*** TravT has quit IRC08:28
*** bfic has joined #openstack-glance08:28
*** groen693 has joined #openstack-glance08:54
*** e0ne has joined #openstack-glance08:54
*** e0ne is now known as e0ne_08:54
*** e0ne_ is now known as e0ne08:54
*** e0ne is now known as e0ne_08:55
*** julim has quit IRC08:55
*** groen692 has quit IRC08:56
*** e0ne_ is now known as e0ne08:59
*** e0ne has quit IRC09:28
*** aix has joined #openstack-glance09:29
*** TravT has joined #openstack-glance09:30
*** bfic has quit IRC09:34
*** TravT has quit IRC09:35
*** bfic has joined #openstack-glance09:50
*** haomaiwang has quit IRC09:50
*** bfic has quit IRC10:37
*** haomaiwa_ has joined #openstack-glance10:39
*** tobe has quit IRC10:58
*** TravT has joined #openstack-glance11:19
*** TravT has quit IRC11:24
*** tobe has joined #openstack-glance11:27
*** bfic has joined #openstack-glance11:31
*** aix has quit IRC11:42
*** aswadr has joined #openstack-glance11:56
*** gberginc has quit IRC12:07
*** bfic has quit IRC12:09
*** aix has joined #openstack-glance12:13
*** tobe has quit IRC12:19
*** tobe has joined #openstack-glance12:21
*** freerunner has joined #openstack-glance12:43
*** alejandrito has joined #openstack-glance12:47
*** tobe has quit IRC12:53
*** tobe has joined #openstack-glance12:57
*** chlong has joined #openstack-glance12:59
*** ducttape_ has joined #openstack-glance13:00
*** tobe has quit IRC13:01
*** TravT has joined #openstack-glance13:08
*** TravT has quit IRC13:13
*** chlong has quit IRC13:14
*** ducttape_ has quit IRC13:14
*** peristeri has joined #openstack-glance13:22
*** chlong has joined #openstack-glance13:31
*** ducttape_ has joined #openstack-glance13:33
*** ducttape_ has quit IRC13:34
*** ducttape_ has joined #openstack-glance13:36
*** ducttape_ has quit IRC13:38
*** ericpeterson has joined #openstack-glance13:41
*** ericpeterson has quit IRC13:43
*** freerunner has quit IRC13:49
*** annegentle has joined #openstack-glance13:49
*** freerunner has joined #openstack-glance13:50
*** freerunner has quit IRC13:54
*** julim has joined #openstack-glance14:20
*** ducttape_ has joined #openstack-glance14:25
*** vijendar has joined #openstack-glance14:29
*** gokrokve has joined #openstack-glance14:31
*** freerunner has joined #openstack-glance14:42
*** zul has quit IRC14:42
*** freerunner has quit IRC14:43
*** haomaiwa_ has quit IRC14:44
*** ducttape_ has quit IRC14:48
*** takedakn has joined #openstack-glance14:51
*** freerunner has joined #openstack-glance14:53
*** nlevinki has quit IRC14:54
*** sgotliv_ has joined #openstack-glance14:56
*** annegentle has quit IRC15:00
*** Murali has quit IRC15:03
*** dims has joined #openstack-glance15:04
*** e0ne has joined #openstack-glance15:10
*** ParsectiX has joined #openstack-glance15:10
*** ParsectiX has quit IRC15:11
*** markus_z has joined #openstack-glance15:13
*** aswadr has quit IRC15:14
*** e0ne has quit IRC15:16
*** ducttape_ has joined #openstack-glance15:17
*** tshefi has quit IRC15:17
*** dims has quit IRC15:24
*** TravT has joined #openstack-glance15:24
*** gokrokve_ has joined #openstack-glance15:26
*** gokrokve_ has quit IRC15:27
*** gokrokve_ has joined #openstack-glance15:27
*** ducttape_ has quit IRC15:28
*** gokrokve has quit IRC15:29
*** TravT has quit IRC15:29
*** freerunner has quit IRC15:31
*** takedakn has quit IRC15:31
*** sgotliv_ has quit IRC15:32
*** freerunner has joined #openstack-glance15:32
*** freerunner has quit IRC15:37
*** groen693 has quit IRC15:46
*** freerunner has joined #openstack-glance15:46
*** dims has joined #openstack-glance15:48
*** ducttape_ has joined #openstack-glance15:48
*** TravT has joined #openstack-glance15:48
*** julim has quit IRC15:51
*** markus_z has quit IRC15:52
*** david-lyle has joined #openstack-glance15:54
*** annegentle has joined #openstack-glance15:56
*** takedakn has joined #openstack-glance15:57
*** haomaiwang has joined #openstack-glance15:59
*** annegentle has quit IRC16:04
*** annegentle has joined #openstack-glance16:08
*** ccard has joined #openstack-glance16:08
*** e0ne has joined #openstack-glance16:13
*** gberginc has joined #openstack-glance16:14
*** jistr has quit IRC16:20
*** GB21 has joined #openstack-glance16:23
*** e0ne has quit IRC16:30
*** ducttape_ has quit IRC16:36
*** e0ne has joined #openstack-glance16:37
*** e0ne has quit IRC16:41
*** annegentle has quit IRC16:43
*** annegentle has joined #openstack-glance16:54
*** freerunner has quit IRC16:54
*** jamielennox|away is now known as jamielennox17:01
*** freerunner has joined #openstack-glance17:04
*** annegentle has quit IRC17:05
*** GB21 has quit IRC17:12
*** GB21 has joined #openstack-glance17:15
*** david-lyle has quit IRC17:29
*** TravT has quit IRC17:30
*** gberginc has quit IRC17:30
*** dims has quit IRC17:33
*** TravT has joined #openstack-glance17:44
*** TravT has quit IRC17:49
*** ducttape_ has joined #openstack-glance17:49
*** takedakn has quit IRC17:54
*** julim has joined #openstack-glance17:54
*** e0ne has joined #openstack-glance17:57
*** ducttape_ has quit IRC17:59
*** aix has quit IRC18:07
*** TravT has joined #openstack-glance18:11
*** TravT has quit IRC18:11
*** julim has quit IRC18:19
*** GB21 has quit IRC18:25
openstackgerritVictor Stinner proposed openstack/glance_store: Port exception_to_str() to Python 3  https://review.openstack.org/18457418:25
*** gokrokve has joined #openstack-glance18:26
*** mjturek1 has quit IRC18:26
*** e0ne has quit IRC18:26
*** takedakn has joined #openstack-glance18:30
*** gokrokve_ has quit IRC18:30
*** julim has joined #openstack-glance18:32
*** sigmavirus24_awa is now known as sigmavirus2418:34
*** sigmavirus24 is now known as sigmavirus24_awa18:44
*** dims has joined #openstack-glance18:45
*** GB21 has joined #openstack-glance18:46
*** freerunner has quit IRC18:51
*** takedakn has quit IRC18:51
*** sigmavirus24_awa is now known as sigmavirus2418:51
*** sigmavirus24 is now known as sigmavirus24_awa18:52
*** sigmavirus24_awa is now known as sigmavirus2418:54
*** gokrokve_ has joined #openstack-glance18:59
*** TravT has joined #openstack-glance19:03
*** gokrokve has quit IRC19:03
*** gokrokve_ has quit IRC19:04
*** ayoung has joined #openstack-glance19:06
*** mjturek1 has joined #openstack-glance19:08
*** gokrokve has joined #openstack-glance19:11
*** groen692 has joined #openstack-glance19:11
*** gokrokve has quit IRC19:16
*** david-lyle has joined #openstack-glance19:18
*** julim has quit IRC19:25
*** ducttape_ has joined #openstack-glance19:26
*** dims has quit IRC19:26
*** david-lyle has quit IRC19:27
*** TravT has quit IRC19:28
*** TravT has joined #openstack-glance19:28
*** sigmavirus24 is now known as sigmavirus24_awa19:31
*** groen692 has quit IRC19:31
*** ducttape_ has quit IRC19:32
*** TravT has quit IRC19:33
openstackgerritVictor Stinner proposed openstack/glance_store: Fix Python 3 issues  https://review.openstack.org/18459919:40
openstackgerritVictor Stinner proposed openstack/glance_store: Use six.moves to fix imports on Python 3  https://review.openstack.org/18460019:41
openstackgerritVictor Stinner proposed openstack/glance_store: Port S3 driver to Python 3  https://review.openstack.org/18460119:42
openstackgerritVictor Stinner proposed openstack/glance_store: Port swift driver to Python 3  https://review.openstack.org/18460219:44
openstackgerritVictor Stinner proposed openstack/glance_store: Port vmware driver to Python 3  https://review.openstack.org/18460319:46
openstackgerritVictor Stinner proposed openstack/glance_store: Fix Python 3 issues  https://review.openstack.org/18459919:47
*** dims has joined #openstack-glance19:48
*** freerunner has joined #openstack-glance19:48
openstackgerritVictor Stinner proposed openstack/glance_store: Port remaining tests to Python 3  https://review.openstack.org/18460419:49
openstackgerritVictor Stinner proposed openstack/glance_store: Close a file to fix a resource warning on Python 3  https://review.openstack.org/18460519:49
*** ayoung has quit IRC19:51
*** jamielennox is now known as jamielennox|away19:56
*** dims has quit IRC19:59
*** gokrokve has joined #openstack-glance20:02
*** GB21 has quit IRC20:09
*** Longgeek has quit IRC20:30
*** gokrokve has quit IRC20:31
*** dims has joined #openstack-glance20:38
*** dims has quit IRC20:38
*** dims has joined #openstack-glance20:39
*** dims has quit IRC20:39
*** dims has joined #openstack-glance20:39
*** david-lyle has joined #openstack-glance20:44
*** TravT has joined #openstack-glance20:45
*** sigmavirus24_awa is now known as sigmavirus2420:47
*** ducttape_ has joined #openstack-glance20:47
*** jamielennox|away is now known as jamielennox20:50
*** TravT has quit IRC20:51
*** freerunner has quit IRC21:06
*** boris-42 has joined #openstack-glance21:16
*** takedakn has joined #openstack-glance21:19
*** dims has quit IRC21:24
*** david-lyle has quit IRC21:24
*** ducttape_ has quit IRC21:34
*** takedakn has quit IRC21:39
*** sigmavirus24 is now known as sigmavirus24_awa21:43
*** jamielennox is now known as jamielennox|away21:43
*** vijendar has quit IRC21:48
*** dims has joined #openstack-glance21:55
*** jamielennox|away is now known as jamielennox21:59
*** freerunner has joined #openstack-glance22:04
*** chlong has quit IRC22:12
*** dims has quit IRC22:14
*** freerunner has quit IRC22:19
*** ayoung has joined #openstack-glance22:19
*** ayoung has quit IRC22:27
*** mjturek1 has quit IRC22:29
*** jamielennox is now known as jamielennox|away22:31
*** sgotliv_ has joined #openstack-glance22:34
*** peristeri has quit IRC22:34
*** david-lyle has joined #openstack-glance22:45
*** TravT has joined #openstack-glance22:45
*** ayoung has joined #openstack-glance22:54
*** e0ne has joined #openstack-glance23:04
*** TravT has quit IRC23:09
*** david-lyle has quit IRC23:13
*** e0ne has quit IRC23:15
*** ayoung has quit IRC23:16
*** ducttape_ has joined #openstack-glance23:21
*** shakamunyi has joined #openstack-glance23:27
*** freerunner has joined #openstack-glance23:33
*** chlong has joined #openstack-glance23:34
*** takedakn has joined #openstack-glance23:36
*** ayoung has joined #openstack-glance23:36
*** takedakn has quit IRC23:36
*** sgotliv_ has quit IRC23:36
*** e0ne has joined #openstack-glance23:44
*** freerunner has quit IRC23:48
*** shakamunyi has quit IRC23:49

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