Monday, 2020-05-18

*** stingrayza has joined #openstack-sdks00:22
*** also_stingrayza has quit IRC00:23
*** __ministry has joined #openstack-sdks02:03
*** ricolin has joined #openstack-sdks02:06
*** slaweq has joined #openstack-sdks03:39
*** slaweq has quit IRC03:44
*** slaweq has joined #openstack-sdks03:55
*** slaweq has quit IRC04:00
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-sdks04:33
*** ricolin has quit IRC06:08
*** ricolin has joined #openstack-sdks06:17
*** ricolin_ has joined #openstack-sdks06:18
*** ricolin_ has quit IRC06:18
*** gtema has joined #openstack-sdks06:45
*** ttsiouts has joined #openstack-sdks06:46
*** eandersson has quit IRC06:50
*** eandersson has joined #openstack-sdks06:50
*** slaweq has joined #openstack-sdks06:53
*** ttsiouts has quit IRC07:02
*** gkadam has joined #openstack-sdks07:04
*** gkadam has quit IRC07:05
*** yolanda has joined #openstack-sdks07:07
*** ttsiouts has joined #openstack-sdks07:11
*** iurygregory has joined #openstack-sdks07:17
*** tosky has joined #openstack-sdks07:22
*** evrardjp has quit IRC07:28
*** rpittau|afk is now known as rpittau07:29
*** evrardjp has joined #openstack-sdks07:30
*** ralonsoh has joined #openstack-sdks07:42
*** jpena|off is now known as jpena07:56
*** jpich has joined #openstack-sdks08:06
*** sshnaidm|off has joined #openstack-sdks08:47
*** sshnaidm|off is now known as sshnaidm08:47
*** ttsiouts has quit IRC09:02
*** ttsiouts has joined #openstack-sdks09:17
*** ttsiouts has quit IRC09:33
*** gtema has quit IRC09:35
*** gtema has joined #openstack-sdks09:37
*** rpittau is now known as rpittau|bbl10:06
*** ttsiouts has joined #openstack-sdks10:10
*** ttsiouts has quit IRC10:15
*** tkajinam has quit IRC10:15
*** gtema has quit IRC10:28
*** ttsiouts has joined #openstack-sdks10:44
*** __ministry has quit IRC10:51
*** gtema has joined #openstack-sdks10:54
*** vishakha has joined #openstack-sdks10:56
*** ttsiouts has quit IRC10:56
*** ttsiouts has joined #openstack-sdks10:56
*** jpena is now known as jpena|lunch11:31
*** gtema has quit IRC12:06
*** ttsiouts has quit IRC12:09
*** rpittau|bbl is now known as rpittau12:12
*** gtema has joined #openstack-sdks12:29
*** ttsiouts has joined #openstack-sdks12:32
*** Luzi has joined #openstack-sdks12:33
*** evrardjp has quit IRC12:36
*** jpena|lunch is now known as jpena12:42
*** evrardjp has joined #openstack-sdks12:49
*** jpich has quit IRC13:13
*** jpich has joined #openstack-sdks13:14
*** ttsiouts has quit IRC13:15
*** Luzi has quit IRC13:43
*** ttsiouts has joined #openstack-sdks13:50
*** ttsiouts has quit IRC14:00
*** ttsiouts has joined #openstack-sdks14:01
*** ttsiouts has quit IRC14:11
*** ttsiouts has joined #openstack-sdks14:12
*** vishakha has quit IRC14:19
*** KeithMnemonic has joined #openstack-sdks14:25
*** ttsiouts has quit IRC14:26
openstackgerritLance Bragstad proposed openstack/keystoneauth master: Fix E741 pep8 failure  https://review.opendev.org/72892014:57
openstackgerritLance Bragstad proposed openstack/keystoneauth master: Inject /v3 in token path for v3 plugins  https://review.opendev.org/72478514:58
*** rpittau is now known as rpittau|afk16:06
*** jpich has quit IRC16:07
*** cmorpheus is now known as cmurphy16:28
*** gtema_ has joined #openstack-sdks16:43
*** gtema has quit IRC16:44
*** ricolin_ has joined #openstack-sdks16:53
*** ricolin has quit IRC16:56
*** ricolin_ has quit IRC17:00
*** ricolin has joined #openstack-sdks17:00
*** dking has joined #openstack-sdks17:14
dkingIs there a way to use create_connection(), or another connection method, that would allow a connection without authentication? I'm wanting to connect to Bifrost where there is no Keystone setup. I know that the openstack cli can connect without any authentication, so I was wondering if there was a way to do it with the sdk.17:16
*** gtema_ has quit IRC17:18
*** jpena is now known as jpena|off17:18
mordreddking: you want auth_type='none'17:40
mordreddking: openstack/tests/unit/cloud/test_operator_noauth.py has some examples in the openstacksdk tree - but ... c = openstack.connect(auth_type='none', baremetal_endpoint_override='https://baremetal.example.com/v1') should do the trick17:42
dkingmordred: Thank you very much! I'll give that a try.17:42
timburkecould anyone give me a brief primer on API boundaries in python-openstackclient? there's a function signature change in https://review.opendev.org/#/c/728366/ that gives me pause, but otoh, i figure whoever wants an API would (hopefully?) use openstacksdk instead17:43
timburkei suppose an alternative approach would be to leave the function arg with the old name and update the CLI plumbing 🤔17:45
mordredtimburke: yeah - I think the first thing - I'd expect people who want an API would use sdk ... a decent portion of that api package is from before sdk was something osc could use itself, so I've been meaning to go in and start to see what we can just replace with sdk calls17:52
*** ralonsoh has quit IRC17:54
openstackgerritsubham rai proposed openstack/openstacksdk master: baremetal: support for volume connectors API  https://review.opendev.org/71874618:20
*** also_stingrayza has joined #openstack-sdks18:53
*** stingrayza has quit IRC18:56
dtroyertimburke: the object code in OSC proper was put there before swiftclient was a separate thing (it was basically a fork); the api code soon followed.  Both can and should be migrated to SDK as there is time to do so.19:19
dtroyer^^^ "object" == object storage19:20
mordreddtroyer: "as soon as there is time" is my favorite time to do things ;)19:46
openstackgerritAndreas Jaeger proposed openstack/python-openstackclient master: Switch to newer openstackdocstheme and reno versions  https://review.opendev.org/72903320:30
*** efried has quit IRC20:46
*** efried has joined #openstack-sdks20:53
*** slaweq has quit IRC21:05
*** slaweq has joined #openstack-sdks21:16
*** slaweq has quit IRC21:21
*** slaweq has joined #openstack-sdks21:27
*** dking has quit IRC21:31
*** sshnaidm is now known as sshnaidm|afk22:00
openstackgerritMichael Johnson proposed openstack/openstacksdk master: Add TLS protocol support for Octavia  https://review.opendev.org/72478922:28
*** dking has joined #openstack-sdks22:33
*** dking has quit IRC22:37
*** slaweq has quit IRC22:51
*** tkajinam has joined #openstack-sdks22:53
*** slaweq has joined #openstack-sdks22:57
*** yolanda has quit IRC23:36
*** tosky has quit IRC23:39
*** amotoki has quit IRC23:53
*** amotoki has joined #openstack-sdks23:53

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!