Wednesday, 2016-06-22

*** shaohe_feng has quit IRC00:02
*** sree has quit IRC00:02
*** shaohe_feng has joined #openstack-nova00:02
*** sree has joined #openstack-nova00:03
*** sree has quit IRC00:08
*** sree has joined #openstack-nova00:10
*** pacoblox has quit IRC00:10
*** lucas____ has joined #openstack-nova00:11
*** markvoelker has joined #openstack-nova00:12
*** shaohe_feng has quit IRC00:12
*** shaohe_feng has joined #openstack-nova00:13
*** markvoelker_ has joined #openstack-nova00:13
*** sree has quit IRC00:14
openstackgerritSTEW TY proposed openstack/nova: Complete verification for os-floating-ips  https://review.openstack.org/32970400:14
*** markvoel_ has joined #openstack-nova00:15
*** markvoelker has quit IRC00:15
*** lucas____ has quit IRC00:15
*** takashin has joined #openstack-nova00:15
openstackgerritSTEW TY proposed openstack/nova: Complete verification for os-floating-ips  https://review.openstack.org/32970400:18
*** sree has joined #openstack-nova00:19
*** markvoelker_ has quit IRC00:19
*** kylek3h has joined #openstack-nova00:19
*** shaohe_feng has quit IRC00:23
*** sree has quit IRC00:23
*** shaohe_feng has joined #openstack-nova00:23
*** sree has joined #openstack-nova00:24
*** sree has quit IRC00:28
*** shaohe_feng has quit IRC00:33
*** mriedem has joined #openstack-nova00:34
*** sree has joined #openstack-nova00:34
*** shaohe_feng has joined #openstack-nova00:34
openstackgerritSTEW TY proposed openstack/nova: Complete verification for os-floating-ips  https://review.openstack.org/32970400:38
*** sree has quit IRC00:38
*** shaohe_feng has quit IRC00:43
*** raunak has quit IRC00:44
*** shaohe_feng has joined #openstack-nova00:44
*** winston-d_ has joined #openstack-nova00:46
*** sree_ has joined #openstack-nova00:47
*** thorst_ has joined #openstack-nova00:47
*** sree_ is now known as Guest2488100:47
*** catintheroof has joined #openstack-nova00:47
*** penick has quit IRC00:48
*** fishcried has joined #openstack-nova00:48
*** sree has joined #openstack-nova00:48
openstackgerritAugustina Ragwitz proposed openstack/nova: Restrict Metadata to Lower Case Keys  https://review.openstack.org/32969700:49
*** Guest24881 has quit IRC00:51
*** thorst_ has quit IRC00:51
*** sree has quit IRC00:53
*** shaohe_feng has quit IRC00:53
*** shaohe_feng has joined #openstack-nova00:54
openstackgerritSTEW TY proposed openstack/nova: Complete verification for os-floating-ips  https://review.openstack.org/32970400:54
*** jaypipes has quit IRC00:54
*** kylek3h has quit IRC00:56
*** phuongnh has joined #openstack-nova00:56
*** kylek3h has joined #openstack-nova00:56
gusmriedem: cross-project Depends-On are basically ignored by dsvm jobs unless you create special jobs that tweak LIBS_FROM_GIT.00:57
gusSo realistically I think we're only testing the oslo.privsep change atm by luck, as workers happen to notice/pick up the new upper-constraints file.00:58
mriedemgus: it's using oslo.privsep 1.9.000:58
mriedemso we don't need LIBS_FROM_GIT00:58
gusright, that's because we have a release now.  We wouldn't have been able to test it before that.00:59
*** cheneydc has joined #openstack-nova00:59
mriedemgus: yeah, but i'm testing it now i'm pretty sure :)01:00
mriedemand it still fails01:00
gusmriedem: which change has the failing log?01:00
mriedemgus: https://review.openstack.org/#/c/331885/01:00
*** kylek3h has quit IRC01:01
mriedemi don't think the 2nd depends-on there is actually needed01:01
mriedemwe won't use os-brick 1.4.0 in stable/mitaka because of upper-constraints01:01
gus"/usr/local/bin/nova-rootwrap: Unauthorized command: privsep-helper --config-file /etc/nova/nova.conf --privsep_context os_brick.privileged.default --privsep_sock_path /tmp/tmpZYDhiD/privsep.sock (no filter matched)"01:02
gusso how does grenade work?  We get the new rootwrap filters installed, right?01:03
gusor is it literally only new code + old config?01:03
mriedemthe latter01:03
mriedemmtreinish: ^ right?01:03
*** shaohe_feng has quit IRC01:04
guswow, how does that ever work when we add new rootwrap entries?01:04
*** shaohe_feng has joined #openstack-nova01:04
*** lucas____ has joined #openstack-nova01:06
*** fragatina has joined #openstack-nova01:06
*** Sukhdev_ has quit IRC01:06
*** catintheroof has quit IRC01:07
mriedemthat's the theory http://docs.openstack.org/developer/grenade/readme.html#theory-of-upgrade01:08
guswait a second.  What's https://github.com/openstack-dev/grenade/blob/master/projects/60_nova/from-liberty/upgrade-nova all about?01:08
mriedemthere are exceptions01:08
gusI feel like I've been lied to.01:08
mriedemhmm01:08
*** lucas____ has quit IRC01:10
mriedem"Grenade supports per release specific upgrade scripts (from-juno, from-kilo). These are designed to support upgrades where additional manual steps are needed for a specific upgrade (i.e. from juno to kilo). These should be used sparingly."01:10
*** raunak has joined #openstack-nova01:10
mtreinishgus, mriedem: yes new code old config01:11
*** raunak has quit IRC01:11
mtreinishah, you already linked the docs01:11
*** sthillma has quit IRC01:12
gusmtreinish: so how do we handle a rootwrap change?  We need to roll out the rootwrap change, wait 6 months for a major release, add a "copy new rootwrap filters" entry to grenade release upgrade, then submit code that uses the new rootwrap entry?01:12
mtreinishgus: in almost every single case I've -2'd any exceptions that add something to upgrade-* scripts01:12
gusmtreinish: ack, I see they're quite brief.01:12
mtreinishgus: it gets handled by devstack, grenade starts by deploying stable devstack01:12
mtreinishso if you landed a new filter in mitaka it will be setup by mitaka grenade on the old side for mitaka->newton automagically01:13
gusexcept I wasn't allowed to land the rootwrap filter change in mitaka, because the code that uses it wasn't also allowed :/01:13
*** shaohe_feng has quit IRC01:14
gusso what happens now?01:14
*** shaohe_feng has joined #openstack-nova01:14
mtreinishgus: heh, well then add 1 to it, land it in newton it's start running on ocata grenade jobs when they deploy newton first01:14
gusok, so how do I know whether grenade jobs are doing m->n or n->o ?01:16
* gus feels like this is a basic question he should probably know :/01:16
mtreinishgus: it depends on the branch it's running on01:17
gusmaster01:17
mtreinishgus: but it's also defined here: https://github.com/openstack-dev/grenade/blob/master/grenaderc#L2201:17
gusaha, so master is doing m->n right now.01:17
mtreinishgus: it does n -> n+1, so on master it deploys mitaka devstack and then upgrades the code to current head (or head with proposed patch)01:17
*** sree has joined #openstack-nova01:18
mtreinishgus: right01:18
mtreinishanyway, I need to run and get some food, sry01:18
*** BjoernT has joined #openstack-nova01:18
gusmtreinish: ack, thanks.  I'm still stuck but now I know more about how stuck I am ;)01:18
gusmriedem: I think all that means we're screwed.  There's nothing we can do until ocata becomes a thing, or go and convince everyone that we need an exception.01:19
gus.. or exploit the existing rootwrap filters in ways that would be considered inappropriate.01:19
*** thorst_ has joined #openstack-nova01:20
gusDid I miss some other option?01:20
*** raunak has joined #openstack-nova01:21
*** sree has quit IRC01:22
*** Apoorva has quit IRC01:22
*** rrecio_ has quit IRC01:22
*** Apoorva has joined #openstack-nova01:23
*** fishcried1 has joined #openstack-nova01:23
*** shaohe_feng has quit IRC01:24
*** shaohe_feng has joined #openstack-nova01:24
*** fishcried has quit IRC01:25
*** fishcried1 is now known as fishcried01:25
eliqiaohi mriedem, could you help to take a look at the implementation of perf event spec on #link https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/support-perf-event01:25
*** jinxing has joined #openstack-nova01:26
*** pacoblox has joined #openstack-nova01:27
*** thorst_ has quit IRC01:27
*** BjoernT has quit IRC01:28
*** fishcried has quit IRC01:31
*** ravikama_ has quit IRC01:31
*** sree has joined #openstack-nova01:32
*** shaohe_feng has quit IRC01:34
*** shaohe_feng has joined #openstack-nova01:35
mriedemgus: sorry was putting my kid to bed01:36
mriedemgus: so why didn't nova registering with oslo.privsep get us around this?01:36
*** sree has quit IRC01:36
*** kevin_zh has joined #openstack-nova01:36
openstackgerritGhanshyam Mann proposed openstack/nova: api-ref: verify assisted-volume-snapshots.inc  https://review.openstack.org/32697501:37
gusmriedem: privsep needs to start it's helper command as root.01:37
gusThe registering change we just did changed the default (no oslo.config) option from trying to use sudo to now trying to use rootwrap.01:37
gusIn either case we need a corresponding config change (to suders or rootwrap filters).01:38
mriedemgus: ok, hmm, damn01:40
gusI had just assumed rootwrap filters were also updated as part of grenade testing new code, because anything else would enforce a minimum 6 month lag on anything new rootwrap command, and I felt like someone might have mentioned such a thing if it existed :/01:40
mriedemso apparently os-brick can work around this, but os-vif can't01:40
mriedemso deploying os-vif as a dependency for nova in newton with an assumption that the rootwrap filter is in place to use privsep would fail01:40
mriedembut pushing os-vif out another release for this is not great01:41
mriedemi'm not sure if os-vif could workaround this at all for newton with the workaround immediately deprecated and then drop that in ocata01:41
mriedemi'm told danpb is back on thursday01:41
gusor we get an exception and add a mid-newton upgrade step.  or someone tells me I've misunderstood something in the above.01:41
*** pacoblox has quit IRC01:41
mriedemyeah or we get the exception, would need to talk to sdague about that probably01:42
gusI'm a bit ragey atm, since I *did* propose the required rootwrap changes last cycle and they were held back until after release by nova + cinder cores.01:42
gus(apparently without any of us knowing about this rootwrap filter upgrade process - to be fair)01:44
*** shaohe_feng has quit IRC01:45
*** shaohe_feng has joined #openstack-nova01:45
*** sacharya has joined #openstack-nova01:46
*** Apoorva has quit IRC01:47
mriedemeliqiao: done01:47
mriedemgus: i think if we would have known, or thought about the upgrade implication, we would have gotten the rootwrap filters into place in mitaka01:48
*** Apoorva has joined #openstack-nova01:48
mriedemi think the cinder rootwrap filter was actually landed in mitaka01:48
mriedemso that might be a case for making an exception here01:48
mriedemthe exception would also depend on if os-vif can workaround this i think, because i don't think we can push os-vif out another release because of this01:49
*** EinstCrazy has joined #openstack-nova01:50
*** sacharya has quit IRC01:50
gusit also means any migration to oslo.privsep takes an extra 6 months.  I should probably just go and add it to devstack's sudoers file and skip per-project rootwrap.01:51
*** ducnc has joined #openstack-nova01:51
gusThat also means reverting the use-rootwrap-by-default changes we just did.01:51
*** sree has joined #openstack-nova01:51
gusevery part of openstack's technical and social structure is trying to prevent change :(   I'm going to go do something else today.01:53
*** Apoorva has quit IRC01:53
mriedemgus: revert this? https://review.openstack.org/#/c/329766/01:53
mriedemgus: i realize that this sucks. breaking rolling upgrades for people is also pretty shitty.01:54
mriedemwhich is what we're trying to avoid01:54
*** sree_ has joined #openstack-nova01:55
*** shaohe_feng has quit IRC01:55
*** sree_ is now known as Guest229101:55
*** shaohe_feng has joined #openstack-nova01:55
*** hoangcx has joined #openstack-nova01:56
*** sree has quit IRC01:56
*** stevemar has quit IRC01:56
openstackgerritMatt Riedemann proposed openstack/nova: rest api version bumped for async pre live migration checks  https://review.openstack.org/31493201:58
openstackgerritMatt Riedemann proposed openstack/nova: Make live migration checks async  https://review.openstack.org/31111601:58
openstackgerritMatt Riedemann proposed openstack/nova: Added instance actions for conductor  https://review.openstack.org/31111501:58
*** thorst_ has joined #openstack-nova01:58
*** Guest2291 has quit IRC01:59
*** salv-orlando has joined #openstack-nova02:00
*** raunak has quit IRC02:01
gusmriedem: if I want to avoid per-project rootwrap changes, then yes I think I need to update sudoers once globally, and then switch the default (back) to using sudo (no rootwrap) by reverting 32976602:01
gusBut the powers of making a cup of tea have let me see another way.02:02
gusI think what's missing here is a grenade from-mitaka upgrade script that copies the new rootwrap filters into place, a lot like the from-kilo upgrade script.02:03
eliqiaohi mriedem thanks for your reviewing, I'v got some questions on your comments, what do you mean by "Seems we should have a whitelist of choices here" ?02:04
gusIn fact I'd go so far as to suggest that should just be a standard prepatory step for any upgrade.02:04
*** shaohe_feng has quit IRC02:05
mriedemeliqiao: there is a dict in the libvirt driver for the perf events you're checking02:05
*** zhs has joined #openstack-nova02:05
mriedemeliqiao: so setting the config option to anything outside that whitelist would be ignored and log a warning02:05
*** shaohe_feng has joined #openstack-nova02:06
mriedemgus: that would be the exception path, which is an option02:06
eliqiaomriedem: because that more and more perf events will be added, so we'd better not to hardcode them in our code02:06
mriedemeliqiao: but you already are hardcoding them02:06
eliqiaomriedem: the checking will be done by test if libvirt has VIR_PERF_PARAM_FOO02:07
mriedemeliqiao: actually i think it's worse than that02:07
*** salv-orlando has quit IRC02:07
eliqiaomriedem: not really, "PERF_EVENTS_CPU_FLAG_MAPPING" is aimed to check if the perf event has some specify cpu features02:07
mriedemoh nvm02:07
mriedemeliqiao: so if i specify foo02:08
mriedemif not hasattr(libvirt, libvirt_perf_event_name):02:08
mriedemit's going to hit ^ and log a warning02:08
*** yamahata has joined #openstack-nova02:08
mriedemwhich is probably ok...but we should have a test for that02:09
openstackgerritJinquan Ni proposed openstack/nova: libvirt:code flow problem in wait_for_job  https://review.openstack.org/32075002:09
eliqiaomriedem: add a test case for that? I am okay02:09
*** pacoblox has joined #openstack-nova02:09
mriedemeliqiao: yeah, for an unsupported flag02:10
mriedems/flag/event/02:11
eliqiaomriedem: okay, one more question, can you tell where can I find the libvirt config template ?02:11
mriedemlibvirt config template?02:12
mriedemoh02:12
eliqiaomriedem: yep02:12
mriedemsee any of the other config options with full help text02:12
eliqiaomriedem: okay, get you, thanks :)02:13
mriedemeliqiao: like this https://github.com/openstack/nova/blob/master/nova/conf/compute.py#L29002:15
mriedemtook me awhile to find one02:15
*** shaohe_feng has quit IRC02:15
*** jamielennox is now known as jamielennox|away02:16
mriedemhttp://codesearch.openstack.org/?q=\*%20Related%20options\%3A&i=nope&files=&repos=02:16
*** shaohe_feng has joined #openstack-nova02:16
*** erlon has quit IRC02:16
mriedemgus: do you want to reply to the thread in the ML with the latest or should i try and summarize?02:17
*** jamielennox|away is now known as jamielennox02:17
gusmriedem: I'll do so.02:18
mriedemgus: ok, thanks. i'll be discussing with sdague in the morning.02:18
*** yamahata has quit IRC02:18
gusI'll upload a grenade from-mitaka upgrade script today so that we can argue over it.02:19
gusI think without such a script, we're suggesting that deployments never need to upgrade rootwrap filters - so I'm unclear whether that counts as an "exception" or not :/02:20
*** browne has quit IRC02:21
*** tangchen has quit IRC02:22
*** thorst_ has quit IRC02:22
*** tangchen has joined #openstack-nova02:22
*** thorst_ has joined #openstack-nova02:23
*** mriedem has quit IRC02:24
*** shaohe_feng has quit IRC02:26
*** shaohe_feng has joined #openstack-nova02:27
*** markmcclain has quit IRC02:28
*** tonytan4ever has joined #openstack-nova02:30
*** pacoblox has quit IRC02:30
*** thorst_ has quit IRC02:31
*** markmcclain has joined #openstack-nova02:32
*** takashin has left #openstack-nova02:32
*** shaohe_feng has quit IRC02:36
*** shaohe_feng has joined #openstack-nova02:36
*** shaohe_feng has quit IRC02:46
*** shaohe_feng has joined #openstack-nova02:47
*** pwnall has quit IRC02:50
*** jinxing has quit IRC02:53
*** stevemar has joined #openstack-nova02:56
*** shaohe_feng has quit IRC02:56
*** shaohe_feng has joined #openstack-nova02:57
*** jinxing has joined #openstack-nova02:57
*** caowei has joined #openstack-nova02:57
*** shaohe_feng has quit IRC03:07
*** shaohe_feng has joined #openstack-nova03:07
*** MikeG451 has quit IRC03:11
*** yamahata has joined #openstack-nova03:12
*** salv-orlando has joined #openstack-nova03:14
*** shaohe_feng has quit IRC03:17
*** shaohe_feng has joined #openstack-nova03:18
*** raunak has joined #openstack-nova03:20
*** salv-orlando has quit IRC03:21
*** tbachman has quit IRC03:23
*** gyee has quit IRC03:24
*** tbachman has joined #openstack-nova03:24
*** EinstCrazy has quit IRC03:25
*** EinstCrazy has joined #openstack-nova03:25
*** shaohe_feng has quit IRC03:27
*** shaohe_feng has joined #openstack-nova03:28
*** sree has joined #openstack-nova03:28
*** links has joined #openstack-nova03:29
*** thorst_ has joined #openstack-nova03:29
*** dimtruck is now known as zz_dimtruck03:33
*** zerda2 has joined #openstack-nova03:36
*** jichen has joined #openstack-nova03:37
*** thorst_ has quit IRC03:37
*** shaohe_feng has quit IRC03:37
openstackgerrithuan proposed openstack/nova: XenAPI: Support neutron security group  https://review.openstack.org/25127103:37
*** shaohe_feng has joined #openstack-nova03:38
*** tbachman_ has joined #openstack-nova03:39
*** tbachman has quit IRC03:42
*** Kennan has quit IRC03:42
*** catintheroof has joined #openstack-nova03:44
*** raunak has quit IRC03:44
*** tbachman_ has quit IRC03:46
*** raunak has joined #openstack-nova03:46
*** pacoblox has joined #openstack-nova03:47
*** houming has joined #openstack-nova03:47
*** shaohe_feng has quit IRC03:48
*** dave-mcc_ has quit IRC03:48
*** shaohe_feng has joined #openstack-nova03:48
*** markmcclain has quit IRC03:50
*** tonytan4ever has quit IRC03:53
*** pacoblox has quit IRC03:54
*** pacoblox has joined #openstack-nova03:54
*** shaohe_feng has quit IRC03:58
*** anush__ has joined #openstack-nova03:58
*** sacharya has joined #openstack-nova03:59
*** anush__ has quit IRC04:00
*** anush__ has joined #openstack-nova04:00
*** shaohe_feng has joined #openstack-nova04:01
*** jinxing has quit IRC04:01
*** stevemar has quit IRC04:02
*** catintheroof has quit IRC04:02
*** pacoblox has quit IRC04:06
*** pacoblox1 has joined #openstack-nova04:06
*** zz_dimtruck is now known as dimtruck04:07
*** diga has joined #openstack-nova04:08
*** shaohe_feng has quit IRC04:08
*** shaohe_feng has joined #openstack-nova04:08
*** EinstCrazy has quit IRC04:09
*** houming has quit IRC04:10
*** Dinesh_Bhor has quit IRC04:10
*** pacoblox has joined #openstack-nova04:12
*** pacoblox1 has quit IRC04:12
*** liverpooler has quit IRC04:15
*** liverpoo1er has quit IRC04:15
*** shaohe_feng has quit IRC04:18
*** guardianJ has joined #openstack-nova04:18
*** shaohe_feng has joined #openstack-nova04:19
*** guardianJ has quit IRC04:20
*** raunak has quit IRC04:20
*** pacoblox has quit IRC04:22
*** Kennan has joined #openstack-nova04:22
*** ljxiash has joined #openstack-nova04:22
*** pacoblox has joined #openstack-nova04:22
*** jaosorior has joined #openstack-nova04:23
*** ratailor has joined #openstack-nova04:26
*** salv-orlando has joined #openstack-nova04:28
*** shaohe_feng has quit IRC04:29
*** raunak has joined #openstack-nova04:29
*** sheel has joined #openstack-nova04:30
*** Kennan2 has joined #openstack-nova04:30
*** shaohe_feng has joined #openstack-nova04:31
*** sacharya has quit IRC04:31
*** Kennan has quit IRC04:33
*** thorst_ has joined #openstack-nova04:34
*** salv-orlando has quit IRC04:35
openstackgerritAndy Hsiang proposed openstack/nova: Transform instance.power_off notifications  https://review.openstack.org/33076104:35
*** ratailor has quit IRC04:37
*** shaohe_feng has quit IRC04:39
*** ratailor has joined #openstack-nova04:39
*** shaohe_feng has joined #openstack-nova04:40
*** thorst_ has quit IRC04:41
*** tjones has joined #openstack-nova04:43
*** jinxing has joined #openstack-nova04:44
*** Sukhdev has joined #openstack-nova04:49
*** Sukhdev has quit IRC04:49
*** shaohe_feng has quit IRC04:49
*** Sukhdev has joined #openstack-nova04:50
*** shaohe_feng has joined #openstack-nova04:50
*** rcernin has joined #openstack-nova04:56
*** ihrachys has joined #openstack-nova04:56
*** prateek has joined #openstack-nova04:56
*** shaohe_feng has quit IRC04:59
*** shaohe_feng has joined #openstack-nova05:00
*** sudipto has joined #openstack-nova05:00
*** caowei has quit IRC05:01
*** Jeffrey4l_ has quit IRC05:01
*** raunak has quit IRC05:02
*** stevemar has joined #openstack-nova05:02
*** ihrachys has quit IRC05:03
*** ihrachys has joined #openstack-nova05:04
*** ijw has quit IRC05:04
*** eliqiao_ has joined #openstack-nova05:06
*** stevemar has quit IRC05:07
*** shaohe_feng has quit IRC05:10
*** shaohe_feng has joined #openstack-nova05:10
*** pacoblox has quit IRC05:10
*** markmcclain has joined #openstack-nova05:11
*** lpetrut has joined #openstack-nova05:13
*** klkumar has joined #openstack-nova05:13
*** rcernin has quit IRC05:16
*** ihrachys_ has joined #openstack-nova05:18
*** ihrachys has quit IRC05:18
*** shaohe_feng has quit IRC05:20
*** ihrachys_ has quit IRC05:20
*** shaohe_feng has joined #openstack-nova05:20
*** jwcroppe has quit IRC05:21
*** whenry has quit IRC05:26
*** klkumar has quit IRC05:29
*** caowei has joined #openstack-nova05:30
*** shaohe_feng has quit IRC05:30
*** lucas____ has joined #openstack-nova05:30
*** klkumar has joined #openstack-nova05:30
*** shaohe_feng has joined #openstack-nova05:31
openstackgerritAlex Xu proposed openstack/nova: Depracate Images API Proxies from 2.31  https://review.openstack.org/33263105:31
openstackgerritAlex Xu proposed openstack/nova: Bump microversion to 2.31 for deprecated proxy APIs  https://review.openstack.org/33263205:31
alex_xugmann: just work a patch for deprecate api, would you like to take a look at it? ensure it is good sample and the right for separate pach https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:deprecated_proxy_api05:33
*** kaisers has quit IRC05:35
*** lucas____ has quit IRC05:35
*** penick has joined #openstack-nova05:36
*** salv-orlando has joined #openstack-nova05:37
*** diga has quit IRC05:37
*** jkraj has joined #openstack-nova05:38
*** chandankumar has joined #openstack-nova05:38
*** thorst_ has joined #openstack-nova05:39
*** Sukhdev_ has joined #openstack-nova05:40
*** shaohe_feng has quit IRC05:40
*** shaohe_feng has joined #openstack-nova05:41
*** Sukhdev has quit IRC05:41
openstackgerrithuan proposed openstack/nova: XenAPI: Support neutron security group  https://review.openstack.org/25127105:43
*** jwcroppe has joined #openstack-nova05:46
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/33232705:46
*** thorst_ has quit IRC05:46
*** shaohe_feng has quit IRC05:51
*** shaohe_feng has joined #openstack-nova05:51
*** sudipto has quit IRC05:51
*** rcernin has joined #openstack-nova05:55
*** caowei has quit IRC05:56
*** jwcroppe has quit IRC05:56
*** penick has quit IRC05:57
*** liverpoo1er has joined #openstack-nova05:57
*** liverpooler has joined #openstack-nova05:57
gmannalex_xu: very nice, thanks05:58
*** moshele has joined #openstack-nova05:58
alex_xugmann: thanks05:58
gmannalex_xu: actually i was thinking not to register resource itself in that case instead of doing cap on each method05:58
gmannalex_xu: what you think about that? or should i put flaoting ip API patch for that for clear view05:59
alex_xugmann: not sure that works, as the user requested version only can be known in runtime05:59
alex_xugmann: if you have way to implement that, and it is more clear for cap on each method, that will good also06:00
gmannalex_xu: ah but yea you are right version info we need.06:00
alex_xugmann: yea06:01
gmannalex_xu: i was thinking in controller get_resources06:01
*** shaohe_feng has quit IRC06:01
*** amotoki has joined #openstack-nova06:01
alex_xugmann: yea, that is run at startup also :(06:01
*** shaohe_feng has joined #openstack-nova06:01
*** muawiakhan has joined #openstack-nova06:04
openstackgerritAlex Xu proposed openstack/nova: Add a note for policy enforcement by user_id  https://review.openstack.org/33264306:07
*** Jeffrey4l_ has joined #openstack-nova06:09
*** EinstCrazy has joined #openstack-nova06:10
*** shaohe_feng has quit IRC06:11
*** shaohe_feng has joined #openstack-nova06:12
openstackgerritTom Patzig proposed openstack/nova: Add option to disable local disks in flavors [2/3]  https://review.openstack.org/33163206:17
openstackgerritTom Patzig proposed openstack/nova: Add option to disable local disks in flavors [3/3]  https://review.openstack.org/33163306:17
openstackgerritTom Patzig proposed openstack/nova: Add option to disable local disks in flavors [1/3]  https://review.openstack.org/28030106:17
*** ihrachys has joined #openstack-nova06:18
*** ihrachys has quit IRC06:21
*** shaohe_feng has quit IRC06:21
*** shaohe_feng has joined #openstack-nova06:22
*** nkrinner_afk is now known as nkrinner06:22
*** armax has joined #openstack-nova06:23
openstackgerritAndrey Volkov proposed openstack/nova: Fix host mapping saving  https://review.openstack.org/33201706:23
*** zzxwill_ has joined #openstack-nova06:27
openstackgerritAnush Krishnamurthy proposed openstack/nova: Improve consistency in cert  https://review.openstack.org/33265006:31
*** shaohe_feng has quit IRC06:32
*** shaohe_feng has joined #openstack-nova06:33
*** dimtruck is now known as zz_dimtruck06:33
*** sudipto has joined #openstack-nova06:35
*** caowei has joined #openstack-nova06:36
*** salv-orl_ has joined #openstack-nova06:38
*** jwcroppe has joined #openstack-nova06:39
*** salv-orlando has quit IRC06:41
openstackgerritLiuYong proposed openstack/nova: Replace mox.ContainsKeyValue with Class ContainsKeyValue  https://review.openstack.org/33265306:42
*** shaohe_feng has quit IRC06:42
*** shaohe_feng has joined #openstack-nova06:42
*** ecelik has quit IRC06:43
*** thorst_ has joined #openstack-nova06:44
*** jwcroppe has quit IRC06:45
*** andreas_s has joined #openstack-nova06:45
*** irenab_ has joined #openstack-nova06:45
*** david-lyle_ has joined #openstack-nova06:46
*** Vek has quit IRC06:46
*** lpetrut has quit IRC06:47
*** tesseract- has joined #openstack-nova06:47
*** Yingxin_ has joined #openstack-nova06:47
*** andrearo1 has joined #openstack-nova06:47
*** dillaman has joined #openstack-nova06:48
*** snikitin_ has joined #openstack-nova06:49
*** shz has joined #openstack-nova06:49
*** slagle_ has joined #openstack-nova06:50
*** DaiDV has joined #openstack-nova06:51
*** sridharg has joined #openstack-nova06:51
*** thorst_ has quit IRC06:51
*** dmellado_ has joined #openstack-nova06:52
*** shaohe_feng has quit IRC06:52
*** shaohe_feng has joined #openstack-nova06:53
*** jaosorior is now known as jaosorior_brb06:54
*** lpetrut has joined #openstack-nova06:54
*** dgonzalez_ has joined #openstack-nova06:55
*** intr1nsic_ has joined #openstack-nova06:55
openstackgerritLiuYong proposed openstack/nova: Replace mox.ContainsKeyValue with Class ContainsKeyValue  https://review.openstack.org/33265306:57
*** eantyshev1 has joined #openstack-nova06:58
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/nova: [WIP] Testing latest u-c  https://review.openstack.org/30334506:58
*** sacharya has joined #openstack-nova06:59
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/nova: [WIP] Testing latest u-c  https://review.openstack.org/30334506:59
*** sthillma has joined #openstack-nova06:59
*** hamzy_ has joined #openstack-nova07:01
*** gmann_ has joined #openstack-nova07:01
*** EinstCrazy has quit IRC07:01
*** EinstCrazy has joined #openstack-nova07:02
*** sthillma_ has joined #openstack-nova07:02
*** shaohe_feng has quit IRC07:02
*** shaohe_feng has joined #openstack-nova07:03
*** sthillma has quit IRC07:04
*** sthillma_ is now known as sthillma07:04
*** zzxwill_ has quit IRC07:04
*** prateek has quit IRC07:04
*** anush__ has quit IRC07:04
*** david-lyle has quit IRC07:04
*** irenab has quit IRC07:04
*** shihanzhang has quit IRC07:04
*** jdillaman has quit IRC07:04
*** Yingxin has quit IRC07:04
*** gmann has quit IRC07:04
*** dgonzalez has quit IRC07:04
*** eantyshev has quit IRC07:04
*** hamzy has quit IRC07:04
*** intr1nsic has quit IRC07:04
*** slagle has quit IRC07:04
*** snikitin has quit IRC07:04
*** andrearosa has quit IRC07:04
*** dmellado has quit IRC07:04
*** dgonzalez_ is now known as dgonzalez07:04
*** intr1nsic_ is now known as intr1nsic07:04
*** Yingxin_ is now known as Yingxin07:04
*** irenab_ is now known as irenab07:04
openstackgerritPawel Koniszewski proposed openstack/nova: Ensures that progress_watermark and progress_time are updated  https://review.openstack.org/33168507:06
*** permalac_ has quit IRC07:06
*** EinstCrazy has quit IRC07:07
*** fragatina has quit IRC07:07
*** prateek has joined #openstack-nova07:07
*** fragatina has joined #openstack-nova07:07
*** markus_z has joined #openstack-nova07:07
*** Kennan2 has quit IRC07:09
*** eliqiao_ has quit IRC07:09
*** EinstCrazy has joined #openstack-nova07:11
*** zzxwill_ has joined #openstack-nova07:11
*** pacoblox has joined #openstack-nova07:11
*** ecelik has joined #openstack-nova07:11
openstackgerritKengo Sakai proposed openstack/nova: Check if flavor.vcpus is more than MAX_TAP_QUEUES  https://review.openstack.org/33266007:11
*** shaohe_feng has quit IRC07:13
*** itamarl has joined #openstack-nova07:13
*** armax has quit IRC07:14
*** shaohe_feng has joined #openstack-nova07:14
zzxwill_Hi I'd like to delete a volume which is attached to a server who was deleted. It failed. How can I delete the volume? Thanks.07:14
zzxwill_[root@b-node3 ~]# openstack volume delete aff1c13f-3c08-4230-9c1f-7d48e342054a07:14
zzxwill_Invalid volume: Volume status must be available or error or error_restoring or error_extending and must not be migrating, attached, belong to a consistency group or have snapshots. (HTTP 400) (Request-ID: req-50033eb3-c8f2-41bb-8841-d8436cdb464d)07:14
*** mpavone has joined #openstack-nova07:14
zzxwill_Hi I'd like to delete a volume which is attached to a server who was deleted. It failed. How can I delete the volume? Thanks.07:15
zzxwill_# openstack volume delete aff1c13f-3c08-4230-9c1f-7d48e342054a07:15
zzxwill_Invalid volume: Volume status must be available or error or error_restoring or error_extending and must not be migrating,07:15
zzxwill_attached, belong to a consistency group or have snapshots. (HTTP 400) (Request-ID: req-50033eb3-c8f2-41bb-8841-d8436cdb464d)07:15
*** pacoblox has quit IRC07:16
*** Dave has quit IRC07:18
*** sacharya has quit IRC07:18
*** salv-orl_ has quit IRC07:20
*** lpetrut has quit IRC07:21
*** pcaruana has joined #openstack-nova07:22
*** shaohe_feng has quit IRC07:23
*** shaohe_feng has joined #openstack-nova07:24
*** stevemar has joined #openstack-nova07:26
*** stevemar_ has joined #openstack-nova07:27
*** muawiakhan has quit IRC07:28
*** stevemar has quit IRC07:30
*** muawiakhan has joined #openstack-nova07:31
*** stevemar_ has quit IRC07:32
*** sthillma has quit IRC07:32
*** shaohe_feng has quit IRC07:33
*** jlanoux has joined #openstack-nova07:33
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Imported Translations from Zanata  https://review.openstack.org/33199607:33
*** bkopilov has joined #openstack-nova07:34
*** shaohe_feng has joined #openstack-nova07:34
bauzasgood morning Nova07:34
alogahi bauzas07:34
*** jwcroppe has joined #openstack-nova07:35
openstackgerritZhenyu Zheng proposed openstack/nova: Add pagination and Changes-since filter support for os-migrations.  https://review.openstack.org/33040607:38
*** irenab has quit IRC07:39
openstackgerritEli Qiao proposed openstack/nova: libvirt: Add migration support for perf event support  https://review.openstack.org/32933907:40
openstackgerritEli Qiao proposed openstack/nova: libvirt: add perf event support when create instance  https://review.openstack.org/32089707:40
*** jwcroppe has quit IRC07:41
openstackgerritSylvain Bauza proposed openstack/python-novaclient: Add support for microversion 2.30  https://review.openstack.org/33223207:41
openstackgerritSylvain Bauza proposed openstack/python-novaclient: Add support for microversion 2.29  https://review.openstack.org/33180807:41
*** shaohe_feng has quit IRC07:43
*** shaohe_feng has joined #openstack-nova07:44
*** wangqun has joined #openstack-nova07:49
*** thorst_ has joined #openstack-nova07:49
*** irenab has joined #openstack-nova07:51
*** shaohe_feng has quit IRC07:54
*** shaohe_feng has joined #openstack-nova07:54
*** thorst_ has quit IRC07:56
*** Sukhdev_ has quit IRC07:58
*** Sukhdev has joined #openstack-nova07:58
*** zhs has quit IRC07:59
*** zhs has joined #openstack-nova07:59
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-nova08:02
johnthetubaguysneti: +1 what raj_singh said about the deprecated conf options08:03
*** EinstCrazy has quit IRC08:03
*** shaohe_feng has quit IRC08:04
*** sahid has joined #openstack-nova08:04
*** shaohe_feng has joined #openstack-nova08:05
*** jaosorior_brb is now known as jaosorior08:05
*** EinstCrazy has joined #openstack-nova08:05
*** Sukhdev has quit IRC08:05
*** muawiakh_ has joined #openstack-nova08:09
*** yamahata has quit IRC08:09
*** lucasagomes is now known as lucas-brb08:11
*** Hosam has joined #openstack-nova08:11
*** hoangcx has quit IRC08:11
*** sameo has joined #openstack-nova08:11
*** klkumar has quit IRC08:11
openstackgerritHans Lindgren proposed openstack/nova: Guard against overwriting a deleting task state  https://review.openstack.org/28893308:12
*** pacoblox has joined #openstack-nova08:12
*** muawiakhan has quit IRC08:13
*** muawiakhan has joined #openstack-nova08:13
*** shaohe_feng has quit IRC08:14
*** salv-orlando has joined #openstack-nova08:14
*** shaohe_feng has joined #openstack-nova08:15
*** sfinucan has joined #openstack-nova08:16
*** muawiakh_ has quit IRC08:16
*** pacoblox has quit IRC08:16
*** M00nr41n has joined #openstack-nova08:17
*** BobBall_AWOL is now known as BobBall08:21
*** haypo has joined #openstack-nova08:22
openstackgerritVictor Stinner proposed openstack/nova: Port test_pipelib and test_policy to Python 3  https://review.openstack.org/32204008:22
openstackgerritVictor Stinner proposed openstack/nova: Port cinder unit tests to Python 3  https://review.openstack.org/33268608:22
*** dmk0202 has joined #openstack-nova08:23
*** shaohe_feng has quit IRC08:24
*** roeyc has joined #openstack-nova08:24
openstackgerritLiuYong proposed openstack/nova: Replace mox.ContainsKeyValue with Class ContainsKeyValue  https://review.openstack.org/33265308:24
*** shaohe_feng has joined #openstack-nova08:25
*** jkraj has quit IRC08:25
*** stevemar has joined #openstack-nova08:27
*** amotoki has quit IRC08:28
*** sacharya has joined #openstack-nova08:28
*** stevemar_ has joined #openstack-nova08:29
*** stevemar has quit IRC08:32
*** jwcroppe has joined #openstack-nova08:33
*** sacharya has quit IRC08:33
*** stevemar_ has quit IRC08:34
*** shaohe_feng has quit IRC08:35
*** shaohe_feng has joined #openstack-nova08:35
*** Dave has joined #openstack-nova08:36
*** sambetts|afk is now known as sambetts08:37
*** bapalm has quit IRC08:37
openstackgerritHans Lindgren proposed openstack/nova: Guard against overwriting a deleting task state  https://review.openstack.org/28893308:38
*** jwcroppe has quit IRC08:38
*** derekh has joined #openstack-nova08:38
*** bapalm has joined #openstack-nova08:42
*** Vek has joined #openstack-nova08:43
*** EinstCrazy has quit IRC08:44
*** shaohe_feng has quit IRC08:45
*** mfedosin has joined #openstack-nova08:45
*** vnogin has quit IRC08:45
*** yassine__ has joined #openstack-nova08:45
*** andrearo1 is now known as andrearosa08:45
*** shaohe_feng has joined #openstack-nova08:46
*** PaulMurray has joined #openstack-nova08:48
*** DaiDV has quit IRC08:48
*** mvk has joined #openstack-nova08:52
*** abalutoiu has joined #openstack-nova08:53
*** amotoki has joined #openstack-nova08:53
openstackgerritBéla Vancsics proposed openstack/nova: Transform instance.shelve notifications  https://review.openstack.org/33269608:53
*** thorst_ has joined #openstack-nova08:54
*** shaohe_feng has quit IRC08:55
*** shaohe_feng has joined #openstack-nova08:56
openstackgerritZhenyu Zheng proposed openstack/nova: Add pagination and Changes-since filter support for os-migrations.  https://review.openstack.org/33040608:57
openstackgerritKengo Sakai proposed openstack/nova: Check if flavor.vcpus is more than MAX_TAP_QUEUES  https://review.openstack.org/33266008:58
openstackgerritRong Han proposed openstack/nova: Modify "policy.conf" to "policy.json"  https://review.openstack.org/33270008:59
openstackgerritVictor Stinner proposed openstack/nova: Port test_ipv6 to py3 and simplify to_global()  https://review.openstack.org/33270109:01
*** zzxwill_ has quit IRC09:01
*** thorst_ has quit IRC09:02
*** shaohe_feng has quit IRC09:05
openstackgerritZhenyu Zheng proposed openstack/nova: Remove mox in tests/unit/objects/test_security_group  https://review.openstack.org/30713509:06
openstackgerritZhenyu Zheng proposed openstack/nova: Remove mox in tests/unit/objects/test_quotas  https://review.openstack.org/30714109:06
openstackgerritZhenyu Zheng proposed openstack/nova: Add checks for volume status when rebuilding  https://review.openstack.org/21756709:07
openstackgerritZhenyu Zheng proposed openstack/nova: Remove mox in tests/unit/objects/test_instance_info_cache  https://review.openstack.org/30715509:07
openstackgerritZhenyu Zheng proposed openstack/nova: Remove mox in tests/unit/objects/test_pci_device  https://review.openstack.org/30761509:07
openstackgerritZhenyu Zheng proposed openstack/nova: Add support matrix for attach and detach interfaces  https://review.openstack.org/31280109:07
openstackgerritZhenyu Zheng proposed openstack/nova: copy image id to image metadata from volume  https://review.openstack.org/31990509:08
*** shaohe_feng has joined #openstack-nova09:08
*** jaosorior has quit IRC09:09
*** jaosorior has joined #openstack-nova09:10
*** shaohe_feng has quit IRC09:16
openstackgerritSudipta Biswas proposed openstack/nova: Introduce utility module for pcp  https://review.openstack.org/20316309:16
*** shaohe_feng has joined #openstack-nova09:16
*** jlanoux has quit IRC09:18
*** jlanoux has joined #openstack-nova09:18
openstackgerritRoey Chen proposed openstack/nova: Adding missing log translation hints  https://review.openstack.org/33270509:19
*** lpetrut has joined #openstack-nova09:21
openstackgerritDao Cong Tien proposed openstack/nova: Remove mox from api/openstack/compute/test_deferred_delete.py  https://review.openstack.org/32034609:22
*** Jeffrey4l__ has joined #openstack-nova09:25
*** shaohe_feng has quit IRC09:26
*** Jeffrey4l_ has quit IRC09:26
*** shaohe_feng has joined #openstack-nova09:27
openstackgerritEli Qiao proposed openstack/nova: libvirt: Add migration support for perf event support  https://review.openstack.org/32933909:32
openstackgerritEli Qiao proposed openstack/nova: libvirt: add perf event support when create instance  https://review.openstack.org/32089709:32
*** hieulq has quit IRC09:32
openstackgerritJinquan Ni proposed openstack/nova: libvirt:code flow problem in wait_for_job  https://review.openstack.org/32075009:33
*** ociuhandu has joined #openstack-nova09:33
*** mvk has quit IRC09:35
*** Jeffrey4l__ has quit IRC09:35
*** shaohe_feng has quit IRC09:36
openstackgerritSudipta Biswas proposed openstack/nova: Base enablement for memory bandwidth monitor  https://review.openstack.org/26677309:36
*** muawiakhan has quit IRC09:36
*** jkraj has joined #openstack-nova09:37
*** shaohe_feng has joined #openstack-nova09:37
openstackgerritDao Cong Tien proposed openstack/nova: Stop using mox from compute/test_server_actions.py  https://review.openstack.org/32318609:40
*** BlackDex_ is now known as BlackDex09:40
openstackgerritJohn Garbutt proposed openstack/nova: WIP: Make allocate_for_instance skip create option  https://review.openstack.org/33271209:41
*** jwcroppe has joined #openstack-nova09:41
openstackgerritAndrey Volkov proposed openstack/nova: Add create cell command  https://review.openstack.org/33271309:41
*** jwcroppe has quit IRC09:46
*** shaohe_feng has quit IRC09:46
*** shaohe_feng has joined #openstack-nova09:47
*** bapalm has quit IRC09:48
openstackgerritAndrey Volkov proposed openstack/nova: Fix host mapping saving  https://review.openstack.org/33201709:50
*** claudiub has joined #openstack-nova09:51
*** bapalm has joined #openstack-nova09:54
kashyapmarkus_z: Hey, care to provide pointer to your LaunchPad scripts?09:54
*** muawiakhan has joined #openstack-nova09:54
markus_zkashyap: sure: https://github.com/markuszoeller/openstack/tree/master/scripts/launchpad09:54
*** klkumar has joined #openstack-nova09:54
kashyapmarkus_z: Fantastic.  Sharing them with some of the upstream QEMU bug triagers, as they also use LaunchPad09:55
markus_zsome are a little hack, don't judge me09:55
markus_zkashyap: sure, feel free to do so09:55
kashyap:-) markus_z No worries09:55
kashyapThere's also the 'lp-tools' package that I don't know how well it is maintained.09:56
markus_zAh, I didn't know that09:56
* markus_z goes to lunch09:56
kashyapmarkus_z: Any specific scripts from your repo that are generic for other projects?09:56
*** mvk has joined #openstack-nova09:56
*** shaohe_feng has quit IRC09:57
*** Fazy has joined #openstack-nova09:57
*** shaohe_feng has joined #openstack-nova09:57
*** sree has quit IRC09:58
*** fishcried has joined #openstack-nova09:58
*** fishcried has quit IRC09:58
FazyHy there!09:58
FazyI have a problem with resize function in Mitaka on Ubuntu 14.04 (using ceph with librbd and kvm) Does anyone here, who can change flavor with this setup?09:58
*** thorst_ has joined #openstack-nova09:59
*** rgerganov has joined #openstack-nova09:59
*** liverpoo1er has quit IRC10:00
*** cheneydc has quit IRC10:00
*** sree has joined #openstack-nova10:00
*** liverpoo1er has joined #openstack-nova10:00
*** fragatina has quit IRC10:01
rgerganovalex_xu, hi, one question about nova/api-ref10:04
*** sree has quit IRC10:04
rgerganovalex_xu, currently os-console-auth-tokens is missing under nova/api-ref10:05
*** roeyc has quit IRC10:05
rgerganovalex_xu, do I need to create one for my API change in https://review.openstack.org/#/c/331691/ ?10:05
*** thorst_ has quit IRC10:07
*** daemontool has joined #openstack-nova10:07
*** shaohe_feng has quit IRC10:07
*** shaohe_feng has joined #openstack-nova10:07
*** matrohon has quit IRC10:09
openstackgerritDavanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c  https://review.openstack.org/30334510:10
*** avolkov`` has quit IRC10:11
*** fragatina has joined #openstack-nova10:12
openstackgerritSudipta Biswas proposed openstack/nova: Introduce utility module for pcp  https://review.openstack.org/20316310:13
*** pacoblox has joined #openstack-nova10:14
*** shaohe_feng has quit IRC10:17
*** pacoblox has quit IRC10:19
openstackgerritRadoslav Gerganov proposed openstack/nova: Fix ConsoleAuthTokens to work for all console types  https://review.openstack.org/33169110:19
*** daemontool has quit IRC10:19
*** shaohe_feng has joined #openstack-nova10:19
*** tbachman has joined #openstack-nova10:21
openstackgerritAndrea Rosa proposed openstack/nova: Enabling detach root volume for shelved_offloaded  https://review.openstack.org/32689910:22
openstackgerritAndrea Rosa proposed openstack/nova: Attach/detach root volume for shelved_offloaded  https://review.openstack.org/31744610:22
openstackgerritAndrea Rosa proposed openstack/nova: Adding device_present field to bdm table  https://review.openstack.org/26805310:22
*** caowei has quit IRC10:24
*** wangqun has quit IRC10:26
*** shaohe_feng has quit IRC10:27
*** Jeffrey4l has joined #openstack-nova10:27
openstackgerritAndrey Shestakov proposed openstack/nova: Change scheduling behavior for baremetal instances.  https://review.openstack.org/33210610:30
openstackgerritRadoslav Gerganov proposed openstack/python-novaclient: Fix the help message for 'get-mks-console'  https://review.openstack.org/33273510:30
*** sdague has joined #openstack-nova10:30
*** shaohe_feng has joined #openstack-nova10:30
*** fragatina has quit IRC10:31
*** stevemar has joined #openstack-nova10:31
*** lucas-brb is now known as lucasagomes10:32
openstackgerritSudipta Biswas proposed openstack/nova: Introduce utility module for pcp  https://review.openstack.org/20316310:33
openstackgerritVictor Stinner proposed openstack/nova: Port test_hacking to Python 3  https://review.openstack.org/33273710:33
openstackgerritVictor Stinner proposed openstack/nova: Port test_metadata to Python 3  https://review.openstack.org/33273810:33
*** jwcroppe has joined #openstack-nova10:35
*** stevemar has quit IRC10:36
FazyDoes anyone know, why i cannot see the mitaka nova 13.1 packages in cloud-archive repository? I want a patch which is " Fix included in openstack/nova 13.1.0" but i still got 13.0 when i install (it's an ubuntu trusty)10:36
*** shaohe_feng has quit IRC10:38
*** shaohe_feng has joined #openstack-nova10:38
*** smatzek has joined #openstack-nova10:38
*** smatzek has quit IRC10:40
*** Jeffrey4l has quit IRC10:40
*** jwcroppe has quit IRC10:40
openstackgerritJohn Garbutt proposed openstack/nova: Make _validate_requested_network_ids return a dict  https://review.openstack.org/32984910:40
openstackgerritJohn Garbutt proposed openstack/nova: Reorder allocate_for_instance preamble  https://review.openstack.org/32985010:41
openstackgerritJohn Garbutt proposed openstack/nova: Reduce complexity in _stub_allocate_for_instance  https://review.openstack.org/33208610:42
*** derekh has quit IRC10:42
openstackgerritJohn Garbutt proposed openstack/nova: Extract port create from allocate_for_instance  https://review.openstack.org/32896610:42
openstackgerritJohn Garbutt proposed openstack/nova: Extract _update_ports_for_instance  https://review.openstack.org/32985110:43
openstackgerritJohn Garbutt proposed openstack/nova: WIP: Make allocate_for_instance skip create option  https://review.openstack.org/33271210:43
*** ducnc has quit IRC10:44
*** shaohe_feng has quit IRC10:48
*** p01nt3r75 has joined #openstack-nova10:49
*** shaohe_feng has joined #openstack-nova10:49
*** PaulMurray has quit IRC10:49
pkholkinsdague: hello Sean, want your mark here https://review.openstack.org/#/c/331747, thanks :)10:52
*** jinxing has quit IRC10:52
*** roeyc has joined #openstack-nova10:57
*** shaohe_feng has quit IRC10:58
*** jlanoux has quit IRC10:58
*** shaohe_feng has joined #openstack-nova10:59
markus_zkashyap: no, I wrote them all with Nova in mind and didn't care about a generic usage before anyone asks about it.11:01
*** sameo has quit IRC11:01
markus_zkashyap: It's usually just a replacement of this: https://github.com/markuszoeller/openstack/blob/master/scripts/launchpad/query_stale_in_progress.py#L1511:01
markus_zkashyap: I put it on my todo list after the FF11:01
kashyapmarkus_z: Ah, noted.11:02
*** muawiakhan has quit IRC11:03
*** thorst_ has joined #openstack-nova11:04
mdboothbauzas: If we're creating multiple instances simultaneously in a single api call, are they all guaranteed to be in the same az?11:07
*** shaohe_feng has quit IRC11:08
*** shaohe_feng has joined #openstack-nova11:09
mdboothbauzas: nm, the answer looks like it's yes11:10
*** ecelik has quit IRC11:10
*** thorst_ has quit IRC11:12
*** caowei has joined #openstack-nova11:16
*** phuongnh has quit IRC11:17
*** shaohe_feng has quit IRC11:19
*** shaohe_feng has joined #openstack-nova11:19
*** ecelik has joined #openstack-nova11:23
*** rgerganov has quit IRC11:24
*** muawiakhan has joined #openstack-nova11:28
*** sudipto has quit IRC11:28
*** shaohe_feng has quit IRC11:29
*** shaohe_feng has joined #openstack-nova11:30
*** jwcroppe has joined #openstack-nova11:30
*** jlanoux has joined #openstack-nova11:31
*** ljxiash has quit IRC11:33
claudiubjohnthetubaguy: hellou. can you lend one of your reviewer's eyes and take a look at the policy-in-code stuff? https://review.openstack.org/#/c/328850/  The framework patch merged last week.11:34
*** ljxiash has joined #openstack-nova11:34
*** jwcroppe has quit IRC11:35
*** klkumar has quit IRC11:36
*** klkumar has joined #openstack-nova11:36
*** ljxiash has quit IRC11:38
*** rodrigods has quit IRC11:39
*** rodrigods has joined #openstack-nova11:39
*** shaohe_feng has quit IRC11:39
*** shaohe_feng has joined #openstack-nova11:40
*** ljxiash has joined #openstack-nova11:42
*** muawiakhan has quit IRC11:42
*** zerda2 has quit IRC11:44
*** ecelik has quit IRC11:46
*** ljxiash has quit IRC11:47
openstackgerritSean Dague proposed openstack/nova: remove load_standard_extensions method  https://review.openstack.org/33179911:47
openstackgerritSean Dague proposed openstack/nova: remove os-disk-config part 4  https://review.openstack.org/33020711:47
openstackgerritSean Dague proposed openstack/nova: remove os-disk-config part 3  https://review.openstack.org/33020611:47
openstackgerritSean Dague proposed openstack/nova: remove access_ips extension  https://review.openstack.org/33183411:47
*** sdake has quit IRC11:48
sdaguealex_xu: up for taking a look at https://review.openstack.org/#/c/332436/ and https://review.openstack.org/#/c/332261/1/nova/tests/functional/api_samples_test_base.py ?11:48
*** shaohe_feng has quit IRC11:49
*** muawiakhan has joined #openstack-nova11:50
*** shaohe_feng has joined #openstack-nova11:50
*** ducttape_ has joined #openstack-nova11:50
BobBallIn configuration options, should we be stating the (default) value in the list of possible values?  I thought the generation code would parse out the <XYZ> from the cfg.*Opt(default=<XYZ>) and display that as the default, so it's not necessary to state the "current" default in the "Possible Values" section?11:51
*** muawiakhan has quit IRC11:51
*** ratailor has quit IRC11:52
mkoderersdague: can I ask for a review on https://review.openstack.org/#/c/280301/ + dependent ones. tpatzig will be on vacation soon and just want to ensure that it lands in newton.11:53
*** DaiDV has joined #openstack-nova11:55
*** sree has joined #openstack-nova11:56
*** ecelik has joined #openstack-nova11:58
*** ociuhandu has quit IRC11:59
*** thorst_ has joined #openstack-nova11:59
*** shaohe_feng has quit IRC12:00
*** shaohe_feng has joined #openstack-nova12:01
kevin_zhsdague: Hi Sean, if you have a mo, would you like to take a look at this : https://review.openstack.org/#/c/328986/  , just a small patch to fix some unit tests bug in Aarch64.12:01
*** sdake has joined #openstack-nova12:03
*** ducttape_ has quit IRC12:03
*** tbachman has quit IRC12:03
sdaguemkoderer: I reviewed the API portion of the stack, the lower level ones I don't have full context on, though I do wonder about the data hit on flavors12:04
sdaguekevin_zh: +212:05
alex_xusdague: will check soon12:06
kevin_zhsdague: Big Thanks  Sean :-)12:06
*** aysyd has joined #openstack-nova12:06
sahidsdague: i think you might already have some context of this https://review.openstack.org/#/c/174854/, so if you have a moment to make it merged12:07
sdaguesahid: looking12:07
*** rlrossit has joined #openstack-nova12:08
openstackgerritecelik proposed openstack/nova: Improve the help text for configdrive options  https://review.openstack.org/26687512:08
sdaguesahid: lgtm12:08
*** raildo-afk is now known as raildo12:09
sahidsdague: cool thanks12:09
openstackgerritecelik proposed openstack/nova: Improve the help text for configdrive options  https://review.openstack.org/26687512:09
*** shaohe_feng has quit IRC12:10
openstackgerritjichenjc proposed openstack/nova: WIP: remove extension of scheduler hints totally  https://review.openstack.org/33120212:10
openstackgerritjichenjc proposed openstack/nova: WIP: remove scheduler_hints  https://review.openstack.org/33119412:10
kaisers1Hi Nova! Can some cores please take a look at a driver bugfix at https://review.openstack.org/#/c/264752/ ? The bug has been around since kilo and is quite ugly. I'd love to get this done with, thus the request in here.12:10
*** shaohe_feng has joined #openstack-nova12:11
*** ljxiash has joined #openstack-nova12:11
mkoderersdague: thx!12:11
kaisers1err, the change exists since kilo, too, btw12:11
mnestratov|2mdbooth: hi12:12
mnestratov|2take a look at https://review.openstack.org/#/c/260636/ please12:13
*** ljxiash has quit IRC12:15
*** dave-mccowan has joined #openstack-nova12:19
kaisers1sdague: thnx for reviewing!12:20
*** shaohe_feng has quit IRC12:20
*** paul-carlton2 has joined #openstack-nova12:20
*** shaohe_feng has joined #openstack-nova12:21
openstackgerritecelik proposed openstack/nova: Improve the help text for configdrive options  https://review.openstack.org/26687512:21
*** pacoblox has joined #openstack-nova12:21
openstackgerritjichenjc proposed openstack/nova: WIP: make purge_option to be default False  https://review.openstack.org/33277712:21
*** ivase has joined #openstack-nova12:22
*** Jeffrey4l has joined #openstack-nova12:26
*** kodokuu has joined #openstack-nova12:26
*** rfolco has joined #openstack-nova12:26
kevin_zhvladikr: If you have time, would you like to  take a look at this SCSI index patch: https://review.openstack.org/#/c/329403/ , Thanks~12:27
*** xyang1 has joined #openstack-nova12:27
kodokuuHi, anyone know why option "secure_proxy_ssl_header" is deprecated and will be delete ?12:27
openstackgerritTimofey Durakov proposed openstack/nova: live_migration_cleanup method introduced  https://review.openstack.org/30261112:28
openstackgerritTimofey Durakov proposed openstack/nova: Remove unused migrate_data param from driver cleanup and destroy  https://review.openstack.org/28065312:28
openstackgerritTimofey Durakov proposed openstack/nova: call pre_live_migration from conductor  https://review.openstack.org/29116012:28
openstackgerritTimofey Durakov proposed openstack/nova: centralize checks before live-migration  https://review.openstack.org/33212412:28
johnthetubaguysdague: that flavor thing, would "allow_local_disks" be a better name? Just thinking about how local_disks=True doesn't mean you actually have any local disks.12:28
tdurakovjohnthetubaguy: hi, could you please take a look^12:29
markus_zkodokuu: it isn't: https://github.com/openstack/nova/blob/7b032f5339d39ae3f57832c0285b2b818b1ec918/nova/conf/wsgi.py#L4312:29
johnthetubaguytdurakov: that stuff is on my todo list12:29
markus_zkodokuu: The existence in the "DEFAULT" group is12:29
markus_zkodokuu: but it should be valid in the group "wsgi"12:29
tdurakovjohnthetubaguy: cool, thanks!12:30
*** shaohe_feng has quit IRC12:30
markus_zkodokuu: whops, wait, there is another one in the group "oslo_middleware", do you mean that?12:31
*** shaohe_feng has joined #openstack-nova12:31
sdaguejohnthetubaguy: I think we went back and forth on that12:33
sdagueand settled for local_disks12:33
sdaguein the spec12:33
sdagueI think local_disks is clear enough, the docs can explain it further12:33
sdaguebecause... we have docs now :)12:33
*** Hosam has quit IRC12:34
*** Fazy has quit IRC12:34
kodokuumarkus_z Yes I talk about oslo_middlerware12:35
bauzasmdbooth: sorry, was afk, but yup12:36
kodokuumarkus_z it is the only one in my nova.conf. I doesn't see other in default :/12:36
kodokuuAnd I guess it's why my header no works. Maybe need to add in default section :)12:37
johnthetubaguysdague: yeah, I can't remember which ones we thought about now12:37
sdagueat this point I would just run with local_disks12:37
sdagueit's a good enough name12:37
johnthetubaguysdague: but agreed about your note on the docs, we can be clear12:37
markus_zkodokuu: hm, the oslo folks gave next to no information with the change which deprecated it...12:38
markus_zdims: can you help there ^12:38
markus_zdims: It's about this change https://review.openstack.org/#/c/228875/12:38
*** tanee is now known as tanee_away12:39
*** salv-orl_ has joined #openstack-nova12:39
mnestratov|2mdbooth: thanks for review12:39
*** tanee_away is now known as tanee12:39
*** tanee is now known as tanee_away12:39
kodokuumarkus_z when you talk about wsgi section, is it for N version ?12:39
markus_zkodokuu: yes12:40
*** burgerk has joined #openstack-nova12:40
*** jinxing has joined #openstack-nova12:40
*** shaohe_feng has quit IRC12:41
*** READ10 has joined #openstack-nova12:41
kodokuuso for Mitaka, secure_proxy_ssl_header option must be works !!!12:41
markus_zkodokuu: hm, better let me double-check that12:41
*** salv-orlando has quit IRC12:41
*** shaohe_feng has joined #openstack-nova12:41
dimsmarkus_z : pong, what's up?12:41
markus_zdims: kodokuu likes to know why "secure_proxy_ssl_header" got deprecated with change https://review.openstack.org/#/c/228875/2/oslo_middleware/ssl.py12:42
*** rtheis has joined #openstack-nova12:42
dimsmarkus_z : the logs should indicate users to switch to alternate - http://codesearch.openstack.org/?q=http_proxy_to_wsgi%7C%20HTTPProxyToWSGI&i=nope&files=&repos=12:43
*** sdake has quit IRC12:43
*** edmondsw has joined #openstack-nova12:43
dimsif there's a concern with the alternate, we can ping jd__ and others on #openstack-oslo12:44
*** c64cosmin has joined #openstack-nova12:44
*** jaypipes has joined #openstack-nova12:46
markus_zkodokuu: there's the release note entry about the move to the wsgi group: http://docs.openstack.org/releasenotes/nova/unreleased.html#id7 It starts with Newton12:46
openstackgerritAndrey Volkov proposed openstack/nova: Fix host mapping saving  https://review.openstack.org/33201712:46
*** paul-carlton2 has quit IRC12:46
kodokuudims markus_z Ok, but deprecated does not mean that it does not work ?12:46
markus_zkodokuu: right12:47
dimsdeprecated means the functionality will go away in a future version12:47
kodokuuok So I guess I need to open bug :)12:47
kodokuuthis option works with keystone but no with nova :/12:47
*** ujjain has quit IRC12:47
openstackgerritJinquan Ni proposed openstack/nova: libvirt:code flow problem in wait_for_job  https://review.openstack.org/32075012:48
markus_zkodokuu: sure, to that. Please ensure to add all necessary information. You can use this: https://wiki.openstack.org/wiki/Nova/BugsTeam/BugReportTemplate12:49
*** kylek3h has joined #openstack-nova12:49
markus_zs/to/do12:49
*** jabbari has joined #openstack-nova12:50
markus_zkodokuu: the more precise you are there, the more likely it will get fixed12:50
*** kylek3h has quit IRC12:50
*** kylek3h has joined #openstack-nova12:50
* alex_xu reminders nova-api in 10 mins at #openstack-meeting-4 channel12:50
kodokuumarkus_z can you tell me if this review is merge in Mitaka ? https://review.openstack.org/#/c/206479/12:50
*** shaohe_feng has quit IRC12:51
*** sameo has joined #openstack-nova12:51
*** shaohe_feng has joined #openstack-nova12:52
markus_zkodokuu: You can click on "included in" at the top right corner. You can see the releases there.12:52
openstackgerritVictor Stinner proposed openstack/nova: Port pci unit tests to Python 3  https://review.openstack.org/33279112:52
*** ujjain has joined #openstack-nova12:52
*** ujjain has quit IRC12:52
*** ujjain has joined #openstack-nova12:52
kodokuumarkus_z Because I try to use this feature.  novaAPI(HTTP) <=send header=> Proxy(HTTPS) <==> USER12:52
markus_zkodokuu: sorry, I cannot help there.12:53
*** PaulMurray has joined #openstack-nova12:54
markus_zkodokuu: Maybe someone in #openstack can give a hand.12:54
kodokuuok thx ;)12:54
*** ArxCruz has joined #openstack-nova12:55
*** jamesdenton has joined #openstack-nova12:56
*** xenogear has joined #openstack-nova12:56
*** mriedem has joined #openstack-nova12:57
mriedemjaypipes: nova-api meeting in #openstack-meeting-4 in 2 minutes, was wondering if cdent was going to show up to talk about the placement API stuff12:58
*** gmann has joined #openstack-nova12:58
openstackgerritAlex Xu proposed openstack/nova: Depracate Images API Proxies from 2.31  https://review.openstack.org/33263112:58
* alex_xu reminds nova api meeting is running13:00
*** shaohe_feng has quit IRC13:01
edleafeBobBall: Yes, the default should be mentioned in the Possible Values section, too. The goal is to make the help text as complete as possible for the operators, even if that means some redundancy.13:01
*** shaohe_feng has joined #openstack-nova13:02
*** salv-orl_ has quit IRC13:03
*** lucasagomes is now known as lucas-hungry13:03
jaypipesmriedem: he is traveling with wife today. I'm afraid probably not. I am in a meeting now but can typy typy.13:03
openstackgerritBhagyashri Shewale proposed openstack/python-novaclient: Fix python 2,3 compatibility issue with six  https://review.openstack.org/33279913:04
BobBallthanks edleafe13:04
openstackgerritKaren Bradshaw proposed openstack/nova: api-ref: os-volumes.inc  https://review.openstack.org/32004813:04
vladikrkevin_zh, sure, I will13:06
*** jinxing has quit IRC13:07
*** permalac has joined #openstack-nova13:07
bauzasjaypipes: mriedem: honestly, I'd love to see that discussed in the main Nova meeting, not the API one13:08
bauzasbecause I think the consensus should be for all of us13:08
mriedembauzas: that's fine too13:09
*** links has quit IRC13:09
*** tbachman has joined #openstack-nova13:09
*** roeyc has quit IRC13:09
mriedemthe nova meeting tomorrow is like 9pm for cdent13:09
mriedemassuming he's not traveling13:09
bauzasmriedem: dammit, I'll have to stay up late13:10
bauzas:p13:10
mriedemi just wanted to check out the change to see how it was handling microversions, if at all13:10
*** slagle_ is now known as slagle13:10
bauzasand I guess 10pm for British folks13:10
openstackgerritdane-fichter proposed openstack/nova: Improve image signature verification failure notification  https://review.openstack.org/33280213:10
bauzas(given it's 11pm for frogs13:10
*** Hosam has joined #openstack-nova13:10
bauzasmriedem: there is one patch up for review about supporting microversions, hold on13:11
*** mdrabe has joined #openstack-nova13:11
*** jinxing has joined #openstack-nova13:11
*** shaohe_feng has quit IRC13:11
*** woodster_ has joined #openstack-nova13:11
*** salv-orlando has joined #openstack-nova13:12
bauzasmriedem: https://review.openstack.org/#/c/329150/13:12
bauzas(not yet reviewed it tho)13:12
*** tblakeslee has joined #openstack-nova13:12
*** shaohe_feng has joined #openstack-nova13:12
*** sudipto has joined #openstack-nova13:13
*** zzxwill_ has joined #openstack-nova13:13
openstackgerritMikhail Feoktistov proposed openstack/nova: add ploop support into qemu-img info  https://review.openstack.org/26063613:13
openstackgerritMikhail Feoktistov proposed openstack/nova: libvirt: fix disk size calculation for VZ container instances  https://review.openstack.org/22256713:13
openstackgerritMikhail Feoktistov proposed openstack/nova: libvirt: virtuozzo instance resize support  https://review.openstack.org/18225713:13
*** Hosam_ has joined #openstack-nova13:13
*** zzxwill_ has quit IRC13:14
*** jabbari has left #openstack-nova13:16
*** Hosam has quit IRC13:17
*** jwcroppe has joined #openstack-nova13:17
*** roeyc has joined #openstack-nova13:18
*** chandankumar has quit IRC13:21
*** rlrossit has quit IRC13:21
*** tbachman has quit IRC13:21
*** shaohe_feng has quit IRC13:22
*** shaohe_feng has joined #openstack-nova13:22
*** jwcroppe has quit IRC13:23
*** diga has joined #openstack-nova13:24
*** pwnall has joined #openstack-nova13:26
*** liverpoo1er has quit IRC13:27
*** tonytan4ever has joined #openstack-nova13:27
*** tbachman has joined #openstack-nova13:32
*** shaohe_feng has quit IRC13:32
*** winston-d_ has quit IRC13:33
*** shaohe_feng has joined #openstack-nova13:33
*** liverpooler has quit IRC13:33
openstackgerritSudipta Biswas proposed openstack/nova: Introduce utility module for pcp  https://review.openstack.org/20316313:34
*** ljxiash has joined #openstack-nova13:34
*** klkumar has quit IRC13:36
openstackgerritBéla Vancsics proposed openstack/nova: Transform instance.shelve notifications  https://review.openstack.org/33269613:36
*** sdake has joined #openstack-nova13:37
*** pradk has joined #openstack-nova13:39
*** diga has quit IRC13:41
*** shaohe_feng has quit IRC13:42
*** shaohe_feng has joined #openstack-nova13:43
*** lucas____ has joined #openstack-nova13:45
*** burgerk has quit IRC13:45
*** lucas-hungry is now known as lucasagomes13:45
*** ecelik has quit IRC13:46
*** ecelik has joined #openstack-nova13:47
mriedemsdague: so looking at the v2.1 view builder for servers13:47
*** eharney has joined #openstack-nova13:47
mriedemextend_address=False is passed in from the API code13:47
mriedemso we never actually use the custom part of the v2.1 addresses view builder13:47
gmannsdague: alex_xu mriedem : that was intriduced in https://review.openstack.org/#/c/38183/13:47
gmannextended ip information13:47
mriedemwhich looks like a large part of of the v2.1 server builder13:47
*** ctrath has joined #openstack-nova13:48
*** mmandel has joined #openstack-nova13:48
mriedemgmann: yeah so predates microversions i guess13:48
mriedemand would need to be a microversion to add that to the response13:48
gmannyea13:48
*** Yingxin has quit IRC13:48
*** lixiaoy1 has quit IRC13:48
mriedemsdague: so i'd probably just remove the v2.1 addresses view builder13:49
*** Yingxin has joined #openstack-nova13:49
*** lixiaoy1 has joined #openstack-nova13:49
*** gzhai2 has quit IRC13:49
*** jichen has quit IRC13:50
*** ecelik has quit IRC13:50
sdaguemriedem: ok, cool13:50
sdaguethat will be less confusing13:50
alex_xulooks like the show method in base class can be removed13:50
*** gzhai2 has joined #openstack-nova13:51
gmanni remember i added extend_address sometime13:51
*** rlrossit has joined #openstack-nova13:51
sdaguealex_xu: we should just collapse it to a single class13:52
*** kfarr has joined #openstack-nova13:52
alex_xusdague: agree13:52
alex_xutoo much mess13:52
*** BjoernT has joined #openstack-nova13:52
*** shaohe_feng has quit IRC13:52
*** shaohe_feng has joined #openstack-nova13:53
*** erlon has joined #openstack-nova13:54
gibi_Hi nova cores! There is a simple patch https://review.openstack.org/#/c/321609 waiting for a second +2. Could you check it please?13:54
*** muawiakhan has joined #openstack-nova13:56
*** muawiakhan has quit IRC13:56
sahidmarkus_z: About your serie for the feature virtlogd13:56
*** muawiakhan has joined #openstack-nova13:56
*** derekh has joined #openstack-nova13:57
gmanngot it, for show and detail, server we need that - https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/views/servers.py#L28513:57
*** cdelatte has joined #openstack-nova13:57
sahidI think the way your do some refactors is not the best and some patches can be removed or squatched13:57
sahidsquached13:57
*** prateek has quit IRC13:58
sahidsquashed...13:58
*** mrkz has joined #openstack-nova13:59
mriedemgmann: the code that calls that passes False13:59
mriedemgmann: so it's dead code13:59
*** baoli has joined #openstack-nova13:59
mriedemgmann: you made that change because it was breaking response validation in tempest13:59
sahidas an example; these changes https://review.openstack.org/#/c/323761/ and https://review.openstack.org/#/c/323763/14:00
*** syjulian has joined #openstack-nova14:00
gmannmriedem: yea, i remmeber, to make v2.1 same as v214:00
*** baoli_ has joined #openstack-nova14:00
sahidalso this move is not clear https://review.openstack.org/#/c/323762/6/nova/virt/libvirt/driver.py ?14:00
*** ctrath has quit IRC14:00
doffmalaski: CellsV2 meeting in the afternoon today?14:01
*** ametts has joined #openstack-nova14:01
sahidif you aim was to move + do some refactoring addrssed https://review.openstack.org/#/c/32376414:01
*** baoli__ has joined #openstack-nova14:01
alaskidoffm: yep14:01
sahidplease do them in the same commit14:01
*** muawiakhan has quit IRC14:01
sahidit's not necessary to have patch that just move code + an other patch which update the code previously moved etc..14:02
*** wanghao_ has joined #openstack-nova14:02
dansmiththere is a stack of super easy neutronapi cleanup patches starting here from johnthetubaguy: https://review.openstack.org/#/c/326968/214:02
gmannmriedem: how it is getting here - https://github.com/openstack/nova/blob/df69d91c367ed16c73b133f054e253e117088556/doc/api_samples/servers/server-get-resp.json#L1014:02
*** sree has quit IRC14:02
dansmithjust need a +W to unload them from the front of the stack if anyone wants the stats :D14:02
*** shaohe_feng has quit IRC14:03
gmannor its my mind going crazy14:03
*** shaohe_feng has joined #openstack-nova14:03
* gmann need bed now14:03
*** sree has joined #openstack-nova14:03
PaulMurrayHi mriedem - looking at your comment here: https://review.openstack.org/#/c/319964/13/nova/db/sqlalchemy/api.py@681114:04
*** ctrath has joined #openstack-nova14:04
*** sree__ has joined #openstack-nova14:04
*** baoli has quit IRC14:04
jaypipesmriedem: cdent is stateside for next month or so.14:04
*** jkraj has quit IRC14:04
jaypipesmriedem: in Kentucky for a wedding.14:05
PaulMurraymriedem, are you asking how the instance_uuid could be missing ?14:05
*** baoli_ has quit IRC14:05
jaypipesmriedem: and then heading out west for the nova mid-cycle and stuff.14:05
mriedemdansmith: does https://review.openstack.org/#/c/326968/ really make the later changes easier to review?14:07
*** ducttape_ has joined #openstack-nova14:07
*** ducttape_ has quit IRC14:07
mriedemPaulMurray: yeah, instance_uuid = values.get('instance_uuid', '')14:07
mriedemPaulMurray: instance_uuid is required in the console auth token table14:08
*** sree has quit IRC14:08
mriedemnon-nullable i mean14:08
dansmithmriedem: ...14:08
mriedemso to create the token record you need the instance_uuid, so why would we have instance_uuid = values.get('instance_uuid', '')14:08
*** ducttape_ has joined #openstack-nova14:08
PaulMurraymriedem, true, I wanted to get the instance_uuid for _check_instance_exists_in_project - it takes it as a parameter14:09
mriedemPaulMurray: sure14:09
mriedembut we shouldn't default to ''14:09
*** sree__ has quit IRC14:09
mriedemright?14:09
mriedemthe tags code doesn't do that14:09
PaulMurrayyes, I agree - the object has it as a non-nullable field, but that doesn't mean it has to exist in the object, only if it does it has a value14:10
mriedempresumably because it's required for tags also14:10
mriedemresource_id = Column(String(36), primary_key=True, nullable=False)14:10
PaulMurraybut I think its proably better to put a check in the object to make sure it exists before calling this14:10
mriedemi don't know about the object, but can you create the record with a null value in a non-nullable column?14:10
PaulMurrayI would hope not14:11
mriedemright, so the db api shouldn't allow ''14:11
mriedemwhich isn't a real instance uuid14:11
PaulMurrayI don't know what happens if you look it up with a null value14:11
markus_zsahid: pong14:11
mriedemPaulMurray: we shouldn't try to look up with a null uuid14:11
gmannmriedem: got it now. for Show and detail it is true - https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L52914:11
mriedemthere shouldn't be any console auth tokens in the db with a null instance uuid b/c of the table schema14:11
mriedemgmann: hmm, that's odd14:12
PaulMurrayI think I will put a check in the object so you don't try to create a db entry with invalid data and then just assume its there and its a uuid in the db api14:12
mriedemgmann: how does that not break v2.0 compat?14:12
gmannmriedem: because it was in v2 also but with extension14:12
mriedemgmann: oh14:12
mriedemok, that makes more sense then14:12
PaulMurraythen I can just get it and use it in the db api - sound ok ?14:12
openstackgerritPavel Kholkin proposed openstack/nova: WIP: Microversion 2.31 adds keypairs pagination support  https://review.openstack.org/28486814:12
*** muawiakhan has joined #openstack-nova14:13
gmannviews are really confusing now, we should clean those up soon14:13
*** shaohe_feng has quit IRC14:13
*** muawiakhan has quit IRC14:13
openstackgerritRadoslav Gerganov proposed openstack/nova: Fix ConsoleAuthTokens to work for all console types  https://review.openstack.org/33169114:13
mriedemPaulMurray: wouldn't a foreign key on the console_auth_tokens.instance_uuid column have done that check for us?14:14
*** shaohe_feng has joined #openstack-nova14:14
*** gmann has quit IRC14:14
dansmithmriedem: not sure if that question was serious, but I think johnthetubaguy is going for a pattern of "create followed by update" for all this code, trying to make it easier to understand in the process, which it sorely needs14:14
mriedemotherwise can't i just create ConsoleAuthToken.instance_uuid = str(uuid.uuid4())?14:14
openstackgerritVladik Romanovsky proposed openstack/nova: Add DeviceTaggingFilter to scheduler  https://review.openstack.org/33149014:14
openstackgerritVladik Romanovsky proposed openstack/nova: libvirt: attach configdrive after instance XML  https://review.openstack.org/30333514:14
*** ljxiash has quit IRC14:15
openstackgerritVladik Romanovsky proposed openstack/nova: objects: adding an update method to virtual_interface  https://review.openstack.org/31061814:15
openstackgerritVladik Romanovsky proposed openstack/nova: objects: Add devices_metadata to instance object  https://review.openstack.org/32792014:15
openstackgerritVladik Romanovsky proposed openstack/nova: db: add a device_metadata column to instance_extra  https://review.openstack.org/31888314:15
openstackgerritVladik Romanovsky proposed openstack/nova: Device tagging metadata API support  https://review.openstack.org/30451114:15
openstackgerritVladik Romanovsky proposed openstack/nova: objects: new InstanceDevicesMetadata object  https://review.openstack.org/31888414:15
openstackgerritVladik Romanovsky proposed openstack/nova: Device tagging API support  https://review.openstack.org/30451014:15
*** anush__ has joined #openstack-nova14:15
openstackgerritVladik Romanovsky proposed openstack/nova: Compute manager device tagging support  https://review.openstack.org/26401714:15
openstackgerritVladik Romanovsky proposed openstack/nova: Libvirt driver implementation of device tagging  https://review.openstack.org/26401614:15
*** ArxCruz has quit IRC14:15
mriedemdansmith: it was serious, but since i haven't reviewed the entire series i don't really know how it was making it better. but that single change wasn't making the part more readable, negative logic in a condition is usually less readable for me.14:16
*** chandankumar has joined #openstack-nova14:16
PaulMurraymriedem, I don't know why it is done this way with tags - and I was encouraged to do it the same14:16
johnthetubaguymriedem: so its making the follow patch easier to review14:16
johnthetubaguymriedem: where update always happens, and after create14:17
PaulMurraymriedem, ultimately it doesn't matter because the checks will always fail if there is no instance14:17
johnthetubaguymriedem: it does make it harder to read for the very short term14:17
*** ArxCruz has joined #openstack-nova14:17
PaulMurraymriedem, and the tokens will always be cleaned up anyway14:17
mriedemjohnthetubaguy: dansmith: i'm also selfishly sensitive to refactoring all of that code while i'm trying to land the get-me-a-network changes14:18
mriedemso i'm biased right now14:18
mriedemanywho14:18
PaulMurraymriedem, I guess the check here looks to see that the instance not only exists but also belongs to the caller's context projectid as well14:18
*** zz_dimtruck is now known as dimtruck14:18
PaulMurrayso it has to be done anyway14:18
openstackgerritAndrey Kurilin proposed openstack/python-novaclient: Raise an exception in v2.client for direct_use  https://review.openstack.org/33282914:18
PaulMurraysdague, we talked before about console proxy URLs14:19
openstackgerritAnush Krishnamurthy proposed openstack/nova: Improve consistency in cert  https://review.openstack.org/33265014:19
*** ociuhandu has joined #openstack-nova14:20
dansmithmriedem: you have, what, one more patch up that touches this code, right?14:20
PaulMurraysdague, you thought we should put the instance uuid in the path, not in the query part14:20
*** nkrinner is now known as nkrinner_afk14:20
mriedemdansmith: yes14:20
*** sudipto has quit IRC14:20
dansmithmriedem: it's got a -1 on it.. maybe fix that up and johnthetubaguy and I can try to get that merged so that excuse is removed? :)14:21
mriedemthat's the plan14:21
PaulMurraysdague, looks like some of the proxies use the path for the html page to display - and I know that gets modified in deployments, so people use it that way14:21
dansmiths/removed/out of play/14:21
*** yamahata has joined #openstack-nova14:22
PaulMurraysdague, so I think we need to stick with instance uuid in the query parameters to allow proxies to do what people expect14:22
*** sudipto has joined #openstack-nova14:22
PaulMurraysdague, make sense ?14:22
PaulMurraydansmith, I think you were in the at conversation as well ^^^14:23
mriedemPaulMurray: i think what i'm saying, poorly, is KeyError in the db api if you try to create a console auth token without an instance_uuid is fine14:23
mriedemPaulMurray: b/c that's what would happen with tags too14:23
*** shaohe_feng has quit IRC14:23
*** shaohe_feng has joined #openstack-nova14:23
PaulMurraymriedem, ok - I think I'm with you on that14:24
*** GB21 has joined #openstack-nova14:24
*** eharney has quit IRC14:24
openstackgerritAndrey Kurilin proposed openstack/python-novaclient: Raise an exception in v2.client for direct_use  https://review.openstack.org/33282914:24
*** kevin_zh has quit IRC14:25
*** ljxiash has joined #openstack-nova14:27
markus_zsahid: Why don't you like the "type" in the docstrings?14:28
johnthetubaguydansmith: attempted to answer your questions around the mac address, basically we just update ports that have a mac address that isn't want the hypervisor wants, which the neutron folks seemed to suggest was safe (although I would love their eyes on that patch) , at least with the regular ML2 plugin. https://review.openstack.org/#/c/327009/714:28
*** claudiub has quit IRC14:30
dansmithjohnthetubaguy: I guess I don't know if that always-overwrite-mac is legit or not14:30
*** sree has joined #openstack-nova14:30
dansmithjohnthetubaguy: would be good to get some of them to review and give their sign-off on that14:30
sahidmarkus_z: well it's not my only point14:31
sahidbut about the 'type' as I said we don't do that usually and that make the docstring really heavey whereas we can do something concise14:32
*** tanee_away is now known as tanee14:32
*** tanee is now known as tanee_away14:33
*** jwcroppe has joined #openstack-nova14:33
*** DaiDV has quit IRC14:33
*** shaohe_feng has quit IRC14:33
mriedemsdague: i talked to gus last night about the grenade failures even after the hook change from nova to privsep,14:33
mriedemsdague: he replied in the ML, basically it's still going to be busted without the rootwrap filter for compute14:34
mriedemso he pushed https://review.openstack.org/#/c/33261014:34
*** tbachman_ has joined #openstack-nova14:34
mriedemsdague: hemna worked on a workaround for os-brick if privsep isn't available, but danpb said they don't have something like that for os-vif,14:34
*** sree__ has joined #openstack-nova14:34
*** ptm_away has joined #openstack-nova14:34
*** shaohe_feng has joined #openstack-nova14:34
*** sree has quit IRC14:35
mriedemso it sounds like we're between the upgrade exception or seeing if we can hack os-vif to workaround not having privsep for newton only14:35
*** tanee_away is now known as tanee14:35
*** abalutoiu has quit IRC14:36
markus_zsahid: I left comments in the review.14:36
*** amotoki has quit IRC14:36
*** gongysh has joined #openstack-nova14:36
markus_zsahid: I'd highly appreciate your feedback on the real functional change: https://review.openstack.org/#/c/323765/614:36
*** tbachman has quit IRC14:37
*** tbachman_ is now known as tbachman14:37
*** sree has joined #openstack-nova14:37
*** ctrath has quit IRC14:37
sahidmarkus_z: did you see my messages on IRC ?14:37
*** jwcroppe has quit IRC14:38
*** PaulMurray has quit IRC14:38
sahidafter to ping you I started (obviously) a monologue about your way to address this serie14:38
sahidmarkus_z: ^14:38
markus_zsahid: Ahh, sorry, I did overlook them. I'm reading14:38
*** sree__ has quit IRC14:39
sahidmarkus_z: cool14:39
sahidmarkus_z: my mistake I did not tag your nick14:39
*** ctrath has joined #openstack-nova14:40
snetijohnthetubaguy, thank you!14:40
sahidmarkus_z: about your last patch started to review it but wanted to test it first since I do not know the behavior of virtlogd14:41
*** sree__ has joined #openstack-nova14:41
*** sree has quit IRC14:41
andrearosasnikitin_: are you around14:43
andrearosa?14:43
*** shaohe_feng has quit IRC14:44
*** shaohe_feng has joined #openstack-nova14:44
ildikovmriedem: hey, are you around?14:45
*** sridharg has quit IRC14:45
*** sree has joined #openstack-nova14:45
*** sree__ has quit IRC14:46
openstackgerritMikhail Feoktistov proposed openstack/nova: libvirt: virtuozzo instance resize support  https://review.openstack.org/18225714:46
openstackgerritDiana Clarke proposed openstack/nova: Qcow2: add create_from_image & create_from_func  https://review.openstack.org/32061014:46
openstackgerritDiana Clarke proposed openstack/nova: Lvm: add create_from_image & create_from_func  https://review.openstack.org/32061114:47
*** jaosorior has quit IRC14:47
*** david-lyle_ has quit IRC14:47
openstackgerritDiana Clarke proposed openstack/nova: Image: add create_from_image & create_from_func  https://review.openstack.org/31894814:47
mriedemildikov: sort ot14:47
openstackgerritDiana Clarke proposed openstack/nova: Resize an existing disk  https://review.openstack.org/33241614:47
mriedem*of14:47
openstackgerritDiana Clarke proposed openstack/nova: Rbd: add create_from_image & create_from_func  https://review.openstack.org/31769414:47
openstackgerritDiana Clarke proposed openstack/nova: Add check_backing_from_func & check_backing_from_image  https://review.openstack.org/32228514:47
openstackgerritDiana Clarke proposed openstack/nova: Flat: add create_from_image & create_from_func  https://review.openstack.org/31770114:47
openstackgerritDiana Clarke proposed openstack/nova: Ploop: add create_from_image & create_from_func  https://review.openstack.org/31768914:47
*** jaosorior has joined #openstack-nova14:47
sudiptomriedem, incorporated your comments, just wanted to ask you to take a look whenever you can: https://review.openstack.org/#/c/270341/14:48
ildikovmriedem: I just wanted to check on how to organize my patches14:48
*** MikeG451 has joined #openstack-nova14:48
openstackgerritDiana Clarke proposed openstack/nova: Update libvirt to use the new imagebackend methods  https://review.openstack.org/28258014:48
andrearosasdague: I have a question about the schema change to tempest because of an Nova API change, please let me know when you are avilable14:48
ildikovmriedem: in the sense of I think we could merge the shareable flag change for libvirt for instance and do the other changes as a next step when we have the Cinder changes in place14:49
ildikovmriedem: would this make sense or we would want to schedule everything after the Cinder changes?14:49
*** sree has quit IRC14:49
*** roeyc has quit IRC14:49
mriedemsudipto: so on https://review.openstack.org/#/c/270341/10/nova/compute/monitors/base.py you said that changing the names will break out of tree metric providers14:49
mriedemsudipto: jaypipes: ^ but do we have anything in place so that out of tree metric providers can't hook in already w/o mucking with setup.cfg?14:50
mriedemi.e. we don't care b/c we don't support an extension for that anyway?14:50
markus_zsahid: OK, after looking at my code again, I guess I won't need the refactorings to get the functional change done.14:50
*** tonytan4ever has quit IRC14:50
markus_zsahid: It seemed to be a good idea at the time14:50
*** DaiDV has joined #openstack-nova14:50
mriedemildikov: i don't think it probably makes sense to land the shareable flag in the libvirt driver in newton w/o the other changes to attach14:51
sudiptomriedem, i thought such things would have to adapt... but want to hear jaypipes 's thoughts...14:51
markus_zsahid: The logic there annoyed me like hell, so I wanted to improve it.14:51
mriedemildikov: because we're going to be filtering out computes by service version in the api when we get a multiattach volume anyway14:51
openstackgerritNicolas Hicher proposed openstack/nova-specs: Spec: add nova-manage db purge-deleted-instances  https://review.openstack.org/33079114:51
mriedemsudipto: if you can't hook them in today by just classloading something, then breaking them is maybe ok14:52
mriedemsudipto: i worry that we allow classloading out of tree metric providers (for better or worse) and we're going to break that now14:52
*** eharney has joined #openstack-nova14:52
markus_zsahid: I wasn't expecting that much trouble with the refactorings.14:53
ildikovmriedem: yeah, that's right14:53
*** tonytan4ever has joined #openstack-nova14:53
markus_zsahid: Let me have a look how the change series would look like without the refactoring stuff.14:53
*** ctrath has joined #openstack-nova14:53
markus_zsahid: sorry I wasted your time14:53
ildikovmriedem: I will not reorganize the already existing code then14:53
sahidmarkus_z: well you are posting patches for review so you can expect comments14:54
*** zul has quit IRC14:54
sudiptomriedem, i really don't have the right answer for that. I wonder how we would ever be able to change anything then?14:54
*** shaohe_feng has quit IRC14:54
*** anush__ has quit IRC14:54
*** shaohe_feng has joined #openstack-nova14:54
markus_zsahid: sure, no worries, I'm not mad or anything14:55
*** ptm_away is now known as PaulMurray14:55
*** hshiina has joined #openstack-nova14:55
*** zul has joined #openstack-nova14:55
*** roeyc has joined #openstack-nova14:57
*** kevin-run has joined #openstack-nova14:57
*** pilgrimstack has joined #openstack-nova14:57
*** yamahata has quit IRC14:57
*** jistr is now known as jistr|mtg14:58
*** rrecio has joined #openstack-nova14:58
*** tonytan4ever has quit IRC14:58
*** yamahata has joined #openstack-nova14:58
*** geedo has joined #openstack-nova14:58
*** bkopilov has quit IRC14:59
*** lucas____ has quit IRC14:59
openstackgerritNicolas Hicher proposed openstack/nova-specs: Spec: add nova-manage db purge-deleted-instances  https://review.openstack.org/33079114:59
*** lucas____ has joined #openstack-nova14:59
geedoI'm getting " libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied" on my DevStack when creating an instance. Can someone help me figure out what permissions I need for my libvirt setup?15:01
geedoHere's ls -l, it's pretty restrictive "srwx------  1 root root    0 Jun 21 11:11 libvirt-sock="15:01
*** jaugustine has joined #openstack-nova15:01
geedoI made some changes to libvirt and replaced the system binaries with my own and now my DevStack died15:02
*** jaosorior has quit IRC15:02
*** rlrossit has quit IRC15:02
sahidmarkus_z: it's just a couple of comments, perhaps you can just addresses them or let me know why they made no sense, i can correct myself for sure15:02
*** luca_____ has joined #openstack-nova15:02
*** lucas____ has quit IRC15:02
*** tbachman_ has joined #openstack-nova15:03
*** pilgrimstack has quit IRC15:03
*** lucas____ has joined #openstack-nova15:04
*** shaohe_feng has quit IRC15:04
*** tbachman has quit IRC15:05
*** tbachman_ is now known as tbachman15:05
*** lucas____ has quit IRC15:05
*** shaohe_feng has joined #openstack-nova15:05
*** lucas____ has joined #openstack-nova15:05
*** ArxCruz has quit IRC15:05
*** mdrabe has quit IRC15:05
*** kevin-run1 has joined #openstack-nova15:06
*** sree_ has joined #openstack-nova15:06
*** kevin-run1 is now known as kevin_zh15:06
*** mdrabe has joined #openstack-nova15:06
*** sree_ is now known as Guest6699415:06
*** kevin-run has quit IRC15:06
*** luca_____ has quit IRC15:07
*** tbachman has quit IRC15:07
*** pilgrimstack has joined #openstack-nova15:07
*** moshele has quit IRC15:08
*** eantyshev1 is now known as eantyshev15:08
*** permalac has quit IRC15:08
*** sacharya has joined #openstack-nova15:08
*** burgerk has joined #openstack-nova15:08
*** rcernin has quit IRC15:09
*** Hazelesque_ has joined #openstack-nova15:09
markus_zsahid: I left comments and explained the idea in the commit message. But the more I think about it, the better sounds the idea of having less changes.15:09
*** Guest66994 has quit IRC15:10
*** lucas____ has quit IRC15:10
*** sdake has quit IRC15:10
*** READ10 has quit IRC15:10
*** bapalm has quit IRC15:10
*** robcresswell_ has joined #openstack-nova15:10
*** bapalm has joined #openstack-nova15:10
markus_zsahid: Maybe for Ocata I tackle the refactoring of the domain XML creation again.15:10
*** thomasem_ has joined #openstack-nova15:10
*** agireud has quit IRC15:10
*** Hazelesque has quit IRC15:10
*** yarkot1 has quit IRC15:10
*** ircuser-1 has quit IRC15:10
*** csatari has quit IRC15:10
*** hogepodge has quit IRC15:10
*** thomasem has quit IRC15:10
*** robcresswell has quit IRC15:10
*** robcresswell_ is now known as robcresswell15:10
*** tesseract- has quit IRC15:10
*** ircuser-1 has joined #openstack-nova15:10
jaypipesmriedem: no, we don't want to support out-of-tree metrics providers15:10
*** csatari has joined #openstack-nova15:10
jaypipessudipto: yeah, I'm not interested in supporting out-of-tree metrics drivers.15:11
*** yarkot1 has joined #openstack-nova15:11
*** hogepodge has joined #openstack-nova15:11
*** READ10 has joined #openstack-nova15:11
mriedemjaypipes: i just wasn't sure if it was possible to load those up today15:11
mriedemby classpath15:11
*** sdake_ has joined #openstack-nova15:11
*** rrecio has quit IRC15:11
*** agireud has joined #openstack-nova15:11
sahidmarkus_z: ok so please remove these changes and i will test and review it15:12
markus_zsahid: I'm working on it, thanks for your offer, I appreciate it.15:12
*** sree has joined #openstack-nova15:12
markus_zsahid: FWIW, the "virt-preview" repo ships the needed versions of libvirt and qemu.15:13
*** jwcroppe has joined #openstack-nova15:13
openstackgerritSujitha proposed openstack/nova: [WIP] Improve help text for service options.  https://review.openstack.org/33286115:13
eantyshevhemna: Hello! would you please remove -1 on https://review.openstack.org/#/c/190843/ providing Virtuozzo Storage CI reported success on it? We have unusually high load on our CIs, and the response time is a few hours15:14
*** shaohe_feng has quit IRC15:14
*** shaohe_feng has joined #openstack-nova15:14
dansmitheantyshev: no15:15
bauzasjohnthetubaguy: maybe I'm wrong but I think https://review.openstack.org/#/c/327008/5 is duplicating the method name15:15
dansmitheantyshev: it's legit for him to hold a -1 until he sees the feedback he's looking for15:16
bauzasjohnthetubaguy: oh snap, nvm15:16
sahidmarkus_z: noted15:16
*** bkopilov has joined #openstack-nova15:16
*** sree has quit IRC15:17
openstackgerritPushkar Umaranikar proposed openstack/nova: [WIP] Improve help text for quota options  https://review.openstack.org/33286515:18
bauzasjohnthetubaguy: I tho noted a comment https://review.openstack.org/#/c/327008/5 about asking to comment the method for explaining it's updating a mutable arg15:18
*** sdake has joined #openstack-nova15:18
*** tbachman has joined #openstack-nova15:19
*** sdake_ has quit IRC15:19
eantyshevdansmith: but he explicitly wrote that -1 was for absence of Storage CI report15:19
*** lucas____ has joined #openstack-nova15:19
eantyshevdansmith: what else feedback do you mean?15:19
*** tanee is now known as tanee_away15:20
dansmitheantyshev: you mean it has now reported, I see it now15:20
dansmitheantyshev: I thought you were asking him to remove the -1 based on the fact that it will report later15:20
*** luca_____ has joined #openstack-nova15:20
*** penick has joined #openstack-nova15:22
*** pcaruana has quit IRC15:22
*** gongysh has quit IRC15:22
*** GB21 has quit IRC15:22
dansmitheantyshev: looks like the previous build that failed timed out, right? maybe we should recheck that a couple more times to see if it's getting hung sometimes?15:22
*** anush__ has joined #openstack-nova15:23
*** anush__ has quit IRC15:23
*** GB21 has joined #openstack-nova15:23
eantyshevdansmith: well, the reason why it failed was that we now have to use upstream os-brick (since we got rid of rootwrap filters)15:24
*** penick has quit IRC15:24
*** lucas____ has quit IRC15:24
*** rcernin has joined #openstack-nova15:24
dansmitheantyshev: that caused it to hang until killed?15:24
*** shaohe_feng has quit IRC15:25
eantyshevdansmith: it passed as soon as I added os-brick to LIBS_FROM_GIT. Timeouts while waiting until volumes reach "in-use" state. In many tests15:25
*** luca_____ has quit IRC15:25
*** shaohe_feng has joined #openstack-nova15:25
*** rrecio has joined #openstack-nova15:27
*** andreas_s has quit IRC15:29
*** ociuhandu has quit IRC15:29
*** mrkz has quit IRC15:30
*** ctrath has quit IRC15:30
*** jwcroppe has quit IRC15:31
*** ctrath has joined #openstack-nova15:31
*** jistr|mtg is now known as jistr15:32
*** caowei has quit IRC15:32
*** sree has joined #openstack-nova15:32
openstackgerritsahid proposed openstack/nova: network: handle unauthorized exception from neutron  https://review.openstack.org/31201415:33
*** mrkz has joined #openstack-nova15:33
*** pilgrimstack has quit IRC15:33
sahidjaypipes, mriedem I know that you might have some contexts of https://review.openstack.org/312014 if you have a moment to review it again15:34
openstackgerritSujitha proposed openstack/nova: Improve help text for glance options  https://review.openstack.org/32400715:34
*** shaohe_feng has quit IRC15:35
*** shaohe_feng has joined #openstack-nova15:35
*** itamarl has quit IRC15:36
johnthetubaguybauzas: once thats called next to all the other "populate" methods, it becomes much clearer anyways, but I like the idea of calling that out if I need to respin15:36
*** pcaruana has joined #openstack-nova15:36
bauzasjohnthetubaguy: anyway, I left a +1 but I'll +2/+W finally given that15:36
*** sree has quit IRC15:37
johnthetubaguybauzas: cool, thanks15:37
johnthetubaguybauzas: that chain is getting a bit long now, great to clear some of those out :D15:37
bauzasthose are nits, so I can help here :)15:37
openstackgerritSujitha proposed openstack/nova: Transform instance.pause notifications  https://review.openstack.org/32914115:37
bauzaswhen I'll review the top patches, it'll need a bit more of time for me :)15:38
*** jinxing has quit IRC15:39
*** tblakeslee has quit IRC15:39
openstackgerritSarafraj Singh proposed openstack/nova: Improve help context of ironic options  https://review.openstack.org/33243315:40
artomjohnthetubaguy, can you take a look at the following trivial patchj https://review.openstack.org/#/c/332439/?15:40
openstackgerritGábor Antal proposed openstack/nova: Transform instance.create_ip notification  https://review.openstack.org/33287615:40
*** anush__ has joined #openstack-nova15:41
*** tonytan4ever has joined #openstack-nova15:41
johnthetubaguyartom: should there not be a new py34 unit test added?15:41
artomjohnthetubaguy, hrmm, good point. It'll sort of be covered by a test for unrelated stuff that I wrote as part of device tagging (which is actually how I found this in the first place).15:42
*** thorst_ has quit IRC15:42
*** sree has joined #openstack-nova15:42
*** jinxing has joined #openstack-nova15:42
artomjohnthetubaguy, but yeah, probably best to add something explicit15:42
*** thorst_ has joined #openstack-nova15:43
johnthetubaguyartom: cool, thanks15:43
openstackgerritDiana Clarke proposed openstack/nova: Delete old imagebackend methods & tests  https://review.openstack.org/32297415:43
*** pilgrimstack has joined #openstack-nova15:44
*** sree has quit IRC15:44
*** tblakeslee has joined #openstack-nova15:44
*** stevemar has joined #openstack-nova15:44
*** sree has joined #openstack-nova15:44
*** thorst__ has joined #openstack-nova15:44
mriedemalex_xu: good comments in https://review.openstack.org/#/c/316275/ thanks15:45
*** shaohe_feng has quit IRC15:45
*** shaohe_feng has joined #openstack-nova15:46
*** thorst_ has quit IRC15:47
*** Sukhdev has joined #openstack-nova15:47
*** thorst__ has quit IRC15:49
*** sree has quit IRC15:49
*** catintheroof has joined #openstack-nova15:49
*** Guest6049 has joined #openstack-nova15:49
*** harlowja_at_home has joined #openstack-nova15:50
*** lucas____ has joined #openstack-nova15:50
*** Guest6049 has quit IRC15:51
*** lucas____ has quit IRC15:52
*** lucas____ has joined #openstack-nova15:52
mriedemdansmith: would you have a preference on updating the compute manager to handle this exception in this change or before it? https://review.openstack.org/#/c/316275/18/nova/network/neutronv2/api.py15:52
mriedemgiven nova-network can also raise that exception and the nova-network change already mreged15:52
mriedem*merged15:52
*** lucas____ has quit IRC15:54
*** lucas____ has joined #openstack-nova15:54
*** pacoblox has quit IRC15:54
dansmithmriedem: yeah, before might be nice15:55
*** shaohe_feng has quit IRC15:55
*** shaohe_feng has joined #openstack-nova15:56
*** ctrath has quit IRC15:57
*** efried has quit IRC15:57
*** armax has joined #openstack-nova15:58
mriedemsdague: question in https://review.openstack.org/#/c/330207/4/releasenotes/notes/extensions_remove-37e9d4092981abbe.yaml15:58
openstackgerritAnush Krishnamurthy proposed openstack/nova: Improve consistency in cert  https://review.openstack.org/33265015:58
*** tbachman has quit IRC15:58
mriedemi'm out most of the afternoon for a work outing thing15:58
mriedemmight be back for the cells meeting15:59
*** mriedem has quit IRC15:59
*** daemontool has joined #openstack-nova16:00
*** mriedem has joined #openstack-nova16:01
*** dmk0202 has quit IRC16:02
*** mriedem1 has joined #openstack-nova16:03
openstackgerritMaxim Nestratov proposed openstack/nova: add ploop support into qemu-img info  https://review.openstack.org/26063616:03
*** roeyc has quit IRC16:04
*** mriedem has quit IRC16:05
*** jlanoux has quit IRC16:06
*** shaohe_feng has quit IRC16:06
*** tbachman has joined #openstack-nova16:06
*** shaohe_feng has joined #openstack-nova16:06
*** jwcroppe has joined #openstack-nova16:06
*** raunak has joined #openstack-nova16:07
*** ArxCruz has joined #openstack-nova16:09
*** pacoblox has joined #openstack-nova16:09
*** xyang1 has quit IRC16:09
*** xyang1_ has joined #openstack-nova16:10
openstackgerritLuis Tomas proposed openstack/nova: Add automatic switching to postcopy mode when migration is not progressing  https://review.openstack.org/32849916:11
*** jinxing has quit IRC16:11
*** harlowja_at_home has quit IRC16:12
*** mdrabe has quit IRC16:12
openstackgerritSTEW TY proposed openstack/nova: Complete verification for os-floating-ips  https://review.openstack.org/32970416:14
*** tonytan4ever has quit IRC16:15
*** shaohe_feng has quit IRC16:16
*** links has joined #openstack-nova16:16
*** baoli__ has quit IRC16:16
*** shaohe_feng has joined #openstack-nova16:17
*** baoli has joined #openstack-nova16:17
*** p01nt3r75 has quit IRC16:20
*** jaugustine has quit IRC16:20
*** claudiub has joined #openstack-nova16:21
*** ArxCruz has quit IRC16:22
bauzasalaski: cells v2 meeting in 45 mins, right?16:22
*** sahid has quit IRC16:23
*** ArxCruz has joined #openstack-nova16:24
*** kevin_zh1 has joined #openstack-nova16:26
*** pacoblox1 has joined #openstack-nova16:26
*** shaohe_feng has quit IRC16:26
*** pacoblox has quit IRC16:26
*** shaohe_feng has joined #openstack-nova16:27
*** mrkz has quit IRC16:28
*** kevin_zh has quit IRC16:30
*** kevin_zh1 has quit IRC16:30
*** JoseMello has joined #openstack-nova16:31
*** jaugustine has joined #openstack-nova16:32
*** baoli has quit IRC16:33
*** baoli has joined #openstack-nova16:33
*** mdrabe has joined #openstack-nova16:34
*** shaohe_feng has quit IRC16:36
*** yamahata has quit IRC16:37
*** shaohe_feng has joined #openstack-nova16:37
*** sdague has quit IRC16:37
*** daemontool has quit IRC16:37
*** syjulian has quit IRC16:38
*** mriedem1 has quit IRC16:38
openstackgerritSTEW TY proposed openstack/nova: Complete verification for os-floating-ips  https://review.openstack.org/32970416:38
*** mfedosin has quit IRC16:39
*** ljxiash has quit IRC16:39
artomIs the feature freeze applicable to novaclient as well?16:39
artommelwitt ^^^ ?16:39
*** links has quit IRC16:40
*** rcernin has quit IRC16:40
*** baoli_ has joined #openstack-nova16:42
*** baoli has quit IRC16:43
*** pcaruana has quit IRC16:43
jaypipesedleafe: OMG, "podunk" is actually a choice? wow...16:43
*** baoli has joined #openstack-nova16:44
jaypipesedleafe: that's scary and awesome at the same time.16:44
*** mfisch has joined #openstack-nova16:45
*** mfisch has quit IRC16:45
*** mfisch has joined #openstack-nova16:45
*** jwcroppe has quit IRC16:45
*** jaugustine has quit IRC16:46
*** shaohe_feng has quit IRC16:47
*** baoli_ has quit IRC16:47
*** sacharya_ has joined #openstack-nova16:47
*** sajeesh has joined #openstack-nova16:47
*** shaohe_feng has joined #openstack-nova16:48
alaskibauzas: 12 minutes now, but yes16:48
*** tbachman has quit IRC16:48
*** sacharya has quit IRC16:50
*** penick has joined #openstack-nova16:50
*** ssurana has joined #openstack-nova16:51
*** chandankumar has quit IRC16:51
openstackgerritAnush Krishnamurthy proposed openstack/nova: Improve consistency in cert  https://review.openstack.org/33265016:52
*** mfedosin has joined #openstack-nova16:54
*** derekh has quit IRC16:55
melwittartom: what do you mean? a feature can't land in novaclient before it lands in nova, so if it gets frozen for nova it can't go in novaclient16:55
openstackgerritSarafraj Singh proposed openstack/nova: Improve help text of image_file_url  https://review.openstack.org/33249216:55
*** lpetrut has quit IRC16:55
artommelwitt, I mean if the feature lands in Nova at the last minute, can the corresponding novaclient code land after the freeze?16:56
melwittartom: I believe so, but I'd check with mriedem to be sure16:56
*** shaohe_feng has quit IRC16:57
*** mmandel has quit IRC16:57
*** moshele has joined #openstack-nova16:58
*** shaohe_feng has joined #openstack-nova16:58
*** josecastroleon has quit IRC16:58
*** tblakeslee has quit IRC16:58
*** Apoorva has joined #openstack-nova16:59
*** Apoorva has quit IRC16:59
edleafejaypipes: right?17:00
artomWait, you can't tell tox what specific py34 tests to run? That's le big lose...17:00
bauzasartom: yeah17:00
edleafejaypipes: I did a double-take when I read that :)17:01
artombauzas, I guess there are valid reasons for that, otherwise it'd be fixed already?17:01
*** mgoddard has quit IRC17:01
jaypipesedleafe: indeed!17:03
*** ri0 has joined #openstack-nova17:03
melwittartom: not in the same way you can with py27. there's some suggested ways in this thread, but the main thing is there's no way to do blacklist + regex you have to choose one or the other http://lists.openstack.org/pipermail/openstack-dev/2016-January/084767.html17:03
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: libvirt: virtlogd: use "log" element in char devices  https://review.openstack.org/32376017:03
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: libvirt: virtlogd: use the logd sub-element for char devices  https://review.openstack.org/32376517:03
openstackgerritPaul Murray proposed openstack/nova: Add periodic task to clean expired console tokens  https://review.openstack.org/32538117:04
openstackgerritPaul Murray proposed openstack/nova: Add console auth token records to the database  https://review.openstack.org/32541417:04
openstackgerritPaul Murray proposed openstack/nova: Add console auth object  https://review.openstack.org/32006317:04
artommelwitt, aha, thanks!17:04
openstackgerritPaul Murray proposed openstack/nova: Add instance uuid to console URLs  https://review.openstack.org/32538217:04
openstackgerritPaul Murray proposed openstack/nova: Add console auth tokens db api methods  https://review.openstack.org/31996417:04
*** sree has joined #openstack-nova17:05
*** shaohe_feng has quit IRC17:07
*** shaohe_feng has joined #openstack-nova17:08
openstackgerritMarkus Zoeller (markus_z) proposed openstack/nova: libvirt: virtlogd: use the logd sub-element for char devices  https://review.openstack.org/32376517:08
*** Jeffrey4l has quit IRC17:08
*** sdake_ has joined #openstack-nova17:09
*** PaulMurray has quit IRC17:09
*** sree has quit IRC17:09
edleafejaypipes: it's been removed.17:10
*** sdake has quit IRC17:10
*** Apoorva has joined #openstack-nova17:11
*** markus_z has quit IRC17:11
*** mvk has quit IRC17:11
*** tbachman has joined #openstack-nova17:12
*** gongysh has joined #openstack-nova17:13
*** moshele has quit IRC17:15
*** yamahata has joined #openstack-nova17:15
*** shaohe_feng has quit IRC17:17
*** Sukhdev has quit IRC17:17
*** shaohe_feng has joined #openstack-nova17:18
*** mmandel has joined #openstack-nova17:20
*** PaulMurray has joined #openstack-nova17:20
*** rcernin has joined #openstack-nova17:20
openstackgerritSarafraj Singh proposed openstack/nova: Improve help text of flavors  https://review.openstack.org/33293017:20
*** pilgrimstack has quit IRC17:21
clarkbedleafe: fwiw the vetting of names is supposed to happen after voting as a way to address lemming gate17:23
*** sfinucan has quit IRC17:24
clarkbof course there is flexibility there as the mitaka name was chosen funkily due to late feedback17:24
*** sameo has quit IRC17:24
edleafeclarkb: ok, I thought that the vetting happened earlier. IMO, lemming was much better than podunk!17:24
*** ri0 has quit IRC17:25
clarkbedleafe: the issue was some people removed lemming because of the negative connotations then people were sad because they liked the name17:25
*** ri0 has joined #openstack-nova17:25
clarkbso mordred's proposal and what we use now is to have a giant list of names, vote on them, then pick the first one that passes legal review17:25
edleafeclarkb: we had been using 'lemming' as a placeholder name for L since Juno17:26
clarkbedleafe: sure, just saying that podunk got lemminged :)17:26
*** lpetrut has joined #openstack-nova17:26
edleafeclarkb: well, I got an email from the one who added it saying that they would remove it, as it was meant to be humorous17:26
*** shaohe_feng has quit IRC17:28
*** shaohe_feng has joined #openstack-nova17:28
jaypipesalex_xu: what is your Gerrit user ID? :) I can't seem to find it in the Gerrit web UI :(17:29
dansmithclarkb: "podunk got lemminged" is hilarious17:29
*** sdake_ has quit IRC17:29
*** Hosam_ has quit IRC17:29
*** sree_ has joined #openstack-nova17:29
*** sree_ is now known as Guest5863717:30
*** ri0 has quit IRC17:30
openstackgerritRawlin Peters proposed openstack/os-vif: Ensure the OVS bridge exists when plugging  https://review.openstack.org/33081817:30
*** armax has quit IRC17:30
openstackgerritSarafraj Singh proposed openstack/nova: WIP - Improve help text of crypto.py  https://review.openstack.org/33293517:32
*** ri0 has joined #openstack-nova17:33
*** Guest58637 has quit IRC17:34
*** stewie925 has joined #openstack-nova17:37
*** AJaeger has joined #openstack-nova17:37
*** lpetrut has quit IRC17:37
AJaegernova stable cores, could you import again mitaka translations, please? https://review.openstack.org/330356 This one removes all the source translations files that we're not storing in git anymore17:38
*** shaohe_feng has quit IRC17:38
*** shaohe_feng has joined #openstack-nova17:38
*** mvk has joined #openstack-nova17:41
*** daemontool has joined #openstack-nova17:41
*** sudipto has quit IRC17:43
*** daemontool has quit IRC17:44
*** jwcroppe has joined #openstack-nova17:44
*** tblakeslee has joined #openstack-nova17:44
*** jkraj has joined #openstack-nova17:45
openstackgerritJulian proposed openstack/nova: Transform instance.snapshot notifications  https://review.openstack.org/33012817:48
*** mpavone has quit IRC17:48
*** shaohe_feng has quit IRC17:48
openstackgerritAugustina Ragwitz proposed openstack/nova: Restrict Metadata to Lower Case Keys  https://review.openstack.org/32969717:48
*** tblakeslee has quit IRC17:49
*** shaohe_feng has joined #openstack-nova17:49
*** tblakeslee has joined #openstack-nova17:49
*** shaohe_feng has quit IRC17:58
*** sthillma has joined #openstack-nova17:59
*** shaohe_feng has joined #openstack-nova17:59
*** liverpooler has joined #openstack-nova18:00
*** ijw has joined #openstack-nova18:01
mordredclarkb: why was podunk removed from the list?18:01
clarkbmordred: edleafe protested and apparently it was removed?18:01
edleafemordred: the submitter said he meant it as a joke, and removed it himself18:02
*** salv-orlando has quit IRC18:02
*** sdague has joined #openstack-nova18:02
*** salv-orlando has joined #openstack-nova18:03
*** smatzek has joined #openstack-nova18:04
mordredk. just making sure. certainly don't want any more lemminging18:04
*** ssurana has quit IRC18:05
* dansmith watches mordred lower the nerf gun18:06
edleafeclarkb: not protested as much as inquired. Everybody might not be familiar with the term18:06
* mordred fires at dansmith from the OTHER nerf gun he had behind his back18:07
edleafedansmith: oh, that was just a *nerf* gun??18:07
clarkbusually its a wet cat catapult18:07
melwittit's funny to think of edleafe protesting against someone suggesting "podunk"18:07
* dansmith dodges the nerf bullet in pure matrix-esque fashion, eliciting applause from the crowd18:07
*** salv-orlando has quit IRC18:07
*** ssurana has joined #openstack-nova18:08
edleafemelwitt: heh, I thought it was funny, but was afraid it would get lemminged18:08
*** gongysh has quit IRC18:08
* fungi finds a way to propose "plemming"18:08
edleafeI knew it! dansmith is The One!!18:08
* mordred bows to dansmith and hands him a somewhat uneaten sandwich18:08
*** shaohe_feng has quit IRC18:09
fungior maybe qlemming is an aboriginal word?18:09
*** lpetrut has joined #openstack-nova18:09
*** shaohe_feng has joined #openstack-nova18:09
dansmithlol18:09
melwittI saw someone already proposed quokka18:10
mordredmelwitt: the q proposals are amazing18:10
*** sree has joined #openstack-nova18:12
*** sthillma has quit IRC18:12
openstackgerritArtom Lifshitz proposed openstack/nova: Check for None max_count for Python 3 compat  https://review.openstack.org/33243918:13
artomjohnthetubaguy, added a test ^^18:13
*** c64cosmin has quit IRC18:13
*** josecastroleon has joined #openstack-nova18:14
*** AJaeger has left #openstack-nova18:14
openstackgerritAugustina Ragwitz proposed openstack/nova: Restrict Metadata to Lower Case Keys  https://review.openstack.org/32969718:15
penickI see that Quokka is an option for for Q.. Campaigning for this will be my new mission.18:15
penickFor -at least- 10 minutes18:15
*** sree has quit IRC18:16
*** browne has joined #openstack-nova18:17
*** Apoorva_ has joined #openstack-nova18:17
mtreinishauggy: ^^^ that patch keeps on getting bigger18:17
*** Apoorva has quit IRC18:17
*** dimtruck is now known as zz_dimtruck18:18
openstackgerritArtom Lifshitz proposed openstack/nova: Check for None max_count for Python 3 compat  https://review.openstack.org/33243918:18
*** shaohe_feng has quit IRC18:19
*** sthillma has joined #openstack-nova18:19
auggymtreinish: i blame the FUNctional tests18:19
*** shaohe_feng has joined #openstack-nova18:19
auggyall those samples18:19
auggyand you know, i'm only updating the ones impacted by this change for the most part18:20
*** sree has joined #openstack-nova18:20
*** sacharya_ has quit IRC18:20
*** sacharya has joined #openstack-nova18:21
*** david-lyle has joined #openstack-nova18:21
*** anush__ has quit IRC18:22
edleafepenick: you have my vote!18:22
*** anush__ has joined #openstack-nova18:23
*** ri0 has quit IRC18:24
mtreinishauggy: is it still growing?18:24
auggymtreinish: just one more, flavors extraspecs18:24
*** sree has quit IRC18:25
auggymtreinish: and i need to add unit test coverage for this microversion18:25
auggymtreinish: and then it will be DONE i hope, other than a docimpact tag18:25
*** anush__ has quit IRC18:25
auggyi know it's cutting it really close, those server tests just took forever to debug18:26
mtreinishauggy: heh, it never ends :)18:26
*** Apoorva_ has quit IRC18:27
auggyo/~ this is the patch that never ends... it just goes on and on my friends o/~18:27
*** Apoorva has joined #openstack-nova18:27
*** sree_ has joined #openstack-nova18:28
*** sree_ is now known as Guest272018:28
artomauggy, that gives me an idea. Can you write a patch that, in its unit tests, submits itself as a new patch?18:29
*** Apoorva has quit IRC18:29
*** shaohe_feng has quit IRC18:29
auggyartom: you know, i kind of pondered that as an idea for the functional side anytime someone bumps the microversion18:30
*** Apoorva has joined #openstack-nova18:30
auggyartom: it automatically creates a new patch and subclasses all the functional tests and then fails if their new microversion modified the existing inputs/outputs so they make sure and update those functional tests ;)18:30
*** shaohe_feng has joined #openstack-nova18:31
artomauggy, I was thinking more in terms of "let's DDoS Gerrit", but your use works as well ;)18:32
clarkbartom: auggy you could but you would have to expose the private keys for a gerrit user to do so18:32
auggymtreinish: oh i thought of something else, there's a good chance someone will beat me with the microversion bump and i'll have to go back through and bump mine again plus all the updates18:32
* auggy really needs an intern18:32
*** sree has joined #openstack-nova18:32
clarkbso not a great idea :)18:32
mtreinishauggy: heh, that's an easy find a replace though18:32
*** Guest2720 has quit IRC18:32
mtreinishauggy: it's not like 99 -> 100 where you could break pep8 everywhere18:32
auggymtreinish: oh yeah that's fair18:33
auggymtreinish: yeah i love me some perl pie :D18:33
artomclarkb, I can always create an 'evilartom' user and sacrifice his throaway key :)18:33
openstackgerritJulian proposed openstack/nova: WIP Add unit tests for nova.virt.firewall.IpTablesFirewallDriver (Part 2)  https://review.openstack.org/32543518:34
*** lucasagomes is now known as lucas-afk18:34
artomvladikr, are you about to push some stuff or can I make a quick update to 331490 ?18:36
*** sree has quit IRC18:37
*** GB21 has quit IRC18:37
vladikrartom, nope, I'm not18:37
*** ijw has quit IRC18:37
*** ijw has joined #openstack-nova18:38
*** ijw has quit IRC18:38
*** penick has quit IRC18:39
*** sree has joined #openstack-nova18:39
*** shaohe_feng has quit IRC18:39
openstackgerritArtom Lifshitz proposed openstack/nova: Add DeviceTaggingFilter to scheduler  https://review.openstack.org/33149018:40
openstackgerritArtom Lifshitz proposed openstack/nova: libvirt: attach configdrive after instance XML  https://review.openstack.org/30333518:40
openstackgerritArtom Lifshitz proposed openstack/nova: objects: adding an update method to virtual_interface  https://review.openstack.org/31061818:40
openstackgerritArtom Lifshitz proposed openstack/nova: objects: Add devices_metadata to instance object  https://review.openstack.org/32792018:40
openstackgerritArtom Lifshitz proposed openstack/nova: db: add a device_metadata column to instance_extra  https://review.openstack.org/31888318:40
*** DaiDV has quit IRC18:40
openstackgerritArtom Lifshitz proposed openstack/nova: Device tagging metadata API support  https://review.openstack.org/30451118:40
openstackgerritArtom Lifshitz proposed openstack/nova: objects: new InstanceDevicesMetadata object  https://review.openstack.org/31888418:40
openstackgerritArtom Lifshitz proposed openstack/nova: Device tagging API support  https://review.openstack.org/30451018:40
*** shaohe_feng has joined #openstack-nova18:40
openstackgerritArtom Lifshitz proposed openstack/nova: Compute manager device tagging support  https://review.openstack.org/26401718:40
openstackgerritArtom Lifshitz proposed openstack/nova: Libvirt driver implementation of device tagging  https://review.openstack.org/26401618:40
openstackgerritMaxim Nestratov proposed openstack/nova: add ploop support into qemu-img info  https://review.openstack.org/26063618:41
openstackgerritMaxim Nestratov proposed openstack/nova: libvirt: fix disk size calculation for VZ container instances  https://review.openstack.org/22256718:41
openstackgerritMaxim Nestratov proposed openstack/nova: libvirt: virtuozzo instance resize support  https://review.openstack.org/18225718:41
*** jkraj has quit IRC18:42
*** syjulian has joined #openstack-nova18:42
*** prateek has joined #openstack-nova18:42
*** matrohon has joined #openstack-nova18:43
*** sree has quit IRC18:43
*** josecastroleon has quit IRC18:43
*** sree has joined #openstack-nova18:44
*** tonytan4ever has joined #openstack-nova18:45
*** burt has joined #openstack-nova18:46
*** cdent has joined #openstack-nova18:46
*** sdake has joined #openstack-nova18:47
*** sree has quit IRC18:48
*** sree has joined #openstack-nova18:48
*** ijw has joined #openstack-nova18:49
*** shaohe_feng has quit IRC18:50
*** shaohe_feng has joined #openstack-nova18:50
*** tjones has left #openstack-nova18:50
openstackgerritAugustina Ragwitz proposed openstack/nova: Restrict Metadata to Lower Case Keys  https://review.openstack.org/32969718:51
*** Sukhdev has joined #openstack-nova18:52
*** kodokuu has quit IRC18:52
*** mvk_ has joined #openstack-nova18:53
*** sree has quit IRC18:53
*** hshiina has left #openstack-nova18:54
*** sdake_ has joined #openstack-nova18:55
*** mvk has quit IRC18:55
*** sree has joined #openstack-nova18:56
konetzedHow do I show what metadata a host has set in nova?  Using kilo and cannot find a nova host- command that will allow me to do so18:57
*** prateek has quit IRC18:57
*** sdake has quit IRC18:58
*** chandankumar has joined #openstack-nova18:58
*** achanda has joined #openstack-nova18:58
*** zz_dimtruck is now known as dimtruck19:00
*** shaohe_feng has quit IRC19:00
*** sree has quit IRC19:01
*** achanda has quit IRC19:02
*** mkrcmari__ has joined #openstack-nova19:02
*** mvk_ has quit IRC19:02
*** sree has joined #openstack-nova19:03
*** shaohe_feng has joined #openstack-nova19:05
*** hemanthm|afk is now known as hemanthm19:06
*** sree_ has joined #openstack-nova19:07
*** sree_ is now known as Guest3340619:07
*** sree has quit IRC19:07
openstackgerritSean Dague proposed openstack/nova: fix developer docs on API  https://review.openstack.org/33297319:07
*** wanghao_ has quit IRC19:08
*** shaohe_feng has quit IRC19:10
*** penick has joined #openstack-nova19:10
*** penick has quit IRC19:10
*** Guest33406 has quit IRC19:11
*** shaohe_feng has joined #openstack-nova19:11
*** penick has joined #openstack-nova19:12
openstackgerritRawlin Peters proposed openstack/os-vif: Ensure the OVS bridge exists when plugging  https://review.openstack.org/33081819:12
*** efried has joined #openstack-nova19:13
*** mkrcmari__ has quit IRC19:15
*** mvk has joined #openstack-nova19:16
*** sree has joined #openstack-nova19:16
*** baoli has quit IRC19:17
*** josecastroleon has joined #openstack-nova19:18
*** baoli has joined #openstack-nova19:18
openstackgerritOpenStack Proposal Bot proposed openstack/nova: Updated from global requirements  https://review.openstack.org/33232719:20
*** sree has quit IRC19:20
*** shaohe_feng has quit IRC19:20
*** jamielennox is now known as jamielennox|away19:21
*** shaohe_feng has joined #openstack-nova19:21
*** jwcroppe has quit IRC19:22
*** sthillma has quit IRC19:22
*** tonytan4ever has quit IRC19:22
openstackgerritSarafraj Singh proposed openstack/nova: WIP - Improve help text of s3 options 1. Add more verbose to s3 help text 2. Fixed alignment and formatting  https://review.openstack.org/33297719:24
*** sheel has quit IRC19:25
openstackgerritSarafraj Singh proposed openstack/nova: WIP - Improve help text of s3 options  https://review.openstack.org/33297719:26
*** _ducttape_ has joined #openstack-nova19:26
openstackgerritJim Rollenhagen proposed openstack/nova-specs: Fix work item bullet syntax in policy-in-code.rst  https://review.openstack.org/33297919:26
jroll^ super easy rst formatting thing, if someone has 5 seconds, but may want to wait for the build unless you really trust me :)19:26
*** sthillma has joined #openstack-nova19:28
*** sree has joined #openstack-nova19:28
openstackgerritSarafraj Singh proposed openstack/nova: Improve help text of flavors config options  https://review.openstack.org/33293019:29
*** ducttape_ has quit IRC19:29
*** sdake has joined #openstack-nova19:31
*** shaohe_feng has quit IRC19:31
*** shaohe_feng has joined #openstack-nova19:31
*** jwcroppe has joined #openstack-nova19:32
*** sdake_ has quit IRC19:33
*** sree has quit IRC19:33
sdaguejroll: thanks +A19:34
jrollthanks19:34
*** baoli has quit IRC19:35
*** baoli has joined #openstack-nova19:35
sdaguealaski: I'm not a huge fan of the partials here, why not just do string concats or formats instead - https://review.openstack.org/#/c/328850/11/nova/policies/access_ips.py ?19:38
*** chandankumar has quit IRC19:38
*** shaohe_feng has quit IRC19:41
alaskisdague: it is doing string concats. would you be okay with "def get_name(name): return POLICY_ROOT % name" or is it the extra method you don't like?19:41
*** fragatina has joined #openstack-nova19:41
*** fragatina has quit IRC19:42
alaskiI don't have a strong opinion here. I just think get_name() is cleaner throughout than string formats everywhere19:42
*** shaohe_feng has joined #openstack-nova19:42
*** fragatina has joined #openstack-nova19:42
*** thumpba has joined #openstack-nova19:43
alaskisdague: what I'm basically asking is if https://review.openstack.org/#/c/329122/7/nova/policies/servers.py seems problematic19:43
alaskithe less generic pattern of what claudiub is using19:44
*** sree has joined #openstack-nova19:45
*** _ducttape_ has quit IRC19:46
*** josecastroleon has quit IRC19:47
*** cdelatte has quit IRC19:48
*** lucas____ has quit IRC19:48
*** ducttape_ has joined #openstack-nova19:49
*** sree has quit IRC19:50
sdaguethe thing about inline string concats is all the info you need is there in front of you, running off to another library puts an indirection in, that seems small now. But we saw these grow in odd ways in the API stack19:50
*** lucas____ has joined #openstack-nova19:51
*** shaohe_feng has quit IRC19:51
*** sree has joined #openstack-nova19:51
*** Hosam has joined #openstack-nova19:52
*** shaohe_feng has joined #openstack-nova19:52
*** lucas____ has quit IRC19:52
*** baoli has quit IRC19:53
alaskithat's fair. I like the helper method but haven't dealt with the uncontrolled api growth to see the dark side of the coin. it won't bother me to see it go19:53
*** baoli has joined #openstack-nova19:54
*** sree has quit IRC19:56
openstackgerritSean Dague proposed openstack/nova: update servers policy in code to use formats  https://review.openstack.org/33299519:56
sdagueso... that would be the alternative19:56
sdaguewhich seems pretty straight forward, dull, and never going to confuse anyone19:56
*** mfedosin has quit IRC19:57
*** sree has joined #openstack-nova19:59
alaskiThat's fine with me, I left a comment but otherwise am happy to +220:00
sdagueoh, damn, my emacs macro went a little off the rails20:01
sdagueI'm still getting used to using those for editing things20:01
alaskisdague: one question that's come up is how to handle soft authorization. I don't have a strong opinion here so I'll defer to you if you have one. we could add an arg to context.can() for it, or add a new method to context.20:01
*** shaohe_feng has quit IRC20:01
*** sdake_ has joined #openstack-nova20:01
*** mvk_ has joined #openstack-nova20:01
sdaguean arg is probably fine, this is basically a fatal=False, right?20:02
*** shaohe_feng has joined #openstack-nova20:02
sdagueso fatal=True by default, then fatal=False if we don't want to throw the exception20:02
alaskibasically, yeah20:02
alaskiclaudiub: ^20:03
*** sree has quit IRC20:03
*** salv-orlando has joined #openstack-nova20:04
*** Hosam has quit IRC20:04
openstackgerritSean Dague proposed openstack/nova: update servers policy in code to use formats  https://review.openstack.org/33299520:04
*** sdake has quit IRC20:04
sdaguefixed20:04
sdagueyay, inline editor20:04
*** sree has joined #openstack-nova20:05
sdaguepreserve_ephemeral only ever worked on ironic back end?20:05
*** mvk has quit IRC20:05
*** browne has quit IRC20:05
dansmithsdague: yeah20:08
dansmithawesome huh?20:08
*** sree has quit IRC20:10
*** lucas____ has joined #openstack-nova20:10
*** sree has joined #openstack-nova20:11
*** shaohe_feng has quit IRC20:12
*** shaohe_feng has joined #openstack-nova20:12
openstackgerritArtom Lifshitz proposed openstack/nova: Check for None max_count for Python 3 compat  https://review.openstack.org/33243920:14
*** stevemar has quit IRC20:14
*** lucas____ has quit IRC20:14
*** stevemar has joined #openstack-nova20:14
cdentsdague: I'm trying to be a good boy and figure out how to make Routes behave as I would like, or at least be able to fix this 405 concern I have so I can make a useful bug report (docs say "Note that routes is in maintenance mode so bug reports are unlikely to be worked on, pull requests will be applied if submitted with tests.") but headway is slow. Any pointers to other routes resources?20:14
*** baoli has quit IRC20:14
*** baoli_ has joined #openstack-nova20:14
*** sree has quit IRC20:16
artomdansmith, actually, maybe you can take a look at https://review.openstack.org/332439 as well? The test is literally 15.5 times longer than the code :)20:16
sdagueI would still post the bug there, with as much detail as you can make. I think the trick of it is going to be figuring out how things are compiled in the mapper, because I don't actually know if there is a way to search the mapper by resource and see a matching resource but not a method.20:17
*** pradk has quit IRC20:17
dansmithartom: 15.50 or are you rounding?20:18
*** sree has joined #openstack-nova20:19
sdaguejroll: does ironic still use preserve ephemeral?20:19
*** stevemar has quit IRC20:19
jrollsdague: yes :(20:19
jrollI hate it so much20:19
sdaguealright then20:19
sdaguejroll: can't you all deprecated it, then we could remove it :)20:19
jrollsdague: well, that's complicated, it's part of our api20:20
jrollat any rate, I'd love to kill it off, but there's users that depend on it (supposedly)20:20
*** Apoorva has quit IRC20:21
*** shaohe_feng has quit IRC20:22
artomdansmith, 15.500 repeating ;)20:23
*** sree has quit IRC20:23
dansmithartom: that seems unlikely20:23
dansmithI'm tempted to do the math myself20:23
dansmithah, I guess one line changed20:23
dansmither, two20:23
dansmithdammit, alrgith20:24
*** aorourke__ is now known as aorourke20:24
dansmithwas hoping for more interesting resolution, but I guess it is 15.5000020:24
*** Apoorva has joined #openstack-nova20:24
artomdansmith, sorry to disappoint, next time I'll add some comments to make it a rational number20:24
*** sree has joined #openstack-nova20:25
dansmithyeah20:25
artomUnfortunately, by definition, it cannot be irrational, though pi times more tests than code is a goal we should all strive for20:25
dansmithwe could calculate the amount of change on the code lines and then use that fractional part to divide the tests20:25
*** shaohe_feng has joined #openstack-nova20:25
*** salv-orlando has quit IRC20:27
*** salv-orlando has joined #openstack-nova20:28
*** tjones has joined #openstack-nova20:28
*** matrohon has quit IRC20:28
*** browne has joined #openstack-nova20:29
*** sree has quit IRC20:29
*** sree has joined #openstack-nova20:30
*** shaohe_feng has quit IRC20:32
openstackgerritPushkar Umaranikar proposed openstack/nova: Improve help text for quota options  https://review.openstack.org/33286520:33
*** shaohe_feng has joined #openstack-nova20:33
*** sdake_ has quit IRC20:34
*** sree has quit IRC20:35
*** sree has joined #openstack-nova20:37
openstackgerritPushkar Umaranikar proposed openstack/nova: Config options: Improve help text for console options  https://review.openstack.org/32183020:37
*** jwcroppe has quit IRC20:37
*** ArxCruz has quit IRC20:38
*** baoli_ has quit IRC20:39
*** fragatina has quit IRC20:39
*** hamzy_ is now known as hamzy20:40
openstackgerritPushkar Umaranikar proposed openstack/nova: Config Options: Improve help text for Ipv6 options  https://review.openstack.org/31829120:41
openstackgerritSean Dague proposed openstack/nova: remove preserve-ephemeral rebuild extension  https://review.openstack.org/33301420:41
mikalMorning20:41
*** sree has quit IRC20:41
sdaguemikal: morning/evening20:41
mikalsdague: I think I just agreed to write some functional tests for vendordata20:42
mikalI'll try and progress that this week20:42
*** tjones has left #openstack-nova20:42
cdentsdague: As is usual, writing up the bug report led to a potential solution, but it is so freaking messy and it leaves out the actual dispatching. It's just made me dislike Routes even more! :( https://github.com/bbangert/routes/issues/7020:42
*** sree has joined #openstack-nova20:42
*** shaohe_feng has quit IRC20:42
*** shaohe_feng has joined #openstack-nova20:43
*** svenkat has joined #openstack-nova20:43
*** rlrossit has joined #openstack-nova20:43
sdaguemikal: sounds great20:43
mikalsdague: "great"20:43
*** josecastroleon has joined #openstack-nova20:45
*** smatzek has quit IRC20:47
*** sree has quit IRC20:47
*** sree has joined #openstack-nova20:48
sdagueso who was the wise guy that decided that we'd use different kwargs for the same thing in create / rebuild - https://github.com/openstack/nova/blob/3d75b5f99e2c2d2f84dd135852899d1a1d7f682e/nova/api/openstack/compute/personality.py#L55-L6220:50
sdagueinjected_files vs. files_to_inject20:50
*** rook has quit IRC20:51
*** ivase has quit IRC20:51
*** rook has joined #openstack-nova20:51
*** sree has quit IRC20:52
*** matrohon has joined #openstack-nova20:52
*** shaohe_feng has quit IRC20:53
*** shaohe_feng has joined #openstack-nova20:54
*** stevemar has joined #openstack-nova20:54
*** armax has joined #openstack-nova20:55
*** thumpba has quit IRC20:55
*** akshai has joined #openstack-nova20:57
*** sree has joined #openstack-nova20:57
*** syjulian has quit IRC20:58
*** tblakeslee has quit IRC20:59
*** rook has quit IRC21:01
sdaguehttps://github.com/openstack/nova/commit/cebc98176926f57016a508d5c59b11f55dfcf2b321:01
*** rook has joined #openstack-nova21:01
*** sree has quit IRC21:02
*** sree has joined #openstack-nova21:02
*** shaohe_feng has quit IRC21:03
*** sree_ has joined #openstack-nova21:04
*** shaohe_feng has joined #openstack-nova21:04
*** sree_ is now known as Guest7973721:04
*** thorst_ has joined #openstack-nova21:05
*** matrohon has quit IRC21:06
alaskithat's practically pre-history21:06
alaskiback when commit messages were useful21:06
dansmithalaski: before./21:07
*** sree has quit IRC21:07
*** sree has joined #openstack-nova21:08
alaskiyeah, I forgot my sarcasm tag21:08
*** Guest79737 has quit IRC21:08
*** pushkaru has joined #openstack-nova21:11
*** cdent has quit IRC21:11
sdagueheh21:12
*** svenkat has quit IRC21:12
*** sree has quit IRC21:12
openstackgerritSean Dague proposed openstack/nova: WIP: remove personality extension  https://review.openstack.org/33303021:12
*** svenkat has joined #openstack-nova21:12
*** svenkat has quit IRC21:12
sdaguewell, it meant that my strategy of a fully generic translation layer won't work, so we'll have to account for the operation in the translator21:12
*** geedo has left #openstack-nova21:12
*** shaohe_feng has quit IRC21:13
*** shaohe_feng has joined #openstack-nova21:14
*** josecastroleon has quit IRC21:15
*** penick has quit IRC21:21
*** Sukhdev has quit IRC21:21
*** kfarr has quit IRC21:22
*** rtheis has quit IRC21:22
*** shaohe_feng has quit IRC21:23
*** smatzek has joined #openstack-nova21:24
*** shaohe_feng has joined #openstack-nova21:24
*** _Fdaisuke_ has joined #openstack-nova21:25
*** PaulMurray has quit IRC21:26
*** Fdaisuke has quit IRC21:26
*** smatzek has quit IRC21:28
*** sdake has joined #openstack-nova21:28
*** sree has joined #openstack-nova21:29
*** sthillma has quit IRC21:31
*** tblakeslee has joined #openstack-nova21:32
*** sree has quit IRC21:33
openstackgerritAnusha Unnam proposed openstack/nova: Improve help text for interval_opts  https://review.openstack.org/33176121:33
*** burgerk has quit IRC21:33
*** sthillma has joined #openstack-nova21:33
*** shaohe_feng has quit IRC21:34
*** sree has joined #openstack-nova21:34
*** shaohe_feng has joined #openstack-nova21:35
*** smatzek has joined #openstack-nova21:38
*** sdake_ has joined #openstack-nova21:38
*** sree has quit IRC21:38
*** abalutoiu has joined #openstack-nova21:39
*** sdake has quit IRC21:39
*** derekh has joined #openstack-nova21:40
*** sameo has joined #openstack-nova21:41
openstackgerritAnusha Unnam proposed openstack/nova: Transform instance.resize notifications  https://review.openstack.org/32925521:41
*** rlrossit has quit IRC21:43
*** pushkaru has quit IRC21:44
*** shaohe_feng has quit IRC21:44
*** sree has joined #openstack-nova21:44
*** eharney has quit IRC21:45
*** shaohe_feng has joined #openstack-nova21:45
*** anush__ has joined #openstack-nova21:45
*** sambetts is now known as sambetts|afk21:46
*** cgalan has joined #openstack-nova21:48
*** jamielennox|away is now known as jamielennox21:48
*** sree has quit IRC21:49
*** sree has joined #openstack-nova21:49
*** ametts has quit IRC21:50
*** sree_ has joined #openstack-nova21:52
*** sree_ is now known as Guest2557121:52
*** anush__ has quit IRC21:52
*** anush__ has joined #openstack-nova21:53
*** sree has quit IRC21:54
*** shaohe_feng has quit IRC21:54
*** jamesdenton has quit IRC21:54
*** shaohe_feng has joined #openstack-nova21:55
*** tbachman_ has joined #openstack-nova21:55
*** sree has joined #openstack-nova21:55
*** Guest25571 has quit IRC21:56
*** cgalan has left #openstack-nova21:57
*** tbachman__ has joined #openstack-nova21:57
*** tbachman has quit IRC21:57
*** tbachman__ is now known as tbachman21:57
openstackgerritSujitha proposed openstack/nova: Improve help text for service options.  https://review.openstack.org/33286121:59
*** sree has quit IRC21:59
*** sree has joined #openstack-nova22:00
*** Sukhdev has joined #openstack-nova22:00
*** tbachman_ has quit IRC22:00
*** sree has quit IRC22:04
*** sree has joined #openstack-nova22:04
*** shaohe_feng has quit IRC22:04
*** Sukhdev has quit IRC22:05
*** anush__ has quit IRC22:05
*** lucas____ has joined #openstack-nova22:06
*** shaohe_feng has joined #openstack-nova22:07
*** burt has quit IRC22:08
*** sree has quit IRC22:09
*** JoseMello has quit IRC22:09
*** lucas____ has quit IRC22:11
*** kylek3h has quit IRC22:11
*** sree has joined #openstack-nova22:11
*** tjones has joined #openstack-nova22:12
*** ssurana has quit IRC22:13
*** ssurana1 has joined #openstack-nova22:13
*** lucas____ has joined #openstack-nova22:13
*** browne1 has joined #openstack-nova22:14
*** tbachman has quit IRC22:14
*** shaohe_feng has quit IRC22:15
*** browne has quit IRC22:15
*** Sukhdev has joined #openstack-nova22:15
*** shaohe_feng has joined #openstack-nova22:15
*** sree has quit IRC22:16
*** smatzek has quit IRC22:17
*** lucas____ has quit IRC22:18
*** tbachman has joined #openstack-nova22:18
*** sree has joined #openstack-nova22:18
*** mdrabe has quit IRC22:19
*** sdake has joined #openstack-nova22:21
*** sree has quit IRC22:22
*** sree_ has joined #openstack-nova22:22
*** sree_ is now known as Guest8306922:23
*** sree has joined #openstack-nova22:23
*** ijw has quit IRC22:23
*** ijw has joined #openstack-nova22:24
*** sdake_ has quit IRC22:24
*** shaohe_feng has quit IRC22:25
*** dimtruck is now known as zz_dimtruck22:25
*** ducttape_ has quit IRC22:26
*** shaohe_feng has joined #openstack-nova22:26
*** Guest83069 has quit IRC22:27
*** sree has quit IRC22:28
*** lpetrut has quit IRC22:28
*** achanda_ has joined #openstack-nova22:29
*** BjoernT has quit IRC22:30
*** efried has quit IRC22:31
*** sdake_ has joined #openstack-nova22:31
*** sdake has quit IRC22:34
*** shaohe_feng has quit IRC22:35
*** shaohe_feng has joined #openstack-nova22:36
*** xyang1_ has quit IRC22:37
*** akshai has quit IRC22:40
*** akshai has joined #openstack-nova22:42
openstackgerritmelanie witt proposed openstack/nova: Enable sqlite FK enforcement in Database fixture  https://review.openstack.org/33130522:44
*** jamielennox is now known as jamielennox|away22:44
*** shaohe_feng has quit IRC22:45
*** shaohe_feng has joined #openstack-nova22:46
*** sdake_ has quit IRC22:49
*** jamielennox|away is now known as jamielennox22:53
*** derekh has quit IRC22:54
*** yamahata has quit IRC22:54
*** shaohe_feng has quit IRC22:56
*** penick has joined #openstack-nova22:56
*** shaohe_feng has joined #openstack-nova22:56
openstackgerritTimofey Durakov proposed openstack/nova: live_migration_cleanup method introduced  https://review.openstack.org/30261122:58
openstackgerritTimofey Durakov proposed openstack/nova: Remove unused migrate_data param from driver cleanup and destroy  https://review.openstack.org/28065322:58
*** salv-orl_ has joined #openstack-nova22:58
openstackgerritTimofey Durakov proposed openstack/nova: call pre_live_migration from conductor  https://review.openstack.org/29116022:58
openstackgerritTimofey Durakov proposed openstack/nova: centralize checks before live-migration  https://review.openstack.org/33212422:58
*** rcernin has quit IRC23:00
*** sameo has quit IRC23:00
*** salv-orlando has quit IRC23:00
*** Sukhdev has quit IRC23:01
*** jamielennox is now known as jamielennox|away23:05
*** stevemar has quit IRC23:06
*** shaohe_feng has quit IRC23:06
*** salv-orl_ has quit IRC23:06
*** stevemar has joined #openstack-nova23:06
*** shaohe_feng has joined #openstack-nova23:07
openstackgerritTimofey Durakov proposed openstack/nova: live_migration_cleanup method introduced  https://review.openstack.org/30261123:10
openstackgerritTimofey Durakov proposed openstack/nova: Remove unused migrate_data param from driver cleanup and destroy  https://review.openstack.org/28065323:10
openstackgerritTimofey Durakov proposed openstack/nova: call pre_live_migration from conductor  https://review.openstack.org/29116023:10
openstackgerritTimofey Durakov proposed openstack/nova: centralize checks before live-migration  https://review.openstack.org/33212423:10
*** sree has joined #openstack-nova23:10
*** ducttape_ has joined #openstack-nova23:11
*** zhenguo_ has quit IRC23:11
*** stevemar has quit IRC23:11
*** mmandel has quit IRC23:12
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Update "Compute API References"  https://review.openstack.org/33305823:13
oomichisdague: ^^^ is for updating api deprecation thing which is pointed by hogepodge23:14
*** edmondsw has quit IRC23:15
*** lucas____ has joined #openstack-nova23:15
*** sree has quit IRC23:15
*** shaohe_feng has quit IRC23:16
*** shaohe_feng has joined #openstack-nova23:17
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Update "Compute API References"  https://review.openstack.org/33305823:17
openstackgerritmelanie witt proposed openstack/nova: Enable sqlite FK enforcement in Database fixture  https://review.openstack.org/33130523:18
*** gcb has joined #openstack-nova23:19
*** lucas____ has quit IRC23:19
*** tblakeslee has quit IRC23:22
*** lucas____ has joined #openstack-nova23:22
*** sdague has quit IRC23:23
*** luca_____ has joined #openstack-nova23:23
*** lucas____ has quit IRC23:24
*** sdake has joined #openstack-nova23:24
*** shaohe_feng has quit IRC23:26
*** shaohe_feng has joined #openstack-nova23:27
*** luca_____ has quit IRC23:28
*** lucas____ has joined #openstack-nova23:30
*** tjones has left #openstack-nova23:31
*** jamesdenton has joined #openstack-nova23:32
openstackgerritTakashi NATSUME proposed openstack/nova: Add swap volume notifications (start, end)  https://review.openstack.org/25028323:32
*** cdelatte has joined #openstack-nova23:32
*** sree has joined #openstack-nova23:33
openstackgerritTakashi NATSUME proposed openstack/nova: Add swap volume notifications (error)  https://review.openstack.org/32805523:33
openstackgerritTakashi NATSUME proposed openstack/nova: Add swap volume notifications samples  https://review.openstack.org/32886623:34
*** lucas____ has quit IRC23:35
*** catintheroof has quit IRC23:35
*** lucas____ has joined #openstack-nova23:35
*** ducttape_ has quit IRC23:36
*** sthillma has quit IRC23:37
*** shaohe_feng has quit IRC23:37
*** sree has quit IRC23:37
*** sree has joined #openstack-nova23:37
*** shaohe_feng has joined #openstack-nova23:37
*** ducttape_ has joined #openstack-nova23:39
*** ducttape_ has quit IRC23:39
*** rrecio has quit IRC23:39
*** thorst_ has quit IRC23:41
openstackgerritmelanie witt proposed openstack/nova: Enable sqlite FK enforcement in Database fixture  https://review.openstack.org/33130523:41
*** sree has quit IRC23:41
*** thorst has joined #openstack-nova23:42
*** ducttape_ has joined #openstack-nova23:42
*** sdake has quit IRC23:42
*** lucas____ has quit IRC23:43
*** jamesdenton has quit IRC23:44
*** sree has joined #openstack-nova23:45
*** shaohe_feng has quit IRC23:47
*** jamesdenton has joined #openstack-nova23:47
*** jamesdenton has quit IRC23:47
*** baoli has joined #openstack-nova23:47
*** shaohe_feng has joined #openstack-nova23:48
*** ducttape_ has quit IRC23:49
*** sree has quit IRC23:50
*** gongysh has joined #openstack-nova23:50
*** thorst has quit IRC23:51
*** sree has joined #openstack-nova23:51
*** sacharya has quit IRC23:51
*** ducttape_ has joined #openstack-nova23:52
*** takashin has joined #openstack-nova23:53
*** baoli has quit IRC23:54
*** armax has quit IRC23:54
openstackgerritTakashi NATSUME proposed openstack/nova: Archive migrations table  https://review.openstack.org/32368423:54
openstackgerritTakashi NATSUME proposed openstack/nova: Stop using mox stubs in nova/tests/unit/cells  https://review.openstack.org/32328723:54
openstackgerritTakashi NATSUME proposed openstack/nova: Stop using mox stubs in nova/tests/unit/virt/disk  https://review.openstack.org/32277823:54
openstackgerritTakashi NATSUME proposed openstack/nova: Remove mox in test_block_device_mapping_v1.py  https://review.openstack.org/30874623:55
openstackgerritTakashi NATSUME proposed openstack/nova: Return 400 when SecurityGroupCannotBeApplied is raised  https://review.openstack.org/32333223:55
openstackgerritTakashi NATSUME proposed openstack/nova: Set 'serial' to new volume ID in swap volumes  https://review.openstack.org/25713523:55
openstackgerritKen'ichi Ohmichi proposed openstack/nova: Update "Compute API References"  https://review.openstack.org/33305823:55
*** sheel has joined #openstack-nova23:55
*** sree has quit IRC23:55
*** erlon has quit IRC23:56
*** yamahata has joined #openstack-nova23:57
*** sthillma has joined #openstack-nova23:57
*** jamielennox|away is now known as jamielennox23:57
*** shaohe_feng has quit IRC23:57
*** baoli has joined #openstack-nova23:57
*** ducttape_ has quit IRC23:57
*** shaohe_feng has joined #openstack-nova23:58
*** baoli has quit IRC23:58
*** ducttape_ has joined #openstack-nova23:59
*** stevemar has joined #openstack-nova23:59

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