*** goldyfruit___ has quit IRC | 02:02 | |
openstackgerrit | Merged openstack/openstacksdk master: Increase test timeout for 2 tests in TestImageProxy class https://review.opendev.org/692323 | 03:47 |
---|---|---|
*** ricolin has joined #openstack-sdks | 04:54 | |
*** danil has joined #openstack-sdks | 07:43 | |
danil | hello folks. Please help me. Is there a way to get nova client through openstacksdk? I mean that I can not just use novaclient library due to dependencies. Thanks | 07:43 |
*** jangutter has joined #openstack-sdks | 07:45 | |
*** gtema has joined #openstack-sdks | 07:59 | |
*** gtema_ has joined #openstack-sdks | 08:05 | |
*** gtema has quit IRC | 08:07 | |
*** tosky has joined #openstack-sdks | 08:20 | |
*** ralonsoh has joined #openstack-sdks | 08:49 | |
*** jpich has joined #openstack-sdks | 08:51 | |
*** slaweq has joined #openstack-sdks | 08:57 | |
*** jpena|off is now known as jpena | 08:57 | |
*** cdent has joined #openstack-sdks | 09:22 | |
*** slaweq has quit IRC | 09:31 | |
*** dtantsur|afk is now known as dtantsur | 09:33 | |
danil | hello folks. Please help me. Is there a way to get nova client through openstacksdk? I mean that I can not just use novaclient library due to dependencies. Thanks | 09:46 |
dtantsur | danil: something like openstack.connect(...).compute? | 10:08 |
dtantsur | it won't be a client identical to novaclient, of course | 10:08 |
*** tosky_ has joined #openstack-sdks | 10:08 | |
*** tosky is now known as Guest94751 | 10:08 | |
*** tosky_ is now known as tosky | 10:08 | |
*** Guest94751 has quit IRC | 10:09 | |
danil | dtantsur, thanks . The main method I want to find is something like "interface_attach" in novaclient. This method adds a virtio device to nova instance | 10:14 |
dtantsur | danil: check https://docs.openstack.org/openstacksdk/latest/user/connection.html maybe it has the call you need? | 10:15 |
*** cdent has quit IRC | 10:34 | |
*** cdent has joined #openstack-sdks | 10:43 | |
*** jpich has quit IRC | 10:48 | |
*** jpich has joined #openstack-sdks | 10:49 | |
cdent | dtantsur: were you in shanghai? if so, how was it? | 10:53 |
dtantsur | cdent: I wasn't, in the middle of a move here | 11:02 |
cdent | ✔ | 11:02 |
cdent | I hope that all goes well | 11:03 |
danil | dtantsur, yes. looks like it should be there, in openstack.connect(...).compute . I found a method "create_server_interface" in Proxy class | 11:03 |
dtantsur | cdent: me too :) an infinite stream of small problems | 11:04 |
cdent | ooph | 11:04 |
gtema_ | hehe, what you know about small problems. My API monitoring platform got blocked by our internal Firewalls/AntiDDoS/whatsoever and nobody can figure out what and why is blocking. | 11:05 |
dtantsur | :D | 11:07 |
dtantsur | not sure if it's as inconvenient as sitting without a kitchen though (and now with a door bell stuck in "mute" position, wtf) | 11:07 |
* mordred is tethered to his phone because wifi in china | 11:09 | |
gtema_ | he, I was doing this when moved to Germany, so I know perfectly what you mean | 11:09 |
gtema_ | mordred: still in china? are you allowed to leave or you stay there forever? | 11:10 |
mordred | gtema_: here til friday. I won't know if they'll let me leave until then :) | 11:11 |
gtema_ | oki | 11:11 |
mordred | gtema_: your colleague Nils did a great talk on using sdk btw | 11:22 |
gtema_ | thanks. He wrote me you talked to each other. Hope we will be able to improve the docs correspondigly | 11:22 |
mordred | ++ | 11:23 |
*** danil has quit IRC | 12:09 | |
*** jpich has quit IRC | 12:16 | |
*** jpich has joined #openstack-sdks | 12:17 | |
*** jpena is now known as jpena|lunch | 12:31 | |
*** slaweq has joined #openstack-sdks | 12:43 | |
*** goldyfruit___ has joined #openstack-sdks | 12:44 | |
*** slaweq has quit IRC | 12:47 | |
*** goldyfruit___ has quit IRC | 12:49 | |
*** jpich has quit IRC | 13:00 | |
*** jpich has joined #openstack-sdks | 13:01 | |
*** slaweq has joined #openstack-sdks | 13:04 | |
*** slaweq has quit IRC | 13:08 | |
*** mriedem has joined #openstack-sdks | 13:15 | |
*** jpena|lunch is now known as jpena | 13:29 | |
*** goldyfruit has joined #openstack-sdks | 13:51 | |
*** nicholas has joined #openstack-sdks | 14:13 | |
*** slaweq has joined #openstack-sdks | 14:14 | |
*** slaweq has quit IRC | 14:19 | |
*** mriedem has quit IRC | 14:38 | |
*** slaweq has joined #openstack-sdks | 14:56 | |
*** slaweq has quit IRC | 15:00 | |
*** stingrayza has quit IRC | 15:44 | |
*** stingrayza has joined #openstack-sdks | 15:47 | |
*** also_stingrayza has joined #openstack-sdks | 15:53 | |
*** stingrayza has quit IRC | 15:53 | |
*** slaweq has joined #openstack-sdks | 15:56 | |
*** slaweq has quit IRC | 16:02 | |
*** ricolin has quit IRC | 16:34 | |
*** slaweq has joined #openstack-sdks | 16:57 | |
*** slaweq has quit IRC | 17:02 | |
*** cdent has quit IRC | 17:04 | |
*** jpich has quit IRC | 17:14 | |
*** gtema_ has quit IRC | 17:17 | |
*** cdent has joined #openstack-sdks | 17:27 | |
*** goldyfruit has quit IRC | 17:52 | |
*** goldyfruit has joined #openstack-sdks | 17:53 | |
*** jpena is now known as jpena|off | 18:14 | |
*** dtantsur is now known as dtantsur|afk | 18:20 | |
mnaser | is there an official page instead of this wiki page? https://wiki.openstack.org/wiki/OpenStackClients | 18:26 |
mnaser | maybe https://docs.openstack.org/train/language-bindings.html ? | 18:26 |
*** slaweq has joined #openstack-sdks | 18:27 | |
*** cdent has quit IRC | 18:50 | |
*** slaweq has quit IRC | 19:06 | |
*** slaweq has joined #openstack-sdks | 19:11 | |
*** slaweq has quit IRC | 19:16 | |
*** gtema has joined #openstack-sdks | 19:17 | |
*** gtema has quit IRC | 19:21 | |
*** mriedem has joined #openstack-sdks | 19:27 | |
*** gtema has joined #openstack-sdks | 19:56 | |
*** gtema has quit IRC | 20:05 | |
*** slaweq has joined #openstack-sdks | 20:11 | |
*** slaweq has quit IRC | 20:16 | |
*** efried is now known as efried_afk | 21:01 | |
*** efried_afk is now known as efried | 21:53 | |
*** slaweq has joined #openstack-sdks | 22:11 | |
*** slaweq has quit IRC | 22:15 | |
*** goldyfruit has quit IRC | 23:22 | |
*** ralonsoh has quit IRC | 23:44 | |
*** tosky has quit IRC | 23:44 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!