*** stingrayza has joined #openstack-sdks | 00:22 | |
*** also_stingrayza has quit IRC | 00:23 | |
*** __ministry has joined #openstack-sdks | 02:03 | |
*** ricolin has joined #openstack-sdks | 02:06 | |
*** slaweq has joined #openstack-sdks | 03:39 | |
*** slaweq has quit IRC | 03:44 | |
*** slaweq has joined #openstack-sdks | 03:55 | |
*** slaweq has quit IRC | 04:00 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-sdks | 04:33 | |
*** ricolin has quit IRC | 06:08 | |
*** ricolin has joined #openstack-sdks | 06:17 | |
*** ricolin_ has joined #openstack-sdks | 06:18 | |
*** ricolin_ has quit IRC | 06:18 | |
*** gtema has joined #openstack-sdks | 06:45 | |
*** ttsiouts has joined #openstack-sdks | 06:46 | |
*** eandersson has quit IRC | 06:50 | |
*** eandersson has joined #openstack-sdks | 06:50 | |
*** slaweq has joined #openstack-sdks | 06:53 | |
*** ttsiouts has quit IRC | 07:02 | |
*** gkadam has joined #openstack-sdks | 07:04 | |
*** gkadam has quit IRC | 07:05 | |
*** yolanda has joined #openstack-sdks | 07:07 | |
*** ttsiouts has joined #openstack-sdks | 07:11 | |
*** iurygregory has joined #openstack-sdks | 07:17 | |
*** tosky has joined #openstack-sdks | 07:22 | |
*** evrardjp has quit IRC | 07:28 | |
*** rpittau|afk is now known as rpittau | 07:29 | |
*** evrardjp has joined #openstack-sdks | 07:30 | |
*** ralonsoh has joined #openstack-sdks | 07:42 | |
*** jpena|off is now known as jpena | 07:56 | |
*** jpich has joined #openstack-sdks | 08:06 | |
*** sshnaidm|off has joined #openstack-sdks | 08:47 | |
*** sshnaidm|off is now known as sshnaidm | 08:47 | |
*** ttsiouts has quit IRC | 09:02 | |
*** ttsiouts has joined #openstack-sdks | 09:17 | |
*** ttsiouts has quit IRC | 09:33 | |
*** gtema has quit IRC | 09:35 | |
*** gtema has joined #openstack-sdks | 09:37 | |
*** rpittau is now known as rpittau|bbl | 10:06 | |
*** ttsiouts has joined #openstack-sdks | 10:10 | |
*** ttsiouts has quit IRC | 10:15 | |
*** tkajinam has quit IRC | 10:15 | |
*** gtema has quit IRC | 10:28 | |
*** ttsiouts has joined #openstack-sdks | 10:44 | |
*** __ministry has quit IRC | 10:51 | |
*** gtema has joined #openstack-sdks | 10:54 | |
*** vishakha has joined #openstack-sdks | 10:56 | |
*** ttsiouts has quit IRC | 10:56 | |
*** ttsiouts has joined #openstack-sdks | 10:56 | |
*** jpena is now known as jpena|lunch | 11:31 | |
*** gtema has quit IRC | 12:06 | |
*** ttsiouts has quit IRC | 12:09 | |
*** rpittau|bbl is now known as rpittau | 12:12 | |
*** gtema has joined #openstack-sdks | 12:29 | |
*** ttsiouts has joined #openstack-sdks | 12:32 | |
*** Luzi has joined #openstack-sdks | 12:33 | |
*** evrardjp has quit IRC | 12:36 | |
*** jpena|lunch is now known as jpena | 12:42 | |
*** evrardjp has joined #openstack-sdks | 12:49 | |
*** jpich has quit IRC | 13:13 | |
*** jpich has joined #openstack-sdks | 13:14 | |
*** ttsiouts has quit IRC | 13:15 | |
*** Luzi has quit IRC | 13:43 | |
*** ttsiouts has joined #openstack-sdks | 13:50 | |
*** ttsiouts has quit IRC | 14:00 | |
*** ttsiouts has joined #openstack-sdks | 14:01 | |
*** ttsiouts has quit IRC | 14:11 | |
*** ttsiouts has joined #openstack-sdks | 14:12 | |
*** vishakha has quit IRC | 14:19 | |
*** KeithMnemonic has joined #openstack-sdks | 14:25 | |
*** ttsiouts has quit IRC | 14:26 | |
openstackgerrit | Lance Bragstad proposed openstack/keystoneauth master: Fix E741 pep8 failure https://review.opendev.org/728920 | 14:57 |
---|---|---|
openstackgerrit | Lance Bragstad proposed openstack/keystoneauth master: Inject /v3 in token path for v3 plugins https://review.opendev.org/724785 | 14:58 |
*** rpittau is now known as rpittau|afk | 16:06 | |
*** jpich has quit IRC | 16:07 | |
*** cmorpheus is now known as cmurphy | 16:28 | |
*** gtema_ has joined #openstack-sdks | 16:43 | |
*** gtema has quit IRC | 16:44 | |
*** ricolin_ has joined #openstack-sdks | 16:53 | |
*** ricolin has quit IRC | 16:56 | |
*** ricolin_ has quit IRC | 17:00 | |
*** ricolin has joined #openstack-sdks | 17:00 | |
*** dking has joined #openstack-sdks | 17:14 | |
dking | Is 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 IRC | 17:18 | |
*** jpena is now known as jpena|off | 17:18 | |
mordred | dking: you want auth_type='none' | 17:40 |
mordred | dking: 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 trick | 17:42 |
dking | mordred: Thank you very much! I'll give that a try. | 17:42 |
timburke | could 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 instead | 17:43 |
timburke | i suppose an alternative approach would be to leave the function arg with the old name and update the CLI plumbing 🤔 | 17:45 |
mordred | timburke: 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 calls | 17:52 |
*** ralonsoh has quit IRC | 17:54 | |
openstackgerrit | subham rai proposed openstack/openstacksdk master: baremetal: support for volume connectors API https://review.opendev.org/718746 | 18:20 |
*** also_stingrayza has joined #openstack-sdks | 18:53 | |
*** stingrayza has quit IRC | 18:56 | |
dtroyer | timburke: 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 storage | 19:20 |
mordred | dtroyer: "as soon as there is time" is my favorite time to do things ;) | 19:46 |
openstackgerrit | Andreas Jaeger proposed openstack/python-openstackclient master: Switch to newer openstackdocstheme and reno versions https://review.opendev.org/729033 | 20:30 |
*** efried has quit IRC | 20:46 | |
*** efried has joined #openstack-sdks | 20:53 | |
*** slaweq has quit IRC | 21:05 | |
*** slaweq has joined #openstack-sdks | 21:16 | |
*** slaweq has quit IRC | 21:21 | |
*** slaweq has joined #openstack-sdks | 21:27 | |
*** dking has quit IRC | 21:31 | |
*** sshnaidm is now known as sshnaidm|afk | 22:00 | |
openstackgerrit | Michael Johnson proposed openstack/openstacksdk master: Add TLS protocol support for Octavia https://review.opendev.org/724789 | 22:28 |
*** dking has joined #openstack-sdks | 22:33 | |
*** dking has quit IRC | 22:37 | |
*** slaweq has quit IRC | 22:51 | |
*** tkajinam has joined #openstack-sdks | 22:53 | |
*** slaweq has joined #openstack-sdks | 22:57 | |
*** yolanda has quit IRC | 23:36 | |
*** tosky has quit IRC | 23:39 | |
*** amotoki has quit IRC | 23:53 | |
*** amotoki has joined #openstack-sdks | 23:53 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!