Tuesday, 2018-07-10

*** gildub has joined #openstack-sdks00:09
openstackgerritMerged openstack/osc-lib master: Pass prompt_for_password to OSC_Config constructor  https://review.openstack.org/58090000:51
mordredwoot01:04
mordredI'm getting excited about these patches landing01:04
mordredShrews, dtroyer thanks for the rechecks01:05
mordredremote:   https://review.openstack.org/580527 Release 0.15.0 of openstacksdk01:05
*** yolanda__ has joined #openstack-sdks01:33
*** yolanda_ has quit IRC01:36
*** mhen has quit IRC01:55
*** mhen has joined #openstack-sdks01:57
*** JuCross has joined #openstack-sdks02:14
*** corvus_ has joined #openstack-sdks02:17
openstackgerritFeilong Wang proposed openstack-infra/shade master: Add Magnum cluster support  https://review.openstack.org/57767302:18
openstackgerritFeilong Wang proposed openstack/openstacksdk master: Fix Magnum cluster update  https://review.openstack.org/58115702:18
*** corvus has quit IRC02:19
*** timss has quit IRC02:19
*** rcarrillocruz has quit IRC02:19
*** JudeC has quit IRC02:19
*** mhen has quit IRC02:19
*** tobasco has quit IRC02:19
*** mhen has joined #openstack-sdks02:19
*** timss has joined #openstack-sdks02:19
*** timss has quit IRC02:20
*** timss has joined #openstack-sdks02:20
*** tobasco has joined #openstack-sdks02:22
*** rcarrillocruz has joined #openstack-sdks02:25
*** yolanda_ has joined #openstack-sdks02:28
*** yolanda__ has quit IRC02:31
*** mriedem has quit IRC02:54
*** corvus_ is now known as corvus03:36
*** corvus is now known as Guest7845703:37
*** Guest78457 is now known as jeblair03:38
*** jeblair is now known as corvus03:43
*** noama has joined #openstack-sdks04:03
openstackgerritFeilong Wang proposed openstack-infra/shade master: Add Magnum cluster support  https://review.openstack.org/57767304:08
*** yolanda__ has joined #openstack-sdks04:46
*** yolanda_ has quit IRC04:49
openstackgerritLingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE  https://review.openstack.org/58119804:58
openstackgerritLingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE  https://review.openstack.org/58119805:02
openstackgerritMerged openstack/osc-lib master: Run OSC unit test tips jobs  https://review.openstack.org/58087505:09
*** Luzi has joined #openstack-sdks05:47
*** yolanda_ has joined #openstack-sdks06:36
*** yolanda__ has quit IRC06:39
*** jpich has joined #openstack-sdks07:01
*** gtema has joined #openstack-sdks07:02
*** gildub has quit IRC07:17
*** peereb has joined #openstack-sdks07:19
*** kimamisa has joined #openstack-sdks07:50
openstackgerritLingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE  https://review.openstack.org/58119807:54
*** yolanda__ has joined #openstack-sdks07:59
*** yolanda__ is now known as yolanda07:59
*** yolanda_ has quit IRC08:02
*** gildub has joined #openstack-sdks08:03
*** ttsiouts has joined #openstack-sdks08:05
*** gkadam has joined #openstack-sdks08:20
*** gildub has quit IRC08:23
*** gkadam has quit IRC08:24
*** gtema has quit IRC08:37
*** e0ne has joined #openstack-sdks08:49
*** cdent has joined #openstack-sdks08:56
openstackgerritVu Cong Tuan proposed openstack/openstackclient master: Switch to stestr  https://review.openstack.org/58127609:03
openstackgerritVu Cong Tuan proposed openstack/openstackclient master: Switch to stestr  https://review.openstack.org/58127609:23
*** ttsiouts has quit IRC10:07
openstackgerritLingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE  https://review.openstack.org/58119810:13
*** gtema has joined #openstack-sdks10:18
*** gtema has quit IRC10:35
*** gildub has joined #openstack-sdks10:45
*** gtema has joined #openstack-sdks10:46
*** ttsiouts has joined #openstack-sdks11:02
openstackgerritVu Cong Tuan proposed openstack/api-wg master: Switch to stestr  https://review.openstack.org/58132311:21
openstackgerrittianhui proposed openstack/python-openstackclient master: Compute: Add tag support for server add fixed ip  https://review.openstack.org/58132511:22
*** edmondsw has joined #openstack-sdks11:25
openstackgerritVu Cong Tuan proposed openstack/api-wg master: Switch to stestr  https://review.openstack.org/58132311:37
*** gildub has quit IRC11:37
*** ttsiouts_ has joined #openstack-sdks11:45
*** ttsiouts has quit IRC11:47
*** ttsiouts_ has quit IRC11:48
*** abishop has joined #openstack-sdks11:49
*** ttsiouts has joined #openstack-sdks11:51
*** markvoelker has quit IRC12:18
*** markvoelker has joined #openstack-sdks12:21
*** yolanda has quit IRC12:21
*** markvoelker has quit IRC12:31
*** markvoelker has joined #openstack-sdks12:35
*** crunchengine has joined #openstack-sdks12:40
*** yolanda has joined #openstack-sdks12:42
*** r-mibu has joined #openstack-sdks12:58
*** mriedem has joined #openstack-sdks12:59
*** yolanda_ has joined #openstack-sdks13:00
*** yolanda has quit IRC13:02
*** yolanda_ has quit IRC13:05
Luzidtroyer, you wanted to know whether the osc-included image signing would work, with an image provided via stdin, right?13:06
dtroyerLuzi: yes13:06
Luziwell we face another problem with that: we are currently prompting for a password for the private key (if it is encrypted) via stdin.13:07
Luziwe use the osc_lib/utils get_password therefore, which collides with the image, when that is uploaded via stdin13:10
Luziis there another way to handle the prompting for passwords? because we need the password to access the key which we use to encrypt the image (in that order)13:13
Luziso when the image is provided via stdin, i see no way to also provide the password13:14
*** yolanda_ has joined #openstack-sdks13:18
mordredI don't see a good way to prompt for password and also accept key on stdin13:21
*** thrash|g0ne is now known as thrash13:21
mordredso you might want the answer there to be that if you want to pass the image on stdin, you need to have password somewhere like clouds.yaml - and if you want to be prompted for password, you should maybe have the image in a file13:21
mordredLuzi: (also, sorry I haven't gotten back with you on the image signing code in sdk - a few things broke last week and have been putting the pieces back together)13:22
Luzimordred, ah that's reasonable, also a lot of people have vacation, so i didn't worry :)13:24
mordredLuzi: also - your patch is failing CI tests - looks like your cryptography addition "cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0" does not match the entry in global-requirements "cryptography!=2.0" - and something with pep813:24
mordredLuzi: yes - vacation season! :)13:25
Luziand yeah that would be a way: to just allow osc-included image signing, with an image provided as file13:25
Luzimordred, yeah i need to have a look at pep8 and the requirements13:26
mordredLuzi: no worries - and no rush13:28
*** Luzi has quit IRC13:45
*** ttsiouts has quit IRC13:46
*** ttsiouts has joined #openstack-sdks13:54
*** ttsiouts has quit IRC14:00
*** yolanda_ has quit IRC14:03
*** ttsiouts has joined #openstack-sdks14:09
*** yolanda_ has joined #openstack-sdks14:18
openstackgerritMerged openstack/python-openstackclient master: Make Profile fallback go bye-bye  https://review.openstack.org/54054114:21
*** EmilienM is now known as EvilienM14:42
*** peereb has quit IRC14:45
mordreddtroyer: zomg. we're deleting so much code14:57
mordreddtroyer: just rechecked https://review.openstack.org/#/c/580796 now that sdk 0.15 is released14:58
dtroyermordred: \o/15:04
cdentdeleting code++15:06
*** bobh has joined #openstack-sdks15:08
*** ttsiouts has quit IRC15:20
*** bobh has quit IRC15:24
*** ttsiouts has joined #openstack-sdks15:27
*** ttsiouts has quit IRC15:32
*** noama has quit IRC15:51
*** ttsiouts has joined #openstack-sdks15:53
*** crunchengine has quit IRC15:57
openstackgerritStephen Finucane proposed openstack/python-openstackclient master: Replace pbr autodoc with sphinxcontrib-apidoc  https://review.openstack.org/58141516:15
*** ttsiouts has quit IRC16:16
openstackgerritChen proposed openstack/python-openstackclient master: WIP  https://review.openstack.org/58141816:18
*** gtema has quit IRC16:35
*** kimamisa has quit IRC16:50
*** e0ne has quit IRC16:51
*** jpich has quit IRC17:04
*** bobh has joined #openstack-sdks17:45
*** mriedem has quit IRC17:53
*** mriedem1 has joined #openstack-sdks17:57
*** mriedem1 is now known as mriedem18:00
mordreddtroyer: hey look - https://review.openstack.org/#/c/580796/ is green!18:05
*** kimamisa has joined #openstack-sdks18:10
*** e0ne has joined #openstack-sdks18:31
*** kimamisa has quit IRC18:38
*** e0ne has quit IRC18:47
*** bobh has quit IRC19:00
mordreddhellmann: if you have a sec, ^^ is a cleanup patch for osc-lib that is green now that we released19:12
*** kimamisa has joined #openstack-sdks19:40
*** e0ne has joined #openstack-sdks20:04
*** r-mibu has quit IRC20:16
*** e0ne has quit IRC20:53
*** e0ne has joined #openstack-sdks20:53
openstackgerritMonty Taylor proposed openstack-infra/shade master: Make OpenStackCloud a subclass of Connection  https://review.openstack.org/57764721:09
openstackgerritMonty Taylor proposed openstack-infra/shade master: Use the openstacksdk manager constructor argument  https://review.openstack.org/58047521:09
*** cdent has quit IRC21:10
*** yolanda__ has joined #openstack-sdks21:18
*** abishop has quit IRC21:21
*** yolanda_ has quit IRC21:21
*** e0ne has quit IRC21:22
*** edmondsw has quit IRC22:01
openstackgerritMonty Taylor proposed openstack-infra/shade master: Make OpenStackCloud a subclass of Connection  https://review.openstack.org/57764722:08
openstackgerritMonty Taylor proposed openstack-infra/shade master: Use the openstacksdk manager constructor argument  https://review.openstack.org/58047522:08
openstackgerritLingxian Kong proposed openstack/openstacksdk master: Support to wait for load balancer to be ACTIVE  https://review.openstack.org/58119822:18
*** kimamisa has quit IRC22:26
*** yolanda_ has joined #openstack-sdks22:29
*** yolanda__ has quit IRC22:32
*** edmondsw has joined #openstack-sdks23:16
*** edmondsw has quit IRC23:21
*** gildub has joined #openstack-sdks23:53

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