*** ijw has quit IRC | 00:01 | |
*** catintheroof has joined #openstack-nova | 00:05 | |
*** ducttape_ has quit IRC | 00:09 | |
*** rcernin has quit IRC | 00:16 | |
*** raunak has quit IRC | 00:19 | |
*** ducttape_ has joined #openstack-nova | 00:20 | |
*** xinliang has joined #openstack-nova | 00:22 | |
*** ijw has joined #openstack-nova | 00:22 | |
*** ijw has quit IRC | 00:27 | |
*** Zer0Byte__ has quit IRC | 00:28 | |
*** yingjun has joined #openstack-nova | 00:30 | |
mriedem | jaypipes: weird, the generation id isn't changing | 00:32 |
---|---|---|
mriedem | http://logs.openstack.org/30/414230/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-ubuntu-xenial-nv/7fd2379/logs/screen-n-cpu.txt.gz#_2016-12-22_17_21_16_097 | 00:32 |
mriedem | that's with my debug patch | 00:32 |
*** ijw has joined #openstack-nova | 00:32 | |
mriedem | well, i guess the gen id wouldn't change if we just never have a successful update | 00:32 |
mriedem | and yeah just everything is reporting as 0 | 00:32 |
mriedem | ram/cpu/disk | 00:32 |
mriedem | vsaienk0: ^ | 00:34 |
mriedem | the ironic driver isn't reporting any resources it looks like | 00:35 |
*** ijw has quit IRC | 00:37 | |
*** fragatina has joined #openstack-nova | 00:40 | |
*** fragatina has quit IRC | 00:41 | |
*** fragatina has joined #openstack-nova | 00:41 | |
*** ducttape_ has quit IRC | 00:48 | |
*** kylek3h__ has joined #openstack-nova | 00:53 | |
*** ducttape_ has joined #openstack-nova | 00:55 | |
*** kylek3h_ has quit IRC | 00:56 | |
*** roeyc has joined #openstack-nova | 01:02 | |
*** lbeliveau_ has joined #openstack-nova | 01:03 | |
*** yamahata has quit IRC | 01:06 | |
*** yamahata has joined #openstack-nova | 01:06 | |
alex_xu | mriedem: just replied in spec https://review.openstack.org/#/c/393205/19/specs/ocata/approved/add-whitelist-for-server-list-filter-sort-parameters.rst | 01:11 |
alex_xu | mriedem: we will make the filter name 'hypervisor_hostname' rather than node in the future. and with new microversion i think | 01:12 |
*** ssurana has joined #openstack-nova | 01:12 | |
*** ssurana has quit IRC | 01:12 | |
*** ducttape_ has quit IRC | 01:12 | |
alex_xu | otherwise we expose some new filters without any signal, that break the case when people access different cloud some clouds have new filters and some clouds haven't | 01:13 |
*** ijw has joined #openstack-nova | 01:14 | |
*** yamahata has quit IRC | 01:17 | |
*** ijw has quit IRC | 01:19 | |
openstackgerrit | Alex Xu proposed openstack/nova: Use JSON-Schema to validate query parameters for keypairs API https://review.openstack.org/398755 | 01:20 |
openstackgerrit | huangtianhua proposed openstack/python-novaclient: Make _console() public https://review.openstack.org/414364 | 01:22 |
openstackgerrit | Alex Xu proposed openstack/nova: Use JSON-Schema to validate query parameters for keypairs API https://review.openstack.org/398755 | 01:25 |
openstackgerrit | Alex Xu proposed openstack/nova: Adds support for versioned schema validation for query parameters https://review.openstack.org/389003 | 01:25 |
alex_xu | oomichi: mriedem Kevin_Zheng ^ the patch revert to the right version | 01:26 |
Kevin_Zheng | alex_xu: Thanks, sorry for the accident :( | 01:27 |
alex_xu | Kevin_Zheng: no worries :) | 01:27 |
* alex_xu will back to online after an hour | 01:27 | |
*** hfu has joined #openstack-nova | 01:28 | |
*** zhangjl has joined #openstack-nova | 01:28 | |
*** zsli has joined #openstack-nova | 01:30 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Update hostname of server when updating its name https://review.openstack.org/404583 | 01:33 |
*** ijw has joined #openstack-nova | 01:35 | |
*** ijw has quit IRC | 01:40 | |
*** catintheroof has quit IRC | 01:40 | |
*** fragatina has quit IRC | 01:42 | |
*** unicell has quit IRC | 01:43 | |
mriedem | alex_xu: ah ok, i guess i hadn't thought about people actually trying to filter on node today | 01:45 |
*** unicell has joined #openstack-nova | 01:46 | |
*** unicell has quit IRC | 01:50 | |
*** yufei has joined #openstack-nova | 01:54 | |
*** zz_dimtruck is now known as dimtruck | 02:05 | |
*** ducttape_ has joined #openstack-nova | 02:13 | |
*** roeyc has quit IRC | 02:14 | |
*** roeyc has joined #openstack-nova | 02:17 | |
*** ducttape_ has quit IRC | 02:18 | |
*** yufei has left #openstack-nova | 02:23 | |
*** kylek3h__ has quit IRC | 02:30 | |
*** Jinxing has joined #openstack-nova | 02:35 | |
mriedem | alex_xu: Kevin_Zheng: another question i had on that spec was if we can filter/sort on the instances.name field, which isn't actually a column in the instances table, it's a generated property on the instances model object | 02:36 |
mriedem | oh i see https://github.com/openstack/nova/blob/master/nova/compute/api.py#L2338 | 02:37 |
alex_xu | mriedem: 'name' is only for filters. 'display_name' is only for sorts | 02:38 |
alex_xu | mriedem: also found that 'instance_type_id' doesn't works, but the reason isn't that it is integer. The vcpus is integer in the db model, but it works. | 02:39 |
mriedem | alex_xu: how about L111 and L143 in https://review.openstack.org/#/c/393205/19/specs/ocata/approved/add-whitelist-for-server-list-filter-sort-parameters.rst ? | 02:40 |
mriedem | i'm wondering about the parts where it says we'll error on joined tables but ignore other parameters, i'm not sure how we tell the difference without jsonschema? | 02:41 |
*** ijw has joined #openstack-nova | 02:41 | |
alex_xu | mriedem: we haven't put the joined-tables filters/sorts in the schema. But in a constant variable, then we return 400 for those filters/sorts in python | 02:44 |
alex_xu | /haven't/have to/ | 02:44 |
mriedem | you mean don't put them in the schema? if they aren't in the schema, then wouldn't they get a 400 from the jsonschema validation? or are you planning on using additionalProperties: True (i think you were, which was in the spec) | 02:45 |
*** ijw has quit IRC | 02:46 | |
mriedem | i might be confusing this with something else though | 02:46 |
alex_xu | mriedem: I mean put them in the schema. But raise 400 in the python code | 02:46 |
mriedem | why would we put them in the schema though? | 02:46 |
mriedem | if they aren't in the schema and additionalProperties=False, then jsonschema will handle the 400 for us | 02:46 |
alex_xu | mriedem: but we need to set additionalProperties=True for now | 02:47 |
alex_xu | we don't want to return 400 for all the invalid parameters, that may break user, due to we removed few filters in this propose | 02:47 |
mriedem | ok, so if additionalProperties=True, and we're going to blacklist those joined table columns in python, then i don't see why we'd put them in the schema, that seems redundant | 02:48 |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Don't delete neutron port when attach failed https://review.openstack.org/403568 | 02:48 |
mriedem | maybe this is worth just hashing out in the actual code review :) | 02:48 |
mriedem | how about the policy default change question i have on L142? | 02:49 |
alex_xu | mriedem: if addtionalProperties=True, then https://review.openstack.org/#/c/389003/21/nova/api/validation/__init__.py@89 will strip all the invalid parameters out. Then it won't trigger any 400 | 02:50 |
alex_xu | mriedem: yea, we are going to change the default rule to '@' | 02:50 |
alex_xu | and should have a note about the old rule is going to deprecated, maybe remove in the future | 02:51 |
mriedem | won't that make all_tenants available to everyone in a fresh install? | 02:51 |
mriedem | or, | 02:52 |
alex_xu | mriedem: yes, but the new rule 'os_compute_api:servers:all_tenants_visible' will take care about that | 02:52 |
mriedem | i guess the idea is that on a fresh install, get_all_tenants is @ for everyone, but not used? and then the new all_tenants_visible is admin-only? | 02:52 |
alex_xu | yea | 02:52 |
mriedem | ok, i guess i wouldn't even change the default value for get_all_tenants | 02:53 |
mriedem | if we just are going to replace it and not use it, then i don't see the point in changing the default value | 02:53 |
alex_xu | that as the config option, we can't remove the old one directly, we should deprecate it first then remove it? | 02:53 |
mriedem | we don't need to just remove it, but we don't need to change it's default value to @ either | 02:54 |
alex_xu | if we replace it, i guess if the user custom the rule of 'all_tenants', then it can't startup the service after upgrade | 02:54 |
mriedem | well i mean replace it's usage in the code | 02:55 |
mriedem | i.e. after this change will we even use the get_all_tenants option in code? | 02:55 |
mriedem | s/option/policy rule/ | 02:55 |
alex_xu | you mean keep it, but we didn't use the rule 'all_tenants' in the code anymore? | 02:56 |
*** ijw has joined #openstack-nova | 02:56 | |
mriedem | that's what i'm trying to figure out | 02:57 |
mriedem | in other words, when we release ocata, | 02:58 |
mriedem | will any of the code read the policy rule for 'os_compute_api:servers:detail:get_all_tenants'? | 02:58 |
mriedem | because if not we could just drop it, or at least not change it's default value | 02:58 |
alex_xu | in the propose, yes. if the user change get_all_tenants back to admin-only, it still return 403 for user | 02:59 |
alex_xu | for non-admin user | 02:59 |
mriedem | so we're going to check that rule and os_compute_api:servers:all_tenants_visible at the same time? | 03:00 |
alex_xu | yea | 03:00 |
alex_xu | and due to the default rule is '@', so 'get_all_tenants' actually just passed for any case | 03:01 |
*** ijw has quit IRC | 03:01 | |
mriedem | in a fresh install | 03:01 |
alex_xu | also for the user didn't change the default rule before | 03:02 |
mriedem | for anyone that has get_all_tenants as rule:admin_api from newton it will still be a 403 | 03:02 |
mriedem | AND it would have to be explicitly in their policy.json | 03:02 |
alex_xu | we already put the default value into the python code | 03:02 |
mriedem | and not just the policy in code | 03:02 |
mriedem | ok, i think i follow now | 03:03 |
alex_xu | yea, if they didn't clearup their policy.json, still be a 403 | 03:03 |
mriedem | if you still want it to be admin_api and fail with a 403 for non-admins, put that in your policy.json as an override | 03:03 |
alex_xu | mriedem: yea | 03:03 |
mriedem | otherwise we'll change the default in code and it'll be admin-only but not be a 403 for non-admins | 03:03 |
mriedem | somehow, with code magic | 03:03 |
mriedem | do we have code today that doesn't make a policy rule violation not fail with Forbidden? | 03:04 |
alex_xu | I guess no, Kevin_Zheng work on that part, but I guess he didn't get chance to update the code yet. Due to we just propose this new rule last week | 03:05 |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Update hostname of server when updating its name https://review.openstack.org/404583 | 03:05 |
Kevin_Zheng | yes, not started the policy part yet | 03:05 |
*** baoli has joined #openstack-nova | 03:07 | |
*** yamahata has joined #openstack-nova | 03:08 | |
mriedem | ok, | 03:08 |
mriedem | if i were an operator setting this up it'd probably be confusing | 03:08 |
mriedem | if the rule is admin-only but non-admins can make the request but not fail | 03:09 |
*** raunak has joined #openstack-nova | 03:09 | |
*** wlhc has joined #openstack-nova | 03:11 | |
alex_xu | mriedem: there is discussion about hierarchy tenants, that is the reason sdague and johnthetubaguy thinks the all_tenants should be allow for everyone, and be controlled by role in the future | 03:11 |
mriedem | ok i think your logic on the response to L74 is also probably part of it | 03:13 |
mriedem | the fatal=False part of the policy check | 03:13 |
mriedem | fail the policy, but don't raise an error, just return False | 03:13 |
mriedem | so we don't elevate the context | 03:13 |
alex_xu | yea | 03:14 |
alex_xu | mriedem: and you can catch few discussion at http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-nova.2016-12-15.log.html#t2016-12-15T13:27:25 | 03:14 |
*** mdnadeem has joined #openstack-nova | 03:14 | |
*** ducttape_ has joined #openstack-nova | 03:14 | |
mriedem | alex_xu: i left some more notes/scenarios from our irc discussion in the deployer impact section, i think it would be good to explain or give examples for the different scenarios for the policy changes for a fresh install with both admin and non-admin users, and then an upgrade from newton where get_all_tenants is overridden in policy.json | 03:14 |
mriedem | i think i'm clear on everything now | 03:14 |
alex_xu | mriedem: thanks, i will update :) | 03:15 |
mriedem | we just need some clarifications in the spec i think so that when we write release notes on this it's clear to operators that are upgrading | 03:15 |
alex_xu | got it | 03:15 |
mriedem | and with that, i'm done for the day - thanks for being patient on this one and explaining everything. | 03:15 |
Kevin_Zheng | mriedem: Merry Christmas :) | 03:16 |
alex_xu | mriedem: np, have a good night | 03:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Updated from global requirements https://review.openstack.org/414299 | 03:16 |
alex_xu | yea, Merry Christmas :) | 03:16 |
*** baoli has quit IRC | 03:17 | |
*** roeyc has quit IRC | 03:18 | |
*** roeyc has joined #openstack-nova | 03:18 | |
*** ducttape_ has quit IRC | 03:19 | |
*** baoli has joined #openstack-nova | 03:21 | |
openstackgerrit | int32bit proposed openstack/nova: Add more actions to instance action logs https://review.openstack.org/396510 | 03:23 |
*** ijw has joined #openstack-nova | 03:31 | |
*** fragatina has joined #openstack-nova | 03:33 | |
*** mdnadeem has quit IRC | 03:35 | |
*** ijw has quit IRC | 03:36 | |
*** fragatin_ has joined #openstack-nova | 03:41 | |
*** browne has quit IRC | 03:42 | |
*** fragatina has quit IRC | 03:43 | |
*** fragatin_ has quit IRC | 03:43 | |
*** fragatina has joined #openstack-nova | 03:44 | |
*** yuntongjin has joined #openstack-nova | 03:47 | |
*** raunak has quit IRC | 03:48 | |
*** baoli has quit IRC | 03:50 | |
*** raunak has joined #openstack-nova | 03:56 | |
*** raunak has quit IRC | 03:56 | |
*** lbeliveau_ has quit IRC | 04:00 | |
*** zsli has quit IRC | 04:05 | |
*** diga has joined #openstack-nova | 04:06 | |
*** ijw has joined #openstack-nova | 04:07 | |
*** zsli has joined #openstack-nova | 04:08 | |
*** psachin has joined #openstack-nova | 04:12 | |
*** ratailor has joined #openstack-nova | 04:13 | |
*** ducttape_ has joined #openstack-nova | 04:15 | |
*** zsli_ has joined #openstack-nova | 04:17 | |
*** yingjun has quit IRC | 04:17 | |
*** zsli has quit IRC | 04:19 | |
*** ducttape_ has quit IRC | 04:20 | |
*** gouthamr has quit IRC | 04:20 | |
*** mdnadeem has joined #openstack-nova | 04:21 | |
*** tjones has joined #openstack-nova | 04:26 | |
*** yamahata has quit IRC | 04:28 | |
*** yamahata has joined #openstack-nova | 04:29 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Port api.openstack.compute.test_disk_config to Python 3 https://review.openstack.org/403536 | 04:29 |
*** yuntongjin has quit IRC | 04:35 | |
*** yingjun has joined #openstack-nova | 04:37 | |
*** ishant|away has quit IRC | 04:37 | |
*** zsli_ has quit IRC | 04:43 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Don't delete neutron port when attach failed https://review.openstack.org/403568 | 04:43 |
*** nicolasbock has quit IRC | 04:48 | |
*** raunak has joined #openstack-nova | 04:52 | |
*** roeyc has quit IRC | 04:53 | |
*** weshay_afk is now known as weshay_pto | 04:57 | |
*** cheran has quit IRC | 04:57 | |
*** jamespag` has quit IRC | 05:00 | |
*** jamespage has joined #openstack-nova | 05:01 | |
*** kevinz has joined #openstack-nova | 05:02 | |
*** raunak has quit IRC | 05:06 | |
*** pbandark has joined #openstack-nova | 05:08 | |
*** artom has joined #openstack-nova | 05:09 | |
*** ducttape_ has joined #openstack-nova | 05:16 | |
*** ducttape_ has quit IRC | 05:20 | |
*** ayogi has joined #openstack-nova | 05:21 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Enble compute.test_compute_mgr.ComputeManagerUnitTestCase on Python 3 https://review.openstack.org/410542 | 05:21 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Enble network.test_neutronv2.TestNeutronv2 on Python 3 https://review.openstack.org/414418 | 05:21 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Enable virt.test_virt_drivers.AbstractDriverTestCase on Python 3 https://review.openstack.org/414419 | 05:21 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Enable virt.vmwareapi test cases on Python https://review.openstack.org/414420 | 05:21 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Enable more virt.xenapi tests on Python 3 https://review.openstack.org/414421 | 05:22 |
*** unicell has joined #openstack-nova | 05:22 | |
*** zsli has joined #openstack-nova | 05:31 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Port security group related tests to Python 3 https://review.openstack.org/401241 | 05:33 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Port compute.test_user_data.ServersControllerCreateTest to Python 3 https://review.openstack.org/406435 | 05:33 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Port compute unit tests to Python 3 https://review.openstack.org/402010 | 05:33 |
*** prateek has joined #openstack-nova | 05:34 | |
*** ijw has quit IRC | 05:53 | |
*** yuntongjin has joined #openstack-nova | 05:53 | |
*** ijw has joined #openstack-nova | 05:54 | |
*** stvnoyes1 has quit IRC | 05:55 | |
*** stvnoyes has joined #openstack-nova | 05:55 | |
*** ijw has quit IRC | 05:55 | |
*** ijw has joined #openstack-nova | 05:56 | |
openstackgerrit | int32bit proposed openstack/nova: Add more actions to instance action logs https://review.openstack.org/396510 | 05:58 |
*** ijw_ has joined #openstack-nova | 06:00 | |
*** adisky_ has joined #openstack-nova | 06:00 | |
*** ijw has quit IRC | 06:02 | |
*** ijw_ has quit IRC | 06:04 | |
*** ijw has joined #openstack-nova | 06:06 | |
*** Sukhdev has joined #openstack-nova | 06:07 | |
openstackgerrit | Alex Xu proposed openstack/nova-specs: Add whitelist for filter and sort query parameters for server list API https://review.openstack.org/393205 | 06:08 |
alex_xu | Kevin_Zheng: mriedem ^ updated | 06:09 |
Kevin_Zheng | I saw :) | 06:13 |
*** raunak has joined #openstack-nova | 06:14 | |
*** ducttape_ has joined #openstack-nova | 06:17 | |
*** hfu has quit IRC | 06:17 | |
*** ducttape_ has quit IRC | 06:21 | |
*** ijw_ has joined #openstack-nova | 06:24 | |
*** ijw_ has quit IRC | 06:25 | |
*** ijw_ has joined #openstack-nova | 06:26 | |
*** ijw has quit IRC | 06:28 | |
*** ijw_ has quit IRC | 06:31 | |
*** salv-orlando has joined #openstack-nova | 06:44 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Trival fix typo https://review.openstack.org/414440 | 06:46 |
*** sridharg has joined #openstack-nova | 06:46 | |
*** diga has quit IRC | 06:49 | |
*** ecelik has joined #openstack-nova | 06:50 | |
*** ecelik has left #openstack-nova | 06:50 | |
*** dimtruck is now known as zz_dimtruck | 06:55 | |
*** avolkov has quit IRC | 07:03 | |
*** mnasiadka has joined #openstack-nova | 07:10 | |
*** yamahata has quit IRC | 07:14 | |
*** yuntongjin has quit IRC | 07:17 | |
*** raunak has quit IRC | 07:18 | |
*** tesseract has joined #openstack-nova | 07:22 | |
*** tesseract is now known as Guest31576 | 07:22 | |
*** ducnc has quit IRC | 07:25 | |
openstackgerrit | Tao Li proposed openstack/nova: Fix the display of updated_at time when using memcache driver. https://review.openstack.org/414463 | 07:34 |
*** salv-orlando has quit IRC | 07:40 | |
*** zhangjl1 has joined #openstack-nova | 07:40 | |
*** zhangjl has quit IRC | 07:42 | |
*** yuntongjin has joined #openstack-nova | 07:42 | |
*** mjura has joined #openstack-nova | 07:44 | |
openstackgerrit | Tao Li proposed openstack/nova: Fix the display of updated_at time when using memcache driver. https://review.openstack.org/414463 | 07:50 |
*** juszczus has quit IRC | 07:52 | |
*** pcaruana has quit IRC | 07:54 | |
*** pcaruana has joined #openstack-nova | 07:55 | |
*** avolkov has joined #openstack-nova | 07:57 | |
*** diga has joined #openstack-nova | 08:10 | |
*** gszasz has joined #openstack-nova | 08:11 | |
*** armax has quit IRC | 08:12 | |
*** ijw has joined #openstack-nova | 08:12 | |
*** slaweq has joined #openstack-nova | 08:12 | |
*** ijw has quit IRC | 08:17 | |
*** sahid has joined #openstack-nova | 08:18 | |
*** amoralej|off is now known as amoralej | 08:20 | |
*** yingjun has quit IRC | 08:24 | |
*** flaper87 has quit IRC | 08:24 | |
*** ijw has joined #openstack-nova | 08:25 | |
*** yingjun has joined #openstack-nova | 08:25 | |
*** flaper87 has joined #openstack-nova | 08:26 | |
*** zenoway has joined #openstack-nova | 08:32 | |
*** ihrachys has joined #openstack-nova | 08:39 | |
*** ralonsoh has joined #openstack-nova | 08:44 | |
*** ijw_ has joined #openstack-nova | 08:53 | |
*** ijw_ has quit IRC | 08:54 | |
*** ijw has quit IRC | 08:54 | |
*** zzzeek has quit IRC | 09:00 | |
*** zzzeek has joined #openstack-nova | 09:02 | |
*** yuntongjin has quit IRC | 09:03 | |
vsaienk0 | vsaienk0 | 09:04 |
*** ducnc has joined #openstack-nova | 09:09 | |
*** ihrachys has quit IRC | 09:10 | |
*** derekh has joined #openstack-nova | 09:10 | |
*** wlhc has quit IRC | 09:14 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Fix urllib.urlencode issue in functional tests on Python 3 https://review.openstack.org/410554 | 09:14 |
*** yingjun_1 has joined #openstack-nova | 09:17 | |
*** yingjun has quit IRC | 09:18 | |
*** amotoki has joined #openstack-nova | 09:18 | |
gcb | sfinucan, can you approve https://review.openstack.org/#/c/403423/ again | 09:20 |
sfinucan | gcb: Sure | 09:21 |
gcb | sfinucan, thanks | 09:21 |
gcb | sfinucan, I split commit https://review.openstack.org/#/c/410542/ into small ones as you and mriedem suggested | 09:29 |
sfinucan | gcb: Great. I would guess the plan is to merge them slowly over a few weeks, so I can look at the first for now | 09:29 |
*** slaweq has quit IRC | 09:30 | |
gcb | sfinucan, yeah that's also what I expect, have enough time between merging them :-) | 09:31 |
*** zsli has quit IRC | 09:31 | |
*** lucas-afk is now known as lucasagomes | 09:34 | |
openstackgerrit | Andrea Visnyei proposed openstack/nova: Parameter verification of os-security-groups https://review.openstack.org/383598 | 09:39 |
*** salv-orlando has joined #openstack-nova | 09:41 | |
*** vtech has joined #openstack-nova | 09:42 | |
*** amotoki has quit IRC | 09:42 | |
*** yingjun_1 has quit IRC | 09:44 | |
*** salv-orlando has quit IRC | 09:46 | |
*** Sukhdev has quit IRC | 09:48 | |
openstackgerrit | Zhenyu Zheng proposed openstack/python-novaclient: Fix "Message object do not support addition". https://review.openstack.org/414529 | 10:00 |
*** salv-orlando has joined #openstack-nova | 10:05 | |
openstackgerrit | int32bit proposed openstack/nova: Add more actions to instance action logs https://review.openstack.org/396510 | 10:16 |
*** slaweq has joined #openstack-nova | 10:20 | |
*** kevinz has quit IRC | 10:24 | |
*** slaweq has quit IRC | 10:28 | |
*** Jinxing has quit IRC | 10:30 | |
*** zhangjl1 has left #openstack-nova | 10:30 | |
*** vtech has quit IRC | 10:34 | |
*** rcernin has joined #openstack-nova | 10:36 | |
*** mvk has joined #openstack-nova | 10:39 | |
*** rcernin has quit IRC | 10:45 | |
*** derekh has quit IRC | 10:57 | |
*** rmart04 has joined #openstack-nova | 10:57 | |
*** ducnc has quit IRC | 11:01 | |
*** derekh has joined #openstack-nova | 11:05 | |
*** rnoriega has quit IRC | 11:07 | |
*** rnoriega has joined #openstack-nova | 11:09 | |
*** armax has joined #openstack-nova | 11:13 | |
*** diga has quit IRC | 11:17 | |
*** rfolco has joined #openstack-nova | 11:23 | |
*** smatzek has joined #openstack-nova | 11:24 | |
*** sahid has quit IRC | 11:26 | |
*** sahid has joined #openstack-nova | 11:33 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Port security group related tests to Python 3 https://review.openstack.org/401241 | 11:35 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Port compute.test_user_data.ServersControllerCreateTest to Python 3 https://review.openstack.org/406435 | 11:35 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Port compute unit tests to Python 3 https://review.openstack.org/402010 | 11:35 |
*** nicolasbock has joined #openstack-nova | 11:42 | |
*** dhellmann has quit IRC | 11:42 | |
*** dhellmann has joined #openstack-nova | 11:42 | |
*** gabor_antal has quit IRC | 11:48 | |
*** ducttape_ has joined #openstack-nova | 11:48 | |
*** ijw has joined #openstack-nova | 11:55 | |
*** ratailor has quit IRC | 11:56 | |
*** cdent has joined #openstack-nova | 11:58 | |
*** jamesdenton has quit IRC | 11:58 | |
*** jamesdenton has joined #openstack-nova | 11:58 | |
*** derekh has quit IRC | 12:00 | |
*** ijw has quit IRC | 12:00 | |
*** ducttape_ has quit IRC | 12:09 | |
*** roeyc has joined #openstack-nova | 12:15 | |
*** roeyc has quit IRC | 12:19 | |
openstackgerrit | Neil Jerram proposed openstack/nova: libvirt: avoid generating script with empty path https://review.openstack.org/411936 | 12:20 |
cdent | mriedem: I don't reckon there's an easy fix to https://review.openstack.org/#/c/411327/ | 12:21 |
cdent | (I wrote a lengthy but mostly useless comment) | 12:22 |
*** slaweq has joined #openstack-nova | 12:24 | |
openstackgerrit | Pawel Koniszewski proposed openstack/nova: Add new configuration option live_migration_scheme https://review.openstack.org/410817 | 12:25 |
*** prateek has quit IRC | 12:30 | |
*** mdnadeem has quit IRC | 12:32 | |
*** rtheis has joined #openstack-nova | 12:35 | |
*** sridharg has quit IRC | 12:41 | |
*** salv-orlando has quit IRC | 12:43 | |
gcb | sfinucan, another commit needs re-approve : https://review.openstack.org/#/c/410554 thanks | 12:46 |
*** slaweq has quit IRC | 12:51 | |
*** roeyc has joined #openstack-nova | 12:52 | |
*** lucasagomes is now known as lucas-hungry | 12:53 | |
*** zhs_ has quit IRC | 12:55 | |
*** salv-orlando has joined #openstack-nova | 12:55 | |
*** irenab__ has left #openstack-nova | 13:00 | |
*** prateek has joined #openstack-nova | 13:04 | |
*** ayogi has quit IRC | 13:04 | |
*** ducttape_ has joined #openstack-nova | 13:10 | |
*** gcb has quit IRC | 13:11 | |
*** pradk has quit IRC | 13:11 | |
*** ducttape_ has quit IRC | 13:15 | |
*** sandanar has joined #openstack-nova | 13:16 | |
*** sandanar_ has joined #openstack-nova | 13:16 | |
*** ociuhandu has quit IRC | 13:18 | |
*** jheroux has joined #openstack-nova | 13:19 | |
*** cdent has quit IRC | 13:19 | |
*** nklenke has quit IRC | 13:19 | |
*** gouthamr has joined #openstack-nova | 13:36 | |
*** amoralej is now known as amoralej|lunch | 13:40 | |
*** pradk has joined #openstack-nova | 13:44 | |
*** sandanar has quit IRC | 13:46 | |
*** mdnadeem has joined #openstack-nova | 13:46 | |
*** pradk has quit IRC | 13:46 | |
*** lucas-hungry is now known as lucasagomes | 13:48 | |
*** narayrak has joined #openstack-nova | 13:49 | |
*** ducttape_ has joined #openstack-nova | 13:53 | |
*** ociuhandu has joined #openstack-nova | 13:53 | |
*** nherciu has joined #openstack-nova | 14:00 | |
*** cdent has joined #openstack-nova | 14:06 | |
*** amoralej|lunch is now known as amoralej | 14:07 | |
*** amotoki has joined #openstack-nova | 14:09 | |
*** baoli has joined #openstack-nova | 14:15 | |
*** baoli has quit IRC | 14:17 | |
*** baoli has joined #openstack-nova | 14:17 | |
*** baoli has quit IRC | 14:17 | |
*** roeyc has quit IRC | 14:18 | |
*** baoli has joined #openstack-nova | 14:18 | |
*** roeyc has joined #openstack-nova | 14:18 | |
*** gszasz has quit IRC | 14:22 | |
*** jamesdenton has quit IRC | 14:24 | |
*** amotoki has quit IRC | 14:27 | |
*** salv-orl_ has joined #openstack-nova | 14:31 | |
*** salv-orlando has quit IRC | 14:34 | |
openstackgerrit | Vladyslav Drok proposed openstack/nova: Do not merge https://review.openstack.org/414603 | 14:35 |
*** armax has quit IRC | 14:42 | |
*** rtheis has quit IRC | 14:47 | |
*** mdnadeem has quit IRC | 14:48 | |
*** jamesdenton has joined #openstack-nova | 14:48 | |
*** ducttape_ has quit IRC | 14:54 | |
*** jamesdenton has quit IRC | 14:55 | |
*** jamesdenton has joined #openstack-nova | 14:55 | |
*** xyang1 has joined #openstack-nova | 14:55 | |
*** hemanth_ has joined #openstack-nova | 14:57 | |
*** hemanth_ has left #openstack-nova | 14:57 | |
*** narayrak has quit IRC | 15:00 | |
*** jaypipes is now known as leakypipes | 15:11 | |
leakypipes | vdrok: mornin. I see you are investigating the ironic virt driver resources 0 issue.. | 15:12 |
*** salv-orl_ has quit IRC | 15:12 | |
vdrok | leakypipes: kind of :) both me and vsaienk0 | 15:13 |
vdrok | good morning! | 15:13 |
leakypipes | vdrok: I think that code in the above patch you commented out is indeed the culprit. | 15:13 |
*** zz_dimtruck is now known as dimtruck | 15:14 | |
*** siva_krish has joined #openstack-nova | 15:15 | |
vdrok | leakypipes: I'm wondering, both None and 0 are not an option now for total resources present? | 15:16 |
vsaienk0 | leakpipes: I've found that on failed builds n-cpu _do_build_and_run_instance stuck on acquiring lock(http://paste.openstack.org/show/593274/), since it is acquired by nova.compute.resource_tracker._update_available_resource so it looks like lock starvation | 15:16 |
leakypipes | vdrok: correct. there's no such thing as an inventory of 0 :) | 15:16 |
*** sandanar_ has quit IRC | 15:16 | |
leakypipes | vdrok: just like there is no such thing as cold. only lack of heat. | 15:17 |
vdrok | heh, gotcha | 15:17 |
leakypipes | vsaienk0: I don't think this is due to a locking issue. All of the resource tracker's calls (and thus the calls to the scheduler report client) are protected by a semaphore on the compute node. | 15:17 |
vsaienk0 | leakypipes: I'm not sure why nova.compute.resource_tracker._update_available_resource (Lock "compute_resources") acquire lock too frequently http://logs.openstack.org/46/327046/37/check/gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-ubuntu-xenial/ee529db/logs/screen-n-cpu.txt.gz | 15:18 |
*** psachin has quit IRC | 15:18 | |
leakypipes | vdrok: we definitely need to add code into the report client that bails when there's no inventory to record. | 15:18 |
vsaienk0 | leakypipes: I've tried to bump instance association timeout in Ironic https://review.openstack.org/#/c/413499/ and the reproduce rate seems to be lowered | 15:19 |
leakypipes | vsaienk0: that lock is there to prevent multiple writers to the same compute node at the same time. I think the instance association timeout is a separate concern. | 15:20 |
*** zenoway has quit IRC | 15:21 | |
vdrok | leakypipes: Im not sure about all the interactions there, would it be enough to just check the values and skip the update for those that are 0? or skip everything if any key is 0? | 15:21 |
*** mlavalle has joined #openstack-nova | 15:22 | |
leakypipes | vdrok: yeah, I'm going to push a patch to the scheduler report client that does that. gimme about a half hour. | 15:22 |
vdrok | leakypipes: sure, thanks! :) | 15:22 |
leakypipes | vdrok: also see jvillal's comment on the bug report pointing to http://logs.openstack.org/26/414426/1/check/gate-tempest-dsvm-ironic-ipa-wholedisk-agent_ipmitool-tinyipa-multinode-ubuntu-xenial-nv/af7b923/logs/screen-n-cpu.txt.gz?level=WARNING#_2016-12-23_06_21_16_401 | 15:22 |
*** jamesdenton has quit IRC | 15:24 | |
*** hongbin has joined #openstack-nova | 15:24 | |
*** roeyc has quit IRC | 15:26 | |
*** salv-orlando has joined #openstack-nova | 15:27 | |
*** siva_krish has quit IRC | 15:27 | |
*** dimtruck is now known as zz_dimtruck | 15:27 | |
EmilienM | cdent, bauzas: hey! I changed the placement api to use https + 443 port + vhost /placement and it works fine. Do you mind looking at logs to make sure we're good? | 15:28 |
EmilienM | the vhost: http://logs.openstack.org/01/406301/6/check/gate-puppet-openstack-integration-4-scenario001-tempest-centos-7/e96e118/logs/apache_config/10-placement_wsgi.conf.txt.gz | 15:29 |
EmilienM | logs: http://logs.openstack.org/01/406301/6/check/gate-puppet-openstack-integration-4-scenario001-tempest-centos-7/e96e118/logs/nova/nova-placement-api.txt.gz | 15:29 |
cdent | EmilienM: looking | 15:29 |
*** prateek has quit IRC | 15:31 | |
*** ijw has joined #openstack-nova | 15:31 | |
*** salv-orlando has quit IRC | 15:31 | |
cdent | EmilienM: looks right. The errors that are happening in the log are expected until some other changes merge | 15:33 |
EmilienM | cdent: yeah, no worries for that. | 15:34 |
EmilienM | cdent: cool so I can remove the 8778 stuff | 15:34 |
EmilienM | thanks! | 15:34 |
*** ijw has quit IRC | 15:35 | |
*** jamesdenton has joined #openstack-nova | 15:36 | |
*** zz_dimtruck is now known as dimtruck | 15:38 | |
*** xinliang has quit IRC | 15:41 | |
*** xinliang has joined #openstack-nova | 15:41 | |
*** mnasiadka has quit IRC | 15:42 | |
*** rmart04 has quit IRC | 15:44 | |
vdrok | leakypipes: mhm, so we can't even get to the point when we do _init_compute_node, until we get to the node that will report something? | 15:46 |
leakypipes | vdrok: sorry, I'm not following you... | 15:46 |
*** ducttape_ has joined #openstack-nova | 15:49 | |
vdrok | leakypipes: nevermind, I'm just not sure that that excpetion by jlvillal is related to this problem? as at the point when self.compute_node.uuid is done, we have not called _init_compute_node in the resource tracker? | 15:52 |
*** yamahata has joined #openstack-nova | 15:52 | |
*** Guest31576 has quit IRC | 15:52 | |
*** raunak has joined #openstack-nova | 15:54 | |
leakypipes | vdrok: right, understood. I'm not sure *why* that is occurring, though... :) trying to figure that out locally. The pre_start_hook of the nova-compute manager object runs RT.update_available_resource() which should create all ComputeNode objects properly... | 15:55 |
*** ducttape_ has quit IRC | 16:02 | |
*** mjura has quit IRC | 16:04 | |
*** ducttape_ has joined #openstack-nova | 16:05 | |
vdrok | leakypipes: I might be just missing some knowledge in nova :) but from what I see, RT.update_available_resource does RT._verify_resources before RT._update_available_resource (inside of which RT_init_compute_node), so in RT._verify_resources self.compute_node is still None, seems alright to me | 16:06 |
*** pbandark has quit IRC | 16:06 | |
vdrok | and looks like it's almost the same procedure in pre_start_hook, or in a periodic task | 16:07 |
*** armax has joined #openstack-nova | 16:07 | |
leakypipes | vdrok: doh, yeah, you're totally correct... | 16:08 |
leakypipes | vdrok: verify_resources() is called before _update_available_resource() :( | 16:08 |
leakypipes | not sure what I was thinking.... in any case, I'm going to rework this and push shortly. | 16:08 |
vdrok | yah, so just moving that log after _update_available_resource would be all good :) | 16:08 |
vdrok | thanks! | 16:08 |
*** dtp has joined #openstack-nova | 16:12 | |
*** ssurana has joined #openstack-nova | 16:17 | |
jlvillal | leakypipes, So do you think you know reason for failure? Or just fix for better logging? | 16:18 |
leakypipes | jlvillal: yeah, I know the reason for the failure. | 16:18 |
jlvillal | Woo hoo! :) | 16:18 |
jlvillal | leakypipes, Thanks! | 16:18 |
openstackgerrit | Jay Pipes proposed openstack/nova: placement: correct improper test case inheritance https://review.openstack.org/406363 | 16:26 |
*** salv-orlando has joined #openstack-nova | 16:27 | |
*** ducttape_ has quit IRC | 16:29 | |
*** jamesdenton has quit IRC | 16:29 | |
openstackgerrit | Jay Pipes proposed openstack/nova: placement: Do not save 0-valued inventory https://review.openstack.org/414214 | 16:31 |
*** salv-orlando has quit IRC | 16:32 | |
*** ociuhandu has quit IRC | 16:33 | |
*** sahid has quit IRC | 16:36 | |
*** yamahata has quit IRC | 16:41 | |
*** raunak has quit IRC | 16:43 | |
*** ralonsoh has quit IRC | 16:45 | |
*** unicell has quit IRC | 16:46 | |
*** raunak has joined #openstack-nova | 16:47 | |
artom | Did http://developer.openstack.org/api-ref/compute/?expanded=create-interface-detail,list-port-interfaces-detail,list-virtual-interfaces-detail#list-port-interfaces get deprecated entirely? I thought not... | 16:47 |
*** ssurana has quit IRC | 16:49 | |
*** tjones1 has joined #openstack-nova | 16:51 | |
*** tjones has quit IRC | 16:52 | |
*** dimtruck is now known as zz_dimtruck | 16:53 | |
*** tjones1 has quit IRC | 16:53 | |
artom | Or do I need to enable something in the config to allow interface attachments? PTO has made me rusty... | 16:55 |
*** liverpooler has joined #openstack-nova | 16:56 | |
*** krypto has joined #openstack-nova | 17:03 | |
*** zz_dimtruck is now known as dimtruck | 17:04 | |
krypto | hello all i have seen this issue before in Juno but didnot care much. : Compute node is powered off but in nova list vm state is still up,hypervisor is marked down but still vm on that node is showing as up.Any idea about this behaviour | 17:05 |
*** vtech has joined #openstack-nova | 17:09 | |
*** tjones has joined #openstack-nova | 17:09 | |
*** ociuhandu has joined #openstack-nova | 17:12 | |
*** raunak has quit IRC | 17:13 | |
*** cdent has quit IRC | 17:13 | |
*** nic has joined #openstack-nova | 17:14 | |
*** smatzek has quit IRC | 17:14 | |
*** pcaruana has quit IRC | 17:14 | |
*** smatzek has joined #openstack-nova | 17:15 | |
*** raunak has joined #openstack-nova | 17:17 | |
*** ijw has joined #openstack-nova | 17:19 | |
*** Zer0Byte__ has joined #openstack-nova | 17:20 | |
*** lucasagomes is now known as lucas-pto | 17:22 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova: Tagged attach compute manager and net API support https://review.openstack.org/391941 | 17:24 |
openstackgerrit | Artom Lifshitz proposed openstack/nova: Tagged attach API support https://review.openstack.org/376021 | 17:24 |
*** ijw has quit IRC | 17:24 | |
*** slaweq has joined #openstack-nova | 17:24 | |
jlvillal | leakypipes, pep8 doesn't like you :( | 17:25 |
jlvillal | leakypipes, http://logs.openstack.org/14/414214/2/check/gate-nova-pep8-ubuntu-xenial/2c95daa/ | 17:26 |
*** ducttape_ has joined #openstack-nova | 17:30 | |
openstackgerrit | John L. Villalovos proposed openstack/nova: placement: Do not save 0-valued inventory https://review.openstack.org/414214 | 17:30 |
jlvillal | leakypipes, ^^^ I added a blank line to fix the pep8 error | 17:31 |
*** amoralej is now known as amoralej|pto | 17:31 | |
*** ducttape_ has quit IRC | 17:35 | |
*** ijw has joined #openstack-nova | 17:38 | |
*** ssurana has joined #openstack-nova | 17:39 | |
*** ftersin has quit IRC | 17:40 | |
*** liverpooler has quit IRC | 17:43 | |
*** slaweq has quit IRC | 17:45 | |
openstackgerrit | int32bit proposed openstack/python-novaclient: Add batch add/remove server tags support https://review.openstack.org/414635 | 17:47 |
leakypipes | jlvillal: ty sir! :) | 17:50 |
* leakypipes was taking the girls to the groomers.. | 17:50 | |
*** ijw has quit IRC | 17:51 | |
*** ijw has joined #openstack-nova | 17:52 | |
jlvillal | leakypipes, Glad to help :) | 17:52 |
openstackgerrit | int32bit proposed openstack/python-novaclient: Add batch add/remove server tags support https://review.openstack.org/414635 | 17:52 |
*** ijw_ has joined #openstack-nova | 17:53 | |
*** ijw has quit IRC | 17:56 | |
*** gouthamr has quit IRC | 18:18 | |
*** yamahata has joined #openstack-nova | 18:20 | |
*** vtech has quit IRC | 18:24 | |
openstackgerrit | Jay Pipes proposed openstack/nova: placement: create aggregate map in report client https://review.openstack.org/407309 | 18:25 |
*** Zer0Byte__ has quit IRC | 18:27 | |
*** Zer0Byte__ has joined #openstack-nova | 18:28 | |
*** raunak has quit IRC | 18:28 | |
*** esberglu has quit IRC | 18:38 | |
*** esberglu has joined #openstack-nova | 18:39 | |
*** gouthamr has joined #openstack-nova | 18:42 | |
*** esberglu has quit IRC | 18:43 | |
*** mdnadeem has joined #openstack-nova | 18:46 | |
*** adreznec has quit IRC | 18:51 | |
*** ducttape_ has joined #openstack-nova | 18:53 | |
*** mdnadeem has quit IRC | 18:55 | |
*** adreznec has joined #openstack-nova | 18:57 | |
jlvillal | leakypipes, FYI: One job failed for: https://review.openstack.org/#/c/414214/ | 19:06 |
*** gouthamr has quit IRC | 19:06 | |
*** siva_krish has joined #openstack-nova | 19:07 | |
leakypipes | jlvillal: yeah, unrelated... timeout error. will recheck. | 19:09 |
*** rfolco has quit IRC | 19:09 | |
jlvillal | leakypipes, Thanks | 19:09 |
*** portdirect_ has joined #openstack-nova | 19:09 | |
*** portdirect_ has quit IRC | 19:13 | |
lbeliveau | leakypipes: do you know why https://review.openstack.org/#/c/405575/ is failing ? Looks like there are failing db tests. | 19:15 |
leakypipes | lbeliveau: yes. just fixing that up locally. | 19:16 |
leakypipes | lbeliveau: it's the result of patches that merged yesterday. | 19:16 |
leakypipes | lbeliveau: that changed the RT's public call interfaces. | 19:16 |
lbeliveau | leakypipes: cool, thanks :) | 19:17 |
*** portdirect_ has joined #openstack-nova | 19:19 | |
*** dtp has quit IRC | 19:23 | |
*** ducttape_ has quit IRC | 19:26 | |
*** gouthamr has joined #openstack-nova | 19:26 | |
*** MVenesio has joined #openstack-nova | 19:26 | |
*** unicell1 has joined #openstack-nova | 19:34 | |
*** krypto has quit IRC | 19:46 | |
*** salv-orlando has joined #openstack-nova | 19:47 | |
*** dimtruck is now known as zz_dimtruck | 19:52 | |
*** adisky_ has quit IRC | 19:59 | |
*** ociuhandu has quit IRC | 20:03 | |
*** ssurana has quit IRC | 20:09 | |
*** nicolasbock has quit IRC | 20:10 | |
*** ssurana has joined #openstack-nova | 20:10 | |
jlvillal | leakypipes, FYI: I think it is going to fail the ceph job again. I'm watching the telnet log and see tempest failures | 20:12 |
jlvillal | leakypipes, From the previous run I see: http://logs.openstack.org/14/414214/3/check/gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial/70b537a/logs/screen-n-cpu.txt.gz?level=WARNING | 20:12 |
jlvillal | leakypipes, Any chance related to this patch? | 20:13 |
*** MVenesio has quit IRC | 20:18 | |
*** rcernin has joined #openstack-nova | 20:25 | |
*** ducttape_ has joined #openstack-nova | 20:26 | |
*** ijw has joined #openstack-nova | 20:26 | |
*** ijw_ has quit IRC | 20:27 | |
*** smatzek has quit IRC | 20:30 | |
openstackgerrit | John L. Villalovos proposed openstack/nova: WIP/DNM: Testing https://review.openstack.org/414646 | 20:30 |
*** salv-orl_ has joined #openstack-nova | 20:31 | |
*** ducttape_ has quit IRC | 20:31 | |
*** rcernin has quit IRC | 20:34 | |
*** salv-orlando has quit IRC | 20:34 | |
*** ociuhandu has joined #openstack-nova | 20:43 | |
*** rnoriega has quit IRC | 20:44 | |
*** vtech has joined #openstack-nova | 20:45 | |
*** rnoriega has joined #openstack-nova | 20:50 | |
*** ducttape_ has joined #openstack-nova | 20:51 | |
*** slaweq has joined #openstack-nova | 20:52 | |
*** smatzek has joined #openstack-nova | 20:55 | |
*** slaweq has quit IRC | 20:56 | |
*** nherciu has quit IRC | 20:56 | |
*** slaweq has joined #openstack-nova | 20:57 | |
*** baoli has quit IRC | 20:58 | |
*** vtech has quit IRC | 21:21 | |
*** zz_dimtruck is now known as dimtruck | 21:21 | |
*** jheroux has quit IRC | 21:24 | |
*** smatzek has quit IRC | 21:28 | |
*** xyang1 has quit IRC | 21:28 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** lpetrut has joined #openstack-nova | 21:36 | |
*** dimtruck is now known as zz_dimtruck | 21:40 | |
*** ijw_ has joined #openstack-nova | 21:41 | |
*** ijw has quit IRC | 21:44 | |
*** zz_dimtruck is now known as dimtruck | 21:47 | |
*** Jeffrey4l has joined #openstack-nova | 21:48 | |
*** slaweq has quit IRC | 21:50 | |
*** gouthamr has quit IRC | 21:51 | |
*** tlian has quit IRC | 22:09 | |
*** dimtruck is now known as zz_dimtruck | 22:14 | |
openstackgerrit | John L. Villalovos proposed openstack/nova: WIP/DNM: Testing https://review.openstack.org/414646 | 22:20 |
*** ducttape_ has quit IRC | 22:27 | |
*** lpetrut has quit IRC | 22:31 | |
*** nic has quit IRC | 22:33 | |
*** tjones has quit IRC | 22:54 | |
*** ociuhandu has quit IRC | 22:56 | |
*** armax has quit IRC | 22:57 | |
*** rwmjones|hols|af is now known as rwmjones | 22:57 | |
*** rwmjones is now known as rwmjones|hols | 22:57 | |
*** ociuhandu has joined #openstack-nova | 22:58 | |
*** ijw_ has quit IRC | 23:10 | |
*** fragatina has quit IRC | 23:15 | |
*** ssurana has quit IRC | 23:17 | |
*** siva_krish has quit IRC | 23:22 | |
*** ducttape_ has joined #openstack-nova | 23:24 | |
*** ducttape_ has quit IRC | 23:28 | |
*** mvk has quit IRC | 23:35 | |
*** salv-orl_ has quit IRC | 23:37 | |
jlvillal | Not sure if anyone around: Ironic gate blocked. Need this patch to fix: https://review.openstack.org/#/c/414214/ | 23:37 |
*** dave-mccowan has joined #openstack-nova | 23:38 | |
*** dave-mccowan has quit IRC | 23:46 | |
sfinucan | jlvillal: I am (barely), but I don't think anyone else is :( | 23:48 |
*** Zer0Byte__ has quit IRC | 23:48 | |
*** dave-mccowan has joined #openstack-nova | 23:50 | |
*** dave-mccowan has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!