Wednesday, 2016-12-28

*** hogepodge has joined #openstack-nova00:00
*** sacharya has joined #openstack-nova00:04
*** hogepodge has quit IRC00:06
*** hogepodge has joined #openstack-nova00:06
mriedemjaypipes: huzzah i've got it all working00:08
mriedempushing up shortly00:08
*** hogepodge has quit IRC00:08
*** hogepodge has joined #openstack-nova00:09
openstackgerritMatt Riedemann proposed openstack/nova: Return uuid attribute for aggregates  https://review.openstack.org/41503100:09
*** sacharya has quit IRC00:09
*** markvoelker has quit IRC00:11
*** hogepodge has quit IRC00:11
*** jose-phillips has quit IRC00:12
*** hogepodge has joined #openstack-nova00:12
openstackgerritTakashi NATSUME proposed openstack/nova-specs: Fix formatting errors and warnings  https://review.openstack.org/40736400:13
openstackgerritTakashi NATSUME proposed openstack/nova-specs: Abort Cold Migration  https://review.openstack.org/33473200:13
openstackgerritTakashi NATSUME proposed openstack/nova-specs: List/show all server migration types  https://review.openstack.org/40723700:13
openstackgerritTakashi NATSUME proposed openstack/nova-specs: Amend cold-migration-with-target-ocata spec  https://review.openstack.org/39719300:13
openstackgerritTakashi NATSUME proposed openstack/nova: Avoid forcing translation on logging calls  https://review.openstack.org/41387600:13
*** jcook has quit IRC00:22
*** jcook has joined #openstack-nova00:22
*** baoli has quit IRC00:29
*** baoli has joined #openstack-nova00:29
*** mlavalle has quit IRC00:35
*** aignatov has quit IRC00:43
*** tonyb has quit IRC00:43
*** aignatov has joined #openstack-nova00:43
*** aarefiev has quit IRC00:44
*** tonyb has joined #openstack-nova00:44
*** aarefiev has joined #openstack-nova00:44
oomichimriedem: jaypipes: can I get your reviews on https://review.openstack.org/#/c/413453 ?00:45
oomichihttps://review.openstack.org/#/c/413453/ is a tempest patch for reproducing that, and I'd like to backport it to stable branches also00:46
*** hoangcx has joined #openstack-nova00:47
*** stvnoyes has quit IRC00:50
*** stvnoyes has joined #openstack-nova00:51
*** baoli has quit IRC00:51
*** jamespage has quit IRC00:55
*** jamespage has joined #openstack-nova00:56
*** jamespage has joined #openstack-nova00:56
*** phuongnh has joined #openstack-nova01:00
*** ducttape_ has quit IRC01:01
*** amotoki has joined #openstack-nova01:02
*** sacharya has joined #openstack-nova01:05
*** baoli has joined #openstack-nova01:09
*** sacharya has quit IRC01:10
*** yamahata has quit IRC01:11
*** markvoelker has joined #openstack-nova01:11
*** markvoelker has quit IRC01:16
*** hongbin has quit IRC01:17
*** yamahata has joined #openstack-nova01:23
*** sacharya has joined #openstack-nova01:33
openstackgerritZhenyu Zheng proposed openstack/nova-specs: Amend tag-instance-when-boot spec  https://review.openstack.org/41531501:38
*** hongbin has joined #openstack-nova01:40
*** rfolco has joined #openstack-nova01:42
*** rfolco has quit IRC01:42
*** amotoki has quit IRC01:44
*** dave-mccowan has joined #openstack-nova01:48
*** baoli has quit IRC01:54
*** xinliang has joined #openstack-nova01:56
*** sam_nowitzki has joined #openstack-nova01:57
*** yufei has joined #openstack-nova01:58
*** sacharya has quit IRC02:04
*** amotoki has joined #openstack-nova02:08
*** ducttape_ has joined #openstack-nova02:08
*** zsli has joined #openstack-nova02:12
*** ducttape_ has quit IRC02:13
*** zsli_ has joined #openstack-nova02:18
*** zsli has quit IRC02:21
*** amotoki has quit IRC02:28
*** ababich has quit IRC02:29
*** ababich has joined #openstack-nova02:29
*** baoli has joined #openstack-nova02:29
*** mdnadeem has joined #openstack-nova02:32
*** baoli has quit IRC02:34
*** dimtruck is now known as zz_dimtruck02:36
*** gongysh has joined #openstack-nova02:36
*** dave-mccowan has quit IRC02:38
*** zz_dimtruck is now known as dimtruck02:47
*** amotoki has joined #openstack-nova02:53
*** diga has joined #openstack-nova02:57
*** shaohe_feng has quit IRC02:57
*** shaohe_feng has joined #openstack-nova02:58
*** hamzy has quit IRC02:58
*** shaohe_feng is now known as shaohe_fe02:59
*** Yingxin has quit IRC03:00
*** Yingxin has joined #openstack-nova03:00
mriedemoomichi: i guess you mean this tempest patch https://review.openstack.org/#/c/415043/03:02
*** Jeffrey4l has joined #openstack-nova03:04
*** hongbin_ has joined #openstack-nova03:05
oomichimriedem: ah, yeah you are right.03:06
mriedemoomichi: is this also wrong then? https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/server_groups.py#L3003:07
mriedemsince items is a list rather than a dict?03:07
*** Jeffrey4l has quit IRC03:07
*** Jeffrey4l has joined #openstack-nova03:07
*** shaohe_fe has quit IRC03:07
*** hongbin has quit IRC03:07
oomichimriedem: humm, maybe we need to investigate it more deeply03:08
*** amotoki has quit IRC03:08
*** Yingxin has quit IRC03:09
mriedemok i think https://spacetelescope.github.io/understanding-json-schema/reference/array.html helps me though03:10
mriedem'items' is a dict if all items in the array are validated against the same schema03:10
mriedemlike for bdms03:10
openstackgerritZhenyu Zheng proposed openstack/nova: Add sort_key white list for server list/detail  https://review.openstack.org/41514203:10
mriedemit's a list if the items in the array can have different schemas03:10
mriedemi'm not entirely sure why jsonschema only validates the first item in the bdm list03:12
mriedemwhen 'items' is a list and not a dict03:12
mriedem"To do this, we set the items keyword to an array, where each item is a schema that corresponds to each index of the document’s array. That is, an array where the first element validates the first element of the input array, the second element validates the second element of the input array, etc."03:12
mriedemso if we have the list form (the bug), then only the first entry in the list is validated, the rest aren't03:13
*** yamahata has quit IRC03:14
*** amotoki has joined #openstack-nova03:15
mriedemoomichi: Kevin_Zheng: alex_xu: ok +W on https://review.openstack.org/#/c/413453/03:16
mriedemthat's really tricky03:16
alex_xumriedem: cool03:17
alex_xuoomichi: mriedem another one about schema https://review.openstack.org/41510303:17
oomichimriedem: yeah, I have the same feeling as you are saying at the above. The first dict in the list works only for the first input.03:17
*** liusheng has quit IRC03:17
oomichiI will add some test to confirm this JSON-Schema expectation later03:18
oomichimriedem: alex_xu: thanks anyways03:18
alex_xuoomichi: np03:18
*** liusheng has joined #openstack-nova03:18
*** bkopilov has quit IRC03:18
*** hongbin_ has quit IRC03:18
*** amotoki has quit IRC03:19
*** hfu has quit IRC03:22
*** ducttape_ has joined #openstack-nova03:23
*** hfu has joined #openstack-nova03:23
*** ducttape_ has quit IRC03:28
*** hongbin has joined #openstack-nova03:29
*** amotoki has joined #openstack-nova03:29
openstackgerritAlex Xu proposed openstack/nova: [POC][placement] Add Traits API to placement service  https://review.openstack.org/37620003:31
openstackgerritAlex Xu proposed openstack/nova: [PoC][placement] Integrate with os-traits library  https://review.openstack.org/37738203:31
openstackgerritAlex Xu proposed openstack/nova: [POC][placement] Add Trait and TraitList objects  https://review.openstack.org/37619903:31
*** diga has quit IRC03:35
*** amotoki has quit IRC03:46
openstackgerritZhenyu Zheng proposed openstack/nova: [WIP]Add new policy for server list/detail with all_tenants  https://review.openstack.org/41533003:57
*** nandal has joined #openstack-nova03:58
*** zsli_ has quit IRC04:02
*** sacharya has joined #openstack-nova04:04
*** mdnadeem has quit IRC04:05
*** links has joined #openstack-nova04:08
*** gouthamr has quit IRC04:09
*** sacharya has quit IRC04:09
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Add unit tests for JSON-Schema' items behavior  https://review.openstack.org/41533304:10
oomichimriedem: alex_xu: ^^^ unit tests for a little unclear json-schema behavior about the list of "items"04:11
*** baoli has joined #openstack-nova04:11
oomichiit would be easy to misunderstand the behavior..04:14
*** psachin has joined #openstack-nova04:15
*** baoli has quit IRC04:16
*** kfarr has quit IRC04:21
*** ducttape_ has joined #openstack-nova04:24
*** ducttape_ has quit IRC04:29
*** nandal has quit IRC04:30
*** yamahata has joined #openstack-nova04:31
*** baoli has joined #openstack-nova04:33
*** baoli has quit IRC04:33
*** bkopilov has joined #openstack-nova04:37
Kevin_Zhengoomichi04:46
Kevin_Zhengping oomichi04:46
Kevin_ZhengI was trying to fix the server_group schema04:46
Kevin_ZhengI realized that it might be wrong, could one server group have multiple policies? seems it should not be an array in schema04:47
Kevin_Zhengone group cannot be both affinity and anti-affinity I suppose04:49
*** nandal has joined #openstack-nova04:49
*** ayogi has joined #openstack-nova04:49
*** pbandark has joined #openstack-nova04:53
openstackgerritZhenyu Zheng proposed openstack/nova: server_group json-schema would not work correctly  https://review.openstack.org/41534004:56
*** hongbin has quit IRC05:00
*** ratailor has joined #openstack-nova05:04
*** sacharya has joined #openstack-nova05:06
*** sacharya has quit IRC05:10
*** unicell has joined #openstack-nova05:10
*** unicell has quit IRC05:10
*** unicell has joined #openstack-nova05:10
*** hfu has quit IRC05:10
*** hfu has joined #openstack-nova05:13
*** baoli has joined #openstack-nova05:16
*** baoli_ has joined #openstack-nova05:18
*** baoli has quit IRC05:18
*** prateek has joined #openstack-nova05:22
*** baoli_ has quit IRC05:23
*** lamt has joined #openstack-nova05:24
*** hfu has quit IRC05:25
*** ducttape_ has joined #openstack-nova05:25
*** lamt has quit IRC05:29
*** ducttape_ has quit IRC05:30
*** adisky_ has joined #openstack-nova05:35
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port libvirt.test_firewall to Python 3  https://review.openstack.org/40342305:38
*** yuntongjin has joined #openstack-nova05:48
*** ekuris has joined #openstack-nova05:49
*** amotoki has joined #openstack-nova05:53
openstackgerritSwami Reddy proposed openstack/nova: Add volume status check when deleting instances  https://review.openstack.org/26033905:55
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Remove unused validation code from block_device  https://review.openstack.org/41000605:58
*** hfu has joined #openstack-nova05:59
*** kristian__ has joined #openstack-nova06:00
*** kristian__ has quit IRC06:00
*** kristian__ has joined #openstack-nova06:00
*** hfu has quit IRC06:01
*** kristian__ has quit IRC06:04
*** moshele has joined #openstack-nova06:06
*** hfu has joined #openstack-nova06:08
*** sridharg has joined #openstack-nova06:12
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port libvirt.test_firewall to Python 3  https://review.openstack.org/40342306:13
openstackgerritJianghua Wang proposed openstack/nova: XenAPI: fix memory usage miscalculation  https://review.openstack.org/39485706:17
*** baoli has joined #openstack-nova06:19
*** baoli has quit IRC06:24
*** sahid has joined #openstack-nova06:28
*** baoli has joined #openstack-nova06:29
*** baoli has quit IRC06:34
*** zhs__ has joined #openstack-nova06:36
*** hfu has quit IRC06:39
*** zhs_ has quit IRC06:40
*** hfu has joined #openstack-nova06:40
*** hfu has quit IRC06:40
*** hfu has joined #openstack-nova06:41
*** david-lyle has joined #openstack-nova06:50
*** rcernin has joined #openstack-nova06:54
*** david-lyle has quit IRC06:55
openstackgerritZhenyu Zheng proposed openstack/nova: [WIP]Add new policy for server list/detail with all_tenants  https://review.openstack.org/41533006:56
*** mjura has joined #openstack-nova06:57
*** tesseract has joined #openstack-nova07:01
*** diga has joined #openstack-nova07:01
*** mjura has quit IRC07:02
*** mjura has joined #openstack-nova07:03
*** cfriesen has quit IRC07:20
*** Satya_ has joined #openstack-nova07:24
*** ducttape_ has joined #openstack-nova07:27
*** takashin has left #openstack-nova07:28
*** baoli has joined #openstack-nova07:29
*** ducttape_ has quit IRC07:31
*** Satya_ is now known as satyar07:31
openstackgerritTakashi NATSUME proposed openstack/nova: api-ref: Fix parameters in os-server-groups.inc  https://review.openstack.org/41537707:32
*** Satya_ has joined #openstack-nova07:33
*** satyar has quit IRC07:33
*** satyar has joined #openstack-nova07:34
*** baoli has quit IRC07:34
openstackgerritChangBo Guo(gcb) proposed openstack/nova: Port virt.libvirt.test_imagebackend to Python 3  https://review.openstack.org/40343107:44
*** xinliang has quit IRC07:45
*** CristinaPauna has quit IRC07:47
*** diga has quit IRC07:48
*** xinliang has joined #openstack-nova07:48
*** aarefiev is now known as aarefiev_afk08:01
*** jed56 has joined #openstack-nova08:04
*** vtech has joined #openstack-nova08:06
*** gouthamr has joined #openstack-nova08:08
*** baoli has joined #openstack-nova08:15
*** baoli has quit IRC08:20
*** sapcc-bot has joined #openstack-nova08:26
*** carthaca_ has joined #openstack-nova08:27
*** dgonzalez_ has joined #openstack-nova08:27
*** ducttape_ has joined #openstack-nova08:27
*** dgonzalez_ has quit IRC08:28
*** carthaca_ has quit IRC08:28
*** ekuris has quit IRC08:29
*** frickler_ is now known as frickler08:29
*** ducttape_ has quit IRC08:32
*** kristian__ has joined #openstack-nova08:39
*** chohoor has joined #openstack-nova08:39
*** zsli has joined #openstack-nova08:42
*** amotoki has quit IRC08:43
*** ekuris has joined #openstack-nova08:44
*** gcb has quit IRC08:45
*** chohoor has left #openstack-nova08:48
*** david-lyle has joined #openstack-nova08:52
*** slaweq has joined #openstack-nova08:52
*** david-lyle has quit IRC08:56
*** zzzeek has quit IRC09:00
*** zzzeek has joined #openstack-nova09:00
*** oanson has quit IRC09:01
*** oanson has joined #openstack-nova09:02
*** slaweq has quit IRC09:03
*** shaohe_feng has joined #openstack-nova09:05
*** sacharya has joined #openstack-nova09:07
*** oanson has quit IRC09:11
*** sacharya has quit IRC09:11
*** oanson has joined #openstack-nova09:12
openstackgerritZhenyu Zheng proposed openstack/nova: Add query parameters white list for server list/detail  https://review.openstack.org/40857109:14
*** mdnadeem has joined #openstack-nova09:17
*** markvoelker has joined #openstack-nova09:18
*** markvoelker has quit IRC09:22
openstackgerritChangBo Guo(gcb) proposed openstack/nova: DNM: just test  https://review.openstack.org/41541309:26
*** gouthamr has quit IRC09:26
*** gouthamr has joined #openstack-nova09:27
*** gouthamr has quit IRC09:27
*** ducttape_ has joined #openstack-nova09:29
*** satyar has quit IRC09:30
*** satyar has joined #openstack-nova09:31
*** ducttape_ has quit IRC09:33
*** pcaruana has joined #openstack-nova09:42
openstackgerritsahid proposed openstack/nova: objects: add new field cpu_emulator_threads_policy  https://review.openstack.org/38502209:43
openstackgerritsahid proposed openstack/nova: numa: add numa constraints for emulator threads policy  https://review.openstack.org/38502309:43
openstackgerritsahid proposed openstack/nova: libvirt: return a CPU overhead if isolate emulator threads requested  https://review.openstack.org/38536409:43
openstackgerritsahid proposed openstack/nova: objects: add new field cpus_overhead in NUMACell  https://review.openstack.org/40087409:43
openstackgerritsahid proposed openstack/nova: numa: fit instance toplogy with cpu overhead onto cores  https://review.openstack.org/40087509:43
openstackgerritsahid proposed openstack/nova: virt: update overhead to take into account vCPUs  https://review.openstack.org/38502409:43
openstackgerritsahid proposed openstack/nova: libvirt: make emulator threads to run on the reserved pCPU  https://review.openstack.org/40087809:43
openstackgerritsahid proposed openstack/nova: numa: take into account cpus overhead  https://review.openstack.org/40087609:43
openstackgerritsahid proposed openstack/nova: numa: update numa usage incording the cpu overhead  https://review.openstack.org/40087709:43
*** yuntongjin has quit IRC09:47
*** david-lyle has joined #openstack-nova09:52
*** zsli has quit IRC09:54
*** hfu has quit IRC09:56
*** david-lyle has quit IRC09:57
*** gongysh has quit IRC10:01
*** zsli has joined #openstack-nova10:02
*** baoli_ has joined #openstack-nova10:04
*** matrohon has joined #openstack-nova10:05
*** amotoki has joined #openstack-nova10:05
*** pcaruana has quit IRC10:06
*** yufei has quit IRC10:06
*** amotoki has quit IRC10:07
*** yufei has joined #openstack-nova10:07
*** phuongnh has quit IRC10:07
*** pooja_j has quit IRC10:08
*** baoli_ has quit IRC10:09
*** slaweq has joined #openstack-nova10:09
*** zsli has quit IRC10:10
*** yufei has quit IRC10:12
*** zsli has joined #openstack-nova10:16
*** markvoelker has joined #openstack-nova10:19
*** vtech has quit IRC10:19
*** slaweq has quit IRC10:22
*** markvoelker has quit IRC10:23
*** vtech has joined #openstack-nova10:24
*** zsli has quit IRC10:24
*** amotoki has joined #openstack-nova10:28
*** satyar has quit IRC10:31
*** amotoki has quit IRC10:34
*** avolkov has joined #openstack-nova10:38
*** hoangcx has quit IRC10:43
*** matrohon has quit IRC10:46
*** raorn_ is now known as raorn10:53
*** gcb has joined #openstack-nova10:57
*** sacharya has joined #openstack-nova11:08
*** amotoki has joined #openstack-nova11:09
*** sacharya has quit IRC11:12
*** amotoki_ has joined #openstack-nova11:13
*** amotoki has quit IRC11:15
*** yamahata has quit IRC11:18
*** markvoelker has joined #openstack-nova11:19
*** amotoki_ has quit IRC11:20
*** xinliang has quit IRC11:20
*** kristian__ has quit IRC11:20
*** markvoelker has quit IRC11:24
*** kristian__ has joined #openstack-nova11:27
*** bkopilov has quit IRC11:29
*** xinliang has joined #openstack-nova11:32
*** longlq_ has joined #openstack-nova11:34
*** longlq_ has quit IRC11:35
*** baoli has joined #openstack-nova11:35
*** kristian__ has quit IRC11:36
*** sam_nowitzki has quit IRC11:36
*** baoli has quit IRC11:39
*** nandal has quit IRC11:41
*** bkopilov has joined #openstack-nova11:41
*** kristian__ has joined #openstack-nova11:43
*** prateek has quit IRC11:44
*** rfolco has joined #openstack-nova12:04
*** rfolco has quit IRC12:04
*** rfolco has joined #openstack-nova12:05
openstackgerritWang Qing wu proposed openstack/nova: Introduce base PowerVM driver  https://review.openstack.org/39128812:08
*** markvoelker has joined #openstack-nova12:20
*** diga has joined #openstack-nova12:24
*** markvoelker has quit IRC12:25
*** neophy has joined #openstack-nova12:27
*** diga_ has joined #openstack-nova12:28
*** diga has quit IRC12:29
*** bkopilov has quit IRC12:34
*** portdirect___ is now known as m5v912:43
*** catinthe_ has joined #openstack-nova12:52
*** ratailor has quit IRC12:53
*** catintheroof has quit IRC12:55
*** david-lyle has joined #openstack-nova12:55
*** ducttape_ has joined #openstack-nova12:57
*** david-lyle has quit IRC12:59
*** avolkov has quit IRC13:03
*** sacharya has joined #openstack-nova13:08
openstackgerritsahid proposed openstack/nova: libvirt: update the active migrations ds to support migration result  https://review.openstack.org/40926013:11
openstackgerritsahid proposed openstack/nova: libvirt: pass to live migration monitor the API result  https://review.openstack.org/40926113:11
*** mdnadeem has quit IRC13:12
*** sacharya has quit IRC13:13
*** markvoelker has joined #openstack-nova13:21
*** kristian__ has quit IRC13:21
*** ducttape_ has quit IRC13:22
*** markvoelker has quit IRC13:25
*** jeblair has quit IRC13:35
*** jeblair has joined #openstack-nova13:35
*** hfu has joined #openstack-nova13:36
*** liverpooler has quit IRC13:37
*** liverpooler has joined #openstack-nova13:38
*** gcb has quit IRC13:39
*** gcb has joined #openstack-nova13:39
*** hfu has quit IRC13:41
*** catintheroof has joined #openstack-nova13:44
*** kristian__ has joined #openstack-nova13:46
*** jed56 has quit IRC13:47
*** catinthe_ has quit IRC13:48
*** david-lyle has joined #openstack-nova13:56
*** brault_ has quit IRC13:57
*** david-lyle has quit IRC14:00
*** nklenke has quit IRC14:01
mriedemKevin_Zheng: i think the enum just means it can be affinity or anti-affinity14:03
mriedemKevin_Zheng: i might be wrong based on the description here http://developer.openstack.org/api-ref/compute/?expanded=create-server-group-detail#id33914:04
catintheroofGuys, on nova's block device mapping, can i choose cinder's volume type to boot from a volume ? what happens if i have 10 volume types and i want to choose a specific one ?14:04
Kevin_Zhengmriedm:yes I know, I mean should it be "array" in schemes?14:04
Kevin_ZhengSchema14:05
Kevin_ZhengMaybe14:05
Kevin_ZhengMaybe just "string"14:05
mriedemit can be an array,14:05
mriedembut i don't think 'items' should be in a []14:05
mriedembecause then jsonschema treats it like a tuple and validates the indexes14:05
Kevin_ZhengYeah14:06
Kevin_ZhengI know that part14:06
Kevin_ZhengBut why array14:06
mriedemKevin_Zheng: so you could try something like creating a server group with policies=['affinity', 'invalid'] and see what happens14:06
Kevin_ZhengCould one sg have multiple policies?14:06
mriedemaccording to the schema and the docs yes14:07
mriedemwhat the use case is i'm not sure14:07
mriedembauzas might know14:07
Kevin_ZhengYeah, I'm just wondering14:07
Kevin_ZhengWe also have a test, it tests one sg cannot have affinity and anti at the same time14:08
Kevin_ZhengI using the phone now, so very sorry that I cannot show you which one it is14:08
Kevin_ZhengBut seems useless to have multiple policies since we only have affinity soft affinity. Anti and soft anti14:09
*** ekuris has quit IRC14:10
Kevin_ZhengCan't see any useful combination14:10
mriedemildikov might also know the use cases for a server group with multiple policies14:10
Kevin_ZhengYeah I will ask them14:11
Kevin_ZhengMaybe I can send out a mail list tomorrow14:12
Kevin_ZhengBecause of the time zones14:12
Kevin_Zheng:)14:12
*** mlavalle has joined #openstack-nova14:13
mriedemsure np14:13
*** mlavalle has quit IRC14:13
ildikovKevin_Zheng: I would assume it's more for future use cases it we will have policies that makes sense together14:14
Kevin_ZhengAh ok14:14
smcginniscatintheroof: Not at instance creation time. You can by first creating the volume in Cinder, then using that to boot an instance.14:14
ildikovKevin_Zheng: having affinity and anti-affinity for the same group would make it impossible to schedule any servers in that group14:14
Kevin_ZhengYeah that's what I thought14:15
mriedemildikov: if it's really a list for policies that can work together then that must have been written that way solely for out of tree scheduler filters,14:15
mriedembecause none of the acceptable policies in tree would allow that14:16
ildikovmriedem: I would need to check the code to figure out why we might have that array as type there14:18
mriedemlooks like this was added way back to validate that you don't specify both affinity and anti-affinity https://github.com/openstack/nova/commit/26bf8c0dd0c8b61381e35c278b30cc673988537314:18
catintheroofsmcginnis: if i can give my feedback, is a real pain from a user point of view, basically because the user can't use the instance launch wizard, because it cant "create" a volume from there, since it cant "use" it14:18
catintheroofsmcginnis: when there are lots of volume types14:19
*** baoli has joined #openstack-nova14:19
*** kristian__ has quit IRC14:22
*** ducttape_ has joined #openstack-nova14:22
Kevin_ZhengYeah I removed the [] and that test failed14:23
mriedemhere is the original design wiki for server groups https://wiki.openstack.org/wiki/InstanceGroupApiExtension14:24
mriedemsounds like there was some future proofing in mind there14:24
ildikovmriedem: yep and in that commit there's a test_create_server_group_not_supported test, which looks like an example that we could have more policies, but we don't atm14:24
*** baoli has quit IRC14:24
mriedemildikov: yeah, so that started enforcing the restriction14:25
*** ekuris has joined #openstack-nova14:25
mriedemso this is probably all very old legacy behavior where the API wasn't strict about what you could do, so people took advantage with out of tree scheduler filters14:25
*** ducttape_ has quit IRC14:27
*** lamt has joined #openstack-nova14:28
*** brault has joined #openstack-nova14:29
ildikovin the sense of that SUPPORTED_POLICIES list it needs some hacking for any out of tree filters14:29
mriedembefore that it would allow anything though14:30
*** lamt has quit IRC14:30
mriedemso my guess is the multiple policy thing came before that validation was put in place14:30
*** palexster has quit IRC14:30
ildikovI don't think it's an issue to have the code ready for non-mutually-exclusive policies14:30
*** palexster has joined #openstack-nova14:31
ildikovit seems to me too that it originates back before the time of enforcing anything and I guess it looked harmless enough not to remove14:32
*** lamt has joined #openstack-nova14:32
ildikovI wonder whether it would make sense to make it configurable if we think out of tree filters are using it14:33
ildikovor we can just stamp it as 'future proof thinking' for now14:33
*** brault has quit IRC14:33
ildikovwhen we added the soft-... policies we didn't change that part14:34
mriedem-1 on configurable14:35
mriedemwe don't want config impacting the API behavior14:35
*** satyar has joined #openstack-nova14:35
mriedemi'm happy to just forget it exists this way, or bury my head in the sand14:35
ildikovah right, it's API facing...14:36
*** ekuris has quit IRC14:36
mriedemwhat scares me is i don't see any validation that keeps you from creating a server group with both affinity and anti-affinity policies14:36
ildikovthen we can pick the second option and bury our heads in the sand :)14:36
*** palexster has quit IRC14:36
ildikovdoesn't the json schema validation ensure that?14:37
ildikovI think it does14:37
ildikovI remember writing tests for it :)14:37
mriedemah you're right14:38
mriedem                'policies': {14:38
mriedem                    'type': 'array',14:38
mriedem                    'items': [{'enum': ['anti-affinity', 'affinity']}],14:38
mriedem                    'uniqueItems': True,14:38
mriedem                    'additionalItems': False,14:38
mriedem                }14:38
ildikovI hope I don't remember only the future proof thinking regarding those tests :D14:38
ildikovyeap, that's the one!14:38
ildikovI played with the validation a bit, so it should work :)14:38
*** ayogi has quit IRC14:39
mriedemso i guess additionalItems=False is what enforces that14:40
mriedemyeah14:40
mriedemstack@filters:~$ nova server-group-create conflicting-policy-server-group affinity anti-affinity14:40
mriedemERROR (BadRequest): Invalid input for field/attribute policies. Value: [u'affinity', u'anti-affinity']. Additional items are not allowed (u'anti-affinity' was unexpected) (HTTP 400) (Request-ID: req-3b2c8b4b-0080-4c26-83dd-a3c5db748beb)14:40
mriedemso the only bug we have is in our api reference docs14:41
*** armax has joined #openstack-nova14:41
*** bkopilov has joined #openstack-nova14:41
*** sridharg has quit IRC14:42
ildikovfrom format perspective it's correct, you just cannot specify multiple from the currently supported policies...14:43
mriedemyeah14:45
mriedemhttps://bugs.launchpad.net/nova/+bug/165294314:45
openstackLaunchpad bug 1652943 in OpenStack Compute (nova) "api-ref: os-server-groups POST description is wrong for policies parameter" [Medium,Triaged]14:45
mriedemeasy morning bug fixin'14:46
Kevin_Zhenghaha so the schema is still array then?14:47
ildikovthis year is too short now for any complex ones anyway :)14:47
mriedemKevin_Zheng: yeah the array part is odd14:47
ildikovKevin_Zheng: we call that future-proof thinking14:47
mriedemKevin_Zheng: probably legacy, and we'd have to change it with a microversion to make it a string14:48
ildikovmriedem: I'm not sure that would worth the effort TBH...14:48
mriedemnot right now no14:48
Kevin_Zhengok14:48
openstackgerritJay Pipes proposed openstack/nova: numa: add numa constraints for emulator threads policy  https://review.openstack.org/38502314:49
openstackgerritJay Pipes proposed openstack/nova: libvirt: return a CPU overhead if isolate emulator threads requested  https://review.openstack.org/38536414:49
mriedemildikov: unless you're saying it would break the out of tree code you already have :)14:49
openstackgerritJay Pipes proposed openstack/nova: numa: fit instance toplogy with cpu overhead onto cores  https://review.openstack.org/40087514:49
openstackgerritJay Pipes proposed openstack/nova: virt: update overhead to take into account vCPUs  https://review.openstack.org/38502414:49
openstackgerritJay Pipes proposed openstack/nova: libvirt: make emulator threads to run on the reserved pCPU  https://review.openstack.org/40087814:49
openstackgerritJay Pipes proposed openstack/nova: numa: take into account cpus overhead  https://review.openstack.org/40087614:49
openstackgerritJay Pipes proposed openstack/nova: numa: update numa usage incording the cpu overhead  https://review.openstack.org/40087714:49
jaypipessahid: fixed the pep8 issue in the above stack (again) ^^14:49
ildikovmriedem: I'm just lazy :)14:49
*** mlavalle has joined #openstack-nova14:50
*** mlavalle has quit IRC14:50
*** mlavalle has joined #openstack-nova14:50
Kevin_Zhengso, who fix apiref?14:51
*** Jinxing has joined #openstack-nova14:52
Kevin_ZhengAnd [] in schema should still be removed?14:52
mriedemKevin_Zheng: the [] is fine14:53
mriedemsince additionalItems is False14:53
mriedemKevin_Zheng: i'm fixing the api-ref14:53
mriedemshould have a patch up shortly14:53
Kevin_ZhengAh ok14:53
ildikovKevin_Zheng: the only thing that's missing from the docs at the moment that the currently supported items are all mutually exclusive so you can specify only one14:54
sahidhum.. thanks jaypipes14:54
Kevin_Zhenghttps://review.openstack.org/#/c/415340 so this one can be abandoned?14:56
jaypipessahid: it was my fault. I had accidentally git add'ed some bogus files in doc/api_samples/ when pushing a revision to one of your patches yesterday.14:56
jaypipessahid: https://twitter.com/jaypipes/status/813744689551732736 :)14:56
*** armax has quit IRC14:57
ildikovjaypipes: nice Xmas gift :)14:59
jaypipesildikov: :)14:59
alex_xumriedem: ildikov, maybe the confuse is the error message from json-schema, see the original error message at https://review.openstack.org/#/c/115532/1/nova/api/openstack/compute/plugins/v3/server_groups.py@80, if we have such error message I guess there won't have such long discussion today :)15:03
ildikovalex_xu: the long discussion part was about why it can be a list if we cannot specify more than one item anyway15:04
mriedemKevin_Zheng: yes you can abandon https://review.openstack.org/#/c/415340/115:04
mriedemalex_xu: when i update the api-ref i'm also going to leave a comment in the schema itself15:05
Kevin_ZhengThanks15:05
mriedemto avoid future confusion15:05
alex_xumriedem: +115:05
ildikovmriedem: +115:05
ildikovjsonschema messages can be pretty confusing...15:05
alex_xuildikov: yea :)15:06
mriedemthis isn't too bad15:06
mriedemInvalid input for field/attribute policies. Value: [u'affinity', u'anti-affinity']. Additional items are not allowed (u'anti-affinity' was unexpected)15:06
mriedemat least now that i know what i'm doing :)15:06
mriedemit would be confusing with the current state of our api ref15:06
ildikovok, if someone knows what those policies mean then it shouldn't be confusing after one or at most two minutes of thinking, but it's still better not to torture users/operators with it :)15:08
openstackgerritMatt Riedemann proposed openstack/nova: api-ref: cleanup os-server-groups 'policies' parameter description  https://review.openstack.org/41548215:09
mriedemildikov: that's the other thing my api-ref patch does is adds descriptions to those policies ^15:09
*** sacharya has joined #openstack-nova15:09
*** sacharya has quit IRC15:14
*** baoli has joined #openstack-nova15:19
*** kristian__ has joined #openstack-nova15:22
*** markvoelker has joined #openstack-nova15:22
*** ducttape_ has joined #openstack-nova15:23
*** baoli has quit IRC15:24
*** kristian__ has quit IRC15:27
*** markvoelker has quit IRC15:27
*** ducttape_ has quit IRC15:28
*** kfarr has joined #openstack-nova15:29
*** pbandark has quit IRC15:30
*** hongbin has joined #openstack-nova15:38
*** yufei has joined #openstack-nova15:41
*** psachin has quit IRC15:42
*** nklenke has joined #openstack-nova15:43
*** mjura has quit IRC15:46
*** kristian__ has joined #openstack-nova15:52
sahidjaypipes: ahaha, i see... :) (nice gif)15:54
*** links has quit IRC15:57
*** david-lyle has joined #openstack-nova15:57
*** david-lyle has quit IRC16:01
*** nklenke has quit IRC16:02
mlavallemriedem: hi. so what is next with https://bugs.launchpad.net/nova/+bug/1652642? Is it going to be addressed in this cycle?16:05
openstackLaunchpad bug 1652642 in OpenStack Compute (nova) "Nova API doesn't return aggregate's uuid, which is needed when using the placement API" [Critical,In progress] - Assigned to Matt Riedemann (mriedem)16:05
mriedemmlavalle: it's an api change so it needs a spec16:05
mlavallemriedem: does that mean it is not going to be fixed this cycle?16:05
mriedemmlavalle: i think an exception could be made based on it's proximity to a priority effort16:06
mlavallemriedem: when will that decision be made?16:06
mriedemmlavalle: well the first step either way is a spec16:06
mriedemwhich should be pretty simple16:06
mriedemreturn uuid from os-aggregates16:07
mriedemand explain the use case for why that's needed16:07
mriedemunless,16:07
mriedemwe just bend the rules and say this is part of generic-resource-pools-ocata16:07
mriedembut i don't really think it is, or it's in addition to that16:08
mriedemjaypipes: just checked that aggregates are in the API DB now - i was losing some sleep over that last night thinking even if you had the aggregate uuid, we wouldn't know which cells v2 cell to look it up in,16:09
mriedembut alas that's not a problem since it's in the API DB16:09
jaypipesya16:09
*** baoli has joined #openstack-nova16:09
mlavallemriedem: yeah, it is in the API DB16:09
mriedemso do you guys want me to write the spec for this since i'm pushing on it?16:10
mlavallemriedem: would you please?16:10
mriedemnoting that it won't be merged regardless until next week when sean/dan/john are back16:10
mlavallemriedem: I don't need it merged this week. I have enough to have finished my testing yesterday16:11
mlavallemriedem: the litlle piece missing in my Neutron side code ia couple of calls to associate aggergates to a resource provider16:11
mlavalleand get the uuid of an aggregate associated to a resource provider16:12
*** brault has joined #openstack-nova16:12
*** zhs__ has quit IRC16:13
*** zhs__ has joined #openstack-nova16:13
*** baoli has quit IRC16:14
*** nklenke has joined #openstack-nova16:15
mriedemmlavalle: jaypipes: ok i'll work on the spec this morning, it should be pretty straight-forward16:16
mlavallemriedem, jaypipes: you guys rock! Thanks for the quick response to this issue :-)16:16
*** yufei has quit IRC16:16
jaypipesmriedem: I'm still working on unit tests for the 0-record inventory bug/patch16:19
jaypipesmriedem: should have it done in 30 minutes.16:19
mriedemk16:20
jaypipesmriedem: it's this damn PTL who keeps requesting changes... :P16:21
mriedempsh16:21
mriedemyeah who needs docs16:21
mriedemoh wait16:21
mriedemi'm confusing things that i'm blocking :)16:21
*** links has joined #openstack-nova16:22
jaypipesmriedem: :)16:22
*** markvoelker has joined #openstack-nova16:23
*** moshele has quit IRC16:24
*** ducttape_ has joined #openstack-nova16:24
*** ducttape_ has quit IRC16:25
*** ducttape_ has joined #openstack-nova16:25
*** links has quit IRC16:26
*** markvoelker has quit IRC16:28
openstackgerritWang Qing wu proposed openstack/nova: WIP(2): Introduce base PowerVM driver (disk drv)  https://review.openstack.org/40940116:28
*** Jinxing has quit IRC16:31
*** lpetrut has joined #openstack-nova16:31
*** yamahata has joined #openstack-nova16:33
*** kristian__ has quit IRC16:33
*** dtp has joined #openstack-nova16:37
*** sahid has quit IRC16:40
*** lbeliveau has quit IRC16:42
openstackgerritJay Pipes proposed openstack/nova: placement: Do not save 0-valued inventory  https://review.openstack.org/41421416:45
jaypipesvsaienk0, vdrok, mriedem, TheJulia: ^^16:45
mriedemgibi: i suspect at some point we should include the aggregate uuid in versioned notifications16:50
*** mdnadeem has joined #openstack-nova16:50
*** lpetrut has quit IRC16:52
*** kristian__ has joined #openstack-nova16:52
mriedemwell, before that i guess we need to emit versioned notifications for aggregates17:02
openstackgerritMatt Riedemann proposed openstack/nova-specs: Return uuid from os-aggregates API (spec)  https://review.openstack.org/41551117:04
mriedemmlavalle: jaypipes: ^17:04
mlavallemriedem: thanks. Taking a look17:06
*** krtaylor has quit IRC17:08
*** sacharya has joined #openstack-nova17:10
*** unicell has quit IRC17:10
jaypipesmriedem: cheers man, appreciate you doing that17:11
*** sacharya has quit IRC17:15
*** jose-phillips has joined #openstack-nova17:16
mriedemjaypipes: so on your ironic patch for 0 inventory, i suppose you are going with a single PUT for all 3 resource classes instead of 3 DELETE inventory calls just for efficiency?17:16
jaypipesmriedem: no, I'm doing that because there's no DELETE /r-p/{uuid}/inventories endpoint :)17:17
jaypipesmriedem: as I found out when implementing that :)17:17
jaypipesmriedem: and yes, I didn't want to do 3 calls..17:17
mriedemjaypipes: then what's this? https://github.com/openstack/nova/blob/master/nova/api/openstack/placement/handlers/inventory.py#L24117:18
jaypipesmriedem: single resource class/record17:18
*** gouthamr has joined #openstack-nova17:18
mriedemoh delete ALL vs single17:18
jaypipesya17:18
mriedemyeah i figured that's what you were going to do17:18
*** brault has quit IRC17:18
jaypipesmriedem: would be cleaner to have a DELETE all, but we can do that in future.17:18
*** _fortis has quit IRC17:19
*** krtaylor has joined #openstack-nova17:21
*** diga_ has quit IRC17:23
*** markvoelker has joined #openstack-nova17:24
mriedemjaypipes: ok comment inline17:28
*** markvoelker has quit IRC17:29
*** jose-phillips has quit IRC17:29
*** ducttape_ has quit IRC17:31
*** moshele has joined #openstack-nova17:35
*** jose-phillips has joined #openstack-nova17:36
*** mdnadeem has quit IRC17:38
*** gouthamr has quit IRC17:39
snetigibi, ping17:41
*** tesseract has quit IRC17:44
dtptdurakov are there any vm states or task states associated with live migration that are not in master?17:45
mriedemjaypipes: what is the "end" of the custom resource classes blueprint to mark it complete? this? https://review.openstack.org/#/c/404472/17:48
*** haplo37_ has quit IRC17:48
jaypipesmriedem: yes.17:49
*** kristian__ has quit IRC17:49
*** moshele has quit IRC17:49
mriedemok, i was a bit confused about https://review.openstack.org/#/c/405705/17:50
mriedemand where it's falling into the series17:50
jaypipesthe reason for your confusion is because I cherry-picked out the cleanup of the scheduler reporting client unit tests.17:51
jaypipesmriedem: ^17:51
jaypipesmriedem: which used to be in between that and the 404472.17:52
*** vtech has quit IRC17:52
mriedemok17:53
openstackgerritSujitha proposed openstack/nova: Adding tags field to InstancePayload  https://review.openstack.org/40722817:54
*** hongbin has quit IRC17:54
jaypipesmriedem: remember, that was the patch you'd asked me to cherry-pick out.17:56
jaypipesmriedem: it refactored the unit test classes so that a bunch of tests weren't re-executed over and over again unnecessarily.17:56
mriedemjaypipes: i remember it17:57
jaypipescoo.17:57
mriedemit wasn't necessary to pull out, but i see it's merged now so that's fine17:57
*** baoli has joined #openstack-nova17:58
mriedemwhat's up with this blueprint? https://blueprints.launchpad.net/nova/+spec/inventory-allocation-ocata17:58
*** haplo37_ has joined #openstack-nova17:58
mriedemi guess that's just all pci device inventory, was that folded into the nested resource providers work?17:58
*** dtp_ has joined #openstack-nova18:02
mriedemedleafe: ^?18:02
*** baoli has quit IRC18:02
openstackgerritArtom Lifshitz proposed openstack/nova: Tagged attach compute manager and net API support  https://review.openstack.org/39194118:03
openstackgerritArtom Lifshitz proposed openstack/nova: Tagged attach API support  https://review.openstack.org/37602118:03
openstackgerritArtom Lifshitz proposed openstack/nova: Libvirt support for tagged attach  https://review.openstack.org/41552018:03
*** dtp__ has joined #openstack-nova18:04
*** dtp has quit IRC18:06
*** dtp__ has quit IRC18:07
*** dtp has joined #openstack-nova18:07
*** dtp_ has quit IRC18:08
*** baoli has joined #openstack-nova18:12
jaypipesmriedem: yeah. we can obselete that blueprint.18:14
jaypipesmriedem: moshele and others in the PCI subteam said there was no need for tracking "generic" PCI devices.18:15
*** sacharya has joined #openstack-nova18:15
*** baoli has quit IRC18:16
*** neophy has quit IRC18:21
*** adisky_ has quit IRC18:29
*** ducttape_ has joined #openstack-nova18:32
mriedemok i'll supersede it with the nested resource providers one18:35
*** ducttape_ has quit IRC18:36
*** kristian__ has joined #openstack-nova18:39
mriedemhmm, ironic jobs must have been changed v18:42
mriedemhttp://logs.openstack.org/14/414214/5/check/gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-ubuntu-xenial-nv/4413603/logs/screen-n-cpu.txt.gz?level=TRACE#_2016-12-28_17_03_09_23818:42
*** ejat_ has quit IRC18:42
*** ejat_ has joined #openstack-nova18:42
*** ejat_ is now known as ejat18:42
mriedemyup https://github.com/openstack/ironic/commit/be6f34c3388365f93c84671f07af7a1cffb6efd818:43
*** kristian__ has quit IRC18:43
jaypipesmriedem: they disabled placement api in the ironic gate...18:43
mriedemyeah18:44
mriedemi just put up a revert of that change which depends on your fix18:44
mriedemhttps://review.openstack.org/#/c/415523/18:44
jaypipescool, thanks mriedem18:44
*** vtech has joined #openstack-nova18:50
openstackgerritSujitha proposed openstack/nova: Document testing process for zero downtime upgrade  https://review.openstack.org/39526918:54
*** david-lyle has joined #openstack-nova18:59
*** david-lyle has quit IRC19:03
*** yamahata has quit IRC19:03
*** jose-phillips has quit IRC19:15
*** jose-phillips has joined #openstack-nova19:17
*** slaweq has joined #openstack-nova19:18
*** brault has joined #openstack-nova19:19
*** jose-phillips has quit IRC19:21
*** tbachman has joined #openstack-nova19:22
*** brault has quit IRC19:23
*** rcernin has quit IRC19:24
*** markvoelker has joined #openstack-nova19:25
*** brault has joined #openstack-nova19:26
*** brault has quit IRC19:28
*** moshele has joined #openstack-nova19:28
*** markvoelker has quit IRC19:30
*** kristian__ has joined #openstack-nova19:31
*** pcaruana has joined #openstack-nova19:33
*** slaweq has quit IRC19:35
*** kristian__ has quit IRC19:36
*** slaweq has joined #openstack-nova19:37
*** slaweq has quit IRC19:42
*** rfolco has quit IRC19:51
*** kristian__ has joined #openstack-nova19:58
*** romainh has joined #openstack-nova19:58
*** pcaruana has quit IRC20:01
*** kristian__ has quit IRC20:03
*** kristian__ has joined #openstack-nova20:04
mriedemmdbooth: i'm a bit confused about how this series is lined up https://review.openstack.org/#/c/408543/ - there are a bunch of changes, but only a few in the same topic, but they seem to be rebased against each other somehow...and lots are in merge conflict20:09
mriedemand i can't track any of it from the blueprint in lp20:09
mriedemjaypipes: can we consider this complete? https://blueprints.launchpad.net/nova/+spec/placement-api-policy-authz - we have a single admin-only policy check for the placement API and it doesn't look like any finer-grained policy checking is going to be built into that, at least near-term in ocata.20:11
jaypipesmriedem: cool by me.20:12
*** hongbin has joined #openstack-nova20:15
*** kfarr has quit IRC20:16
jaypipesok wtf...20:16
jaypipes Different rcs for rp b665cdb4-4b95-4660-ba10-943dd39c1946! set(['b665cdb4-4b95-4660-ba10-943dd39c1946']) != set(['b665cdb4-4b95-4660-ba10-943dd39c1946'])20:16
jaypipesoops, wrong buffer..20:17
*** catinthe_ has joined #openstack-nova20:27
*** catintheroof has quit IRC20:28
*** ducttape_ has joined #openstack-nova20:34
*** matrohon has joined #openstack-nova20:35
mriedemheh duh a != a20:38
*** ducttape_ has quit IRC20:39
*** baoli has joined #openstack-nova20:39
jaypipesmriedem: indeed!20:40
jaypipesI believe it's almost beer thirty..20:41
*** slaweq has joined #openstack-nova20:41
mriedemdon't leave me20:41
*** baoli has quit IRC20:43
jaypipesmriedem: heh, I'm not :)20:44
*** jose-phillips has joined #openstack-nova20:47
*** ducttape_ has joined #openstack-nova20:47
*** jose-phillips has quit IRC20:47
*** vtech has quit IRC20:48
*** satyar has quit IRC20:50
*** sacharya has quit IRC20:50
*** nicolasbock has joined #openstack-nova20:51
*** jose-phillips has joined #openstack-nova20:51
openstackgerritAnusha Unnam proposed openstack/nova: Add zero down time upgrade steps  https://review.openstack.org/39393120:54
*** david-lyle has joined #openstack-nova21:00
*** david-lyle has quit IRC21:05
*** ducttape_ has quit IRC21:06
*** moshele has quit IRC21:07
*** kristian__ has quit IRC21:14
openstackgerritJay Pipes proposed openstack/nova: placement: SRIOV PF devices as child providers  https://review.openstack.org/41476921:19
jaypipesmriedem: phew. ^21:19
mriedemgibi: i don't suppose it's possible to do something with the notification samples such that every time we change one field we don't have to adjust ALL samples, because that's going to get annoying over time, e.g. https://review.openstack.org/#/c/407128/21:24
mriedemi don't suppose we want to actually pin the versions in the notification samples tests though....21:24
openstackgerritJay Pipes proposed openstack/nova: placement: SRIOV PF devices as child providers  https://review.openstack.org/41476921:26
*** nicolasbock has quit IRC21:27
*** Jeffrey4l has quit IRC21:34
*** nklenke has quit IRC21:35
openstackgerritJay Pipes proposed openstack/nova: Return uuid attribute for aggregates  https://review.openstack.org/41503121:38
jaypipesmriedem: ^^21:38
jaypipesmriedem: I'm logging off for the day now. catch you tomorrow.21:38
jaypipesoih, shit... the 0-valued inventory one.21:39
jaypipeslemme fix that up for  you first.21:39
*** baoli has joined #openstack-nova21:39
*** baoli has quit IRC21:44
*** romainh1 has joined #openstack-nova21:45
*** romainh has quit IRC21:46
*** lamt has quit IRC21:46
*** Jeffrey4l has joined #openstack-nova21:47
*** sacharya has joined #openstack-nova21:51
openstackgerritJay Pipes proposed openstack/nova: placement: Do not save 0-valued inventory  https://review.openstack.org/41421421:52
openstackgerritJay Pipes proposed openstack/nova: Return uuid attribute for aggregates  https://review.openstack.org/41503121:52
jaypipesmriedem: ok, really am logging off now :)21:53
jaypipeshasta manana21:53
*** jaypipes has quit IRC21:54
*** sacharya has quit IRC21:56
*** david-lyle has joined #openstack-nova22:01
*** david-lyle has quit IRC22:06
*** ducttape_ has joined #openstack-nova22:07
*** ducttape_ has quit IRC22:12
openstackgerritSujitha proposed openstack/nova: Adding tags field to InstancePayload  https://review.openstack.org/40722822:16
*** baoli has joined #openstack-nova22:21
mriedemraj_singh: https://review.openstack.org/#/c/411501/ - needed a space between Depends-On and the change id on that line :)22:25
mriedemit wasn't picking up the devstack dependency22:25
*** markvoelker has joined #openstack-nova22:27
*** romainh1 has quit IRC22:28
*** markvoelker has quit IRC22:33
*** markvoelker has joined #openstack-nova22:35
*** slaweq has quit IRC22:50
openstackgerritAnusha Unnam proposed openstack/nova: Add more field's in InstancePayload  https://review.openstack.org/40712822:50
*** markvoelker has quit IRC22:50
*** ducttape_ has joined #openstack-nova22:53
*** markvoelker has joined #openstack-nova22:53
*** baoli has quit IRC22:59
*** baoli has joined #openstack-nova22:59
*** slaweq has joined #openstack-nova23:02
*** ducttape_ has quit IRC23:05
*** ducttape_ has joined #openstack-nova23:07
mriedemjroll: vdrok: gonna need to get ironicclient released with https://review.openstack.org/#/c/335964 and bump the minimum required version in global-requirements so nova can use it in https://review.openstack.org/#/c/388756/23:18
dtpwhat's a scenario that would result it getting to nova/compute/api.py/_delete_instance with self.cell_type != 'api'?  https://github.com/openstack/nova/blob/master/nova/compute/api.py#L181523:24
*** dimtruck is now known as zz_dimtruck23:24
dtp_delete, not _delete_instance23:25
*** lamt has joined #openstack-nova23:30
*** diga has joined #openstack-nova23:35
*** ducttape_ has quit IRC23:37
dtpi'm heading out, but i'll check the log later if anyone responds23:38
*** dtp has quit IRC23:38
*** yamahata has joined #openstack-nova23:46
*** catinthe_ has quit IRC23:48
*** ducttape_ has joined #openstack-nova23:54
*** slaweq has quit IRC23:54

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