Friday, 2015-09-11

*** pratikmallya has quit IRC00:16
*** chlong has quit IRC00:19
*** pratikmallya has joined #openstack-sdks00:36
*** chlong has joined #openstack-sdks01:02
*** chlong has quit IRC01:08
openstackgerritMonty Taylor proposed openstack/os-client-config: Return keystoneauth plugins based on auth args  https://review.openstack.org/22112501:08
openstackgerritMonty Taylor proposed openstack/os-client-config: Defer plugin validation to keystoneauth  https://review.openstack.org/22113101:08
*** mordred has joined #openstack-sdks01:08
mordredjamielennox|away: ^^01:09
*** chlong has joined #openstack-sdks01:20
openstackgerritMonty Taylor proposed openstack/os-client-config: Defer plugin validation to keystoneauth  https://review.openstack.org/22113101:22
*** pratikmallya has quit IRC01:25
*** Qiming has joined #openstack-sdks01:36
*** jlvillal has quit IRC01:49
*** pratikmallya has joined #openstack-sdks02:02
*** Qiming has quit IRC02:13
*** Yanyanhu has joined #openstack-sdks02:16
*** Qiming has joined #openstack-sdks02:17
*** jlvillal has joined #openstack-sdks02:18
*** jlvillal has quit IRC02:35
openstackgerritMerged openstack/python-openstackclient: Use a common decorator to log 'take_action' activation  https://review.openstack.org/21951102:43
*** sigmavirus24_awa is now known as sigmavirus2402:56
*** sigmavirus24 is now known as sigmavirus24_awa02:58
*** stevemar has quit IRC04:11
*** stevemar has joined #openstack-sdks04:13
*** Qiming has quit IRC04:19
*** Qiming has joined #openstack-sdks04:21
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add support for updating swift account properties  https://review.openstack.org/22204604:35
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Add support for showing account details  https://review.openstack.org/22236704:38
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: cleanup account ids from container commands  https://review.openstack.org/22237104:38
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: add support for set/unset of container properties  https://review.openstack.org/22246105:00
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: add support for set/unset of container properties  https://review.openstack.org/22246105:02
*** jlvillal has joined #openstack-sdks05:06
*** woodster_ has quit IRC05:09
*** stevemar has quit IRC05:24
*** stevemar has joined #openstack-sdks05:25
*** Qiming has quit IRC05:37
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: add set/unset support for objects in object store  https://review.openstack.org/22246905:46
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Fix up object-store property displays  https://review.openstack.org/22247105:54
*** stevemar has quit IRC05:55
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Imported Translations from Transifex  https://review.openstack.org/22247606:10
*** aufi has joined #openstack-sdks07:06
*** gildub has quit IRC07:08
*** e0ne has joined #openstack-sdks07:25
*** ParsectiX has joined #openstack-sdks07:25
*** e0ne has quit IRC07:26
*** stevemar has joined #openstack-sdks07:26
*** stevemar has quit IRC07:29
*** gildub has joined #openstack-sdks07:49
*** tobe has joined #openstack-sdks08:06
*** tobe has quit IRC08:06
*** e0ne has joined #openstack-sdks08:13
*** Yanyanhu has quit IRC08:19
*** Yanyanhu has joined #openstack-sdks08:19
*** e0ne has quit IRC08:24
*** Yanyanhu has quit IRC08:25
*** Yanyanhu has joined #openstack-sdks08:26
*** e0ne has joined #openstack-sdks08:28
*** pratikmallya has quit IRC08:44
*** pratikmallya has joined #openstack-sdks08:45
*** yonglihe has quit IRC08:47
*** Yanyanhu has quit IRC08:54
*** karimb has joined #openstack-sdks09:05
*** chlong has quit IRC09:16
openstackgerritMerged openstack/python-openstackclient: Imported Translations from Transifex  https://review.openstack.org/22247609:51
*** karimb has quit IRC10:06
*** gildub has quit IRC10:14
*** karimb has joined #openstack-sdks10:15
*** gildub has joined #openstack-sdks10:18
*** f13o has joined #openstack-sdks10:22
*** thrash|g0ne is now known as thrash10:27
*** karimb has quit IRC10:49
*** edleafe is now known as figleaf10:52
*** gildub has quit IRC11:26
*** stevemar has joined #openstack-sdks11:28
*** stevemar has quit IRC11:31
*** zz_steveortiz is now known as steveortiz11:41
*** trown|outttypeww is now known as trown12:03
*** karimb has joined #openstack-sdks12:04
*** woodster_ has joined #openstack-sdks12:07
aufiHi, is there a generic way to require root/non-root user to run openstackclient plugin commands (related to https://review.openstack.org/#/c/221720/)12:10
dtroyeraufi: there is not.  I don't think we've ever considered local user permissions beyond what the OS would normally do anyway.12:14
aufidtroyer: thanks, I am thinking about adding Command subclasses which would perform the check; do you think that it would be acceptable in cliff or do it in different way?12:16
dtroyerthat doesn't seem like something we need to care about, except when creating local files, like the fun yo get running sudo vim and it creates .vimrc as root12:16
dtroyerI'd like to understand more the use case for that12:16
aufiwe use it in tripleo when preparing overcloud images e.g. and following steps might fail if one of previous steps was runned as root12:18
dtroyerah.  tripleoclient does local things too?12:20
aufisome local things yes - builds files with overcloud images, which are stored in local fs (before uploading to glance) and also files for tftp (or httpboot) are stored in undercloud filesystem12:21
dtroyeryou could also do it similar to how the auth-required bit is handled.  I tend to be wary of lots of subclasses abstracting out too much, this feels to me like a simple thing to handle with an attribute maybe.  I'm not sure about putting it into cliff12:21
dtroyerneed to think more there12:22
dtroyerre local things:  do you handle attempts to run on Windows, which I'm guessing will fail miserably? ;)12:23
aufiI think, we don't support tripleoclient run on windows IIRC12:24
*** thrash is now known as thrash|brb12:24
aufiI am dropping idea with subclasses for now12:24
trownwe definitely do not support tripleoclient on windows12:24
dtroyerright… I'm just wondering if that is also enforced.  these seem to bo th the 'the user should know not to do that' things…12:25
aufiyeah, user should not do that, but sometimes does..,   but I agree that it is not common problem12:26
aufidroyer thanks for now12:27
dtroyersure12:28
*** bknudson has quit IRC12:45
*** thrash|brb is now known as thrash12:48
*** sigmavirus24_awa is now known as sigmavirus2412:50
*** bknudson has joined #openstack-sdks13:03
*** bknudson has quit IRC13:09
*** bknudson has joined #openstack-sdks13:11
*** f13o has quit IRC13:12
openstackgerritAndrey Kurilin proposed openstack/python-openstackclient: Use `discover_extensions` for novaclient  https://review.openstack.org/22260313:28
*** stevemar has joined #openstack-sdks13:28
*** bernhof has joined #openstack-sdks13:30
*** steveortiz is now known as zz_steveortiz13:31
*** bernhof has quit IRC13:32
*** stevemar has quit IRC13:32
*** pratikma_ has joined #openstack-sdks13:54
*** jose4183 has joined #openstack-sdks13:55
*** pratikmallya has quit IRC13:57
*** stevemar has joined #openstack-sdks14:00
*** ParsectiX has quit IRC14:08
*** jose4183 has quit IRC14:15
*** jose4183 has joined #openstack-sdks14:20
*** woodster_ has quit IRC14:39
*** morgan has quit IRC14:40
*** morganfainberg has joined #openstack-sdks14:40
*** e0ne has quit IRC14:56
*** morganfainberg has quit IRC14:56
*** morganfainberg has joined #openstack-sdks14:57
*** morganfainberg has quit IRC14:59
*** morganfainberg has joined #openstack-sdks15:04
*** morganfainberg has quit IRC15:04
*** aufi has quit IRC15:14
*** morgan has joined #openstack-sdks15:23
*** morgan has quit IRC15:25
*** morgan has joined #openstack-sdks15:26
*** morgan has quit IRC15:31
*** morgan has joined #openstack-sdks15:31
*** morgan has quit IRC15:35
*** morgan has joined #openstack-sdks15:35
*** bknudson has left #openstack-sdks15:40
*** chlong has joined #openstack-sdks16:04
*** karimb has quit IRC16:22
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: cleanup account ids from container commands  https://review.openstack.org/22237116:48
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: add support for set/unset of container properties  https://review.openstack.org/22246116:48
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: add set/unset support for objects in object store  https://review.openstack.org/22246916:49
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Fix up object-store property displays  https://review.openstack.org/22247116:49
stevemardtroyer: terrylhowe i've got a whole bunch of object-store related stuff going on!: https://review.openstack.org/#/c/222046/416:49
terrylhoweI’m slammed stevemar I might not get to things until next week :(16:56
stevemarterrylhowe: :(16:56
stevemarterrylhowe: it's all good, its not super critical16:56
*** trown is now known as trown|lunch17:04
*** chlong has quit IRC17:34
*** thrash is now known as thrash|wknd17:51
*** pratikmallya has joined #openstack-sdks18:10
*** pratikma_ has quit IRC18:11
*** trown|lunch is now known as trown18:11
*** pratikma_ has joined #openstack-sdks18:55
*** pratikmallya has quit IRC18:58
*** jose4183 has quit IRC19:51
*** jose4183 has joined #openstack-sdks20:04
*** figleaf is now known as edleafe20:07
*** edleafe has quit IRC20:13
*** edleafe has joined #openstack-sdks20:15
*** trown is now known as trown|outttypeww21:08
*** stevemar has quit IRC21:32
*** stevemar has joined #openstack-sdks21:33
*** stevemar has quit IRC21:36
*** stevemar has joined #openstack-sdks21:40
*** stevemar has quit IRC21:42
*** stevemar has joined #openstack-sdks21:43
*** stevemar has quit IRC21:46
*** karimb has joined #openstack-sdks21:52
*** jose4183 has quit IRC21:58
-openstackstatus- NOTICE: 30 minute warning, Gerrit will be offline from 23:00 to 23:30 UTC while some projects are renamed http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html22:32
*** LinuxHorn has quit IRC23:03
*** jlvillal has quit IRC23:03
-openstackstatus- NOTICE: Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html23:03
*** ChanServ changes topic to "Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html"23:03
*** karimb has quit IRC23:04
*** LinuxHorn has joined #openstack-sdks23:08
*** terrylhowe has quit IRC23:39
*** ChanServ changes topic to "#openstack-sdks"23:40
*** openstackgerrit has quit IRC23:46
*** openstackgerrit has joined #openstack-sdks23:47
*** Qiming has joined #openstack-sdks23:58

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