Friday, 2016-04-08

*** p01nt3r75 has quit IRC00:00
*** tjones_zzzz has left #openstack-nova00:02
*** david-lyle has quit IRC00:02
*** david-lyle has joined #openstack-nova00:03
*** nic has quit IRC00:04
*** mylu has quit IRC00:04
*** ayoung has joined #openstack-nova00:08
*** mylu has joined #openstack-nova00:09
*** zenoway has joined #openstack-nova00:13
*** mylu has quit IRC00:14
*** ducttape_ has joined #openstack-nova00:15
*** akshai_ has quit IRC00:15
*** qeelee has joined #openstack-nova00:16
*** Swami has quit IRC00:17
*** thorst has joined #openstack-nova00:18
*** shakamunyi has joined #openstack-nova00:18
*** zenoway has quit IRC00:18
*** cdent has quit IRC00:21
*** shakamunyi has quit IRC00:23
*** mylu has joined #openstack-nova00:25
*** salv-orlando has joined #openstack-nova00:26
*** salv-orlando has quit IRC00:30
*** jwcroppe has joined #openstack-nova00:31
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/30201600:31
*** p01nt3r75 has joined #openstack-nova00:32
openstackgerritOpenStack Proposal Bot proposed openstack/python-novaclient: Updated from global requirements  https://review.openstack.org/30288400:33
*** ducttape_ has quit IRC00:34
*** jwcroppe has quit IRC00:35
*** salv-orlando has joined #openstack-nova00:40
*** thorst has quit IRC00:42
*** thorst has joined #openstack-nova00:43
*** salv-orlando has quit IRC00:44
*** mylu has quit IRC00:46
*** ivase has joined #openstack-nova00:48
*** hoangcx_ has joined #openstack-nova00:49
*** hoangcx has quit IRC00:49
*** hoangcx_ is now known as hoangcx00:49
*** thorst has quit IRC00:51
*** mylu has joined #openstack-nova00:51
*** cdelatte has quit IRC00:53
*** ivase has quit IRC00:53
*** vilobhmm11 has joined #openstack-nova00:54
*** rfolco has joined #openstack-nova00:54
*** eglynn has quit IRC00:56
*** eglynn has joined #openstack-nova00:56
*** amotoki has quit IRC00:56
openstackgerritHieu LE proposed openstack/nova: Config options: Centralize xenapi vif options  https://review.openstack.org/30317300:57
*** sdake has joined #openstack-nova01:02
*** ducttape_ has joined #openstack-nova01:05
*** zenoway has joined #openstack-nova01:07
*** browne has quit IRC01:09
*** zenoway has quit IRC01:12
*** sdake has quit IRC01:14
*** diogogmt has quit IRC01:16
*** penick has quit IRC01:16
flwangmriedem: based on current implementation, does the nova metadata service need to run with a separate process?01:16
*** apoorvad has quit IRC01:17
flwangmriedem: i can see metadata service is enabled in my nova.conf, but i can't see any process named nova-api-metadata01:17
*** shakamunyi has joined #openstack-nova01:18
*** sdake has joined #openstack-nova01:19
*** EinstCrazy has joined #openstack-nova01:21
*** amotoki has joined #openstack-nova01:22
*** ducttape_ has quit IRC01:22
*** sdake_ has joined #openstack-nova01:22
*** shakamunyi has quit IRC01:23
*** mylu has quit IRC01:23
*** sdake has quit IRC01:25
*** qeelee has quit IRC01:26
*** qeelee has joined #openstack-nova01:28
*** davidlenwell has quit IRC01:28
*** amotoki has quit IRC01:29
alex_xuflwang: as i know, there are two commands, nova-api will run all the APIs which specified in CONF.enabled_apis, another one is nova-api-metadata just for metadata01:29
*** mriedem has quit IRC01:31
*** zenoway has joined #openstack-nova01:31
*** ljxiash has joined #openstack-nova01:31
* alex_xu didn't follow the whole convs, please ignore him if he didn't answner the question people actually want01:32
*** davidlenwell has joined #openstack-nova01:32
*** baoli has joined #openstack-nova01:32
flwangalex_xu: but i didn't see nova-api-metadata is running, though i can see    enabled_apis=osapi_compute,metadata  in nova.conf01:32
flwangand when i tried to start nova-api-metadata manually, i was told 8775 is in use, i think nova-api is using it01:33
alex_xuflwang: it's running in the nova-api process, so no nova-api-metadata i guess01:33
flwangalex_xu: i think so01:33
alex_xuflwang: yes, if you removed metadata from enabled_apis, then it should be ok for nova-api-metadata01:34
flwangalex_xu: so here is another question, when I run ' curl http://169.254.169.254/latest/meta-data/' in instance, will it talk with the nova-api?01:34
*** jwcroppe has joined #openstack-nova01:34
alex_xuflwang: yes, if you only run nova-api01:35
*** zenoway has quit IRC01:35
flwanginteresting...01:36
flwangalex_xu: if i changed the instance name, will command "curl http://169.254.169.254/latest/meta-data/hostname" return the new name ?01:36
*** mylu has joined #openstack-nova01:37
*** houming has joined #openstack-nova01:37
alex_xuflwang: ah, you access the metadata out of the instance?01:37
*** baoli has quit IRC01:38
*** edmondsw has quit IRC01:38
flwangalex_xu: no, in the instance01:38
*** jwcroppe has quit IRC01:39
alex_xuflwang: you should get something when everything is right01:39
flwangalex_xu: yes, i can. but i always got the old name01:41
flwangwhich is i'm trying to figure otu01:41
*** jdurgin1 has quit IRC01:41
alex_xuflwang: ah, i got it, that is interesting, sounds like a bug01:41
flwangalex_xu: so can you remind me where is the right place for a breakpoint if i want to debug curl http://169.254.169.254/latest/meta-data/hostname01:41
alex_xuflwang: there is the entry https://github.com/openstack/nova/blob/master/nova/api/metadata/handler.py#L11601:44
flwangalex_xu: yep, just found it as well01:45
*** dave-mccowan has quit IRC01:45
alex_xuok, i'm late :(01:45
flwangalex_xu: :) i missed a 'thanks' :)01:46
*** baoli has joined #openstack-nova01:47
alex_xuflwang: no worries, you are welcome :)01:47
flwangalex_xu: another question if you're still interested in this topic01:47
alex_xuflwang: yea, sure, if i can help something01:47
flwangi would like to know if cloud-init will be triggered to read the old metadata when there is a live migration or rebuild01:48
alex_xuflwang: cloud-init only run when the guest os startup, so no read for live-migration, but should be for rebuild01:48
*** thorst has joined #openstack-nova01:49
alex_xuflwang: i mean for th re-read the metadata, whether the metadata is old depend on nova behaviour(or bug)01:51
*** baoli has quit IRC01:52
flwangalex_xu: i see. and seems the request from  http://169.254.169.254/latest/meta-data is taking as a 'ec2' metadata, right?01:54
*** lyarwood has quit IRC01:54
*** thorst has quit IRC01:56
alex_xuflwang: not very clear the detail, but i guess so01:57
flwangalex_xu: i'm touching some interesting things ;)01:58
alex_xuflwang: ha :)01:58
*** browne has joined #openstack-nova01:59
*** baoli has joined #openstack-nova02:00
flwangalex_xu: so at this line https://github.com/openstack/nova/blob/master/nova/api/metadata/base.py#L11002:04
*** diogogmt has joined #openstack-nova02:04
*** mylu has quit IRC02:04
flwangwhere the instance object come from? or i would ask when the 'InstanceMetadata' class is initialized?02:04
*** yamahata has quit IRC02:04
flwangok, got it02:06
*** zenoway has joined #openstack-nova02:07
*** baoli has quit IRC02:07
*** baoli has joined #openstack-nova02:08
*** mingyu has joined #openstack-nova02:08
flwangalex_xu: i think i know why02:09
alex_xuflwang: congrats :)02:09
flwangalex_xu: in nova, we're using display name and hostname, so when we update the instance name, the hostname won't be updated, does it work as designed?02:09
*** mylu has joined #openstack-nova02:10
*** zenoway has quit IRC02:11
alex_xuflwang: emm... i'm not sure, but I think it won't first time was found, but I didn't remember any detail now.02:12
flwangok, in other words, should i expect the hostname of instance is changed if i changed the instance name in nova? ;)02:13
*** davideag_ has joined #openstack-nova02:13
alex_xuflwang: https://bugs.launchpad.net/nova/+bug/106815402:15
*** mtanino__ has joined #openstack-nova02:15
alex_xuflwang: yes, that makes sense for me02:15
openstackLaunchpad bug 1068154 in OpenStack Compute (nova) "Renaming Instance Name doesn't change hostname on a Rebuild" [Medium,Incomplete]02:15
*** Sukhdev_ has quit IRC02:15
*** davideagnello has quit IRC02:15
*** mtanino has quit IRC02:15
*** cburgess has quit IRC02:16
*** baoli has quit IRC02:16
*** baoli has joined #openstack-nova02:17
*** amotoki has joined #openstack-nova02:17
*** vishwana_ has quit IRC02:18
flwangalex_xu: the bug is a little messed. so i didn't see a conclusion if the hostname should be updated if the instance is renamed02:18
alex_xuflwang: yes02:19
flwangthe bug only verified the new name works for rebuild02:19
*** shakamunyi has joined #openstack-nova02:19
*** cburgess has joined #openstack-nova02:19
*** openstackstatus has quit IRC02:19
*** aginwala has quit IRC02:19
flwangalex_xu: so what's your opinion about this?02:19
*** vishwanathj has joined #openstack-nova02:19
*** unicell has quit IRC02:20
*** ssurana has quit IRC02:21
*** hieulq has quit IRC02:21
*** hieulq has joined #openstack-nova02:21
*** shakamunyi has quit IRC02:24
*** gongysh has joined #openstack-nova02:25
*** gongysh_ has joined #openstack-nova02:25
alex_xuflwang: tbh, i'm not very clear yet. if the hostname was updated in the db, but the instance wasn't reboot or rebuild, whether it will make other mess? if yes, that is a problem02:26
alex_xuflwang: for resloving that problem, that may be bind hostname update with rebuild or something else?02:26
flwangalex_xu: i can see your point02:27
*** woodster_ has quit IRC02:27
*** baoli has quit IRC02:27
flwangalex_xu: thanks for the feedback02:28
*** aginwala has joined #openstack-nova02:29
alex_xuflwang: np, but i think it's also a problem for now, after user update the name without hostname changed, then user's app can't access the instance with hostname which discovered from the api anymore.02:30
*** dimtruck is now known as zz_dimtruck02:30
flwangalex_xu: true02:31
alex_xuflwang: one way resolve that maybe we can have a attribute for the api response, which attribute return the instance hostname02:31
alex_xuflwang: anyway sounds like need full solution for this. need more thinking02:32
*** sdake_ is now known as sdake02:33
*** ducttape_ has joined #openstack-nova02:37
*** qeelee has quit IRC02:37
*** gongysh_ has quit IRC02:37
*** aginwala has quit IRC02:39
*** ducttape_ has quit IRC02:41
*** zenoway has joined #openstack-nova02:42
*** ljxiash has quit IRC02:44
*** ljxiash has joined #openstack-nova02:44
*** zenoway has quit IRC02:47
*** ljxiash has quit IRC02:49
*** ljxiash has joined #openstack-nova02:49
*** aginwala has joined #openstack-nova02:52
*** EinstCrazy has quit IRC02:53
*** Marga_ has quit IRC02:53
*** rmevans has joined #openstack-nova02:53
*** thorst has joined #openstack-nova02:54
*** EinstCrazy has joined #openstack-nova02:55
*** EinstCrazy has quit IRC02:57
*** aginwala has quit IRC02:59
*** hanchao has joined #openstack-nova02:59
*** EinstCrazy has joined #openstack-nova02:59
*** thorst has quit IRC03:01
*** rfolco has quit IRC03:03
*** hanchao has quit IRC03:03
*** hanchao has joined #openstack-nova03:11
*** diogogmt has quit IRC03:12
*** knikolla has joined #openstack-nova03:14
*** shakamunyi has joined #openstack-nova03:18
*** mylu has quit IRC03:20
*** Kevin_Zheng has quit IRC03:22
*** shakamunyi has quit IRC03:23
*** Marga_ has joined #openstack-nova03:27
openstackgerritZhenguo Niu proposed openstack/nova-specs: Add Ironic Shellinabox HTTP proxy  https://review.openstack.org/30058203:28
*** qeelee has joined #openstack-nova03:31
*** Marga_ has quit IRC03:31
*** ljxiash has quit IRC03:32
*** ljxiash has joined #openstack-nova03:32
*** jdurgin1 has joined #openstack-nova03:32
*** Sukhdev has joined #openstack-nova03:34
*** jwcroppe has joined #openstack-nova03:36
*** ljxiash has quit IRC03:37
*** diogogmt has joined #openstack-nova03:37
*** hanchao has quit IRC03:39
*** mylu has joined #openstack-nova03:40
openstackgerritHieu LE proposed openstack/nova: Config options: centralize section "xvp"  https://review.openstack.org/30320303:40
*** anush_ has joined #openstack-nova03:41
*** jwcroppe has quit IRC03:41
*** gongysh has quit IRC03:41
*** Marga_ has joined #openstack-nova03:45
*** Sukhdev has quit IRC03:47
*** knikolla has quit IRC03:50
*** browne has quit IRC03:53
*** hanchao has joined #openstack-nova03:53
*** links has joined #openstack-nova03:53
*** knikolla has joined #openstack-nova03:54
*** knikolla has quit IRC03:56
*** hanchao has quit IRC03:57
openstackgerritHieu LE proposed openstack/nova: Config options: centralize section "xvp"  https://review.openstack.org/30320303:58
*** thorst has joined #openstack-nova03:59
*** Jeffrey4l_ has joined #openstack-nova04:00
*** efoley has joined #openstack-nova04:03
*** ssurana has joined #openstack-nova04:03
*** jdurgin1 has quit IRC04:05
*** thorst has quit IRC04:06
*** efoley has quit IRC04:07
*** gcb has quit IRC04:11
*** Sukhdev has joined #openstack-nova04:16
*** shakamunyi has joined #openstack-nova04:18
*** klkumar has joined #openstack-nova04:18
*** sdake_ has joined #openstack-nova04:19
*** sdake has quit IRC04:19
*** shakamunyi has quit IRC04:22
openstackgerritJiajun Liu proposed openstack/nova: config options: centralize cinder options  https://review.openstack.org/29819104:26
*** gcb has joined #openstack-nova04:27
*** mylu has quit IRC04:33
*** zenoway has joined #openstack-nova04:37
*** mylu has joined #openstack-nova04:37
*** ducttape_ has joined #openstack-nova04:37
*** aginwala has joined #openstack-nova04:39
*** shakamunyi has joined #openstack-nova04:40
*** zenoway has quit IRC04:41
*** ducttape_ has quit IRC04:41
*** adisky has joined #openstack-nova04:42
*** takashin has joined #openstack-nova04:42
*** klkumar has quit IRC04:44
*** shakamunyi has quit IRC04:45
*** mtanino__ has quit IRC04:48
*** salv-orlando has joined #openstack-nova04:52
*** rcernin has joined #openstack-nova04:54
*** alex_xu has quit IRC04:56
*** klkumar has joined #openstack-nova04:57
*** alex_xu has joined #openstack-nova05:01
*** sdake has joined #openstack-nova05:03
*** thorst has joined #openstack-nova05:04
*** rmevans has quit IRC05:04
*** salv-orlando has quit IRC05:04
*** mylu has quit IRC05:06
*** sdake_ has quit IRC05:06
*** mingyu has quit IRC05:07
*** links has quit IRC05:07
*** mingyu has joined #openstack-nova05:08
*** mylu has joined #openstack-nova05:10
*** anush_ has quit IRC05:11
*** mingyu has quit IRC05:11
*** thorst has quit IRC05:11
*** zenoway has joined #openstack-nova05:12
*** sdake_ has joined #openstack-nova05:13
*** sdake has quit IRC05:17
*** zenoway has quit IRC05:17
*** shakamunyi has joined #openstack-nova05:18
*** esracelik has joined #openstack-nova05:19
*** shakamunyi has quit IRC05:23
*** links has joined #openstack-nova05:24
*** nkrinner has joined #openstack-nova05:27
*** moshele has joined #openstack-nova05:27
*** markvoelker has quit IRC05:30
*** mylu has quit IRC05:32
*** salv-orlando has joined #openstack-nova05:32
*** paul-carlton1 has joined #openstack-nova05:33
*** mkrcmari__ has joined #openstack-nova05:37
*** jwcroppe has joined #openstack-nova05:39
*** mvk_ has quit IRC05:41
*** jwcroppe has quit IRC05:43
*** Jeffrey4l_ has quit IRC05:50
*** lpetrut has joined #openstack-nova05:50
*** aginwala has quit IRC05:53
*** Sukhdev has quit IRC05:54
*** sdake has joined #openstack-nova05:55
*** sdake_ has quit IRC05:57
*** mjura has joined #openstack-nova05:59
*** Jeffrey4l_ has joined #openstack-nova06:03
*** links has quit IRC06:03
*** amotoki has quit IRC06:06
*** thorst has joined #openstack-nova06:09
*** sdake_ has joined #openstack-nova06:09
*** sdake has quit IRC06:11
*** mingyu has joined #openstack-nova06:11
*** mingyu has quit IRC06:15
*** thorst has quit IRC06:16
*** ljxiash has joined #openstack-nova06:16
*** shakamunyi has joined #openstack-nova06:18
*** links has joined #openstack-nova06:19
*** paul-carlton1 has quit IRC06:19
*** Jeffrey4l__ has joined #openstack-nova06:21
*** shakamunyi has quit IRC06:23
*** Jeffrey4l__ is now known as Jeffrey4l06:25
*** Jeffrey4l_ has quit IRC06:25
*** p01nt3r75 has quit IRC06:26
*** scheuran has joined #openstack-nova06:28
*** ndipanov has joined #openstack-nova06:29
*** amotoki has joined #openstack-nova06:29
*** markvoelker has joined #openstack-nova06:30
*** vtech has joined #openstack-nova06:30
*** amotoki has quit IRC06:33
*** amotoki has joined #openstack-nova06:33
*** astupnikov has joined #openstack-nova06:35
*** markvoelker has quit IRC06:36
*** ducttape_ has joined #openstack-nova06:38
*** vtech has quit IRC06:38
*** zenoway has joined #openstack-nova06:39
*** vtech has joined #openstack-nova06:40
*** paul-carlton1 has joined #openstack-nova06:41
*** vtech has quit IRC06:42
*** ducttape_ has quit IRC06:42
*** ndipanov has quit IRC06:47
*** lpetrut has quit IRC06:50
*** lixiaoy1 has joined #openstack-nova06:51
*** amotoki has quit IRC06:52
*** salv-orlando has quit IRC06:54
*** paul-carlton1 has quit IRC06:58
*** paul-carlton1 has joined #openstack-nova06:59
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Imported Translations from Zanata  https://review.openstack.org/30147807:00
*** e0ne has joined #openstack-nova07:01
*** vtech has joined #openstack-nova07:01
*** jaosorior has joined #openstack-nova07:04
*** amotoki has joined #openstack-nova07:05
*** jed56 has joined #openstack-nova07:06
*** jichen has joined #openstack-nova07:11
*** eglynn has quit IRC07:12
*** thorst has joined #openstack-nova07:14
*** shakamunyi has joined #openstack-nova07:18
*** andrearosa has joined #openstack-nova07:19
*** unicell has joined #openstack-nova07:20
*** thorst has quit IRC07:22
*** rmart04 has joined #openstack-nova07:23
*** shakamunyi has quit IRC07:23
*** p01nt3r75 has joined #openstack-nova07:25
*** jlanoux has joined #openstack-nova07:27
*** ndipanov has joined #openstack-nova07:28
*** haomaiwang has joined #openstack-nova07:31
*** haomaiwang has quit IRC07:32
*** alex_xu_ has joined #openstack-nova07:32
*** haomaiwang has joined #openstack-nova07:32
*** haomaiwang has quit IRC07:33
*** cihand has joined #openstack-nova07:33
*** haomaiwa_ has joined #openstack-nova07:33
*** haomaiwa_ has quit IRC07:34
*** alex_xu has quit IRC07:34
*** haomaiwang has joined #openstack-nova07:34
*** haomaiwang has quit IRC07:35
*** haomaiwa_ has joined #openstack-nova07:35
*** haomaiwa_ has quit IRC07:36
*** haomaiwang has joined #openstack-nova07:36
*** haomaiwang has quit IRC07:37
*** haomaiwang has joined #openstack-nova07:38
*** haomaiwang has quit IRC07:39
*** haomaiwa_ has joined #openstack-nova07:39
*** haomaiwa_ has quit IRC07:40
*** haomaiwang has joined #openstack-nova07:40
*** haomaiwang has quit IRC07:41
*** jwcroppe has joined #openstack-nova07:42
*** haomaiwa_ has joined #openstack-nova07:43
*** haomaiwa_ has quit IRC07:44
ildikovjohnthetubaguy: congrats! :)07:44
*** haomaiwa_ has joined #openstack-nova07:44
*** haomaiwa_ has quit IRC07:45
*** haomaiwang has joined #openstack-nova07:45
*** haukebruno has joined #openstack-nova07:46
*** haomaiwang has quit IRC07:46
*** haomaiwang has joined #openstack-nova07:46
*** haomaiwang has quit IRC07:47
*** jaosorior has quit IRC07:47
*** haomaiwa_ has joined #openstack-nova07:47
*** jwcroppe has quit IRC07:47
*** jaosorior has joined #openstack-nova07:47
*** haomaiwa_ has quit IRC07:48
*** pcaruana has joined #openstack-nova07:49
*** Oku_OS-away is now known as Oku_OS07:51
bauzasgood morning Nova07:52
bauzasor even07:52
*** bauzas is now known as bauwser07:52
bauwsergood morning nova07:52
*** jamielennox is now known as jamielennox|away07:53
*** PaulMurray has joined #openstack-nova07:56
*** takashin has left #openstack-nova07:57
openstackgerritHieu LE proposed openstack/nova: Config options: centralize section "xvp"  https://review.openstack.org/30320307:57
PaulMurraypkoniszewski, hi07:58
PaulMurrayandrearosa, hi andrea - no response from pkoniszewski yet07:59
andrearosaPaulMurray: saw that08:00
PaulMurrayandrearosa, my network icon is telling me I'm not on the internet, but I clearly am08:01
* andrearosa is tempted to not reply to Paul so he won't know if he is on-line or if he is not :)08:02
*** tojuvone_ has joined #openstack-nova08:05
*** tojuvone has quit IRC08:06
*** artom has joined #openstack-nova08:08
pkoniszewskiPaulMurray: sorry, I'm back08:10
PaulMurrayhi08:10
PaulMurrayso you want to create a hangout ?08:10
*** eglynn has joined #openstack-nova08:11
*** mingyu has joined #openstack-nova08:11
andrearosaPaulMurray: https://hangouts.google.com/call/kh5xz774ynf4thltwe6pyynahie PaulMurray:08:13
*** mingyu has quit IRC08:16
*** thorst has joined #openstack-nova08:19
hieulqhi, for bp centralize-config-options-newton, there're a bottle neck here: https://review.openstack.org/#/c/295938/08:24
hieulqanother centralize config options depend on compute options08:25
hieulqso oslo_service can not interpolate some options from compute while starting n-api, n-cond.. services08:25
artomndipanov, thanks for the +2 :) In theory those fields are reusable elsewhere, not just in the metadata API.08:25
*** thorst has quit IRC08:26
artomIt's not really schema validation if a field is just making sure it's in the right format - like the MACAddressField, for example.08:26
ndipanovartom, that's not the point though - it feels like schema validation but rendering happens in the metadata service...08:26
ndipanovyeah maybe it's not really08:27
artomAnyways, you clearly didn't think it's a big enough deal to -1, so... :)08:27
*** lpetrut has joined #openstack-nova08:27
*** jistr has joined #openstack-nova08:28
*** derekh has joined #openstack-nova08:28
*** markvoelker has joined #openstack-nova08:31
johnthetubaguyhieulq: yeah, thats a good call out, we should try get https://review.openstack.org/#/c/295938/ merged asap08:32
*** e0ne has quit IRC08:32
johnthetubaguyits on a bit of a rebase bounce around08:32
*** openstackgerrit has quit IRC08:33
*** openstackgerrit has joined #openstack-nova08:33
*** yassine_ has joined #openstack-nova08:34
*** zenoway has quit IRC08:36
*** markvoelker has quit IRC08:36
*** zenoway has joined #openstack-nova08:36
*** ducttape_ has joined #openstack-nova08:38
*** e0ne has joined #openstack-nova08:40
*** zenoway has quit IRC08:41
*** lixiaoy1 has quit IRC08:41
*** ihrachys has joined #openstack-nova08:42
*** ducttape_ has quit IRC08:43
*** eglynn has quit IRC08:44
*** hieulq has quit IRC08:49
*** hieulq_ has joined #openstack-nova08:50
*** moshele has quit IRC08:53
*** vilobhmm11 has quit IRC08:54
*** houming_ has joined #openstack-nova08:57
*** houming has quit IRC08:58
*** houming_ is now known as houming08:58
*** andrearosa has quit IRC08:58
*** andrearosa has joined #openstack-nova09:00
*** andrearosa has quit IRC09:03
*** harlowja has quit IRC09:06
*** sdake_ has quit IRC09:17
*** lyarwood has joined #openstack-nova09:17
*** salv-orlando has joined #openstack-nova09:18
*** tojuvone_ is now known as tojuvone09:19
*** cdent has joined #openstack-nova09:23
*** pkoniszewski has quit IRC09:23
*** thorst has joined #openstack-nova09:24
*** e0ne has quit IRC09:25
*** hieulq has joined #openstack-nova09:28
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: Config options: base path configuration: improve help text  https://review.openstack.org/29923609:29
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: Config options: centralize base path configuration  https://review.openstack.org/25940609:29
*** thorst has quit IRC09:32
*** vtech has quit IRC09:37
*** vtech_ has joined #openstack-nova09:37
*** subscope has joined #openstack-nova09:38
*** ssurana has quit IRC09:42
*** ssurana has joined #openstack-nova09:42
*** subscope has quit IRC09:44
*** sdague has joined #openstack-nova09:45
*** subscope has joined #openstack-nova09:45
*** jwcroppe has joined #openstack-nova09:45
*** vtech_ has quit IRC09:45
*** vtech has joined #openstack-nova09:45
*** jwcroppe has quit IRC09:50
*** amotoki has quit IRC09:50
openstackgerritFahri Cihan Demirci proposed openstack/nova-specs: Add Instance Live Resize Functionality for Libvirt  https://review.openstack.org/30332409:51
*** ssurana has quit IRC09:51
*** BobBall_AWOL is now known as BobBall09:52
BobBallcoreywright / johnthetubaguy: I wonder if a quick conf call would be good on bug 1566622?09:54
openstackbug 1566622 in OpenStack Compute (nova) "live migration fails with xenapi virt driver and SRs with old-style naming convention" [Undecided,Confirmed] https://launchpad.net/bugs/156662209:54
johnthetubaguyBobBall: maybe, do we have a patch up now?09:54
BobBallNo - but I'm not convinced by the approach coreywright is proposing, but it's clear he's done a lot of intestigation, so it might be that I'm missing something09:55
johnthetubaguyBobBall: ah, thats a good time to reach out to him09:55
BobBall:) Do you know which timezone he's in?09:55
johnthetubaguyBobBall: central, he is is houston I think09:56
BobBallWow - he was up late last night then!09:57
johnthetubaguyyeah, he does that09:57
BobBallOK - let's wait until he's up and try and arrange something.09:57
johnthetubaguyI think this is also a production breaking issue, causing us massive problems right now09:57
BobBallYup, I can imagine.09:58
johnthetubaguyI am out next week, so it would be good to get together today if we can09:58
BobBallQuick prod fix would be to revert to the old naming scheme09:58
johnthetubaguywell, it would fix some of the issues, thats true09:58
BobBallIt'd give breathing room09:58
*** ljxiash has quit IRC09:59
*** ljxiash has joined #openstack-nova09:59
johnthetubaguyBobBall: so coreywright's approach is to send info to the destination, so it creates the volume with the correct uuid, I think?09:59
BobBallHang on - are we confusing the need for old/new style?  Why not just say "This block storage must be attached with this UUID on the destination"?10:02
*** ociuhandu has quit IRC10:02
BobBallOtherwise we're passing information and crossing our fingers that the destination calculates it correctly10:02
*** ljxiash has quit IRC10:03
*** mingyu has joined #openstack-nova10:04
*** Oku_OS is now known as Oku_OS-away10:05
johnthetubaguyBobBall: yeah, something like that seems the best way to tell the destination whats needed10:07
*** ljxiash has joined #openstack-nova10:08
*** hoangcx has quit IRC10:09
BobBallI've proposed it on the ticket.  When coreywright gets up we can have a chat :)10:09
*** subscope has quit IRC10:10
johnthetubaguyBobBall: cool10:10
*** ljxiash has quit IRC10:12
*** claudiub has joined #openstack-nova10:12
*** gcb has quit IRC10:13
*** vtech has quit IRC10:14
*** subscope has joined #openstack-nova10:15
openstackgerritArtom Lifshitz proposed openstack/nova: libvirt: attach configdrive after instance spawn  https://review.openstack.org/30333510:19
*** e0ne has joined #openstack-nova10:20
*** subscope has quit IRC10:20
openstackgerritJianghua Wang proposed openstack/nova: XenAPI: specify block size for writing config drive.  https://review.openstack.org/30333610:20
openstackgerritArtom Lifshitz proposed openstack/nova: Libvirt driver implementation of device tagging  https://review.openstack.org/26401610:20
openstackgerritArtom Lifshitz proposed openstack/nova: Add compute manager device tagging support  https://review.openstack.org/26401710:21
openstackgerritjichenjc proposed openstack/nova: Catch ProjectQuotaNotFound when do update_limit  https://review.openstack.org/28815310:22
openstackgerritArtom Lifshitz proposed openstack/nova: Device tagging user visible changes  https://review.openstack.org/26401810:24
openstackgerritArtom Lifshitz proposed openstack/nova: Device tagging user visible changes  https://review.openstack.org/26401810:24
*** rk4n has joined #openstack-nova10:24
*** rk4n has quit IRC10:25
*** gcb has joined #openstack-nova10:27
*** Oku_OS-away is now known as Oku_OS10:28
*** thorst has joined #openstack-nova10:29
*** EinstCrazy has quit IRC10:30
*** markvoelker has joined #openstack-nova10:32
*** zenoway has joined #openstack-nova10:32
*** thorst has quit IRC10:35
*** andreykurilin has quit IRC10:36
*** gstepanov has quit IRC10:38
*** markvoelker has quit IRC10:39
*** rk4n has joined #openstack-nova10:39
*** ducttape_ has joined #openstack-nova10:39
*** andreykurilin has joined #openstack-nova10:40
*** amotoki has joined #openstack-nova10:41
*** erlon has joined #openstack-nova10:41
*** rk4n has quit IRC10:41
*** gstepanov has joined #openstack-nova10:42
*** thorst has joined #openstack-nova10:43
*** amotoki has quit IRC10:43
*** ducttape_ has quit IRC10:43
*** ociuhandu has joined #openstack-nova10:44
openstackgerritDavanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c  https://review.openstack.org/30334510:45
*** aswadr_ has joined #openstack-nova10:47
openstackgerritJohn Garbutt proposed openstack/nova: xenapi: ideas to fix sr_uuid live_migrate issues  https://review.openstack.org/30334810:47
johnthetubaguyBobBall: I tried to sketch out what the fix could look like, to get my head straight, is that the kind of thing you were thinking?10:48
*** snikitin has quit IRC10:51
*** claudiub|2 has joined #openstack-nova10:52
*** hdd has joined #openstack-nova10:52
*** thorst has quit IRC10:53
*** amotoki has joined #openstack-nova10:55
*** claudiub has quit IRC10:55
openstackgerritsahid proposed openstack/nova: libvirt: enhance method to return pointer_model from image prop  https://review.openstack.org/17485410:56
openstackgerritsahid proposed openstack/nova: libvirt: deprecate use_usb_tablet in favor of pointer_model  https://review.openstack.org/17624210:56
*** gcb has quit IRC10:56
*** gszasz has joined #openstack-nova10:57
BobBalljohnthetubaguy: Would it be too ugly to inject the sr_uuid into the block device info map?10:57
openstackgerritClaudiu Belu proposed openstack/nova: HyperV: Nova serial console access support  https://review.openstack.org/14500410:57
BobBalljohnthetubaguy: a naive view is that it might be less code - but I'm not sure if the bdi would be more painful to extend10:58
openstackgerritDavanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c  https://review.openstack.org/30334510:58
BobBalljohnthetubaguy: parse_sr_info will honor an sr_uuid in the connection_info10:58
*** tbachman has quit IRC10:58
BobBallcorrection - sr_uuid would need to be in connection_data['info']10:59
*** hieulq_ has quit IRC10:59
johnthetubaguyBobBall: I don't like the idea of changing the block device info, that basically a copy of what cinder sent us, I think10:59
*** vtech has joined #openstack-nova10:59
*** tbachman has joined #openstack-nova10:59
johnthetubaguyBobBall: having said that, having to punch that data through about five layers also sucks11:00
*** vtech has quit IRC11:00
*** vtech_ has joined #openstack-nova11:00
BobBalljohnthetubaguy: Indeed.  I see that sr_uuid is only _set_ in fake.py which is daft11:00
BobBalljohnthetubaguy: So the code that will honor it in parse_sr_info isn't actually used in production AFAICT11:01
markus_zsarafraj: Regarding https://bugs.launchpad.net/nova/+bug/1567232. The "assigned to" is only set to the person actively working on a fix: https://wiki.openstack.org/wiki/Bugs#Assigned_To11:04
openstackLaunchpad bug 1567232 in OpenStack Compute (nova) "migrate vm, do not check neutron-openvswitch-agent status" [Undecided,Incomplete] - Assigned to bailin.zhang (bailin-zhang)11:04
*** tbachman_ has joined #openstack-nova11:05
*** tbachman has quit IRC11:05
*** tbachman_ is now known as tbachman11:05
markus_zsarafraj: That the reporter has to do something is expressed by setting it to "incomplete". The reporter should then reset it to "new" after providing the information.11:05
*** pece has joined #openstack-nova11:07
johnthetubaguyBobBall: not sure I understand you11:08
johnthetubaguyBobBall: but I am hungry, I am going to go out to get some lunch11:08
*** mingyu has quit IRC11:08
*** rk4n has joined #openstack-nova11:09
markus_zI can't believe it. Someone finally read the template for bug reports: https://bugs.launchpad.net/nova/+bug/1567621 yeah! :)11:12
openstackLaunchpad bug 1567621 in OpenStack Compute (nova) "Scripts requesting v3 get multiple choices with bad URLs" [Undecided,New]11:12
*** klkumar has quit IRC11:13
kashyapmarkus_z: There is hope! :-)11:15
*** gcb has joined #openstack-nova11:15
markus_z:)11:15
* kashyap gets back to pretending he's not in front of a computer (officially on hols today)11:16
*** rk4n has quit IRC11:16
*** amotoki has quit IRC11:17
*** shakamunyi has joined #openstack-nova11:18
*** vtech has joined #openstack-nova11:20
*** vtech_ has quit IRC11:20
*** shakamunyi has quit IRC11:23
openstackgerritSean Dague proposed openstack/nova: remove alembic from requirements.txt  https://review.openstack.org/30267011:23
*** amotoki has joined #openstack-nova11:24
*** tbachman has quit IRC11:24
*** mingyu has joined #openstack-nova11:24
*** mingyu has quit IRC11:25
*** amotoki has quit IRC11:26
*** tbachman has joined #openstack-nova11:28
*** amotoki has joined #openstack-nova11:30
markus_zsarafraj: The "select_destinations" the reporter means should be this one: https://github.com/openstack/nova/blob/bc5035343d366a18cae587f92ecb4e871aba974a/nova/scheduler/manager.py#L8911:36
*** tbachman_ has joined #openstack-nova11:36
markus_zsarafraj: And https://bugs.launchpad.net/nova/+bug/1260440 is a little related to it.11:36
openstackLaunchpad bug 1260440 in OpenStack Compute (nova) "nova-compute host is added to scheduling pool before Neutron can bind network ports on said host" [High,Confirmed]11:36
*** tbachman has quit IRC11:38
*** tbachman_ is now known as tbachman11:38
*** subscope has joined #openstack-nova11:38
*** amotoki has quit IRC11:40
artomWow, that actually passed Jenkins! https://review.openstack.org/#/c/303335/11:43
*** sfinucan has joined #openstack-nova11:45
*** salv-orlando has quit IRC11:46
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/30336311:47
*** baoli has joined #openstack-nova11:47
*** baoli_ has joined #openstack-nova11:48
*** jwcroppe has joined #openstack-nova11:48
*** cdelatte has joined #openstack-nova11:48
openstackgerritjichenjc proposed openstack/nova: Catch ProjectQuotaNotFound when do update_limit  https://review.openstack.org/28815311:49
*** subscope has quit IRC11:50
*** ndipanov has quit IRC11:51
*** vtech has quit IRC11:51
*** vtech has joined #openstack-nova11:51
*** baoli has quit IRC11:51
openstackgerritGleb Stepanov proposed openstack/nova: [WIP] Add console log offset  https://review.openstack.org/29247311:53
*** jwcroppe has quit IRC11:53
*** ayoung has quit IRC11:54
*** Marga_ has quit IRC11:54
*** Marga_ has joined #openstack-nova11:54
*** haukebruno has quit IRC11:55
*** derekh has quit IRC11:58
*** e0ne has quit IRC11:59
*** Oku_OS is now known as Oku_OS-away12:00
*** rcrit has quit IRC12:03
*** subscope has joined #openstack-nova12:03
*** aysyd has joined #openstack-nova12:07
*** mjura has quit IRC12:07
*** mwagner_lap has joined #openstack-nova12:13
*** thorst has joined #openstack-nova12:15
*** thorst has quit IRC12:15
*** thorst has joined #openstack-nova12:15
*** shakamunyi has joined #openstack-nova12:18
*** sahid has joined #openstack-nova12:20
*** thorst has quit IRC12:20
*** haomaiwang has joined #openstack-nova12:21
*** markvoelker has joined #openstack-nova12:21
*** haomaiwang has quit IRC12:22
*** salv-orlando has joined #openstack-nova12:22
*** haomaiwang has joined #openstack-nova12:22
*** haomaiwang has quit IRC12:23
*** haomaiwa_ has joined #openstack-nova12:23
*** shakamunyi has quit IRC12:23
*** haomaiwa_ has quit IRC12:24
*** haomaiwa_ has joined #openstack-nova12:24
*** haomaiwa_ has quit IRC12:25
*** ducttape_ has joined #openstack-nova12:25
*** haomaiwang has joined #openstack-nova12:25
*** haomaiwang has quit IRC12:26
*** raildo-afk is now known as raildo12:26
*** Marga_ has quit IRC12:26
*** haomaiwang has joined #openstack-nova12:26
*** haomaiwang has quit IRC12:27
*** haomaiwang has joined #openstack-nova12:27
*** haomaiwang has quit IRC12:28
*** haomaiwang has joined #openstack-nova12:28
*** haomaiwang has quit IRC12:29
*** gcb has quit IRC12:29
*** haomaiwang has joined #openstack-nova12:29
*** haomaiwang has quit IRC12:30
*** busterswt has joined #openstack-nova12:30
openstackgerritGleb Stepanov proposed openstack/nova: [WIP] Add console log offset  https://review.openstack.org/29247312:30
*** haomaiwa_ has joined #openstack-nova12:30
*** mtanino has joined #openstack-nova12:30
*** haomaiwa_ has quit IRC12:31
*** haomaiwang has joined #openstack-nova12:31
*** haomaiwang has quit IRC12:32
*** haomaiwang has joined #openstack-nova12:32
*** haomaiwang has quit IRC12:32
*** rcrit has joined #openstack-nova12:32
*** kfarr has joined #openstack-nova12:32
*** Oku_OS-away is now known as Oku_OS12:32
*** edmondsw has joined #openstack-nova12:33
*** houming has quit IRC12:36
*** qeelee has quit IRC12:37
*** ducttape_ has quit IRC12:38
*** alaski is now known as lascii12:39
markus_zsdague: I'm reading a conductor log right now and see: DB_Driver: join new ServiceGroup member node0.node.strato to the conductor group, service = <nova.service.Service object at 0x56eb890>". I was wondering if the Service class should have a __str__ or __repr__.12:40
*** ctrath has joined #openstack-nova12:40
*** yassine_ has quit IRC12:41
sdaguemarkus_z: yes, in general we should have __repr__ for all our objects12:41
sdagueespecially if we want to use them in a log12:42
*** Jeffrey4l has quit IRC12:42
markus_zsdague: OK, thought there might be an exception I'm not aware of. I'll push something.12:42
*** yassine has joined #openstack-nova12:42
sdaguenot that I know of12:42
sdagueevery time I've seen one of those, I make a __repr__12:42
*** yassine is now known as Guest3905412:42
*** Jeffrey4l has joined #openstack-nova12:42
markus_zsdague: I'd use "host" + "binary" + "manager_class_name" for that, does that make sense?12:42
*** esracelik has quit IRC12:42
*** ndipanov has joined #openstack-nova12:43
*** derekh has joined #openstack-nova12:43
openstackgerritjichenjc proposed openstack/nova-specs: Add host-command-with-POST  https://review.openstack.org/30338812:45
*** gcb has joined #openstack-nova12:47
*** rtheis has joined #openstack-nova12:47
sdaguemakes sense to me12:48
markus_zcool, thanks12:48
sdaguelook at some of the other __repr__ formats12:48
sdaguewe typically do <ClassName: attr=value, attr2=value2>12:49
*** ctrath has quit IRC12:49
*** efried has joined #openstack-nova12:49
sdaguebut I would only expose the attrs you think are useful12:49
*** edleafe is now known as figleaf12:49
markus_zok, I'll use that format12:50
*** ctrath has joined #openstack-nova12:51
*** ctrath has quit IRC12:51
PaulMurraymdbooth, want to make sure we have the right specs on https://etherpad.openstack.org/p/newton-nova-priorities-tracking12:53
*** mtanino has quit IRC12:53
PaulMurraymdbooth, what storage pools specs do you have ? is it just https://review.openstack.org/#/c/302117/12:54
*** e0ne has joined #openstack-nova12:58
*** EinstCrazy has joined #openstack-nova12:59
openstackgerritjichenjc proposed openstack/nova-specs: Add host-command-with-POST  https://review.openstack.org/30338812:59
*** rlrossit has joined #openstack-nova13:03
*** Jeffrey4l has quit IRC13:05
*** Jeffrey4l has joined #openstack-nova13:06
openstackgerritTimofey Durakov proposed openstack/nova: live_migration_cleanup method introduced  https://review.openstack.org/30261113:06
openstackgerritTimofey Durakov proposed openstack/nova: Cleanup for post/rollback of live-migrations  https://review.openstack.org/28065313:06
openstackgerritTimofey Durakov proposed openstack/nova: New field for LibvirtLiveMigrateData  https://review.openstack.org/28674513:06
openstackgerritTimofey Durakov proposed openstack/nova: move disk_info calc to check methods  https://review.openstack.org/29116013:06
openstackgerritTimofey Durakov proposed openstack/nova: implement async rpc for live-migration  https://review.openstack.org/29116113:06
*** pradk has quit IRC13:07
*** rfolco has joined #openstack-nova13:09
openstackgerritjichenjc proposed openstack/nova-specs: Add host-command-with-POST  https://review.openstack.org/30338813:11
*** xyang1 has joined #openstack-nova13:12
*** ccarmack has joined #openstack-nova13:16
*** EinstCrazy has quit IRC13:17
coreywrightBobBall, johnthetubaguy: yeah, i saw that if you pass the sr_uuid down to parse_sr_info() inside the pared down block_device_info subset (ie connection_data) then it'll use it, but i didn't presume it would be that easy ;)13:18
johnthetubaguycoreywright: did you see the patch I uploaded with one possible approach sketched out?13:18
coreywrightthe more specific something is, the more gotchas accompanies13:18
coreywrightjohnthetubaguy: yes, i saw your change for discussion13:19
johnthetubaguycoreywright: I don't like the idea of modifying the connection_data, as thats really just a mirror of what cinder gives nova, but I might be overthinking that13:19
johnthetubaguyalthough passing a big old dict around the place is far from awesome13:20
coreywrightyeah, i was only thinking of stuffing the new data in connection_data to minimize changes; i'm impartial either way13:21
*** mriedem has joined #openstack-nova13:22
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: Add "__repr__" method to class "Service"  https://review.openstack.org/30341713:22
mriedemhow are we looking on the unit test issue with fixtures?13:22
*** EinstCrazy has joined #openstack-nova13:22
*** rodrigods has quit IRC13:22
coreywrightjohnthetubaguy: ie shove it down through the layers or add it to the passed down block_device_info13:22
*** rodrigods has joined #openstack-nova13:22
*** lucasagomes has quit IRC13:22
*** ducttape_ has joined #openstack-nova13:23
*** jichen has quit IRC13:23
lasciimriedem: nothing has changed yet on the fixtures side13:23
mriedembut the cap is in place it looks like13:24
coreywrightthe only thing i haven't spent the brain-cycles on (as you could probably tell by my update to the bug report) is how to mechanize/implement the source side13:24
*** anush_ has joined #openstack-nova13:24
johnthetubaguycoreywright: that patch of mine should give some pointers, I thought?13:24
lasciimriedem: that's good. I guess my other patch to Nova probably isn't necessary then13:24
lasciiwhich isn't complete yet13:25
coreywrightjohnthetubaguy: yeah, reviewing that part now13:25
johnthetubaguycoreywright: there is a rather large TODO in it though13:25
sdaguelascii: well, we have to remove the cap eventually13:25
mriedemlascii: well, at some point we want to require fixtures>=2.0 right so we can remove those proxy methods that have been getting added to workaround the original issue13:25
Anticimexmy nova-compute is acting up. using ceph rbd backend.   it has block_device_allocate_retries = 600 and block_device_allocate_retries_interval = 1, both in nova.conf and as evident by the config dump on boot.13:25
*** nkrinner has quit IRC13:25
Anticimexbut its failing disk builds, saying it waited for 12 seconds or 10 retries13:25
lasciisdague: I have a proposed change to fixtures which gets it to work with Nova as-is13:26
Anticimexi'm at a loss to where it gets that time from13:26
lasciisdague: mriedem okay, I'll finish up this Nova patch then, down to 71 failures atm13:26
mriedemyikes13:26
lasciistarted at 4600 or so13:26
Anticimexi guess its the default values. so why is it executing default values when something else is configured and loaded. (liberty)13:26
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/30336313:27
*** ivase has joined #openstack-nova13:27
*** mdrabe has joined #openstack-nova13:28
johnthetubaguyAnticimex: I would try folks in #openstack for those sorts of questions, they might be able to give a quicker answer, see channel topic13:28
dimsmriedem : do i hold back python-novaclient===3.4.0? (https://review.openstack.org/#/c/303253/1/upper-constraints.txt) from reaching u-c?13:28
*** lucasagomes has joined #openstack-nova13:28
johnthetubaguylascii: I like the latest policy spec, there are some OSIC folks who should be able to help with the heavy lifting on that13:28
mriedemdims: i don't think so....13:29
Anticimexjohnthetubaguy: ahhh, thanks, apologies13:29
*** moshele has joined #openstack-nova13:29
johnthetubaguyAnticimex: no worries13:29
lasciijohnthetubaguy: okay, cool13:29
dimsmriedem : ok. shipping it then13:30
*** subscope has quit IRC13:30
mriedemdims: hold up13:31
*** EinstCrazy has quit IRC13:31
dimslet's do this on -dev :) mriedem13:33
*** lucasagomes has quit IRC13:33
mdboothPaulMurray: Sorry, missed your last. Yes, it's just that one. I can trivially update and resubmit the other one too, though. Was hoping to prompt some discussion around ImageCache, but might be too much.13:35
*** aysyd has quit IRC13:35
*** aysyd has joined #openstack-nova13:35
*** cleong has joined #openstack-nova13:37
*** mrkz has joined #openstack-nova13:39
*** dims is now known as dimsum__13:41
*** lucasagomes has joined #openstack-nova13:42
*** ccarmack has quit IRC13:42
*** mtanino has joined #openstack-nova13:42
*** ccarmack has joined #openstack-nova13:42
*** dansmith is now known as superdan13:42
johnthetubaguycoreywright: are you unblocked, BobBall was suggest a quick call to get things moving, would that help?13:43
*** mylu has joined #openstack-nova13:43
coreywrightjohnthetubaguy: just to make sure i understand the source side of your patch-for-discussion: we need to extract volume_uuid, someway, somehow (we know it's in there, we just need to figure out where and how to extract it)13:43
johnthetubaguycoreywright: yeah, need the volume uuid to sr uuid, (i think), so when we add volumes on the destination side we know what sr uuid to use for each volume uuid in the block_device_mapping13:44
coreywrightjohnthetubaguy: that was my feeling (it can be done, just need to figure out how) and why i hadn't detailed it much to-date13:44
coreywrightwell, i hadn't detailed it because i hadn't research it (ie i was still ignorant on it ;)13:44
coreywrightbut i figured it was the easier piece (than the destination side)13:45
johnthetubaguycoreywright: thats cool, if we look at the volume detach, we should be able to see how that works, although I do wonder if we have other issues after that sr-uuid change...13:45
*** mgoddard_ has joined #openstack-nova13:45
*** burt has joined #openstack-nova13:45
coreywrightjohnthetubaguy: oh, yeah: i'm not suggesting this is the only problem after the sr_uuid naming convention change13:46
coreywright;)13:46
* johnthetubaguy nods13:46
*** allen_gao has quit IRC13:46
*** FL1SK has joined #openstack-nova13:47
coreywrightjohnthetubaguy, BobBall: i'm feel good about moving forward as has been outlined in the bug report and the code-for-discussion13:47
coreywrightbut i'm open to a conference call13:48
johnthetubaguycoreywright: happy to let you dig into, ping us for questions13:49
*** mgoddard has quit IRC13:49
coreywrightjohnthetubaguy: thanks for the advising!13:49
*** ndipanov has quit IRC13:50
coreywrightBobBall: as you've been absent/quiet since i came on, just ping me if we need to discuss something or have a conference call (ie i overlooked something that you need to point out or to flesh out the ideas so you are more confident about how i'm proceeding forward)13:50
*** EinstCrazy has joined #openstack-nova13:50
*** jwcroppe has joined #openstack-nova13:51
*** links has quit IRC13:51
*** allen_gao has joined #openstack-nova13:52
BobBallPing :)13:52
coreywright:)13:52
BobBallSorry - I was in a meeting :P13:52
coreywrightno prob13:52
BobBallRegarding the code for discussion - johnthetubaguy did you have a feel around the trade off of passing the information over 5 layers vs injecting it into connection_info originally provided by cinder?13:53
johnthetubaguycoreywright: you will probably fine bdm.device_name and volume_id is what you need for the mapping, comparing to the VDI's userdevice int13:53
*** hoangcx has joined #openstack-nova13:53
johnthetubaguyBobBall: I still hate modifying the data block we get back from cinder13:53
johnthetubaguyBobBall: better to pass down the uuid, rather than the dict of uuids though, so that needs a tidy up13:54
BobBallShame13:55
BobBallbut ok.13:55
*** EinstCrazy has quit IRC13:55
BobBallThen I think we should go with the path suggested in johnthetubaguy's up-for-discussion code (i.e. identify the SR uuid from the BDM info and pass it through the layers)13:55
*** jwcroppe has quit IRC13:56
*** subscope has joined #openstack-nova13:56
johnthetubaguyBobBall: you still need that identify stuff for both approaches right?13:57
*** ayoung has joined #openstack-nova13:57
BobBallyup - still need the identification.  I was just saying if we could change the cinder BDI['connection_data']['sr_uuid'] then you wouldn't need the extra param being passed all over.  But I understand your reasons.13:58
*** diogogmt has quit IRC13:58
johnthetubaguyBobBall: ack13:58
mriedemsahid: small tweak in the tests would be good here and then i'm +2 https://review.openstack.org/#/c/284095/14/nova/tests/unit/network/test_neutronv2.py13:59
*** diogogmt has joined #openstack-nova14:00
*** Guest39054 has quit IRC14:01
*** yassine has joined #openstack-nova14:02
*** yassine is now known as Guest2952714:02
*** knikolla has joined #openstack-nova14:03
*** ayoung has quit IRC14:04
*** mylu has quit IRC14:05
mriedemjroll: have you seen this ironic shellinabox console proxy spec?14:07
*** pradk_ has joined #openstack-nova14:07
jrollmriedem: only that it exists14:08
mriedemblarg14:10
mriedemmore consoles14:10
mriedemhttps://review.openstack.org/#/c/300582/14:10
*** mylu has joined #openstack-nova14:11
jrollmriedem: yikes :/14:12
mriedemjroll: so is this a thing that's already in ironic or not?14:12
mriedembecause i see https://blueprints.launchpad.net/horizon/+spec/ironic-shellinabox-console14:12
mriedemoh that's horizon14:12
mriedemnvm14:12
jrollmriedem: shellinabox is in ironic today, yes14:13
*** eharney has joined #openstack-nova14:13
*** pwnall has joined #openstack-nova14:14
*** diogogmt has quit IRC14:15
jrollmriedem: novnc console is just a websocket proxy, right?14:15
*** dave-mccowan has joined #openstack-nova14:16
*** sc68cal has joined #openstack-nova14:16
markus_zjroll: I think so. novnc-proxy -> basebroxy -> websocketproxy14:16
jrollhm, okay14:17
mriedemyeah what markus_z said14:17
jrollso I feel like we could make this work with novnc14:17
mriedemrlrossit: let's get a smallish unit test in https://review.openstack.org/#/c/301213/ and then i'm good14:18
jrollbut am not 100% sure14:18
sarafrajmorning14:20
*** jaosorior has quit IRC14:20
*** diogogmt has joined #openstack-nova14:21
mriedemsarafraj: hi14:22
*** jaypipes has joined #openstack-nova14:23
*** jaypipes is now known as leakypipes14:23
jrollmriedem: there's also a spec to put a serial console driver in ironic that's compatible with nova's existing stuff https://review.openstack.org/#/c/29382714:24
sarafrajmriedem: Hello14:24
jrollcalled "socat"14:24
sarafrajmarkus_z: Going through your comments now14:25
mriedemjroll: ok, that was basically my question in the shellinabox spec where it said ironic has a console that's like nova's serial console but not compatible - why not? can it be made compatible?14:25
*** anush_ has quit IRC14:26
sarafrajjohnthetubaguy: Congrats!!14:26
sarafrajhttp://civs.cs.cornell.edu/cgi-bin/results.pl?id=E_fef5cc22eb3dc27a14:26
*** eliqiao1 has joined #openstack-nova14:27
*** mylu has quit IRC14:27
*** zz_dimtruck is now known as dimtruck14:27
jrollmriedem: right, I'm not 100% sure, I'm thinking it could. shellinabox is all we have today14:27
*** burgerk has joined #openstack-nova14:27
jrollmriedem: I'm mostly afk this week and part of next, so can't really devote much brain to this right now, sorry :/14:28
mriedemjroll: it's fine, don't actually, it's a new thing so i shouldn't even be looking at it14:28
aunnamjohnthetubaguy: congrats on TC14:28
jrollheh14:28
jrolloh snap14:28
jrolljohnthetubaguy: grats \o/14:28
* johnthetubaguy takes a thank you for voting me in bow, hopes he can help and do a good job of being on the TC14:29
*** ducttape_ has quit IRC14:31
figleafjohnthetubaguy: you'll be great on the TC14:31
johnthetubaguyfigleaf: thank you! I will do my best.14:32
*** EinstCrazy has joined #openstack-nova14:34
*** subscope has quit IRC14:34
*** daemontool has quit IRC14:35
*** artom is now known as notartom14:36
*** EinstCrazy has quit IRC14:37
mriedemit's odd that stable/liberty unit tests are failing with fixtures==2.0.0 but stable/mitaka isn't14:37
mriedemoh i know why14:37
mriedemunit test jobs used consraints in mitaka, but not liberty14:37
sdaguemriedem: yep14:38
*** haplo37 has joined #openstack-nova14:39
mriedemhrm....how much work would it be to backport to liberty for the nova unit test job to use constraints?14:39
mriedemi actually thought we already did that at one point14:39
mriedemhttps://github.com/openstack/nova/blob/stable/liberty/tox.ini#L3214:40
mriedemsomething missing in project-config?14:40
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Centralize netconf options  https://review.openstack.org/29431214:41
sdaguemriedem: probably have to set the branch correctly in tox.ini14:42
sdaguethat's going to pull master, right?14:42
sdagueoh, no, I see it14:42
mriedemhttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/liberty14:43
sdagueoh, right, but these are all the separate job names14:43
sdaguethat's not pep814:43
sarafrajmriedem: I saw your comment in one of the file I am working on https://github.com/openstack/nova/blob/master/nova/conf/network.py#L11714:44
sdagueso, yes, you'd have to backport the mitaka change14:44
*** ducttape_ has joined #openstack-nova14:44
sarafrajmriedem: Do you want me to take care of it14:44
mriedemsarafraj: sure14:44
sdaguemriedem: let me see if I can sort it14:44
sarafrajmriedem: ok14:45
sdagueit's https://review.openstack.org/#/c/267096/6 that's the change in question14:45
mriedemyeah just found it14:45
*** sdake has joined #openstack-nova14:45
mriedemthere are some others after it14:45
mriedemhttps://github.com/openstack/nova/commit/7c7a6e0d1b7a6c44e1578e7d9ee9e0f604d8a5c514:45
sdagueyeh, but we probably only need that one14:45
mriedemsdague: you want to cherry pick it?14:46
*** ctrath has joined #openstack-nova14:46
sdaguemriedem: yeh, working on it14:46
sdagueit's a more complicated cherry pick because of changes14:46
mriedemsdague: you also need https://review.openstack.org/#/c/267095/ first14:47
*** yamahata has joined #openstack-nova14:47
*** sdake_ has joined #openstack-nova14:49
rlrossitmriedem: hopefully this floats your boat14:51
sdaguemriedem: really?14:51
*** sdake has quit IRC14:51
openstackgerritRyan Rossiter proposed openstack/nova: Add new NeutronFloatingIP object  https://review.openstack.org/30121314:51
*** mgoddard has joined #openstack-nova14:51
sdaguemriedem: https://review.openstack.org/303468 & https://review.openstack.org/30346914:51
*** eliqiao1 has quit IRC14:51
*** mgoddard_ has quit IRC14:51
mriedemsdague: well, https://review.openstack.org/#/c/267095/ says use min tox 2.014:52
mriedemfor constraints14:52
*** EinstCrazy has joined #openstack-nova14:53
sdaguemriedem: ok, though it shouldn't impact CI14:53
sdaguewe can stack it on top for local use14:53
mriedemright, it's just for local14:53
mriedemyup14:53
sdaguehttps://review.openstack.org/30347414:54
sdaguethat's the CI land order we need, I think14:54
sdaguelet me know if you think a different order is warrented14:55
sdaguewalking away from computer for a bit14:55
mriedemlooks good, thanks14:55
openstackgerritDan Smith proposed openstack/nova: Default compute upgrade_level to auto  https://review.openstack.org/30234114:55
openstackgerritDan Smith proposed openstack/nova: Add AllServicesCurrent fixture  https://review.openstack.org/30286914:55
bauwserjroll: around ?15:01
bauwserI need eyes for https://bugs.launchpad.net/nova/+bug/156743415:01
openstackLaunchpad bug 1567434 in OpenStack Compute (nova) "new hypervisor should apper with available resources set to 0" [Undecided,New] - Assigned to Sarafraj Singh (sarafraj-singh)15:01
*** mylu has joined #openstack-nova15:02
*** EinstCrazy has quit IRC15:02
*** lucasagomes has quit IRC15:03
*** vishwanathj has quit IRC15:04
*** subscope has joined #openstack-nova15:05
*** leakypipes has quit IRC15:06
*** tbachman has quit IRC15:07
*** pradk_ has quit IRC15:10
sarafrajmarkus_z: you around?15:11
*** tjones_zzzz has joined #openstack-nova15:11
markus_zsarafraj: yep, I'm here15:12
*** lucasagomes has joined #openstack-nova15:12
sarafrajhttps://bugs.launchpad.net/nova/+bug/1567232 and https://bugs.launchpad.net/nova/+bug/1260440 seems to be related. Is there anyway to in launchpad tie them together?15:13
openstackLaunchpad bug 1567232 in OpenStack Compute (nova) "migrate vm, do not check neutron-openvswitch-agent status" [Undecided,New]15:13
openstackLaunchpad bug 1260440 in OpenStack Compute (nova) "nova-compute host is added to scheduling pool before Neutron can bind network ports on said host" [High,Confirmed]15:13
*** irenab has joined #openstack-nova15:13
markus_zsarafraj: There is no "related reports" function. Only "Mark as duplicate" and I think that's not entirely the case there.15:14
*** pradk_ has joined #openstack-nova15:14
sarafrajmarkus_z: k15:15
markus_zsarafraj: I usually add a comment to the reports with the link and explain my thoughts why I think they are related.15:15
mriedemlascii: bunch of comments in https://review.openstack.org/#/c/300580/15:15
sarafrajmarkus_z: yea that make sense15:15
*** ayoung has joined #openstack-nova15:16
*** moshele has quit IRC15:16
bauwsercdent: https://bugs.launchpad.net/nova/+bug/1567970 and the other one look valid, but you know it would require a spec, right?15:16
openstackLaunchpad bug 1567970 in OpenStack Compute (nova) "DELETE /servers returns 404 when it should return 405" [Low,Confirmed]15:16
cdentbauwser: I'm not really concerning myself with that right now. They are bugs. The API does HTTP incorrectly, so I'm reporting them. That's what I'm supposed to do, right?15:17
bauwsercdent: sure, I'm fine with you providing bugs15:17
cdentI would like to fix them eventually, but at this moment this is just stuff I'm discovering as a result of working on something else.15:18
lasciimriedem: awesome. Have to chase down 12 more fixtures failures then I'll take a look15:18
cdentSo I don't want to forget them.15:18
bauwsercdent: what I'm trying to explain is that it would require a microversion, hence a spec15:18
*** thorst_ has joined #openstack-nova15:18
cdentYes, I know, and what I'm asking is "why does that matter, now?"15:18
bauwsercdent: because I triaged your bugs15:19
bauwsercdent: if it wasn't you, I would have added a comment about that15:19
mriedemcdent: so this is stuff you're finding while playing with gabbi integration in nova? maybe tag these with gabbi if it's a common effort15:19
bauwsercdent: hence me pinging you to make sure you were knowing15:19
cdentmriedem: What I'm doing is making a gabbi tempest plugin15:20
cdentand using it against nova to test it15:20
cdentand in the first 5 requests found three bugs15:20
mriedemsure, i'd just recommend adding 'gabbi' to tags on the bugs so they can be categorized15:20
*** scheuran has quit IRC15:20
cdentbauwser: I think it is worth adding the comment anyway, so that someone else who might stumble upon the bug knows that constraint, yeah?15:20
mriedemso if there was a spec for like, 'make nova api pass tempest with gabbi' or something, those are all fixed in one spec15:20
*** lmtaylor has joined #openstack-nova15:21
cdentmriedem: but gabbi has nothing to do with it, really, it just happens to be the diagnostic tool. the things that are actually involved are http and the api, so I tagged it api15:21
*** ducttape_ has quit IRC15:21
mriedemalright, fair enough15:21
cdentbut sure, if you want me to I can. Am I able to make tags? If so, where?15:21
mriedemyou can add whatever tags you want to a bug15:22
*** thorst_ has quit IRC15:22
cdentoh, I had (based on the autocomplete) assumed they were predefined somehow15:22
cdentcool, thanks15:22
openstackgerritShaoHe Feng proposed openstack/nova-specs: Attach/detach SR-IOV interface  https://review.openstack.org/13991015:23
markus_zcdent: The ones with auto-completion are defined here: https://bugs.launchpad.net/nova/+manage-official-tags15:23
markus_zcdent: As mriedem said you can use free-form tag-names as you like15:23
bauwsermriedem: yeah, I just think cdent could write a spec squashing all the incorrect error codes15:23
*** xinli has joined #openstack-nova15:23
bauwserrather the incorrect HTTP status codes, sorry15:23
mriedembauwser: sure, when the time comes to fix them, which is not now15:23
mriedemon his friday night :)15:23
cdenthttps://bugs.launchpad.net/nova/+bugs?field.tag=gabbi15:23
markus_zhm, googling 'gabbi' isn't a good idea...15:25
*** cjvolzka has joined #openstack-nova15:25
cdentmarkus_z: yeah, don't do that15:25
*** aginwala has joined #openstack-nova15:25
cdentI only realized after it was too late15:25
sarafrajmarkus_z: lol15:25
bauwserhttps://www.youtube.com/watch?v=QeC_qZrSDV815:25
markus_zcdent: right, me too. Meh, let's wait if that got tracked15:25
bauwserevery time I hear gabbi, I think about the above ^15:26
* markus_z now too ... 15:26
cdentbauwser: that's much better than what a german friend thinks15:26
cdentI'm totally going to make that a logo-video15:27
markus_zplease do that15:27
* bauwser googles what gabbi means in another language15:29
*** aginwala has quit IRC15:29
notartommelwitt, can I get you to put https://review.openstack.org/#/c/299222/ on your review list? The server counterpart is still WIP, but the more eyes and the earlier the better :) Thanks!15:30
*** aginwala has joined #openstack-nova15:30
*** eharney has quit IRC15:32
mriedemnotartom: that needs a functional test for the microversion change15:33
*** mylu has quit IRC15:33
mriedemnotartom: i've also -2ed so that's not approved until the server side microversion is in15:33
mriedemprocedural block15:33
notartommriedem, yeah, the -2 is cool15:33
melwittnotartom: yeah, I'll add it to my list15:33
notartommriedem, what sort of functional test though?15:34
mriedemnotartom: see novaclient/tests/functional15:34
bauwsertime calling it a day15:34
*** mylu has joined #openstack-nova15:34
mriedemnotartom: for other microversion functional test examples15:34
mriedembauwser: later15:34
*** rmart04 has quit IRC15:34
bauwsermriedem: indeed, tonight :)15:34
openstackgerritGleb Stepanov proposed openstack/nova: [WIP] Add console log offset  https://review.openstack.org/29247315:35
melwittnotartom: I think the keypairs functional tests are a good example of how to test something new in a microversion15:35
notartommelwitt, thanks, I started by looking at test_servers.py and wasn't quite getting it ;)15:36
*** hemnafk is now known as hemna15:37
*** mylu has quit IRC15:38
*** mylu has joined #openstack-nova15:38
*** ducttape_ has joined #openstack-nova15:42
*** flaper87 has quit IRC15:42
*** matto has joined #openstack-nova15:43
*** matto has left #openstack-nova15:43
*** sdake has joined #openstack-nova15:43
*** sdake_ has quit IRC15:44
*** tbachman has joined #openstack-nova15:44
*** flaper87 has joined #openstack-nova15:44
mriedemsdague: an issue in https://review.openstack.org/#/c/303468/15:46
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: Config options: base path configuration: improve help text  https://review.openstack.org/29923615:46
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: Config options: centralize base path configuration  https://review.openstack.org/25940615:46
melwittnotartom: yeah, a lot of the tests are pretty hard to parse IMO. fixedips is another good example. the tests are split between legacy 2.0 and then the microversions. you'll derive your new test from the legacy as shown in those examples15:47
*** eharney has joined #openstack-nova15:47
mriedemthe fixedips one was mine, which i copied from the keypairs one :)15:50
*** adisky has quit IRC15:50
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/30336315:50
notartommelwitt, are we talking about the same fixedips? I'm not seeing much there...15:52
openstackgerritAndrew Laski proposed openstack/nova: Adapt to fixtures 2.0 constraints  https://review.openstack.org/30351315:53
lasciimriedem: sdague ^15:53
lasciiruns on 1.4 and 2.0 for me, in py27 at least15:53
*** aginwala has quit IRC15:53
*** ducttape_ has quit IRC15:53
mriedemlascii: did you test py34?15:53
melwittnotartom: yeah, it derives from the legacy test and the test is the same other than the "reserved" field15:53
*** aginwala has joined #openstack-nova15:54
lasciimriedem: that's crazy talk, why would I do that15:54
lasciijust kicked those tests off15:54
*** jwcroppe has joined #openstack-nova15:54
lasciimriedem: on https://review.openstack.org/#/c/300580/2/nova/compute/api.py your last two comments there, which option would you prefer?15:55
lasciikeep the method and add a toggle, or move to cells_api?15:55
mriedemlascii: the toggle is weird given the name,15:56
mriedembut the copy/paste is not fun either15:56
*** aginwala has quit IRC15:56
*** aginwala_ has joined #openstack-nova15:56
mriedemlascii: let's split the method in half and give half to each mother15:56
*** EinstCrazy has joined #openstack-nova15:56
*** bnemec has quit IRC15:56
mriedemlascii: that's an old testament joke15:57
mriedemmaybe we should ask superdan for his opinion15:57
lasciihah. I'm familiar with the story, wasn't sure which side should speak up and say give it to the other and therefore end up being granted it15:57
*** migi is now known as migi_afk15:58
lasciibah, 4972 failures on py3415:58
*** EinstCrazy has quit IRC15:58
*** jwcroppe has quit IRC15:58
*** tbachman has quit IRC15:59
superdanmriedem: I probably don't have enough context to really say16:00
superdanI defer to lascii16:00
*** e0ne has quit IRC16:00
*** astupnikov has quit IRC16:00
mriedemdamn16:01
mriedemlascii: in that case, i lean toward keeping it common and passing the instance create in db toggle16:01
lasciidangit, I was going to suggest the opposite16:01
mriedemi'm just not a fan of duplicate code in the 2 apis16:01
mriedemb/c we'll fix a bug in one and miss it in cells v116:01
cdentmriedem, bauwser, markus_z: in case you're curious https://github.com/cdent/gabbi-tempest16:02
cdentit's far from done, but something to chew on16:02
lasciimriedem: that's fair16:02
*** efoley has joined #openstack-nova16:03
*** bnemec has joined #openstack-nova16:04
*** Jeffrey4l has quit IRC16:04
*** tbachman has joined #openstack-nova16:05
*** jlanoux has quit IRC16:05
*** lpetrut has quit IRC16:08
*** tbachman_ has joined #openstack-nova16:09
mriedemlascii: is this a WIP? https://review.openstack.org/#/c/298455/16:10
*** tbachman has quit IRC16:10
*** amotoki has joined #openstack-nova16:10
lasciino16:10
*** cleong has quit IRC16:12
superdanwell there you go16:12
superdannot a WIP16:12
superdanno explanation necessary16:12
*** unicell has quit IRC16:13
mriedemlascii: well, there was the big TODO in the api model about dropping columns16:13
lasciimriedem: ahh. superdan told me it isn't allowed16:13
*** unicell has joined #openstack-nova16:13
*** daemontool has joined #openstack-nova16:13
lasciinot without a proper respectful deprecation period16:13
superdanrespect is key16:13
mriedemhuh?16:14
*** Jeffrey4l has joined #openstack-nova16:14
*** Jeffrey4l has quit IRC16:14
*** Jeffrey4l has joined #openstack-nova16:14
mriedemif we get that info from the instance object now, why do we care about a bunch of unused columns in the table?16:14
superdanmriedem:  we can't drop columns until they have ben out of the models for a cycle16:14
mriedemeven for a non-functional thing?16:14
superdanmriedem: if they're in the model then they will be in the query, and if we drop them then things break16:15
mriedembut they are commented out of the model https://review.openstack.org/#/c/298455/8/nova/db/sqlalchemy/api_models.py16:15
mriedemunless you mean the mitaka db model16:15
superdannot in mitaka16:15
superdanyeah16:15
lasciiI think we could get away with it here, since nothing queries it currently. but I'm also fine with a proper deprecation16:15
superdanso you can't apply a migration to drop the columns with mitaka nodes alive16:15
superdanthis is the thing I said you could cheat if you want?16:16
lasciiyeah16:16
superdanif we're absolutely sure, then we can, but it also becomes a counterexample to the rule, so ...16:16
lasciibut you made me feel bad by calling it cheating16:16
superdanif it's empty and not used, it's very low impact16:16
mriedemoh this goes back to the old expand/contract stuff16:16
*** tbachman_ has quit IRC16:16
superdanso I'd err on the side of not doing a thing counter to the rule16:16
lasciiyeah, I'm totally cool with that16:16
superdanput up a patch to remove it, -2 it and leave it in a bug or something so we can push it in when it's time16:17
*** browne has joined #openstack-nova16:17
*** unicell has quit IRC16:18
*** shakamunyi has joined #openstack-nova16:18
*** aginwala_ has quit IRC16:19
mriedemlascii: after lunch you'll have to explain the decoupling of the request spec and build request object16:19
*** tbachman has joined #openstack-nova16:19
*** aginwala has joined #openstack-nova16:19
*** mriedem is now known as mriedem_lunch16:20
lasciimriedem: currently build_request + request_spec contain the instance fields I thought we needed. By storing an instance object we no longer need anything from request_spec16:20
*** hdd has quit IRC16:21
*** apoorvad has joined #openstack-nova16:22
*** shakamunyi has quit IRC16:23
*** gszasz has quit IRC16:23
*** aginwala has quit IRC16:24
openstackgerritSujitha proposed openstack/nova: Config options: Centralize servicegroup options  https://review.openstack.org/30307416:25
*** mvk_ has joined #openstack-nova16:25
*** efried has quit IRC16:25
*** _ducttape_ has joined #openstack-nova16:26
openstackgerritAnusha Unnam proposed openstack/nova: config options: centralize network security_group  https://review.openstack.org/30308416:26
*** mylu has quit IRC16:26
*** mylu has joined #openstack-nova16:26
openstackgerritEd Leafe proposed openstack/nova: Move config options from nova/api directory  https://review.openstack.org/25818016:27
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (4)  https://review.openstack.org/29723716:27
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (2)  https://review.openstack.org/26058716:27
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (1)  https://review.openstack.org/26058616:27
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the API options (3)  https://review.openstack.org/26058816:27
*** efried has joined #openstack-nova16:27
*** mfedosin has joined #openstack-nova16:28
*** jwcroppe has joined #openstack-nova16:28
*** mkrcmari__ has quit IRC16:29
*** kfox1111 has joined #openstack-nova16:31
*** aginwala has joined #openstack-nova16:31
*** derekh has quit IRC16:33
*** p01nt3r75 has quit IRC16:34
*** sahid has quit IRC16:34
kfox1111mriedem_lunch: can you please attend https://www.openstack.org/summit/austin-2016/summit-schedule/events/948516:35
*** subscope has quit IRC16:35
*** corey_ has joined #openstack-nova16:35
kfox1111and anyone else interested in solving the instance user issue is welcome too. :)16:35
openstackgerritSujitha proposed openstack/nova: Config options: Centralize network options  https://review.openstack.org/30309116:35
*** salv-orlando has quit IRC16:38
openstackgerritDan Smith proposed openstack/nova: Migrate compute node resource information to Inventory objects  https://review.openstack.org/27931316:39
openstackgerritDan Smith proposed openstack/nova: Drop compute node uuid online migration code  https://review.openstack.org/30353116:39
*** mylu has quit IRC16:40
*** Oku_OS is now known as Oku_OS-away16:41
*** baoli_ has quit IRC16:42
*** Marga_ has joined #openstack-nova16:43
*** anush_ has joined #openstack-nova16:43
*** migi_afk is now known as migi16:43
*** mylu has joined #openstack-nova16:44
*** whenry has quit IRC16:45
*** harlowja has joined #openstack-nova16:46
*** pcaruana has quit IRC16:46
*** anush_ has quit IRC16:46
*** rmart04 has joined #openstack-nova16:47
*** rmart04 has quit IRC16:48
*** zenoway has quit IRC16:48
*** zenoway has joined #openstack-nova16:49
*** _ducttape_ has quit IRC16:49
*** FL1SK has quit IRC16:50
*** edmondsw has quit IRC16:52
*** zenoway has quit IRC16:53
*** devananda has quit IRC16:53
*** nic has joined #openstack-nova16:55
*** rcernin has quit IRC16:55
*** e0ne has joined #openstack-nova16:56
*** e0ne has quit IRC16:57
*** aginwala has quit IRC17:00
*** aginwala has joined #openstack-nova17:00
*** aginwala has quit IRC17:01
*** anush_ has joined #openstack-nova17:01
*** aginwala has joined #openstack-nova17:02
*** can8dnSix has joined #openstack-nova17:03
*** ihrachys has quit IRC17:03
*** mylu has quit IRC17:06
*** devananda has joined #openstack-nova17:06
*** baoli has joined #openstack-nova17:07
*** Swami has joined #openstack-nova17:08
*** FL1SK has joined #openstack-nova17:08
openstackgerritMike Fedosin proposed openstack/nova-specs: Complete Nova support for Glance's v2  https://review.openstack.org/30174117:08
*** whenry has joined #openstack-nova17:11
*** mdnadeem_ has joined #openstack-nova17:12
*** paul-carlton1 has quit IRC17:13
*** jwcroppe has quit IRC17:14
*** mdnadeem has quit IRC17:15
*** e0ne has joined #openstack-nova17:15
*** aginwala has quit IRC17:16
*** lpetrut has joined #openstack-nova17:20
*** aginwala has joined #openstack-nova17:20
*** mfedosin has quit IRC17:22
*** akshai has joined #openstack-nova17:25
*** jistr has quit IRC17:25
*** BobBall is now known as BobBall_AWOL17:27
*** haukebruno has joined #openstack-nova17:29
*** unicell has joined #openstack-nova17:30
*** cihand has quit IRC17:32
*** nikhil has quit IRC17:36
*** fawadkhaliq has joined #openstack-nova17:39
*** vtech has quit IRC17:39
*** ljxiash has joined #openstack-nova17:40
*** ljxiash has quit IRC17:43
*** ljxiash has joined #openstack-nova17:43
*** sdake_ has joined #openstack-nova17:44
*** rlrossit has quit IRC17:44
*** sdake has quit IRC17:45
*** aunnam_ has joined #openstack-nova17:46
*** sdague has quit IRC17:46
*** ducttape_ has joined #openstack-nova17:47
*** ociuhandu has quit IRC17:48
*** pradk_ has quit IRC17:48
*** Sukhdev has joined #openstack-nova17:48
*** mriedem has joined #openstack-nova17:49
*** mriedem_lunch has quit IRC17:49
mriedemlascii: ok, i figured it was something like that, i didn't think that the request spec + build request = the instance17:49
kfox1111mriedem: can you please attend https://www.openstack.org/summit/austin-2016/summit-schedule/events/948517:50
mriedemuh maybe17:50
mriedemi haven't looked at the tuesday schedule yet17:50
kfox1111nova's a really important player in the solution.17:51
superdannova has also kinda already sad no, right?17:51
*** mylu has joined #openstack-nova17:51
kfox1111it said yes several times too. and the issue isn't going away.17:52
*** cdent has quit IRC17:52
*** claudiub|2 has quit IRC17:52
lasciimriedem: yeah. request_spec was just included in order to not dupe some fields on build_request. but if we have instance that's all we need.17:52
superdanreally? I mustn't have been around17:52
*** e0ne has quit IRC17:52
lasciiI think johnthetubaguy has been trying to work that one out17:52
*** PaulMurray has quit IRC17:53
kfox1111it was a medium priority for Mitaka for a little while, then canned.17:53
*** amotoki has quit IRC17:53
*** sdague has joined #openstack-nova17:53
kfox1111it only was given 10 minutes of attention at the last summit. :/17:53
kfox1111which the result was "write more specs". :/17:53
superdankfox1111: does that mean some blueprint in launchpad said "medium" at one point?17:53
*** vilobhmm11 has joined #openstack-nova17:53
kfox1111I've been writing specs for over a year now. What we need is to have a proper discussion I think.17:54
kfox1111no, it meant the ptl considered it a medium priority.17:54
*** mylu has quit IRC17:55
kfox1111we need to work together to find a solution everyone can work with.17:56
kfox1111and my other workaround, vendor data, is being deprecated. :/17:56
kfox1111which is just going to make things worse. :/17:56
kfox1111vendor data plugins that is.17:56
*** Marga_ has quit IRC17:57
*** achanda has joined #openstack-nova17:57
*** rlrossit has joined #openstack-nova17:57
*** vilobhmm111 has joined #openstack-nova17:58
sdaguemriedem: I fixed the critical part of - https://review.openstack.org/#/c/30346817:58
sdaguedo you want all the comment cleanups fixed as well?17:59
kfox1111~>17:59
kfox1111~>17:59
kfox1111~>17:59
kfox1111~>17:59
kfox1111~>17:59
*** sdake has joined #openstack-nova17:59
*** vilobhmm11 has quit IRC18:00
mriedemsdague: i think the only things were (1) the pip cache thing and (2) the note for the releasebuilds target18:00
*** sdake_ has quit IRC18:01
kfox1111sorry. wifi flaked out there for a second18:02
*** aysyd has quit IRC18:02
*** jwcroppe has joined #openstack-nova18:02
kfox1111is nova going to end up blocking the discussion?18:02
*** fawadkhaliq has quit IRC18:03
*** fawadkhaliq has joined #openstack-nova18:03
*** tjones_zzzz has left #openstack-nova18:04
mriedemsdague: are the tuesday xp sessions up in the public schedule somewhere?18:06
lasciisdague: mriedem I've been fighting with this for a bit now and I don't think I can work around fixtures2.0 on py34. The way method binding is handled backs us into a corner18:06
sdaguemriedem: yes18:07
sdaguelascii: ok, is that filed as a bug on fixtures?18:07
sdaguemriedem: https://www.openstack.org/summit/austin-2016/summit-schedule/global-search?t=Cross%20Project%20workshops%3A18:08
lasciisdague: there's https://bugs.launchpad.net/python-fixtures/+bug/1567618 but it doesn't describe the particular py34 issue18:08
openstackLaunchpad bug 1567618 in Python Fixtures "Fixtures 2.0 is overly strict on monkeypatch requirements" [Undecided,In progress] - Assigned to Andrew Laski (alaski)18:08
sdaguelascii: if you could explain the details there about why it's not going to work, hopefully we could flip it back over to lifeless18:08
lasciiI already have a patch up to fixtures which should address this, though I need to do a bit more testing first18:09
diana_clarkeHi folks, I'm getting "Merge Failed" emails for this patch, but it's not clear to me why. https://review.openstack.org/#/c/303558/ Any ideas? Thanks!18:10
diana_clarke(I'm trying to backport just half a cherry-pick)18:11
*** achanda has quit IRC18:11
superdandiana_clarke: because mellanox CI is broken most likely18:12
* tbachman guesses diana_clarke is experiencing the same issue that lascii is fixing18:12
superdantbachman: no18:12
tbachmanah18:12
mriedemsdague: oh wow the stable branch EOL thing got into tuesday huh18:12
mriedemlennyb: mellanox ci failures? see https://review.openstack.org/#/c/303558/18:13
sdaguemriedem: yeh18:13
*** nikhil has joined #openstack-nova18:13
sdaguemriedem: not that surprising honestly18:13
mriedemman can i wear a tux 2 days in a row?!18:14
*** lucasagomes has quit IRC18:14
*** vtech has joined #openstack-nova18:14
*** cdent has joined #openstack-nova18:14
mriedemoo conflicts with lascii's oslo.policy as config session18:14
*** ayoung has quit IRC18:14
sdagueyou are a PTL now, I expect tails for all 4 days18:15
superdanplease don't18:15
superdanI still respect mriedem18:15
kfox1111hehe18:15
superdanfor a little longer18:15
mriedemoh i got added to 'Cross Project workshops: Backwards compatibility for Libraries' huh18:15
lasciimriedem: there's always some excuse for you to skip my meetings18:15
mriedemi just wanted to throw tomatoes at that one18:15
sdaguemriedem: I thought your name was added there without a ?18:16
mriedemsdague: i didn't add it18:16
mriedemi'll be there anyway18:16
mriedemit's fine18:16
mriedemi just didn't necessarily want to be in front18:16
mriedemb/c that's where said tomatoes land18:16
kfox1111yeah. I'm expecting quite a few. :/18:17
*** yamahata has quit IRC18:18
superdanmriedem: so I added a bunch of commentage here: https://review.openstack.org/#/c/279313/18:18
mriedemsdague: would like to have attended the discovery one too but that's the same time as privsep which i need to attend18:18
superdanlet me know if you think that makes it clearer18:18
*** ducttape_ has quit IRC18:18
mriedemsuperdan: can i -1 that there is too much documentation now?18:18
superdanmriedem: sure can18:18
sdaguemriedem: these are pretty locked at this point given the conflicts we were juggling18:18
mriedemsdague: yeah, i know, i'm not asking for changes18:19
sdaguemriedem: ok18:19
mriedemjust thinking out loud18:19
mriedemi'm assuming you'll be in the privsep one?18:19
superdanfor the first half,18:19
superdanuntil the security guards have to remove him18:19
*** jichen has joined #openstack-nova18:19
sdaguemriedem: honestly, I wasn't sure.18:20
sdaguebecause I think at this point my role has just been to say "please can we move this along", I'm not really adding to the technical content of it18:20
mriedemsdague: i know discoverability is right up your api alley18:20
sdagueyeh, I think odds are I'll end up over there18:21
mriedemjroll: i see your ironic + nova + neutron thing was accepted for tuesday, that's good, saves time on thurs18:21
*** ctrath has quit IRC18:21
openstackgerritBreno Leitão proposed openstack/nova: libvirt: add hugepages support for Power  https://review.openstack.org/30356418:21
*** e0ne has joined #openstack-nova18:22
mriedemoh right jim is out this afternoon18:22
*** lucasagomes has joined #openstack-nova18:22
sdaguemriedem: he asked the morning, and knows18:22
*** aunnam_ has quit IRC18:23
mriedemyeah, we just have a cross project with ironic on thursday18:23
mriedemand that was already getting overpopulated with stuff i think18:23
diana_clarkeOops, Canadian diana has "flavourid" in that commit message... ;)18:24
*** ctrath has joined #openstack-nova18:24
*** aysyd has joined #openstack-nova18:24
*** aginwala has quit IRC18:24
*** e0ne has quit IRC18:25
*** e0ne has joined #openstack-nova18:26
*** e0ne has quit IRC18:26
*** Marga_ has joined #openstack-nova18:26
sdaguemriedem: ok, do you want to land https://review.openstack.org/#/c/303468/ or should I fix those other things?18:27
sdaguegiven that liberty is broken until that's in18:28
mriedemsdague: i'd like the cache thing and the releasenotes target comment fixed18:28
sdagueok, doing now18:28
*** aginwala has joined #openstack-nova18:28
mriedemthanks18:28
*** sfinucan has quit IRC18:29
sdaguefixed, and rebased the things on top18:30
sdaguethe functional test dedup I left18:30
mriedemrlrossit: probably good for you https://www.openstack.org/summit/austin-2016/summit-schedule/events/948918:32
mriedemsdague: you dropped the stable/liberty from the URL in ps3 https://review.openstack.org/#/c/303468/18:34
sdagueoh, gdi18:34
sdaguethe inline editor18:35
mriedemheh18:35
sdaguefix on PS1 with your comments made PS3 based on PS118:36
sdaguenot on PS218:36
diana_clarkeHmmm... Mellanox CI works fine for Sean's stable/liberty patch.18:39
superdandiana_clarke: I wouldn't give that much thought18:39
*** ihrachys has joined #openstack-nova18:40
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the linuxnet options (4)  https://review.openstack.org/27542318:40
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the linuxnet options (2)  https://review.openstack.org/27148918:40
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the linuxnet options (3)  https://review.openstack.org/27223118:40
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the linuxnet options (1)  https://review.openstack.org/27095918:40
superdandiana_clarke: if jenkins is happy with it you should be fine18:40
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/30336318:40
superdandiana_clarke: if it was showing test fails for something relevant then that'd be a different story18:41
*** sdake has quit IRC18:42
diana_clarkesuperdan: Okie dokie, I'll see what it says in a bit. I assumed I did something stupid git-wise.18:43
diana_clarkesuperdan: thanks18:43
superdanif jenkins can merge it, which it seems it can, you should be okay18:43
*** akshai has quit IRC18:45
mriedemdiana_clarke: a merge conflict in a 3rd party ci is usually a break on their end18:48
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the legacy API options  https://review.openstack.org/27326618:49
*** vishwanathj has joined #openstack-nova18:49
*** aginwala has quit IRC18:49
diana_clarkemriedem: ah, good to know, thanks.18:50
sdaguemriedem: those should be ready to go I think now then18:50
mriedemsdague: yeah +2 on the bottom18:50
mriedemreviewing the rest18:50
*** aginwala has joined #openstack-nova18:50
sdaguecool18:50
diana_clarkemriedem: BTW thanks for reviewing those backports last night18:50
sdaguethe other two were clean backports18:50
mriedemdiana_clarke: np18:50
*** sc68cal has quit IRC18:51
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the neutron API options  https://review.openstack.org/27412618:51
*** sdake has joined #openstack-nova18:52
*** ihrachys has quit IRC18:52
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the OSAPI options  https://review.openstack.org/27487918:53
*** akshai has joined #openstack-nova18:55
openstackgerritSarafraj Singh proposed openstack/nova: config options: centralize network security_group  https://review.openstack.org/30308418:55
*** efoley_ has joined #openstack-nova18:55
*** lpetrut has quit IRC18:56
sdaguesuperdan: you want to fix nova liberty? - https://review.openstack.org/#/c/30346818:56
sdaguejenkins is +1 on all those now18:57
superdannot really18:57
superdannever liked that release much18:57
sdague:)18:57
*** aginwala has quit IRC18:57
superdanwow, pulling the reqs from git18:58
*** efoley has quit IRC18:59
oomichijichen: hi, are you still here?19:01
*** salv-orlando has joined #openstack-nova19:01
jichenoomichi: hi, yes, I am here19:01
oomichijichen: about https://review.openstack.org/#/c/288153/6/nova/api/openstack/compute/quota_sets.py19:01
jichenoomichi: yes19:02
oomichijichen: can you check my comment? write it now19:02
*** tjones_zzzz has joined #openstack-nova19:03
jichenoomichi: ah, ok, I will take a look if I need to remove it , thanks19:03
oomichijichen: is 404 still necessary?19:03
oomichijichen: thanks in advance19:03
*** jed56 has quit IRC19:03
*** jwcroppe has quit IRC19:05
*** hdd has joined #openstack-nova19:05
*** jwcroppe has joined #openstack-nova19:07
*** vilobhmm111 has quit IRC19:07
openstackgerritAugustina Ragwitz proposed openstack/nova: Result of RST files from wadl2rst  https://review.openstack.org/30250019:08
auggysdague: ^^19:08
sdagueauggy: great, looking19:09
auggysdague: hrm i thought i had removed any that didn't get generated19:09
*** ayoung has joined #openstack-nova19:09
auggythere are still a couple floating around with the old template that didn't get removed, i'm working on that now19:09
auggyanything in images is still borked because i need to fix it19:09
sdaguehttps://review.openstack.org/#/c/302500/2/api-ref/source/flavors/GET_show_flavor_details_v2.1_tenant_id_flavors_flavor_id_.rst looks like some of them aren't getting parameters19:10
auggysdague: yeah i saw that too19:10
auggyyarrrghgh so close!!19:10
sdaguehmm.. actually quite a few aren't as I ] through this19:11
auggysdague: yeah that's really weird19:11
*** vilobhmm11 has joined #openstack-nova19:11
auggysdague: for debugging i was mainly looking at servers and that one is fine19:11
sdagueyep19:12
*** salv-orlando has quit IRC19:12
auggysdague: tbh i did run it against the whole stack but must have randomly reviewed ones that had params until i updated this patch19:12
auggysdague: ok i'll see what's going on with that and also remove any that still have the old template so we know which ones for sure aren't getting generated19:12
sdagueok, cool19:12
auggysdague: i know it's not perfect right now but hopefully you can at least work against some of them for your end19:13
sdagueyep19:13
kfox1111ayoung: we got a session: https://www.openstack.org/summit/austin-2016/summit-schedule/events/9485 :)19:13
*** lpetrut has joined #openstack-nova19:13
sdagueauggy: so the next step is trying to get to 90% on those response / request parameter lists being there, as it looks like we're more like 40% right now. But hopefully that's not too bad to sort out19:14
auggysdague: yep, i can do that19:15
*** dave-mccowan has quit IRC19:15
auggysdague: after that i'll see about getting any missing rst files generated19:15
sdaguethe thing I was saying about final file structure, is every directory should probably eventually just be a single file. so os-consoles.rst19:15
auggyyeah19:16
sdaguein case you solve all the other issues and get bored :)19:16
auggyhahahaha19:16
* auggy is never bored :/19:16
*** pwnall has quit IRC19:17
auggyi'll file that as an issue against the pass 2 milestone i set up in wadl2rst19:17
sdaguesounds great19:17
*** vilobhmm11 has quit IRC19:19
*** rtheis_ has joined #openstack-nova19:21
*** rtheis has quit IRC19:22
openstackgerritjichenjc proposed openstack/nova: Catch ProjectQuotaNotFound when do update_limit  https://review.openstack.org/28815319:24
openstackgerritRyan Rossiter proposed openstack/nova: Remove DictCompat from InstanceFault  https://review.openstack.org/30359119:25
*** sheel has quit IRC19:27
*** Jeffrey4l_ has joined #openstack-nova19:31
*** FL1SK has quit IRC19:32
*** daemontool has quit IRC19:33
*** browne has quit IRC19:34
*** Jeffrey4l has quit IRC19:34
mriedemyikes, this probably shouldn't have missed mitaka https://review.openstack.org/#/c/273652/19:35
mriedemhas a +2 and would have had a +W from john but he had updated it once19:35
mriedemalso, double yikes, the ceph plugin job is still non-voting19:36
mriedemjbernard_: any reason we shouldn't make the ceph plugin job voting now?19:36
mriedemthe mirror update stuff is done right?19:37
*** daemontool has joined #openstack-nova19:37
*** vishwanathj has quit IRC19:38
*** mylu has joined #openstack-nova19:39
superdanmriedem: is it?19:39
mriedemgate-tempest-dsvm-full-devstack-plugin-ceph-nv19:40
mriedemidk, i thought it was19:40
*** anush_ has quit IRC19:40
mriedemi can ask clark19:40
sdagueyeh, that's the thing to ask19:40
*** vishwanathj has joined #openstack-nova19:40
sdaguemriedem: +A on the ceph fix19:40
sdaguejohnthetubaguy should have just +2ed it after his fix19:40
mriedemsdague: thanks. i should have pushed it earlier too. actually surprised no one asked about it.19:41
superdanwe discussed it here, no?19:41
*** vishwana_ has joined #openstack-nova19:41
mriedemright now?19:41
superdanbefore mitaka19:42
mriedemdiscussed what?19:42
mriedem2 convos19:42
superdanthe ceph fix before mitaka19:42
superdananyway, yeah, I didn't think the mirror thing was done and it's not19:42
superdanwe're still monitoring the job closely and it has been looking goo19:43
superdangood19:43
superdanand when I say good, I mean "better than the normal job"19:43
mriedemok, moving on. anyone have an opinion on whether or not this release note should be in the 'upgrades' or 'fixes' section instead of 'other'? https://review.openstack.org/#/c/299715/19:43
*** moshele has joined #openstack-nova19:44
*** vishwanathj has quit IRC19:45
*** pwnall has joined #openstack-nova19:46
*** pwnall1 has joined #openstack-nova19:46
*** mylu has quit IRC19:48
*** anush_ has joined #openstack-nova19:48
*** mylu has joined #openstack-nova19:48
superdanholy crap, I might have finally gotten this single-line defaults change to pass tests19:48
superdanffs19:48
*** mylu has quit IRC19:49
*** pwnall has quit IRC19:50
*** nikhil has quit IRC19:50
*** nikhil has joined #openstack-nova19:51
openstackgerritDan Smith proposed openstack/nova: Default compute upgrade_level to auto  https://review.openstack.org/30234119:51
*** eharney has quit IRC19:52
openstackgerritSarafraj Singh proposed openstack/nova: config options: centralize network security_group  https://review.openstack.org/30308419:53
*** FL1SK has joined #openstack-nova19:57
*** SpamapS has quit IRC19:58
diana_clarkesuperdan: Do you happen to know off the top of your head if these warning are new, or are they TODOs from the first pass? http://paste.openstack.org/show/493256/19:58
superdandiana_clarke: meaning do they need to be fixed?19:59
*** kfarr has quit IRC19:59
*** aswadr_ has quit IRC20:00
sdaguemriedem: I think upgrade is the right section20:00
sdaguebecause it requires a manual update of policy.json20:00
sdaguelascii: is your POC code for policy in code up somewhere?20:01
lasciisdague: I haven't updated in a while but https://review.openstack.org/#/c/289596/20:01
superdandiana_clarke: those warnings come from a thing that attempts to prevent them from breaking global DB state, because they claim to be no-DB tests, but clearly are hitting some deep-in-the-db-code paths20:01
sdagueok, I will start to look at on monday20:01
superdandiana_clarke: so fixing the tests, or outing them officially as db-impacting tests is the right fix20:02
diana_clarkesuperdan: That. But also they differ from the ones that just toggle the boolean, correct? That is, USES_DB_SELF is not the fix.20:02
diana_clarkeoops20:02
diana_clarkeyou beat me20:02
*** daemontool has quit IRC20:02
superdandiana_clarke: correct, either making them not hit those paths, or making them officially declare their DBness is the right fix20:03
superdandiana_clarke: USES_DB_SELF means "I'm using the db fixture, just don't do it for me"20:03
superdandiana_clarke: USES_DB means "please use the db fixture for me in setUp20:03
diana_clarkesuperdan: perfect, thanks. I'll look into fixing those then.20:03
*** salv-orlando has joined #openstack-nova20:03
*** salv-orlando has quit IRC20:03
superdandiana_clarke: excellet20:04
superdanalso,20:04
superdanexcellent20:04
*** salv-orlando has joined #openstack-nova20:04
*** akshai has quit IRC20:08
*** akshai_ has joined #openstack-nova20:08
*** dave-mccowan has joined #openstack-nova20:10
*** fawadkhaliq has quit IRC20:11
*** fawadkhaliq has joined #openstack-nova20:11
*** lmtaylor has left #openstack-nova20:11
openstackgerritMatt Riedemann proposed openstack/nova: Make swap-volume an admin-only API by default  https://review.openstack.org/29971520:12
*** SpamapS has joined #openstack-nova20:15
*** browne has joined #openstack-nova20:16
*** ducttape_ has joined #openstack-nova20:18
openstackgerritEd Leafe proposed openstack/nova: Move config options from nova/compute/rpcapi.py file  https://review.openstack.org/30360220:20
*** ducttape_ has quit IRC20:23
*** moshele has quit IRC20:25
*** sdake_ has joined #openstack-nova20:26
*** daemontool has joined #openstack-nova20:26
*** sdake has quit IRC20:27
openstackgerritSarafraj Singh proposed openstack/nova: config options: centralize network security_group  https://review.openstack.org/30308420:28
*** nikhil has quit IRC20:32
*** corey_ has quit IRC20:32
*** tbachman has quit IRC20:32
*** woodster_ has joined #openstack-nova20:33
*** eharney has joined #openstack-nova20:33
*** vtech has quit IRC20:35
*** tbachman has joined #openstack-nova20:37
openstackgerritEd Leafe proposed openstack/nova: Improve the help text for the compute rpcapi option  https://review.openstack.org/30360820:39
*** sdake_ has quit IRC20:42
*** pwnall1 has quit IRC20:42
*** cjvolzka has quit IRC20:42
*** edmondsw has joined #openstack-nova20:43
*** baoli_ has joined #openstack-nova20:46
*** baoli has quit IRC20:47
*** jwcroppe has quit IRC20:49
*** ccarmack has quit IRC20:50
*** thorst_ has joined #openstack-nova20:53
*** vilobhmm11 has joined #openstack-nova20:56
*** rtheis_ has quit IRC20:56
cdentp!spy20:58
*** Sukhdev has quit IRC21:00
*** haukebruno has quit IRC21:01
*** pwnall has joined #openstack-nova21:01
*** can8dnSix has quit IRC21:04
mriedemjichen: oomichi: on https://review.openstack.org/#/c/288153/ - wouldn't it be more appropriate to let that fail?21:05
*** daemontool has quit IRC21:05
*** pece has quit IRC21:05
mriedemotherwise we're saying we updated/created quota for the keys but we actually didn't21:05
*** thorst_ has quit IRC21:05
mriedemwhatever that test is doing, it seems super hokey, i.e. concurrently creating and deleting quota at the same time?21:05
*** pwnall has quit IRC21:06
*** efoley__ has joined #openstack-nova21:06
*** raildo is now known as raildo-afk21:07
*** cdelatte has quit IRC21:07
*** efoley_ has quit IRC21:10
* notartom goes for a hail mary and wonders against all hope if that's really all it takes to attach the config drive *after* instance spawn...21:17
*** pwnall has joined #openstack-nova21:21
*** mylu has joined #openstack-nova21:21
*** jichen has quit IRC21:22
*** haplo37 has quit IRC21:24
*** mylu has quit IRC21:25
*** hdd has quit IRC21:26
*** anush_ has quit IRC21:26
*** mylu has joined #openstack-nova21:26
notartomSo I didn't blow *everything* up, just 1 test fails.21:27
*** mylu has quit IRC21:28
*** rlrossit has quit IRC21:30
*** jwcroppe has joined #openstack-nova21:31
*** rfolco has quit IRC21:32
*** cfarquhar_ has quit IRC21:33
*** ctrath has quit IRC21:33
*** cfarquhar has joined #openstack-nova21:35
*** cfarquhar has quit IRC21:35
*** cfarquhar has joined #openstack-nova21:35
*** jwcroppe has quit IRC21:35
*** mriedem has quit IRC21:35
*** jwcroppe has joined #openstack-nova21:35
*** dimtruck is now known as zz_dimtruck21:36
*** cdent has quit IRC21:41
*** ducttape_ has joined #openstack-nova21:42
*** aysyd has quit IRC21:44
*** dgonzalez has joined #openstack-nova21:45
*** vilobhmm11 has quit IRC21:47
*** hdd has joined #openstack-nova21:47
*** vilobhmm11 has joined #openstack-nova21:47
*** nikhil has joined #openstack-nova21:47
*** figleaf is now known as edleafe21:48
*** browne has quit IRC21:50
*** vilobhmm11 has quit IRC21:52
*** efoley_ has joined #openstack-nova21:53
*** vtech has joined #openstack-nova21:54
*** yamahata has joined #openstack-nova21:54
*** hdd has quit IRC21:54
*** efoley__ has quit IRC21:57
*** burt has quit IRC21:57
*** ducttape_ has quit IRC21:59
*** lascii is now known as alaski22:02
*** sheel has joined #openstack-nova22:04
*** vilobhmm11 has joined #openstack-nova22:05
*** xyang1 has quit IRC22:05
*** lpetrut has quit IRC22:07
*** wuhg has joined #openstack-nova22:07
*** kragniz has quit IRC22:09
*** kragniz has joined #openstack-nova22:10
*** burgerk_ has joined #openstack-nova22:10
*** ivase has quit IRC22:11
*** ivase has joined #openstack-nova22:12
*** burgerk has quit IRC22:13
*** ctrath has joined #openstack-nova22:16
*** markvoelker has quit IRC22:16
*** busterswt has quit IRC22:16
*** baoli_ has quit IRC22:18
*** shakamunyi has joined #openstack-nova22:18
*** efoley_ has quit IRC22:20
*** efoley has joined #openstack-nova22:20
*** vtech has quit IRC22:22
*** efoley has quit IRC22:22
*** vtech has joined #openstack-nova22:22
*** shakamunyi has quit IRC22:22
*** efoley has joined #openstack-nova22:23
*** Marga_ has quit IRC22:23
*** fawadkhaliq has quit IRC22:25
*** fawadkhaliq has joined #openstack-nova22:25
*** burgerk_ has quit IRC22:26
*** kragniz has quit IRC22:27
*** Marga__ has joined #openstack-nova22:28
*** kragniz has joined #openstack-nova22:28
*** davidlenwell has quit IRC22:32
*** Marga__ has quit IRC22:33
*** marcusvrn_ has quit IRC22:38
*** davidlenwell has joined #openstack-nova22:40
*** apoorvad has quit IRC22:42
*** knikolla has quit IRC22:43
*** tbachman_ has joined #openstack-nova22:43
*** sdague has quit IRC22:44
*** tbachman has quit IRC22:45
*** tbachman_ is now known as tbachman22:45
*** Guest29527 has quit IRC22:45
*** kragniz has quit IRC22:49
*** kragniz has joined #openstack-nova22:49
*** claudiub|2 has joined #openstack-nova22:50
*** retardedpsycho has joined #openstack-nova22:53
*** vilobhmm11 has quit IRC22:54
*** Marga_ has joined #openstack-nova22:56
*** itlinux has quit IRC22:56
*** rfolco has joined #openstack-nova22:59
*** retardedpsycho has quit IRC23:00
*** browne has joined #openstack-nova23:05
openstackgerritAndrew Bogott proposed openstack/nova: Add the libvirt.ephemeral_image_format config option  https://review.openstack.org/30186123:05
*** jwcroppe has quit IRC23:08
*** nic has quit IRC23:09
*** markvoelker has joined #openstack-nova23:16
*** diana_clarke1 has joined #openstack-nova23:17
*** shakamunyi has joined #openstack-nova23:18
*** ljxiash has quit IRC23:20
*** markvoelker has quit IRC23:21
*** efoley has quit IRC23:22
*** shakamunyi has quit IRC23:23
*** wolsen has quit IRC23:24
*** wolsen has joined #openstack-nova23:25
*** Marga_ has quit IRC23:25
*** Marga_ has joined #openstack-nova23:26
*** cburgess has quit IRC23:30
*** rfolco has quit IRC23:31
*** cburgess has joined #openstack-nova23:32
*** tbachman has quit IRC23:33
*** vilobhmm11 has joined #openstack-nova23:36
*** salv-orl_ has joined #openstack-nova23:40
*** mrkz has quit IRC23:41
*** salv-orlando has quit IRC23:42
*** browne has quit IRC23:45
*** browne has joined #openstack-nova23:45
*** fawadkhaliq has quit IRC23:48
*** fawadkhaliq has joined #openstack-nova23:48
*** claudiub|2 has quit IRC23:50
*** Swami_ has joined #openstack-nova23:51
*** markvoelker has joined #openstack-nova23:52
*** Jeffrey4l_ has quit IRC23:53
*** Swami has quit IRC23:54
*** tjones_zzzz has left #openstack-nova23:54
*** Swami_ has quit IRC23:57

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