Wednesday, 2016-04-20

*** ewilson has quit IRC00:00
*** _amrith_ is now known as amrith00:20
*** haomaiwang has joined #openstack-trove00:21
*** haomaiwang has quit IRC00:26
*** imandhan has quit IRC00:39
openstackgerritOpenStack Proposal Bot proposed openstack/trove: Updated from global requirements  https://review.openstack.org/30778300:43
*** tellesnobrega_af is now known as tellesnobrega00:44
*** tellesnobrega is now known as tellesnobrega_af00:48
*** tellesnobrega_af is now known as tellesnobrega00:50
*** cheneydc has joined #openstack-trove00:55
*** amrith is now known as _amrith_01:08
*** tellesnobrega is now known as tellesnobrega_af01:09
*** _amrith_ is now known as amrith01:16
*** jinxing has joined #openstack-trove01:18
*** tellesnobrega_af is now known as tellesnobrega01:33
openstackgerritMerged openstack/trove: Imported Translations from Zanata  https://review.openstack.org/30691701:51
openstackgerritOpenStack Proposal Bot proposed openstack/trove: Updated from global requirements  https://review.openstack.org/30778301:57
*** amrith is now known as _amrith_02:10
*** pmackinn has quit IRC02:20
*** _amrith_ is now known as amrith02:26
*** sekrit is now known as CIA02:44
*** rmevans has joined #openstack-trove02:57
*** mingdang1 has joined #openstack-trove03:06
*** sgotliv_ has joined #openstack-trove03:12
*** imandhan has joined #openstack-trove03:16
*** rmevans has quit IRC03:19
*** links has joined #openstack-trove03:21
*** rmevans has joined #openstack-trove03:25
*** sgotliv_ has quit IRC03:38
openstackgerritPetr Malik proposed openstack/trove: Create default datastore options  https://review.openstack.org/30812603:39
*** amrith is now known as _amrith_03:45
*** jinxing has quit IRC03:52
*** imandhan has quit IRC04:06
*** mmasaki has quit IRC04:10
*** sgotliv has joined #openstack-trove04:12
*** mmasaki has joined #openstack-trove04:16
*** mingdang1 has quit IRC04:16
*** imandhan has joined #openstack-trove04:38
*** _amrith_ is now known as amrith04:53
*** wcriswell has quit IRC05:14
*** amrith is now known as _amrith_05:32
*** sgotliv has quit IRC05:58
*** rmevans has quit IRC06:09
*** izbrandon has quit IRC06:11
*** izbrandon has joined #openstack-trove06:12
*** rcernin has joined #openstack-trove06:21
openstackgerritPeter Stachowski proposed openstack/trove: Add variables for quota configuration  https://review.openstack.org/27487206:31
openstackgerritPeter Stachowski proposed openstack/trove: Add variables for quota configuration  https://review.openstack.org/27487206:35
*** tesseract has joined #openstack-trove06:47
*** tesseract is now known as Guest6708206:48
*** imandhan has quit IRC07:18
*** sgotliv has joined #openstack-trove08:06
*** mingdang1 has joined #openstack-trove08:17
*** _amrith_ is now known as amrith08:25
*** arist has quit IRC08:28
*** arist has joined #openstack-trove08:29
*** sgotliv has quit IRC08:36
*** david-lyle has quit IRC08:59
*** david-lyle has joined #openstack-trove09:00
*** mingdang1 has quit IRC09:03
openstackgerritAbhishek Kekane proposed openstack/trove: Python3: Add support for raise and ConfigParser  https://review.openstack.org/27441109:48
*** sgotliv has joined #openstack-trove09:52
*** amrith is now known as _amrith_09:52
*** cheneydc has quit IRC10:01
*** tosky has joined #openstack-trove10:02
*** tellesnobrega is now known as tellesnobrega_af10:54
*** _amrith_ is now known as amrith11:26
*** haomaiwang has joined #openstack-trove11:27
*** mingdang1 has joined #openstack-trove11:27
*** amrith is now known as _amrith_11:36
*** haomaiwang has quit IRC12:01
*** imandhan has joined #openstack-trove12:22
*** imandhan has quit IRC12:26
openstackgerritVictor Stinner proposed openstack/trove: Port crypto_utils to Python 3  https://review.openstack.org/29788812:38
*** haypo has joined #openstack-trove12:38
haypopeterstac: hi. the update https://review.openstack.org/#/c/297888/ (crypto utils) should look better now ;)12:39
*** miqui has joined #openstack-trove12:42
openstackgerritVictor Stinner proposed openstack/trove: Port crypto_utils to Python 3  https://review.openstack.org/29788812:46
*** links has quit IRC12:46
*** tellesnobrega_af is now known as tellesnobrega12:52
*** pmackinn has joined #openstack-trove13:13
*** ewilson has joined #openstack-trove13:25
*** rita has joined #openstack-trove13:31
*** haomaiwang has joined #openstack-trove13:31
openstackgerritVictor Stinner proposed openstack/trove: Python 3: fix relative imports  https://review.openstack.org/30832813:33
*** tellesnobrega is now known as tellesnobrega_af13:36
openstackgerritVictor Stinner proposed openstack/trove: pep8: exclude .git/ subdirectory  https://review.openstack.org/30833013:37
openstackgerritVictor Stinner proposed openstack/trove: Python 3: avoid sets.Set and string.letters  https://review.openstack.org/30833213:41
*** haomaiwang has quit IRC13:44
*** links has joined #openstack-trove13:52
*** rita has quit IRC13:54
*** _amrith_ is now known as amrith13:55
openstackgerritVictor Stinner proposed openstack/trove: Simplify guestagent.pkg: don't use metaclass  https://review.openstack.org/30834313:56
peterstachaypo, looks good - thx!13:57
haypopeterstac: ah cool, it wasn't a simple change. your review was useful ;)13:57
peterstacyeah, I remember it was a pain to code as well :)13:58
haypook. i sent a few py3 patches. now i should try to understand the purpose of the _find_mock_refs() thing (hack?)13:58
peterstaclooks better now, thanks!13:58
haypopeterstac: do you know TestCase._find_mock_refs()?13:58
peterstacI believe that's so we don't leave mocked objects around after the test is done13:59
haypoif i disable this function, loading unit tests takes 60 seconds less13:59
peterstacWe've had failures because of that in the past13:59
peterstacIf you're worried about performance, there are env variables you can use to 'short-circuit' it13:59
haypopeterstac: it looks like a complex solution. there is a simple mock.patch.stopall() function "    Stop all active patches. Only stops patches started with start.14:00
haypo"14:00
peterstacyeah, unfortunately most of the mocks are 'old-style' ...14:00
peterstacvar_orig = orig14:00
peterstacorig = mock()14:00
peterstacthen14:00
openstackgerritFlavio Percoco proposed openstack/trove-specs: Extend Trove to allow for other compute backends  https://review.openstack.org/30788314:01
peterstacorig = var_orig at the end14:01
peterstac(maybe not most, but a lot)14:01
peterstacwe've switched to the start/stop model, but a decision was made not to retrofit existing tests14:02
peterstacso this way we can detect all cases14:02
peterstacexport TOX_TESTENV_PASSENV=TROVE_TESTS_UNMOCK_RECURSION_DEPTH14:02
peterstacexport TROVE_TESTS_UNMOCK_RECURSION_DEPTH=114:02
peterstacthat's what I use locally14:02
haypopeterstac: hum. so the right fix would be to enhance remaining tests not using patch() yet14:03
peterstacyou can also set the recursion depth to 0 and it'll go a bit faster14:03
peterstacsure, but like I said the community determined that the risk outweighed the benefit14:03
haypok14:04
peterstacand with the ENVs set above (especially to '0') the tests run just as fast14:04
*** pmackinn has quit IRC14:09
openstackgerritDuk Loi proposed openstack/trove-dashboard: Install horizon in runtest.sh  https://review.openstack.org/30836214:22
*** pmackinn has joined #openstack-trove14:23
*** imandhan has joined #openstack-trove14:23
*** mingdang1 has quit IRC14:23
*** imandhan has quit IRC14:28
*** tellesnobrega_af is now known as tellesnobrega14:29
openstackgerritOpenStack Proposal Bot proposed openstack/trove: Updated from global requirements  https://review.openstack.org/30778314:43
*** tosky has quit IRC14:47
*** haomaiwang has joined #openstack-trove14:52
*** jinxing has joined #openstack-trove14:53
*** tosky has joined #openstack-trove14:54
*** amit213 has quit IRC15:06
*** twm2016 has joined #openstack-trove15:07
*** amit213 has joined #openstack-trove15:08
*** haomaiwang has quit IRC15:09
jinxinghi guys. when i create a trove instance, it failed for the reason “ERROR: The server could not comply with the request since it is either malformed or otherwise incorrect.”15:12
jinxingwhat should i do?15:12
vkmcjinxing, where are you seeing that error?15:21
*** haomaiwang has joined #openstack-trove15:22
jinxingin the horizon and the CLI15:22
jinxing[root@trove-demo ~(keystone_admin)]# trove  create trove-test 2 --size 1 --databases mysql-test --users root:99cloud --datastore mysql5.5 --datastore_version 5.5  --nic net-id=201df963-db68-4518-88e2-7f56bae79d0715:22
jinxingERROR: The server could not comply with the request since it is either malformed or otherwise incorrect. (HTTP 400)15:22
jinxing[root@trove-demo ~(keystone_admin)]#15:22
*** pmackinn has quit IRC15:23
*** imandhan has joined #openstack-trove15:24
openstackgerritMerged openstack/trove-dashboard: Imported Translations from Zanata  https://review.openstack.org/30369015:27
jinxing[keystone_authtoken]15:28
jinxingauth_uri = http://172.16.50.151:5000/v2.015:28
jinxingidentity_uri=http://172.16.50.151:3535715:28
jinxingadmin_user = trove15:28
jinxingadmin_password = xxxx15:28
jinxingadmin_tenant_name = services15:28
jinxingproject_domain_id = default15:28
jinxinguser_domain_id = default15:28
jinxingthis is my keystone_authtoken configuration15:28
*** imandhan has quit IRC15:29
openstackgerritDuk Loi proposed openstack/trove-dashboard: Trove add support for log retrieval  https://review.openstack.org/28956415:32
*** links has quit IRC15:32
openstackgerritMerged openstack/trove-dashboard: Cluster details page should list all endpoints  https://review.openstack.org/29003115:33
vkmcjinxing, how did you deploy trove?15:34
jinxingdeployed by rdo15:34
jinxing“trove list”  workd well15:34
jinxingalso “ trove datastore-list”15:35
vkmcjinxing, how did you create the image you are using?15:35
vkmcif you are using RDO I assume you used packstack15:36
*** haomaiwang has quit IRC15:36
jinxing1.create a vm in vmware and install trove guest agent and so on . 2. convert to qcow2. 3. upload the image by “glance create-image”15:37
jinxingyes, I install the trove by packstack15:38
*** nikhil_k has joined #openstack-trove15:38
*** nikhil has quit IRC15:40
openstackgerritDuk Loi proposed openstack/trove-dashboard: Enable cluster support for mariadb and cassandra  https://review.openstack.org/28680615:42
*** tellesnobrega is now known as tellesnobrega_af15:51
openstackgerritDuk Loi proposed openstack/trove-dashboard: Add support for instance datastore-flavors  https://review.openstack.org/28615915:53
*** tellesnobrega_af is now known as tellesnobrega15:53
*** twm2016 has quit IRC15:54
*** ewilson has quit IRC16:07
*** ewilson has joined #openstack-trove16:07
*** jinxing has quit IRC16:18
*** jinxing has joined #openstack-trove16:19
*** jinxing has quit IRC16:23
*** imandhan has joined #openstack-trove16:25
*** twm2016 has joined #openstack-trove16:29
*** imandhan has quit IRC16:30
*** tellesnobrega is now known as tellesnobrega_af16:31
*** pmackinn has joined #openstack-trove16:33
*** johnma has quit IRC16:36
*** haypo has left #openstack-trove16:38
*** amrith is now known as _amrith_16:41
*** david-nesher has joined #openstack-trove16:45
*** Guest67082 has quit IRC16:46
*** _amrith_ is now known as amrith16:47
*** johnma has joined #openstack-trove16:48
*** dalees` has quit IRC16:54
*** tosky has quit IRC17:07
*** imandhan has joined #openstack-trove17:17
openstackgerritMerged openstack/trove-dashboard: Install horizon in runtest.sh  https://review.openstack.org/30836217:20
openstackgerritMerged openstack/trove: Python3: Add support for raise and ConfigParser  https://review.openstack.org/27441117:21
*** haomaiwang has joined #openstack-trove17:21
*** mingdang1 has joined #openstack-trove17:24
*** mingdang1 has quit IRC17:28
*** tosky has joined #openstack-trove17:36
*** pmackinn has quit IRC17:41
*** tellesnobrega_af is now known as tellesnobrega17:41
openstackgerritTrevor McCasland proposed openstack/trove: Cleaned guestagent config for data_registry_ext  https://review.openstack.org/28443417:46
*** pmackinn has joined #openstack-trove17:56
amrithtrove meeting shortly, #openstack-meeting-alt17:57
openstackgerritPetr Malik proposed openstack/trove: Create default datastore options  https://review.openstack.org/30812617:58
openstackgerritPetr Malik proposed openstack/trove: Create default datastore options  https://review.openstack.org/30812618:15
openstackgerritCraig Vyvial proposed openstack/trove: update the devstack/plugin variables that are deprecated  https://review.openstack.org/20755618:15
openstackgerritPetr Malik proposed openstack/trove: Create default datastore options  https://review.openstack.org/30812618:17
openstackgerritPetr Malik proposed openstack/trove: Create default datastore options  https://review.openstack.org/30812618:18
*** haomaiwang has quit IRC18:35
*** haomaiwang has joined #openstack-trove18:37
openstackgerritPeter Stachowski proposed openstack/python-troveclient: Fixed output of cluster-create in CLI  https://review.openstack.org/29893219:00
*** pmackinn has quit IRC19:00
*** tqtran has joined #openstack-trove19:00
peterstacjohnma, SlickNik: The releasenote on https://review.openstack.org/#/c/298932 had an inadvertent ':'19:03
johnmaamrith: the link in gist for the Trove-Dashboard works now for me. Thanks19:03
peterstacmind looking at it again quickly? :D19:03
johnmasure, I remember you mentioned that in your mail regarding the release notes19:04
peterstacyeah, you can't have ':' or '-' with a space after it19:04
*** rcernin has quit IRC19:05
johnmayeah, I need to keep that in mind while reviewing. Thanks for fixing it Peter.19:05
*** sgotliv has quit IRC19:12
*** haomaiwang has quit IRC19:13
*** haomaiwang has joined #openstack-trove19:27
*** rcernin has joined #openstack-trove19:31
*** haomaiwang has quit IRC19:33
pmalikAny ideas why the stable/kilo tests started to fail? https://review.openstack.org/#/c/288570/ Devstack (see the devstack log) fails with: pkg_resources.ContextualVersionConflict: (pbr 0.11.1 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('pbr>=1.8'), set(['testresources']))19:33
pmalik^^^ amrith, cp16net, SlickNik19:33
pmalik^^^ BTW, is kilo actually still officially supported?19:34
*** haomaiwang has joined #openstack-trove19:36
toskyfor two or three weeks still19:37
cp16netpm http://releases.openstack.org/19:37
cp16netpmalik: ^^19:37
*** pmackinn has joined #openstack-trove19:47
openstackgerritMerged openstack/trove: Python 3: avoid sets.Set and string.letters  https://review.openstack.org/30833219:50
*** pmackinn has quit IRC19:51
*** pmackinn has joined #openstack-trove19:59
openstackgerritPeter Stachowski proposed openstack/python-troveclient: Display min/max correctly from config-param-list  https://review.openstack.org/30801520:01
*** haomaiwang has quit IRC20:02
*** mariusv has quit IRC20:08
*** haomaiwang has joined #openstack-trove20:17
openstackgerritPeter Stachowski proposed openstack/trove: Add New Relic License module driver  https://review.openstack.org/30734620:18
openstackgerritPeter Stachowski proposed openstack/trove: Fixed module-apply on removed module  https://review.openstack.org/30741820:21
*** rmevans has joined #openstack-trove20:28
*** haomaiwang has quit IRC20:36
*** haomaiwang has joined #openstack-trove20:38
*** haomaiwang has quit IRC20:39
openstackgerritMerged openstack/trove: pep8: exclude .git/ subdirectory  https://review.openstack.org/30833020:43
openstackgerritMerged openstack/trove: Updated from global requirements  https://review.openstack.org/30778320:43
*** pmackinn has quit IRC21:05
*** stewie925_ has joined #openstack-trove21:05
*** ewilson has quit IRC21:27
stewie925_hello cp16net21:50
*** miqui has quit IRC21:52
*** nikhil_k is now known as nikhil21:58
*** tosky has quit IRC22:32
*** twm2016 has quit IRC22:43
*** ewilson has joined #openstack-trove22:52
*** ewilson has quit IRC22:53
*** krotscheck is now known as krotscheck_dcm22:57
*** mingdang1 has joined #openstack-trove23:06
openstackgerritSTEW TY proposed openstack/trove: change vertica config parameter  https://review.openstack.org/30869323:19
*** jinxing has joined #openstack-trove23:28
*** jinxing has quit IRC23:43

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