Tuesday, 2019-11-26

*** goldyfruit_ has quit IRC00:20
openstackgerritYongli He proposed openstack/python-openstackclient master: Microversion 2.78 - server show topology  https://review.opendev.org/68092800:42
*** goldyfruit_ has joined #openstack-sdks01:05
*** ricolin has joined #openstack-sdks01:46
*** tonyb has joined #openstack-sdks03:00
tonybSo I have a newbie question03:01
tonybI'm writing my first app using the opensatcksdk03:01
tonybI need to know how to get to the 'fualt' on a server object03:01
tonybIt doesn't seem to be exposed by default, but I can see it the shell via openstack03:02
tonybHmm I guess I could just go see what it does03:02
*** ricolin has quit IRC03:03
*** ricolin has joined #openstack-sdks04:08
*** ricolin has quit IRC04:29
*** gtema has joined #openstack-sdks04:53
*** gtema has quit IRC04:57
openstackgerritIan Wienand proposed openstack/openstacksdk master: Create an OpenDev docker image  https://review.opendev.org/69601504:58
openstackgerritIan Wienand proposed openstack/openstacksdk master: Create an OpenDev docker image  https://review.opendev.org/69601505:11
openstackgerritIan Wienand proposed openstack/openstacksdk master: Create an OpenDev docker image  https://review.opendev.org/69601505:40
openstackgerritIan Wienand proposed openstack/openstacksdk master: Create an OpenDev docker image  https://review.opendev.org/69601505:49
*** slaweq has joined #openstack-sdks07:23
*** slaweq has quit IRC07:28
*** gtema has joined #openstack-sdks07:30
*** gtema_ has joined #openstack-sdks07:42
*** gtema has quit IRC07:44
*** gtema_ has quit IRC07:49
*** gtema has joined #openstack-sdks07:49
*** slaweq has joined #openstack-sdks07:57
*** bverschueren has quit IRC08:04
*** gtema has quit IRC08:09
*** gtema has joined #openstack-sdks08:09
*** tosky has joined #openstack-sdks08:25
*** jpena|off is now known as jpena08:44
*** ralonsoh has joined #openstack-sdks08:53
*** jpich has joined #openstack-sdks09:02
*** jpich has quit IRC10:09
*** jpich has joined #openstack-sdks10:10
*** jpich has quit IRC12:12
*** jpich has joined #openstack-sdks12:13
*** dtantsur|afk is now known as dtantsur12:20
*** enriquetaso has joined #openstack-sdks12:25
*** enriquetaso has quit IRC12:45
*** jawad_axd has joined #openstack-sdks12:48
*** enriquetaso has joined #openstack-sdks12:49
*** enriquetaso has quit IRC13:08
*** goldyfruit_ has quit IRC13:08
*** jpena is now known as jpena|lunch13:26
*** mriedem has joined #openstack-sdks13:35
*** gtema has quit IRC13:37
*** tkajinam has joined #openstack-sdks14:00
*** gtema has joined #openstack-sdks14:11
*** jpena|lunch is now known as jpena14:18
*** gtema has quit IRC14:18
*** gtema has joined #openstack-sdks14:33
*** goldyfruit has joined #openstack-sdks14:36
*** goldyfruit_ has joined #openstack-sdks14:38
*** enriquetaso has joined #openstack-sdks14:40
*** goldyfruit has quit IRC14:41
*** gtema has quit IRC14:46
*** jawad_axd has quit IRC14:48
*** gtema has joined #openstack-sdks14:50
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Keep connection backrefs with weakref.proxy  https://review.opendev.org/69579515:08
*** jpich has quit IRC15:15
*** jpich has joined #openstack-sdks15:17
*** tkajinam has quit IRC15:19
*** mriedem has quit IRC15:55
*** vishakha has joined #openstack-sdks15:56
*** mriedem has joined #openstack-sdks15:59
*** dtantsur is now known as dtantsur|afk16:03
*** jangutter has quit IRC16:22
*** jpena is now known as jpena|brb16:45
*** jpich has quit IRC17:06
*** gtema has quit IRC17:09
*** jpena|brb is now known as jpena17:21
eanderssonmordred, efried: Is it possible to cross link a bug from sdk to senlin? or do they require separate bug reports?17:28
efriedeandersson: sdk is storyboard, right? What's senlin?17:32
eanderssonlaunchpad17:33
eanderssonhttps://bugs.launchpad.net/senlin/+bug/185164617:33
openstackLaunchpad bug 1851646 in senlin "senlin-health-manager process consume many memory" [Undecided,Confirmed]17:33
efriedthen I think the best you can do is stuff each link in the other's bug repo17:33
efriedbut diablo_rojo et al might have a better answer17:34
*** tobiash_ is now known as tobiash17:47
*** openstackgerrit has quit IRC17:49
*** gtema has joined #openstack-sdks17:56
*** jpena is now known as jpena|off18:31
*** goldyfruit___ has joined #openstack-sdks18:41
*** goldyfruit_ has quit IRC18:43
*** ralonsoh has quit IRC18:51
*** goldyfruit_ has joined #openstack-sdks18:51
*** goldyfruit___ has quit IRC18:54
*** goldyfruit_ has quit IRC19:07
umbSublimeHi, I got a bit more time to work on my "fix_allocations" script again, and just noticed this behaviour change between microversions of the nova-api. http://paste.openstack.org/show/786747/ moving forward will UUID's be used to reference hypervisors ?19:08
*** goldyfruit has joined #openstack-sdks19:09
efriedumbSublime: Yes, UUIDs. Were you expecting sdk to be negotiating the latest microversion?19:11
efriedby default19:11
efriedthere was a bug recently about that...19:11
umbSublimeyes I was assuming it would19:12
umbSublimemy API support microversion up to 2.6019:12
umbSublimet.conn.compute.get_endpoint_data().max_microversion -> (2, 60)19:12
efriedumbSublime: have a look at this https://review.opendev.org/#/c/686600/2/releasenotes/notes/fix-for-microversion-70cd686b6d6e3fd0.yaml19:13
umbSublimeI'm alsov curious why the openstackcli doesn't also use the latest microversion19:13
efriedthat's a different question.19:13
umbSublimeefried: curiously ebough though it looks like the SDK doe figure out mi max_microversion accuretely. Meaning version discovery would be working correctly right ?19:14
umbSublimeI can't type today sorry :/19:14
efriedumbSublime: It's *supposed* to be, but read that reno ^ -- it was broken prior to a fix in ksa.19:14
efriedso you want to make sure you have that ksa -- and once you do, you'll want the sdk fix from that patch or other things will break.19:15
umbSublimebut isn't ksa doing the right thing in my case: http://paste.openstack.org/show/786748/ (maybe I just don't understand the bug)19:16
efriedumbSublime: what ksa version do you have?19:16
efriedand what sdk version?19:16
umbSublimeMuch older than the one mentioned in the bug: keystoneauth1==3.4.019:17
efriedbut also, ksa has about fifty different code paths for discovery, depending how it's used. Just because that particular query responds "correctly" doesn't mean whatever sdk is using for hypervisors is doing same.19:17
umbSublimeerrr nvm, I was outisde my env when running. Im on 3.18.019:18
umbSublimeefried: gotcha, thanks for explanation !19:18
efriednp19:18
*** goldyfruit_ has joined #openstack-sdks19:19
umbSublimeso I guess I need to wait for sdk 0.38.0 ? or is there a 0.37.1 version ? I'd prefer not having to manage backporting a patch19:20
efriedoh, yeah, that fix ought to have been released, sec...19:21
efriedhmph, it's in stable/train, which *should* have meant it got a default release at some point...19:21
*** goldyfruit has quit IRC19:22
efriedyeah, looks like it ought to be in 0.37.0, let me confirm quick..19:22
efriedumbSublime: yeah, it should be in 0.37.0. Not sure why gerrit doesn't show that.19:23
umbSublimehuh, well I technically am running 0.37.019:24
efriedand ksa 3.18.0?19:25
*** enriquetaso has quit IRC19:25
umbSublimeHere is my dependency graph for openstacksdk: http://paste.openstack.org/show/786749/19:25
efriedokay, then this might be.... a *bug*19:26
umbSublimeI guess so, here's a condensed version http://paste.openstack.org/show/786752/19:36
*** goldyfruit___ has joined #openstack-sdks20:17
*** goldyfruit_ has quit IRC20:20
*** goldyfruit_ has joined #openstack-sdks20:21
*** goldyfruit___ has quit IRC20:24
*** enriquetaso has joined #openstack-sdks20:27
*** gtema has quit IRC20:27
*** senrique_ has joined #openstack-sdks20:29
*** enriquetaso has quit IRC20:32
*** senrique__ has joined #openstack-sdks20:42
*** senrique_ has quit IRC20:43
*** vishakha has quit IRC20:45
*** tosky has quit IRC20:46
*** senrique__ has quit IRC21:34
*** senrique__ has joined #openstack-sdks21:34
*** senrique__ has quit IRC21:43
*** openstackgerrit has joined #openstack-sdks22:24
openstackgerritMerged openstack/openstacksdk master: Keep connection backrefs with weakref.proxy  https://review.opendev.org/69579522:24
efriedmordred, eandersson: Guess we want a release for that ^ pdq?22:33
melwittdtroyer: how do you feel about this patch and the one above it going to osc stable/queens? https://review.opendev.org/69145922:37
*** slaweq has quit IRC22:37
eanderssonYea - gotta back port it as well. Ideally to all releases over the last two years.22:40
*** slaweq has joined #openstack-sdks23:11
*** goldyfruit___ has joined #openstack-sdks23:13
*** slaweq has quit IRC23:15
*** goldyfruit_ has quit IRC23:16
*** goldyfruit_ has joined #openstack-sdks23:17
*** goldyfruit___ has quit IRC23:20
*** goldyfruit_ has quit IRC23:49

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