Wednesday, 2015-12-16

openstackgerritMerged openstack/python-manilaclient: Drop py33 support  https://review.openstack.org/25775000:07
*** david-lyle has joined #openstack-manila00:36
*** david-lyle_ has quit IRC00:36
*** merooney has joined #openstack-manila00:48
*** pgbridge has quit IRC00:56
*** yangyapeng has joined #openstack-manila01:20
*** chlong has joined #openstack-manila01:21
*** martyturner has quit IRC01:47
*** mtanino has quit IRC02:01
*** a_ta has joined #openstack-manila02:44
*** a_ta has quit IRC02:48
*** cknight has joined #openstack-manila03:06
*** houming has joined #openstack-manila03:15
*** cknight has quit IRC03:37
*** cknight has joined #openstack-manila03:40
*** a_ta has joined #openstack-manila03:44
*** a_ta has quit IRC03:49
*** Eva-i has joined #openstack-manila03:54
*** vbellur has joined #openstack-manila03:57
Eva-iHello. I'm a newbie. I'm trying to use manila-ui, but when I click on "Shares" button in Horizon, the error appears. This is the end of my horizon log: http://paste.openstack.org/show/UOVYKXRVeMNcjxfSLtoC/. How can I tune manila-ui to use other Manila API version?03:57
bswartzEva-i: I haven't see this particular bug before03:58
bswartz1.0 SHOULD be acceptable03:58
bswartzwhat version of the client did you use?03:58
bswartzI suspect you either have something out of date or we forgot to update something03:59
Eva-ibswartz: I use just the one client pip downloaded on .venv creation. It was today. Okay, I'll check if the client is outdated.04:00
bswartzEva-i: it might be a new bug in Mitaka -- we've been updating the client to be smarter about microversions04:01
bswartzcan you file a LP bug?04:02
bswartzinclude the above paste link and the versions of things you used04:02
Eva-ibswartz: I'm sorry. I figured it out. I just run horizon's run_tests.sh from the wrong environment.04:03
bswartzok04:03
Eva-ibswartz: thank you for your responsiveness04:05
bswartzgood thing you caught me before bedtime04:06
*** nidhimittalhada has joined #openstack-manila04:23
*** nidhimittalhada has quit IRC04:24
*** cknight has quit IRC04:29
*** cknight has joined #openstack-manila04:32
*** cknight has quit IRC04:34
*** merooney has quit IRC04:37
*** nidhimittalhada has joined #openstack-manila04:43
nidhimittalhada@cknight, @vponomaryov, @bswartz @cfouts  Kindly review https://review.openstack.org/#/c/255802/04:44
nidhimittalhada@zhongjun @rhagarty @markstur   kindly review https://review.openstack.org/#/c/255802/04:45
nidhimittalhadathank you04:45
*** shausy has joined #openstack-manila05:12
*** merooney has joined #openstack-manila05:37
*** lpabon has quit IRC05:45
*** deepakcs has joined #openstack-manila06:14
*** cknight has joined #openstack-manila06:15
*** kaisers has quit IRC06:23
*** nidhimittalhada has quit IRC06:25
*** cknight has quit IRC06:34
*** kaisers has joined #openstack-manila07:08
*** kaisers has quit IRC07:09
*** kaisers has joined #openstack-manila07:12
*** merooney has quit IRC07:16
*** a_ta has joined #openstack-manila07:31
*** a_ta has quit IRC07:37
*** martyturner has joined #openstack-manila07:47
*** zhongjun has quit IRC07:48
*** zhongjun has joined #openstack-manila07:49
*** martyturner has quit IRC07:52
*** chlong has quit IRC08:17
*** yportnova__ has joined #openstack-manila08:40
*** yportnova__ has quit IRC08:42
*** ociuhandu has joined #openstack-manila08:59
*** ociuhandu has quit IRC10:04
*** ociuhandu has joined #openstack-manila10:04
*** gouthamr has joined #openstack-manila10:06
*** lpetrut has joined #openstack-manila10:14
*** Eva-i has quit IRC10:34
*** a_ta has joined #openstack-manila10:37
*** a_ta has quit IRC10:41
*** yangyapeng has quit IRC11:24
*** gouthamr_ has joined #openstack-manila11:35
*** gouthamr has quit IRC11:39
*** erlon has joined #openstack-manila11:43
*** jcsp has quit IRC11:52
*** jcsp has joined #openstack-manila11:57
*** adrianofr has joined #openstack-manila12:13
*** nidhimittalhada has joined #openstack-manila12:18
nidhimittalhadahi12:18
vponomaryovto_all: our gate jobs are broken until https://review.openstack.org/#/c/258458/ is merged12:20
*** ganso has joined #openstack-manila12:30
zhongjun@vponomaryov hi :)12:38
vponomaryovzhongjun: hi12:41
zhongjun@vponomaryov When I create a LDAP security-service, I did not find the LDAP port parameter in Manila CLI command.12:41
zhongjunDid I missing something?12:41
zhongjunmanila security-service-create [--dns-ip] [--server] [--domain] [--user] [--password] [--name] [--description] <type>12:43
vponomaryovzhongjun: there is no "port" attr for security services in manila12:44
zhongjun @vponomaryov   But port is a necessary parameter in LDAP.12:46
vponomaryovzhongjun: why do you need APi for it?12:47
zhongjun @vponomaryov    I want to create a LDAP security service12:48
zhongjunmanila security-service-create type=LDAP12:49
vponomaryovzhongjun: it has fixed ports12:50
vponomaryovzhongjun: 389 and 63612:50
vponomaryovzhongjun: why do you need to provide those via API?12:50
*** jcsp has quit IRC12:52
zhongjunBecause I can not get port in Driver12:52
zhongjunthe port can be set within range 1-6553612:55
zhongjunthe port can be set within range 1-6553512:55
vponomaryovit is general port range12:56
vponomaryovzhongjun: in your case LDAP will use different ports?12:57
vponomaryovzhongjun: what is the reason to change port?12:57
vponomaryovzhongjun: from default one12:57
vponomaryovzhongjun: default two12:57
zhongjun @vponomaryov  How to choose witch one is right?12:58
vponomaryovzhongjun: 636 is for SSL-wrapped sockets12:59
*** nidhimittalhada has quit IRC12:59
zhongjuns/witch/which12:59
*** lpabon has joined #openstack-manila13:00
zhongjunso I only use 636 in my driver?13:00
zhongjunUse default value?13:01
vponomaryovzhongjun: 389 for insecure connections and 636 for secure ones, you choose which one do you need13:01
*** houming has quit IRC13:03
zhongjunBut LDAP could set port in the range 1-65536? Is it right?13:03
zhongjun"you choose which one do you need" means choose one in driver? not need user to choose?13:04
vponomaryovzhongjun: yes, port can be changed13:05
vponomaryovzhongjun: users make no influence to ports13:06
vponomaryovzhongjun: if you think "port" field should be added to security service model, then, you can file a bug describing why13:07
*** jcsp has joined #openstack-manila13:08
vponomaryovzhongjun: several drivers already use "active_directory" and do not need it13:08
vponomaryovit - port attr for sec serv model13:08
vponomaryovzhongjun: so, you can look at existing code for NetApp and EMC VNX drivers13:09
zhongjun@vponomaryov  maybe we could add port, but port parameter is not necessary?13:09
vponomaryovzhongjun: if you do need to use it in your drvier, then it is good reason to update ss model13:10
*** chlong has joined #openstack-manila13:11
zhongjun@vponomaryov  I only see Netapp support LDAP, and use default port 389.13:12
openstackgerritMerged openstack/python-manilaclient: Fix microversion comparison approach in functional tests  https://review.openstack.org/25748013:12
zhongjun @vponomaryov  Thanks a lot.13:13
vponomaryovzhongjun: idea in using security services in general13:13
zhongjun @vponomaryov  ok, I see.  There is another question is when I create a  security-service all of the parameter is necessary in manila-ui13:16
zhongjun @vponomaryov  eg: I can not create a LDAP security-service when I not input the parameter user, password, etc in manila-ui.13:20
vponomaryovzhongjun: and question is?13:21
vponomaryovzhongjun: will be back in about 30 minutes13:21
zhongjunBut create a LDAP security-service not need password, user13:21
*** breitz has quit IRC13:32
*** breitz has joined #openstack-manila13:32
*** vbellur has quit IRC13:32
*** timcl has joined #openstack-manila13:36
*** akerr has joined #openstack-manila13:45
*** eharney has joined #openstack-manila13:47
*** merooney has joined #openstack-manila13:58
*** a_ta has joined #openstack-manila13:58
vponomaryovzhongjun: security service data used for configuring "client" for remove service14:01
vponomaryovzhongjun: and you want to say that your configuration of client to existing remote service does not require username and password?14:02
*** a_ta has quit IRC14:03
*** martyturner has joined #openstack-manila14:04
*** dcain has joined #openstack-manila14:04
*** porrua has joined #openstack-manila14:08
*** a_ta has joined #openstack-manila14:08
*** ekarlso has quit IRC14:10
*** a_ta has quit IRC14:13
*** xyang1 has joined #openstack-manila14:27
*** cknight has joined #openstack-manila14:31
*** martyturner has quit IRC14:35
*** jcsp has quit IRC14:36
openstackgerritIgor Malinovskiy proposed openstack/manila-image-elements: Add tox job for building LXD image  https://review.openstack.org/23214214:37
openstackgerritIgor Malinovskiy proposed openstack/manila: [WIP][POC] LXC/LXD driver  https://review.openstack.org/24575114:39
*** shausy has quit IRC14:40
*** martyturner has joined #openstack-manila14:41
*** deepakcs has quit IRC14:44
*** zhongjun has quit IRC14:45
*** zhongjun has joined #openstack-manila14:46
*** jcsp has joined #openstack-manila14:49
*** dustins|out is now known as dustins14:52
*** mtanino has joined #openstack-manila14:55
*** dcain has quit IRC14:59
*** csaba1 is now known as csaba15:03
*** a_ta has joined #openstack-manila15:05
*** xyang_ has joined #openstack-manila15:35
*** pgbridge has joined #openstack-manila15:59
*** martyturner has quit IRC16:01
*** martyturner has joined #openstack-manila16:02
*** dcain has joined #openstack-manila16:09
*** martyturner has quit IRC16:10
openstackgerritValeriy Ponomaryov proposed openstack/manila: Fix Tempest microversion comparison approach  https://review.openstack.org/25745916:11
*** ekarlso has joined #openstack-manila16:17
-openstackstatus- NOTICE: Gerrit will be offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html16:20
*** mkoderer has quit IRC16:24
gouthamr_hi vponomaryov16:25
vponomaryovgouthamr_: hello16:25
gouthamr_vponomaryov: Could you advise: https://review.openstack.org/#/c/249542/9/manila/api/v1/share_snapshots.py16:25
*** mkoderer has joined #openstack-manila16:25
vponomaryovgouthamr_: yes, mixin class would be right thing to do16:26
vponomaryovgouthamr_: as it is done for share manage16:27
gouthamr_vponomaryov: thanks.. Where should the mixins live? v1 folder or v2 folder?16:27
vponomaryovgouthamr_: does not really matter, but when we drop v1 we would move such things to v2 subdir16:28
gouthamr_vponomaryov: In that patch, they're under v1: https://review.openstack.org/#/c/249542/9/manila/api/v1/snapshot_manage.py16:28
gouthamr_vponomaryov: exactly what i thought..16:28
gouthamr_vponomaryov: so we can leave that as is? under v1, with all the other mixins?16:29
gouthamr_vponomaryov: thanks!16:30
vponomaryovgouthamr_: move common snapshot logic to mixin class and inherit in v2 adding new logic16:30
gouthamr_vponomaryov: +116:30
*** martyturner has joined #openstack-manila16:31
*** lpetrut has quit IRC16:45
*** jasonsb has quit IRC16:46
*** lpetrut has joined #openstack-manila16:46
vponomaryovto_all: now tempest jobs should work16:46
*** Yogi1 has joined #openstack-manila16:47
*** esker has joined #openstack-manila16:48
*** lpetrut has quit IRC16:50
*** porrua has quit IRC16:56
*** markstur has quit IRC16:59
*** markstur has joined #openstack-manila17:01
xyang_vponomaryov: any specific reason why share_snapshots was not built the same way as shares?17:02
-openstackstatus- NOTICE: Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html17:04
*** ChanServ changes topic to "Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html"17:04
*** Yogi1 has quit IRC17:09
*** xyang_ has quit IRC17:27
*** sedwards has joined #openstack-manila17:28
*** lpetrut has joined #openstack-manila17:28
*** Yogi1 has joined #openstack-manila17:29
*** logan- has quit IRC17:51
*** xyang1 has quit IRC18:12
*** porrua has joined #openstack-manila18:20
*** lpetrut has quit IRC18:24
*** a_ta has quit IRC18:28
*** xyang1 has joined #openstack-manila18:35
*** lpetrut has joined #openstack-manila18:36
*** david-lyle_ has joined #openstack-manila18:49
*** david-lyle has quit IRC18:50
*** Yogi1 has quit IRC18:53
*** david-lyle_ is now known as david-lyle18:54
*** cknight has quit IRC18:57
*** lpabon has quit IRC18:58
*** cknight has joined #openstack-manila18:59
*** gouthamr_ has quit IRC19:03
*** gouthamr has joined #openstack-manila19:12
xyang1vponomaryov: I'm going to move SnapshotManageMixin and SnapshotUnmanageMixin inside share_snapshots.py under v2 because you said non controller should not be in a separate file19:16
*** david-lyle has quit IRC19:17
xyang1vponomaryov: it's still going to be different from share manage because share manage is under both v1 and v219:17
*** a_ta has joined #openstack-manila19:20
*** david-lyle has joined #openstack-manila19:20
*** lpetrut has quit IRC19:23
*** david-lyle_ has joined #openstack-manila19:24
*** david-lyle has quit IRC19:24
*** tpsilva has joined #openstack-manila19:25
*** alyson_ has joined #openstack-manila19:26
*** gouthamr has quit IRC19:28
*** david-lyle_ has quit IRC19:30
*** vponomaryov1 has joined #openstack-manila19:35
vponomaryov1xyang1: what did you mean by "it will be different"?19:36
vponomaryov1xyang1: new "manage" code should not be in mixin - only part of new controller. Mixin should contain old common code for snapshots19:37
xyang1vponomaryov1: I mean there will be no snapshot manage under v1 after I moved it19:37
vponomaryov1xyang1: right19:37
xyang1vponomaryov1: ok, just want to make sure19:37
xyang1vponomaryov1: do you want me to put everything inside the controller class itself?19:38
vponomaryov1xyang1: everything?19:38
xyang1vponomaryov1: I mean the code in snapshotmanagemixin right now19:39
xyang1vponomaryov1: I moved them to the same file but not in the same class yet19:40
vponomaryov1xyang1: yes, my vision is following: http://paste.openstack.org/show/482111/19:40
vponomaryov1xyang1: and answering your earlier question - it was not separated as shares modules because it was not changed19:42
xyang1vponomaryov1: manage and unmanage will be functions but not having its owb class19:42
xyang1s/owb/own19:42
vponomaryov1xyang1: you mean "methods" of controller class?19:43
vponomaryov1xyang1: functions are standalone-thing19:43
xyang1vponomaryov1: yes19:43
vponomaryov1xyang1: right, looks like we are on the same page now ))19:44
vponomaryov1xyang1: thank you19:44
xyang1vponomaryov1: I think so:). thanks!19:44
*** david-lyle has joined #openstack-manila19:48
*** lpabon has joined #openstack-manila19:55
*** martyturner has quit IRC19:58
*** niknakpaddywak has quit IRC19:59
*** dcain has quit IRC20:02
*** dcain has joined #openstack-manila20:02
*** ociuhandu has quit IRC20:18
*** a_ta has quit IRC20:40
*** a_ta has joined #openstack-manila20:41
*** tpsilva has quit IRC20:43
*** a_ta has quit IRC20:46
*** ChanServ changes topic to "OpenStack Manila Project"21:00
-openstackstatus- NOTICE: Gerrit has been upgraded to 2.11. Please report any issues in #openstack-infra as soon as possible.21:00
*** eharney_ has joined #openstack-manila21:01
*** eharney has quit IRC21:02
*** eharney_ is now known as eharney21:02
*** merooney has quit IRC21:10
*** porrua has quit IRC21:13
*** dcain has quit IRC21:13
marksturcknight, "Manila-philes"?21:15
marksturcknight, I prefer ManileƱos21:20
*** esker has quit IRC21:20
marksturcknight, I suppose yours would be more correct21:21
*** a_ta has joined #openstack-manila21:21
cknightmarkstur: :-)  I like the double entendre.21:21
*** a_ta has quit IRC21:21
*** a_ta has joined #openstack-manila21:21
cknightmarkstur: BTW, I'm hoping this helps you build replication in your driver.21:22
marksturcknight, Yeah.  I need to dig into the details, but it sounds like it will help.21:23
marksturxyang1, My patches are updated. Could you take another look, please?  https://review.openstack.org/#/c/245383/  https://review.openstack.org/#/c/249447/21:33
xyang1markstur: sure, if I can get used to the new review gui:)21:34
marksturcknight, You too :)  ^^   Is Goutham on here?  I don't know his IRC handle.21:34
marksturxyang1, If you can't get used to it, then we'll just have to switch to the honor system.  It would be the downfall of opensource.21:35
cknightmarkstur: OK.  Goutham is working in India for the month of December.21:35
xyang1markstur: :)21:35
marksturcknight, Ah.  Thanks.21:35
*** cknight has quit IRC21:41
*** akerr has quit IRC21:44
*** timcl has quit IRC21:49
*** dcain has joined #openstack-manila21:49
xyang1markstur: wow, I figured out how to vote using the new gui:)22:02
vponomaryov1 xyang1: achivement unblocked! You gained plus2gun.22:12
xyang1vponomaryov1: I almost merged it without another +2, it is so confusing22:12
*** lpabon has quit IRC22:15
vponomaryov1xyang1: the only thing I found annoying is default "http auth" for cherry-pick links22:19
vponomaryov1xyang1: it requires one more switch element click to anon22:19
xyang1vponomaryov1: I have not checked that22:20
xyang1vponomaryov1: if I remove +A, it should be removed from gate queue?22:21
vponomaryov1xyang1: try cherry-pick something ))22:21
vponomaryov1xyang1: not sure, need to try22:21
xyang1vponomaryov1: https://review.openstack.org/#/c/24538322:22
xyang1vponomaryov1: it is still in the queue22:22
xyang1vponomaryov1: I don't know if it will fail eventually22:22
vponomaryov1 xyang1: don't worry, gates are broken anyway22:23
vponomaryov1^_^22:23
xyang1vponomaryov1: is it?:)22:23
vponomaryov1believe  me22:24
xyang1vponomaryov1: alright22:24
*** mtanino has quit IRC22:32
*** eharney has quit IRC22:32
*** dcain has quit IRC22:49
*** sgotliv has quit IRC22:57
*** a_ta has quit IRC23:10
*** vponomaryov1 has left #openstack-manila23:14
*** dustins is now known as dustins|out23:30
*** chlong has quit IRC23:57
*** xyang1 has quit IRC23:58

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