Monday, 2017-09-11

openstackgerritMerged openstack-infra/shade master: De-client-ify Role Grant and Revoke  https://review.openstack.org/50103900:47
*** gouthamr has joined #openstack-shade02:49
*** gkadam has joined #openstack-shade03:24
*** gouthamr has quit IRC03:54
*** gouthamr has joined #openstack-shade03:54
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add devstack jobs for zuul v3  https://review.openstack.org/50036505:06
*** gkadam is now known as gkadam-afk05:55
*** ioggstream has joined #openstack-shade07:12
*** gouthamr has quit IRC07:15
*** gkadam-afk is now known as gkadam07:46
*** fbaca_ has joined #openstack-shade08:13
*** fbaca_ is now known as fbaca08:13
*** noshankus has quit IRC08:22
*** yolanda has joined #openstack-shade11:50
*** gkadam has quit IRC12:36
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add devstack jobs for zuul v3  https://review.openstack.org/50036513:12
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add method to set bootable flag on volumes  https://review.openstack.org/50247914:27
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add method to set bootable flag on volumes  https://review.openstack.org/50247914:32
openstackgerritMerged openstack-infra/shade master: De-client-ify List Roles for User in v2.0  https://review.openstack.org/50118614:41
openstackgerritMerged openstack-infra/shade master: De-client-ify Endpoint List  https://review.openstack.org/50120014:41
*** slaweq has joined #openstack-shade14:52
*** slaweq_ has joined #openstack-shade14:54
*** slaweq has quit IRC14:56
*** rods has joined #openstack-shade14:57
*** slaweq_ has quit IRC15:07
*** yolanda has quit IRC15:11
*** slaweq has joined #openstack-shade15:13
*** yolanda has joined #openstack-shade15:16
*** yolanda has quit IRC15:16
*** yolanda has joined #openstack-shade15:16
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add method to set bootable flag on volumes  https://review.openstack.org/50247915:19
*** gouthamr has joined #openstack-shade15:42
*** gouthamr has quit IRC15:46
*** squid is now known as calebb15:47
*** gouthamr has joined #openstack-shade15:48
*** gouthamr has quit IRC15:49
*** gouthamr has joined #openstack-shade15:52
*** yolanda has quit IRC15:55
*** gouthamr has quit IRC16:11
*** yolanda has joined #openstack-shade16:13
samueldmqmordred: can we get rid of https://github.com/openstack-infra/shade/blob/3e07162bfff5b7c397500422ffb8690649a78135/shade/_legacy_clients.py#L92-L110 ?16:16
samueldmqso we'd be able to remove keystoneclient as a dependency16:17
*** gouthamr has joined #openstack-shade16:22
*** rods has quit IRC16:22
*** rods has joined #openstack-shade16:45
*** slaweq has quit IRC16:52
*** slaweq has joined #openstack-shade16:56
*** slaweq has quit IRC16:56
*** slaweq has joined #openstack-shade17:08
mordredsamueldmq: just add a call to self._deprecated_import_check at the top of it17:17
mordredsamueldmq: so self._deprecated_import_check('keystone')17:17
mordredsamueldmq: oh - sorry, ignore me17:17
samueldmq:-)17:17
mordredsamueldmq: in the call to "_create_legacy_client( that's already there, add deprecated=True to the call17:18
openstackgerritMerged openstack-infra/shade master: De-client-ify List Role Assignments  https://review.openstack.org/50126817:20
*** slaweq has quit IRC17:25
mordred99909817:28
samueldmqmordred: and then when will we be able to get rid of it? next release/cycle?17:33
*** slaweq has joined #openstack-shade17:36
openstackgerritSamuel de Medeiros Queiroz proposed openstack-infra/shade master: Deprecate legacy keystone client creation  https://review.openstack.org/50251817:37
*** slaweq has quit IRC17:38
mordredsamueldmq: in that patch! go ahead and delete it :)17:40
mordredoh - I mean17:41
mordredsamueldmq: lemme re-state17:41
mordredsamueldmq: you can go ahead and remove keystoneclient from requirements.txt17:41
*** slaweq has joined #openstack-shade17:42
*** slaweq has quit IRC17:46
samueldmqmordred: but but ... how is it going to work if I remove it all of a sudden?17:51
samueldmqand what is the deprecation thing for in that case (if I'm removing anyways)17:51
mordredsamueldmq: well - the deprecation thing tells people if they try to use cloud.keystone_client directly (unlikley, but _possible_) that they need to pip install python-keystoneclient themselves17:52
mordredsamueldmq: people who have already installed shade won't be broken, because upgrading shade won't uninstall keystoneclient all of a sudden17:52
samueldmqmordred: aha that's a bit different from what we typically call deprecation but ok17:52
mordredbut we keep the keystone_client function so that if someone has written something that uses it they can keep using it - they just may need to pip install something first17:54
mordredsamueldmq: yah - it's maybe using that word strangely :)17:54
*** gouthamr has quit IRC17:54
mordredsamueldmq: do you wanna remove python-keystoneclient in https://review.openstack.org/502518 ?17:56
openstackgerritSamuel de Medeiros Queiroz proposed openstack-infra/shade master: Remove keystoneclient dependency  https://review.openstack.org/50251817:57
samueldmqmordred: ^ there it is :-)17:57
samueldmqyes I do17:57
*** yolanda has quit IRC18:07
* mordred hands samueldmq a large pie18:15
*** slaweq has joined #openstack-shade18:25
*** slaweq_ has joined #openstack-shade18:27
*** slaweq has quit IRC18:29
*** slaweq_ has quit IRC18:31
*** slaweq has joined #openstack-shade18:32
*** slaweq_ has joined #openstack-shade18:33
*** slaweq_ has quit IRC18:35
*** slaweq has quit IRC18:37
*** slaweq_ has joined #openstack-shade18:45
*** slaweq has joined #openstack-shade18:48
*** slaweq_ has quit IRC18:49
*** thrash|g0ne is now known as thrash|ptg18:50
*** slaweq_ has joined #openstack-shade18:52
*** slaweq has quit IRC18:52
openstackgerritMonty Taylor proposed openstack-infra/shade master: Add devstack jobs for zuul v3  https://review.openstack.org/50036518:53
*** slaweq_ has quit IRC18:53
*** slaweq has joined #openstack-shade18:57
*** gouthamr has joined #openstack-shade18:59
*** rods has quit IRC19:08
*** rods has joined #openstack-shade19:09
*** slaweq has quit IRC19:21
samueldmqmordred: \o/ and with that we finish the ksc -> rest bits19:25
*** yolanda has joined #openstack-shade19:28
*** slaweq has joined #openstack-shade19:34
*** yolanda has quit IRC19:43
*** yolanda_ has joined #openstack-shade19:49
*** yolanda_ is now known as yolanda19:49
*** kmalloc_ has joined #openstack-shade20:16
*** ianw has quit IRC20:18
*** kmalloc has quit IRC20:24
*** larainema has quit IRC20:24
*** kmalloc_ is now known as kmalloc20:24
*** openstackgerrit has quit IRC20:48
*** slaweq has quit IRC20:51
*** ioggstream has quit IRC20:51
*** slaweq has joined #openstack-shade20:51
*** slaweq has quit IRC20:56
*** gouthamr has quit IRC21:03
*** slaweq has joined #openstack-shade21:17
*** openstackgerrit has joined #openstack-shade21:34
*** gouthamr has joined #openstack-shade21:42
*** yolanda has quit IRC21:57
*** thrash|ptg is now known as thrash|g0ne22:07
*** larainema has joined #openstack-shade22:13
*** yolanda has joined #openstack-shade22:22
*** slaweq has quit IRC22:22
*** slaweq has joined #openstack-shade22:23
*** slaweq has quit IRC22:27
*** slaweq has joined #openstack-shade22:29
*** gouthamr has quit IRC22:29
*** slaweq has quit IRC22:34
*** slaweq has joined #openstack-shade22:34
*** slaweq_ has joined #openstack-shade22:37
*** slaweq_ has quit IRC22:37
*** slaweq has quit IRC22:39
*** slaweq has joined #openstack-shade23:52
*** slaweq has quit IRC23:56

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