Friday, 2018-07-13

*** gildub_ has joined #openstack-sdks00:06
openstackgerritMerged openstack/osc-lib master: Fixes a bug with issubclass() being called on an instance  https://review.openstack.org/58188600:20
openstackgerritMerged openstack/osc-lib master: Replace autodoc with sphinxcontrib-apidoc  https://review.openstack.org/58153800:20
*** gildub_ has quit IRC00:29
*** gildub has joined #openstack-sdks00:36
*** harlowja has quit IRC01:05
dtroyermordred: osc-lib release 1.11.0: https://review.openstack.org/582434, unless you think we should wait a couple of days for https://review.openstack.org/52641301:09
*** mhen has quit IRC01:52
*** mhen has joined #openstack-sdks01:53
*** markvoelker has joined #openstack-sdks02:00
*** mriedem has quit IRC02:04
*** bobh has joined #openstack-sdks02:26
*** markvoelker has quit IRC02:34
*** bobh has quit IRC03:06
*** boris_42_ has quit IRC03:28
*** markvoelker has joined #openstack-sdks03:31
*** markvoelker has quit IRC04:04
*** harlowja has joined #openstack-sdks04:25
*** harlowja has quit IRC04:44
*** bobh has joined #openstack-sdks04:55
*** markvoelker has joined #openstack-sdks05:01
*** e0ne has joined #openstack-sdks05:10
*** markvoelker has quit IRC05:33
*** e0ne has quit IRC05:50
*** e0ne has joined #openstack-sdks05:58
*** e0ne has quit IRC05:59
*** bobh has quit IRC06:00
*** e0ne has joined #openstack-sdks06:01
*** bobh has joined #openstack-sdks06:03
*** e0ne has quit IRC06:06
*** e0ne has joined #openstack-sdks06:06
*** e0ne has quit IRC06:09
*** e0ne has joined #openstack-sdks06:17
*** e0ne_ has joined #openstack-sdks06:21
*** e0ne has quit IRC06:22
*** e0ne has joined #openstack-sdks06:22
*** e0ne_ has quit IRC06:26
*** markvoelker has joined #openstack-sdks06:31
*** e0ne_ has joined #openstack-sdks06:33
*** e0ne_ has quit IRC06:33
*** e0ne has quit IRC06:35
*** e0ne has joined #openstack-sdks06:40
*** e0ne has quit IRC06:48
*** gkadam has joined #openstack-sdks07:01
*** markvoelker has quit IRC07:04
*** gildub has quit IRC07:09
*** bobh has quit IRC07:15
*** gtema has joined #openstack-sdks07:18
*** peereb has joined #openstack-sdks07:18
openstackgerritRui Chen proposed openstack/openstacksdk master: Run ansible tests against specific public cloud  https://review.openstack.org/58245907:30
openstackgerritBenoît Knecht proposed openstack/openstacksdk master: meta: don't throw KeyError on misconfigured floating IPs  https://review.openstack.org/58246007:30
*** jpich has joined #openstack-sdks07:42
*** bobh has joined #openstack-sdks07:48
*** kimamisa has joined #openstack-sdks07:49
*** ttsiouts has joined #openstack-sdks08:00
*** markvoelker has joined #openstack-sdks08:01
*** e0ne has joined #openstack-sdks08:07
openstackgerritRui Chen proposed openstack/openstacksdk master: Run ansible tests against specific public cloud  https://review.openstack.org/58245908:22
*** markvoelker has quit IRC08:34
*** bobh has quit IRC08:37
*** gildub has joined #openstack-sdks08:37
*** ttsiouts has quit IRC08:59
openstackgerritRui Chen proposed openstack/openstacksdk master: Run ansible tests against specific public cloud  https://review.openstack.org/58245908:59
*** slaweq has joined #openstack-sdks09:10
*** ttsiouts has joined #openstack-sdks09:14
*** markvoelker has joined #openstack-sdks09:31
*** markvoelker has quit IRC10:04
*** ttsiouts has quit IRC10:08
*** slaweq has quit IRC10:31
*** annp has quit IRC10:40
mordreddtroyer: osc-lib release ++11:00
mordreddtroyer: I've rechecked https://review.openstack.org/#/c/58090111:01
*** markvoelker has joined #openstack-sdks11:01
*** ttsiouts has joined #openstack-sdks11:08
openstackgerritMonty Taylor proposed openstack-infra/shade master: Make OpenStackCloud a subclass of Connection  https://review.openstack.org/57764711:18
*** edmondsw has joined #openstack-sdks11:33
*** markvoelker has quit IRC11:34
*** asbishop has joined #openstack-sdks11:58
*** markvoelker has joined #openstack-sdks12:07
*** pooja_jadhav has quit IRC12:14
*** Tahvok has quit IRC12:18
openstackgerritMonty Taylor proposed openstack/python-openstackclient master: Remove local openstack.config overrides  https://review.openstack.org/58090112:30
mordreddtroyer: ^^ that's still not going to work - but we're closer12:30
*** mriedem has joined #openstack-sdks12:40
gtemamordred: in openstack-service-broker I have faced interesting case. I have both clouds.yaml and secure.yaml not on FS, but already as string12:40
gtemadon't ask me why :-)12:40
gtemabut sdk is not able to get it this way. I do not want really to flush files to FS12:41
gtemawould you mind if I extend sdk for getting clouds/secure.yaml content from parameters?12:41
*** ttsiouts has quit IRC12:54
*** TheJulia is now known as needssleep12:58
mordredhrm.13:03
mordredgtema: what an interesting thing - I guess it's not exposing them as ConfigMap volumes then?13:04
gtemawell, that is currently my problem. due to the APB design I can't get them as ConfigMap (at least so far)13:05
mordredgtema: I'm not opposed to it - we added a similar (but different) thing in ansible so thatyou can pass an entire cloud dict to the cloud: parameter13:05
gtemaso those can be only retrieved as variables13:05
mordredoh -if they're ansible variables already, you should be able to pass them to the os_ modules now in the cloud: parameter13:05
mordredbut - if you need additional support in sdk, I don't think it's a problem13:06
gtemathere is `auth` param for ansible modules, but I need to extract correct one from clouds.yaml struct and merge with secure.yaml13:06
mordrednod13:06
gtemamight be an option to create ansible module in this project only, that will parse clouds/secure, merge them and return ready `auth`, but this is not nice either13:07
*** edleafe is now known as figleaf13:21
*** crunchengine has joined #openstack-sdks13:22
*** asbishop is now known as abishop13:29
*** gtema has quit IRC13:31
*** peereb has quit IRC13:44
*** gildub has quit IRC13:56
*** ttsiouts has joined #openstack-sdks14:00
*** Miouge has joined #openstack-sdks14:16
MiougeHow can I specify the equivalent of the—compute-api-version flag with the openstacksdk?14:17
mordredMiouge: you can set compute_api_version in clouds.yaml, or you can pass compute_api_version as a kwarg to the constructor14:28
mordredhowever, you shouldn't really ever need to set it for anything14:28
mordredand if you do, unless you're using the low-level http/rest layer, it's a bug I'd love to see reported14:28
*** lbragstad is now known as elbragstad14:43
*** ttsiouts has quit IRC14:43
*** ttsiouts has joined #openstack-sdks14:50
*** yolanda__ has joined #openstack-sdks15:16
*** EmilienM is now known as EvilienM15:18
*** yolanda_ has quit IRC15:18
*** ttsiouts has quit IRC15:30
*** ttsiouts has joined #openstack-sdks15:33
openstackgerritMerged openstack/python-openstackclient master: Fix docs from I0dc80bee3ba6ff4ec8cc3fc113b6de7807e0bf2a  https://review.openstack.org/57895215:37
*** bobh has joined #openstack-sdks15:47
*** gtema has joined #openstack-sdks15:49
*** slaweq has joined #openstack-sdks15:49
*** ttsiouts has quit IRC15:52
*** e0ne has quit IRC15:54
*** jpich has quit IRC16:02
*** harlowja has joined #openstack-sdks16:08
*** harlowja has quit IRC16:10
*** kimamisa has quit IRC16:30
Miougemordred: I’m getting errors without that flag for soft-anti-affinity server group policies, the doc says to pass --os-compute-api-version 2.15 (https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/server-group.html) but that’s not super clear how to do it with os_server_group Ansible module. Terraform has the same problem: https://github.com/terraform-providers/terraform-provider-openstack/issues/11816:52
mordredMiouge: WELL - those are docs for python-openstackclient. the intent in openstacksdk and os_server_group ansible module is that microversion negotiation not be exposed in that way ....16:54
mordredMiouge: so it sounds like what we need to do it update sdk's server group policies to try to use 2.15 is somoene passes soft-anti-affinity16:55
*** gkadam has quit IRC16:55
mordredMiouge: I can probably get that fixed for you reasonably quickly - although I have to go pick someone up from the airport16:55
mordredso it might be a few hours16:55
MiougeCool, I’de be happy to give it a +1 :)16:56
*** bobh has quit IRC16:58
*** gtema has quit IRC17:08
*** bobh has joined #openstack-sdks17:32
*** bobh has quit IRC17:42
*** olaph has joined #openstack-sdks17:50
*** abishop has quit IRC17:54
openstackgerritMerged openstack/python-openstackclient master: Slow down and retry aggregate create/delete to lessen race  https://review.openstack.org/58073217:57
Miougemordred: Mmm I think I solved this issue by upgrading to latest  (0.16) openstacksdk. My bad!18:05
*** bobh has joined #openstack-sdks18:12
*** bobh has quit IRC18:16
*** kimamisa has joined #openstack-sdks18:17
mordredMiouge: \o/18:29
*** bobh has joined #openstack-sdks18:30
*** Tahvok has joined #openstack-sdks18:34
*** kimamisa has quit IRC18:41
*** kimamisa has joined #openstack-sdks18:44
*** abishop has joined #openstack-sdks18:48
*** gkadam has joined #openstack-sdks18:50
openstackgerritDean Troyer proposed openstack/python-openstackclient master: Fix error with image show when image name is None  https://review.openstack.org/52946419:11
*** gkadam has quit IRC19:17
*** kimamisa has quit IRC19:34
*** kimamisa has joined #openstack-sdks19:50
*** kimamisa_ has joined #openstack-sdks19:56
*** kimamisa has quit IRC19:56
*** kimamisa_ has quit IRC20:04
*** kimamisa has joined #openstack-sdks20:05
*** kimamisa has quit IRC20:07
*** kimamisa has joined #openstack-sdks20:11
*** e0ne has joined #openstack-sdks20:12
*** kimamisa has quit IRC20:18
*** boris_42_ has joined #openstack-sdks20:28
*** abishop has quit IRC20:29
*** abishop has joined #openstack-sdks20:31
*** vakuznet has quit IRC20:31
*** abishop has quit IRC20:32
*** kimamisa has joined #openstack-sdks20:40
*** mriedem has quit IRC20:40
*** kimamisa has quit IRC21:15
*** markvoelker_ has joined #openstack-sdks21:27
*** markvoelker has quit IRC21:29
*** e0ne_ has joined #openstack-sdks21:42
*** e0ne has quit IRC21:42
-openstackstatus- NOTICE: logs.openstack.org is offline, causing POST_FAILURE results from Zuul. Cause and resolution timeframe currently unknown.21:51
*** ChanServ changes topic to "logs.openstack.org is offline, causing POST_FAILURE results from Zuul. Cause and resolution timeframe currently unknown."21:51
*** figleaf is now known as edleafe22:05
*** flwang1 has joined #openstack-sdks22:07
flwang1mordred: hello, pls help review the ansible PR for Magnum cluster templates https://github.com/ansible/ansible/pull/42654  thanks22:08
*** e0ne_ has quit IRC22:12
*** e0ne has joined #openstack-sdks22:13
*** bobh has quit IRC22:14
*** edmondsw has quit IRC22:31
*** e0ne has quit IRC22:33
*** abishop has joined #openstack-sdks22:49
*** slaweq has quit IRC23:03
*** slaweq has joined #openstack-sdks23:11
*** slaweq has quit IRC23:15
*** edmondsw has joined #openstack-sdks23:26
*** edmondsw has quit IRC23:31
*** ChanServ changes topic to "Bug tracker for SDK and OSC is now at https://storyboard.openstack.org"23:36
-openstackstatus- NOTICE: logs.openstack.org is back on-line. Changes with "POST_FAILURE" job results should be rechecked.23:36
*** abishop has quit IRC23:38
*** abishop has joined #openstack-sdks23:39
*** abishop has quit IRC23:40
*** abishop has joined #openstack-sdks23:41

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