melwitt | does anyone know how to see a list of launchpad bugs that were fixed for a given release? | 00:02 |
---|---|---|
*** ayoung has joined #openstack-nova | 00:03 | |
*** pradk has quit IRC | 00:06 | |
*** ihrachys has quit IRC | 00:06 | |
*** apoorvad has joined #openstack-nova | 00:07 | |
*** jinxing has joined #openstack-nova | 00:12 | |
*** jschlueter has joined #openstack-nova | 00:14 | |
*** Sukhdev has joined #openstack-nova | 00:15 | |
*** jinxing has quit IRC | 00:17 | |
*** Qiming has joined #openstack-nova | 00:19 | |
*** mylu has joined #openstack-nova | 00:23 | |
mriedem | nikhil: going over the glance v2 api spec again, do we get the 'location' property into an image created from a server snapshot in nova just via the metadata that can be passed in on the request? http://developer.openstack.org/api-ref-compute-v2.1.html#createImage | 00:23 |
mriedem | melwitt: yeah, sec | 00:24 |
mriedem | melwitt: e.g. https://launchpad.net/nova/liberty/12.0.0 | 00:25 |
mriedem | it doesn't look like 13.0.0 was tagged in LP | 00:25 |
mriedem | basically you look at the series https://launchpad.net/nova/mitaka/ | 00:26 |
mriedem | e.g. https://launchpad.net/nova/mitaka/mitaka-3 | 00:26 |
*** alex_xu has quit IRC | 00:26 | |
*** itlinux has quit IRC | 00:26 | |
*** hoangcx has joined #openstack-nova | 00:26 | |
*** sneti_ has joined #openstack-nova | 00:27 | |
melwitt | mriedem: okay, thanks. that makes sense. I was trying to see python-novaclient and it ends at 2.30.2 and didn't realize it was different than what I thought I remembered with nova | 00:27 |
*** aunnam_ has joined #openstack-nova | 00:27 | |
*** alex_xu has joined #openstack-nova | 00:27 | |
mriedem | melwitt: yeah, with the switch to releasing via the openstack/releases repo i think we've lost the series and milestones in LP | 00:28 |
mriedem | for novaclient i meant | 00:28 |
*** yarkot1 has joined #openstack-nova | 00:29 | |
melwitt | mriedem: gotcha | 00:29 |
openstackgerrit | Danil Akhmetov proposed openstack/nova: Remove compute host from all host aggregates when compute service is deleting https://review.openstack.org/306192 | 00:29 |
*** haomaiwang has joined #openstack-nova | 00:30 | |
*** aunnam_ has quit IRC | 00:30 | |
*** yarkot1 has quit IRC | 00:30 | |
*** sneti_ has quit IRC | 00:30 | |
*** mylu has quit IRC | 00:31 | |
*** akrish9 has joined #openstack-nova | 00:31 | |
*** aunnam_ has joined #openstack-nova | 00:31 | |
*** sneti_ has joined #openstack-nova | 00:32 | |
*** zenoway has joined #openstack-nova | 00:33 | |
*** yarkot1 has joined #openstack-nova | 00:34 | |
*** mnestratov|2 has quit IRC | 00:35 | |
*** haomaiwang has quit IRC | 00:35 | |
melwitt | mriedem: so far it doesn't look like there's a bug list or anything that's part of what openstack/releases makes. and that the way to do it is do a diff between the release commit hashes | 00:35 |
melwitt | er, or tags at least | 00:36 |
*** mrkz has joined #openstack-nova | 00:36 | |
*** zenoway has quit IRC | 00:37 | |
mriedem | and grep the commit messages? | 00:38 |
*** qeelee has joined #openstack-nova | 00:39 | |
melwitt | to tie them back to bugs, yeah, I guess so. I was thinking of how to see what changes went in from one release to another | 00:41 |
mriedem | well here is a recently closed bug https://bugs.launchpad.net/nova/+bug/1568292 | 00:41 |
openstack | Launchpad bug 1568292 in OpenStack Compute (nova) "broken review priorities link in devref" [Medium,Fix released] - Assigned to Diana Clarke (diana-clarke) | 00:41 |
mriedem | there is no milestone, but i think that eventually gets newton-1 | 00:41 |
mriedem | dims_: probably can answer how the LP bugs are processed now | 00:41 |
melwitt | novaclient is a thing where it's common to see a new opened bug and it looks familiar, so I often look back to see if a thing was fixed and when, so I can mention it | 00:43 |
*** rk4n has joined #openstack-nova | 00:43 | |
mriedem | ok, i know we don't do the series and milestone stuff in novaclient anymore, so that's basically gone | 00:44 |
*** akrish9 has quit IRC | 00:44 | |
*** aunnam_ has quit IRC | 00:44 | |
*** sneti_ has quit IRC | 00:44 | |
*** yarkot1 has quit IRC | 00:44 | |
*** akrish9 has joined #openstack-nova | 00:45 | |
dims_ | melwitt : http://git.openstack.org/cgit/openstack-infra/release-tools/tree/release.sh#n97 | 00:45 |
dims_ | we just add comments now | 00:45 |
melwitt | dims_: thanks. okay, so that kind of works. if I can locate a dupe bug I can see when the fix was released that way | 00:46 |
mriedem | melwitt: assuming they used "Closes-Bug:" in the commit message | 00:46 |
melwitt | yes, true | 00:47 |
mriedem | and not "Closes-bug" or "Closes Bug" or Closes-Bug #123456 | 00:47 |
openstack | bug 123456 in xine-lib (Ubuntu) "podcast crashes amarok" [Undecided,Fix released] https://launchpad.net/bugs/123456 | 00:47 |
melwitt | haha | 00:47 |
mriedem | heh | 00:47 |
mriedem | i wonder how often that happens | 00:47 |
dims_ | LOL | 00:47 |
*** gjayavel_ has quit IRC | 00:47 | |
dims_ | we only check for "Closes-Bug:" | 00:48 |
dims_ | :) | 00:48 |
*** rmevans has joined #openstack-nova | 00:48 | |
melwitt | yeah, I guess I was trying to look at an overview of "what went into release 3.4.0" because I wanted to look at the bug summaries rather than lp search over Fix Released bugs | 00:48 |
melwitt | but if I search for the tag in Fix Released I'd get a list. I didn't try that | 00:49 |
melwitt | anyway | 00:49 |
mriedem | i just use git log --oneline --no-merges 3.3.0..3.4.0 | 00:49 |
melwitt | noted | 00:50 |
melwitt | that would be easier | 00:50 |
*** itlinux has joined #openstack-nova | 00:51 | |
*** zz_dimtruck is now known as dimtruck | 00:51 | |
openstackgerrit | Danil Akhmetov proposed openstack/nova: Remove compute host from all host aggregates when compute service is deleting https://review.openstack.org/306192 | 00:53 |
*** mrkz has quit IRC | 00:56 | |
mriedem | so, anyone know if it's possible to set the image location field from the nova api? i don't see how you could. when creating a snapshot you can specify metadata, but that goes under the image 'properties' field | 00:56 |
*** cheneydc has joined #openstack-nova | 00:56 | |
*** ducttape_ has joined #openstack-nova | 00:57 | |
*** Qiming has quit IRC | 00:58 | |
*** hieulq has joined #openstack-nova | 00:59 | |
*** akrish9 has quit IRC | 01:02 | |
*** akrish9 has joined #openstack-nova | 01:02 | |
*** akrish9 has quit IRC | 01:04 | |
mriedem | man, i can't tell if the kids outside are having fun or being murdered | 01:05 |
*** akrish9 has joined #openstack-nova | 01:06 | |
*** aunnam_ has joined #openstack-nova | 01:06 | |
mriedem | i'll assume the former and take no action | 01:06 |
*** josecastroleon has joined #openstack-nova | 01:06 | |
*** rdo has quit IRC | 01:07 | |
*** hoangcx_ has joined #openstack-nova | 01:08 | |
*** rdo has joined #openstack-nova | 01:09 | |
*** irenab has quit IRC | 01:09 | |
*** irenab has joined #openstack-nova | 01:09 | |
auggy | eh, you'll find out soon enough i'd reckon | 01:10 |
*** itlinux has quit IRC | 01:10 | |
*** itlinux has joined #openstack-nova | 01:10 | |
*** yamahata has quit IRC | 01:11 | |
*** irenab has quit IRC | 01:12 | |
*** apoorvad has quit IRC | 01:12 | |
*** irenab has joined #openstack-nova | 01:13 | |
*** siva_krishnan_ has joined #openstack-nova | 01:14 | |
melwitt | mriedem: it looks like glance would set that, wherever it puts it? http://developer.openstack.org/api-ref-image-v2.html#createImage-v2 | 01:15 |
*** baoli has joined #openstack-nova | 01:15 | |
melwitt | a url to the image | 01:15 |
*** sneti_ has joined #openstack-nova | 01:16 | |
*** amotoki_ has quit IRC | 01:16 | |
*** mrkz has joined #openstack-nova | 01:17 | |
melwitt | and it looks like it's settable through the glance api | 01:17 |
*** Yingxin has quit IRC | 01:18 | |
*** unicell has quit IRC | 01:18 | |
*** Yingxin has joined #openstack-nova | 01:18 | |
*** apoorvad has joined #openstack-nova | 01:18 | |
*** apoorvad has quit IRC | 01:18 | |
*** apoorvad has joined #openstack-nova | 01:19 | |
*** EinstCrazy has joined #openstack-nova | 01:21 | |
*** itlinux has quit IRC | 01:21 | |
*** itlinux has joined #openstack-nova | 01:22 | |
*** Sukhdev has quit IRC | 01:25 | |
*** irenab has quit IRC | 01:25 | |
*** irenab has joined #openstack-nova | 01:26 | |
*** mrkz has quit IRC | 01:26 | |
*** jinxing has joined #openstack-nova | 01:26 | |
openstackgerrit | bailin.zhang proposed openstack/nova: Reset dns_name of ports when delete the VM https://review.openstack.org/291669 | 01:29 |
*** EinstCra_ has joined #openstack-nova | 01:31 | |
*** claudiub has quit IRC | 01:32 | |
*** Qiming has joined #openstack-nova | 01:32 | |
*** yarkot1 has joined #openstack-nova | 01:33 | |
*** baoli has quit IRC | 01:35 | |
*** baoli has joined #openstack-nova | 01:35 | |
*** EinstCrazy has quit IRC | 01:35 | |
*** josecastroleon has quit IRC | 01:35 | |
*** jwcroppe has joined #openstack-nova | 01:36 | |
*** mtanino has quit IRC | 01:36 | |
openstackgerrit | Brandon Irizarry proposed openstack/nova: Changed an HTTP exception to return proper code https://review.openstack.org/304958 | 01:40 |
*** jwcroppe has quit IRC | 01:41 | |
*** ljxiash has joined #openstack-nova | 01:41 | |
mriedem | melwitt: yeah, i was more concerned about whether or not you could do that via the nova api | 01:42 |
mriedem | melwitt: and i don't think you can | 01:42 |
mriedem | you can create a snapshot image with metadata key/value pairs, but those go into the image 'properties' dict | 01:43 |
mriedem | for glance v1 | 01:43 |
melwitt | mriedem: yeah, I agree I don't see a way to do it via nova api | 01:43 |
mriedem | e.g. image['properties']['location'] | 01:43 |
mriedem | melwitt: my worry is if that's going to be exposed with the move to glance v2 support in nova | 01:43 |
* mriedem is reviewing the glance v2 spec again tonight | 01:43 | |
*** apoorvad has quit IRC | 01:44 | |
melwitt | mriedem: what do you mean? it doesn't look like location is a request param for create image in glance v2 | 01:46 |
*** fishcried has joined #openstack-nova | 01:47 | |
*** fishcried has quit IRC | 01:48 | |
*** Marga__ has joined #openstack-nova | 01:48 | |
mriedem | from a previous reply in the spec, setting location is done via a separate update call | 01:48 |
mriedem | in glance v2 | 01:48 |
*** baoli has quit IRC | 01:48 | |
melwitt | yeah, I see it in the update api | 01:48 |
*** baoli has joined #openstack-nova | 01:48 | |
mriedem | melwitt: https://review.openstack.org/#/c/301741/2/specs/newton/approved/use-glance-v2-api.rst@224 | 01:48 |
*** rk4n has quit IRC | 01:48 | |
*** rk4n has joined #openstack-nova | 01:49 | |
melwitt | mriedem: oh. I had been thinking we don't need to do that because we're just creating snapshots/images and leave it at that | 01:49 |
*** fishcried has joined #openstack-nova | 01:50 | |
*** Marga_ has quit IRC | 01:51 | |
melwitt | mriedem: from what I see there, I agree with you. setting a location isn't currently possible in nova api so there's no need to add it for glance v2 for parity sake | 01:52 |
mriedem | yeah | 01:52 |
*** Marga__ has quit IRC | 01:52 | |
mriedem | i wasn't sure if they were adding that for just parity with v1, or because nova actually exposes it today and they have to honor that contract | 01:52 |
mriedem | i think it's the former, and i don't think we want it | 01:53 |
melwitt | yeah. understandably | 01:53 |
mriedem | because in glance you have to set a config option to show the location in the response (when showing the image) | 01:53 |
mriedem | nova won't have that, so it seems nova should just always strip that field when showing an image | 01:53 |
mriedem | if we do'nt already... | 01:53 |
*** ducttape_ has quit IRC | 01:54 | |
melwitt | yeah, that part I was trying to parse | 01:54 |
mriedem | https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/views/images.py#L38 | 01:54 |
mriedem | looks like we should be ok | 01:54 |
*** thorst has quit IRC | 01:56 | |
mriedem | anyway, feel free to review the latest patch set on the spec | 01:56 |
mriedem | i've left more comments | 01:57 |
*** haomaiwang has joined #openstack-nova | 01:57 | |
*** thorst has joined #openstack-nova | 01:57 | |
melwitt | okay | 01:57 |
*** haomaiwang has quit IRC | 02:01 | |
mriedem | calling it a day | 02:01 |
mriedem | later | 02:01 |
*** haomaiwang has joined #openstack-nova | 02:01 | |
*** mriedem has quit IRC | 02:01 | |
*** alex_xu has quit IRC | 02:02 | |
*** akshai has joined #openstack-nova | 02:04 | |
*** thorst has quit IRC | 02:05 | |
*** baoli has quit IRC | 02:07 | |
*** alex_xu has joined #openstack-nova | 02:09 | |
*** mylu has joined #openstack-nova | 02:10 | |
*** houming has joined #openstack-nova | 02:14 | |
*** whenry has joined #openstack-nova | 02:14 | |
*** pumarani- has joined #openstack-nova | 02:15 | |
*** mylu_ has joined #openstack-nova | 02:15 | |
*** EinstCra_ has quit IRC | 02:19 | |
*** mylu has quit IRC | 02:19 | |
eliqiao | hello nova, by reviewing nova code, I get 2 different level of LOG message for "same" message. should this a bug or not? | 02:20 |
*** EinstCrazy has joined #openstack-nova | 02:20 | |
eliqiao | nova/compute/manager.py: LOG.error(_LE("No compute node record for host %s"), self.host) | 02:21 |
eliqiao | nova/compute/resource_tracker.py: LOG.warning(_LW("No compute node record for %(host)s:%(node)s"), | 02:21 |
*** rmevans_ has joined #openstack-nova | 02:23 | |
*** jinxing has quit IRC | 02:23 | |
*** sneti_ has quit IRC | 02:24 | |
*** vilobhmm111 has joined #openstack-nova | 02:24 | |
*** fishcried1 has joined #openstack-nova | 02:24 | |
*** amotoki has joined #openstack-nova | 02:25 | |
*** rk4n has quit IRC | 02:25 | |
*** fishcried has quit IRC | 02:25 | |
*** rmevans has quit IRC | 02:25 | |
*** vilobhmm11 has quit IRC | 02:25 | |
*** fishcried1 is now known as fishcried | 02:25 | |
*** rmevans_ is now known as rmevans | 02:25 | |
*** jinxing has joined #openstack-nova | 02:25 | |
*** whenry has quit IRC | 02:26 | |
*** haomaiwang has quit IRC | 02:26 | |
*** akshai has quit IRC | 02:26 | |
*** akshai_ has joined #openstack-nova | 02:26 | |
*** mylu_ has quit IRC | 02:28 | |
openstackgerrit | bailin.zhang proposed openstack/nova: Create VM failed, unplug vifs https://review.openstack.org/306219 | 02:30 |
*** sneti_ has joined #openstack-nova | 02:31 | |
*** coreywright has quit IRC | 02:31 | |
openstackgerrit | bailin.zhang proposed openstack/nova: Create VM failed, unplug vifs https://review.openstack.org/306219 | 02:33 |
*** dimtruck is now known as zz_dimtruck | 02:36 | |
*** mylu has joined #openstack-nova | 02:38 | |
*** akshai_ has quit IRC | 02:38 | |
*** whenry has joined #openstack-nova | 02:39 | |
*** haomaiwang has joined #openstack-nova | 02:39 | |
*** hoangcx has quit IRC | 02:42 | |
*** sheel has quit IRC | 02:45 | |
*** coreywright has joined #openstack-nova | 02:51 | |
*** e0ne has joined #openstack-nova | 02:51 | |
*** vilobhmm111 has quit IRC | 02:52 | |
*** amotoki has quit IRC | 02:55 | |
*** e0ne has quit IRC | 02:56 | |
*** amotoki has joined #openstack-nova | 02:59 | |
*** e0ne has joined #openstack-nova | 03:00 | |
*** haomaiwang has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-nova | 03:01 | |
*** thorst has joined #openstack-nova | 03:03 | |
*** hoangcx_ has quit IRC | 03:04 | |
*** armax has quit IRC | 03:08 | |
*** e0ne has quit IRC | 03:08 | |
*** baoli has joined #openstack-nova | 03:10 | |
*** thorst has quit IRC | 03:11 | |
*** e0ne has joined #openstack-nova | 03:11 | |
*** e0ne has quit IRC | 03:13 | |
*** sdake_ has quit IRC | 03:14 | |
*** irenab has quit IRC | 03:15 | |
openstackgerrit | bailin.zhang proposed openstack/nova: Reset dns_name of ports when delete the VM https://review.openstack.org/291669 | 03:16 |
*** salv-orlando has joined #openstack-nova | 03:16 | |
*** sdake has joined #openstack-nova | 03:17 | |
*** salv-orlando has quit IRC | 03:17 | |
*** irenab has joined #openstack-nova | 03:17 | |
*** e0ne has joined #openstack-nova | 03:17 | |
*** salv-orlando has joined #openstack-nova | 03:17 | |
*** woodster_ has quit IRC | 03:18 | |
*** whenry has quit IRC | 03:20 | |
*** salv-orl_ has quit IRC | 03:20 | |
*** salv-orlando has quit IRC | 03:22 | |
*** ijw_ has joined #openstack-nova | 03:23 | |
*** fishcried1 has joined #openstack-nova | 03:24 | |
*** houming has quit IRC | 03:25 | |
*** jogo has quit IRC | 03:25 | |
*** rk4n has joined #openstack-nova | 03:25 | |
*** houming has joined #openstack-nova | 03:26 | |
*** sdake has quit IRC | 03:27 | |
*** akrish9 has quit IRC | 03:28 | |
*** aunnam_ has quit IRC | 03:29 | |
*** akrish9 has joined #openstack-nova | 03:29 | |
*** rmevans has quit IRC | 03:30 | |
*** irenab has quit IRC | 03:32 | |
*** baoli has quit IRC | 03:32 | |
*** haomaiwang has quit IRC | 03:32 | |
*** fishcried has quit IRC | 03:32 | |
*** siva_krishnan_ has quit IRC | 03:32 | |
*** jschlueter has quit IRC | 03:32 | |
*** ijw has quit IRC | 03:32 | |
*** vnogin has quit IRC | 03:32 | |
*** efried has quit IRC | 03:32 | |
*** browne has quit IRC | 03:32 | |
*** mvk has quit IRC | 03:32 | |
*** zul has quit IRC | 03:32 | |
*** dhellmann has quit IRC | 03:32 | |
*** fishcried1 is now known as fishcried | 03:32 | |
*** Yingxin has quit IRC | 03:32 | |
*** rk4n has quit IRC | 03:33 | |
*** Sukhdev has joined #openstack-nova | 03:33 | |
*** irenab has joined #openstack-nova | 03:33 | |
*** Yingxin has joined #openstack-nova | 03:34 | |
*** sdake has joined #openstack-nova | 03:35 | |
*** browne has joined #openstack-nova | 03:39 | |
*** haomaiwang has joined #openstack-nova | 03:39 | |
*** lpetrut has joined #openstack-nova | 03:39 | |
*** jwcroppe has joined #openstack-nova | 03:39 | |
*** jschlueter has joined #openstack-nova | 03:39 | |
*** vnogin has joined #openstack-nova | 03:39 | |
*** sdake_ has joined #openstack-nova | 03:39 | |
*** zul has joined #openstack-nova | 03:39 | |
*** sdake has quit IRC | 03:40 | |
*** jwcroppe has quit IRC | 03:44 | |
*** efried has joined #openstack-nova | 03:44 | |
*** siva_krishnan_ has joined #openstack-nova | 03:45 | |
*** pwnall1 has quit IRC | 03:45 | |
*** gonzalo2kx has joined #openstack-nova | 03:48 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Remove mox used in test_server_start_stop https://review.openstack.org/306232 | 03:49 |
*** mvk has joined #openstack-nova | 03:50 | |
*** dave-mccowan has joined #openstack-nova | 03:50 | |
*** irenab_ has joined #openstack-nova | 03:51 | |
*** irenab has quit IRC | 03:53 | |
*** irenab_ is now known as irenab | 03:53 | |
*** dave-mccowan has quit IRC | 03:55 | |
openstackgerrit | bailin.zhang proposed openstack/nova: Reset dns_name of ports when delete the VM https://review.openstack.org/291669 | 03:56 |
*** nelsnels_ has joined #openstack-nova | 04:00 | |
*** e0ne has quit IRC | 04:00 | |
*** gonzalo2kx has quit IRC | 04:00 | |
*** haomaiwang has quit IRC | 04:01 | |
*** haomaiwang has joined #openstack-nova | 04:01 | |
*** nelsnelson has quit IRC | 04:01 | |
*** ljxiash has quit IRC | 04:02 | |
*** itlinux has quit IRC | 04:03 | |
*** e0ne has joined #openstack-nova | 04:04 | |
*** dhellmann has joined #openstack-nova | 04:05 | |
*** jinxing has quit IRC | 04:05 | |
*** tbachman has quit IRC | 04:06 | |
*** jaosorior has joined #openstack-nova | 04:07 | |
*** lpetrut has quit IRC | 04:07 | |
*** coreywright has quit IRC | 04:07 | |
*** ljxiash has joined #openstack-nova | 04:08 | |
*** rmevans has joined #openstack-nova | 04:08 | |
*** tbachman has joined #openstack-nova | 04:10 | |
*** thorst has joined #openstack-nova | 04:11 | |
*** ljxiash has quit IRC | 04:12 | |
*** gyee has quit IRC | 04:13 | |
*** vishwanathj_away has quit IRC | 04:15 | |
*** thorst has quit IRC | 04:16 | |
*** Marga_ has joined #openstack-nova | 04:16 | |
*** Marga_ has quit IRC | 04:17 | |
*** Marga_ has joined #openstack-nova | 04:18 | |
*** salv-orlando has joined #openstack-nova | 04:18 | |
*** ChrisBenson has joined #openstack-nova | 04:21 | |
*** e0ne has quit IRC | 04:22 | |
*** ljxiash has joined #openstack-nova | 04:24 | |
*** rk4n has joined #openstack-nova | 04:25 | |
*** apoorv has joined #openstack-nova | 04:26 | |
*** e0ne has joined #openstack-nova | 04:26 | |
*** ljxiash has quit IRC | 04:29 | |
*** ijw_ has quit IRC | 04:29 | |
*** e0ne has quit IRC | 04:30 | |
*** salv-orlando has quit IRC | 04:30 | |
*** jogo has joined #openstack-nova | 04:31 | |
*** salv-orlando has joined #openstack-nova | 04:45 | |
*** claudiub has joined #openstack-nova | 04:45 | |
*** iceyao has joined #openstack-nova | 04:46 | |
*** salv-orlando has quit IRC | 04:48 | |
*** itlinux has joined #openstack-nova | 04:48 | |
*** yamahata has joined #openstack-nova | 04:48 | |
*** rmevans has quit IRC | 04:51 | |
*** rmevans has joined #openstack-nova | 04:54 | |
*** claudiub has quit IRC | 04:54 | |
*** ducttape_ has joined #openstack-nova | 04:54 | |
*** hdd has joined #openstack-nova | 04:54 | |
*** itlinux has quit IRC | 04:55 | |
*** vishwanathj has joined #openstack-nova | 04:57 | |
*** vishwanathj is now known as vishwanathj_zzz | 04:57 | |
*** gjayavelu has joined #openstack-nova | 04:58 | |
*** ChrisBenson has quit IRC | 04:59 | |
*** ChrisBenson has joined #openstack-nova | 05:00 | |
*** ducttape_ has quit IRC | 05:00 | |
*** haomaiwang has quit IRC | 05:01 | |
*** haomaiwang has joined #openstack-nova | 05:01 | |
*** ChrisBenson1 has joined #openstack-nova | 05:02 | |
*** prateek has joined #openstack-nova | 05:02 | |
*** gonzalo2kx has joined #openstack-nova | 05:03 | |
*** ChrisBenson has quit IRC | 05:04 | |
*** mylu has quit IRC | 05:06 | |
*** iceyao has quit IRC | 05:07 | |
*** alex_xu_ has joined #openstack-nova | 05:10 | |
*** rcernin has joined #openstack-nova | 05:10 | |
*** iceyao has joined #openstack-nova | 05:12 | |
*** alex_xu has quit IRC | 05:12 | |
*** thorst has joined #openstack-nova | 05:13 | |
*** rk4n has quit IRC | 05:13 | |
*** ljxiash has joined #openstack-nova | 05:15 | |
*** iceyao has quit IRC | 05:15 | |
*** mylu has joined #openstack-nova | 05:15 | |
*** ljxiash has quit IRC | 05:19 | |
*** thorst has quit IRC | 05:20 | |
*** mylu has quit IRC | 05:20 | |
*** vilobhmm11 has joined #openstack-nova | 05:24 | |
*** fishcried1 has joined #openstack-nova | 05:25 | |
*** aunnam_ has joined #openstack-nova | 05:25 | |
*** browne1 has joined #openstack-nova | 05:25 | |
*** gjayavel_ has joined #openstack-nova | 05:25 | |
openstackgerrit | Yongli He proposed openstack/nova: save new pci request for resizing https://review.openstack.org/154365 | 05:25 |
*** amotoki_ has joined #openstack-nova | 05:26 | |
*** rmevans has quit IRC | 05:26 | |
*** mkoderer__ has quit IRC | 05:26 | |
*** fishcried has quit IRC | 05:27 | |
*** amotoki has quit IRC | 05:27 | |
*** takashin has quit IRC | 05:27 | |
*** larsks has quit IRC | 05:27 | |
*** fishcried1 is now known as fishcried | 05:27 | |
*** mylu has joined #openstack-nova | 05:27 | |
*** gjayavelu has quit IRC | 05:28 | |
*** siva_krishnan_ has quit IRC | 05:28 | |
*** vnogin has quit IRC | 05:28 | |
*** browne has quit IRC | 05:28 | |
*** hieulq has quit IRC | 05:28 | |
*** falanx has quit IRC | 05:28 | |
*** jlvillal has quit IRC | 05:28 | |
*** masayukig has quit IRC | 05:28 | |
*** markvoelker has quit IRC | 05:28 | |
*** hieulq has joined #openstack-nova | 05:29 | |
*** ihrachys has joined #openstack-nova | 05:30 | |
*** takashin has joined #openstack-nova | 05:31 | |
*** ljxiash has joined #openstack-nova | 05:31 | |
*** Marga_ has quit IRC | 05:33 | |
*** daemontool has joined #openstack-nova | 05:33 | |
*** masayukig has joined #openstack-nova | 05:33 | |
*** jlvillal has joined #openstack-nova | 05:34 | |
*** mkoderer__ has joined #openstack-nova | 05:35 | |
*** siva_krishnan_ has joined #openstack-nova | 05:35 | |
*** larsks has joined #openstack-nova | 05:36 | |
*** markvoelker has joined #openstack-nova | 05:36 | |
*** Oku_OS-away has quit IRC | 05:36 | |
*** ljxiash has quit IRC | 05:36 | |
*** Marga_ has joined #openstack-nova | 05:38 | |
*** Oku_OS-away has joined #openstack-nova | 05:39 | |
*** rhagarty has quit IRC | 05:39 | |
*** rhagarty has joined #openstack-nova | 05:40 | |
*** vnogin has joined #openstack-nova | 05:40 | |
*** ljxiash has joined #openstack-nova | 05:41 | |
*** falanx has joined #openstack-nova | 05:42 | |
*** ljxiash has quit IRC | 05:42 | |
*** jwcroppe has joined #openstack-nova | 05:42 | |
*** nelsnels_ has quit IRC | 05:42 | |
*** itlinux has joined #openstack-nova | 05:43 | |
*** davidlenwell has quit IRC | 05:44 | |
*** davidlenwell has joined #openstack-nova | 05:46 | |
ljjjustin | alex_xu: hi alex, could you have a look at this patch: https://review.openstack.org/#/c/298191/ | 05:46 |
*** jwcroppe has quit IRC | 05:47 | |
*** itlinux has quit IRC | 05:47 | |
*** ljxiash has joined #openstack-nova | 05:48 | |
*** ljxiash has quit IRC | 05:49 | |
*** ljxiash has joined #openstack-nova | 05:49 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Pass BDM in swap_volume method of LibvirtDriver https://review.openstack.org/257135 | 05:49 |
*** siva_krishnan_ has left #openstack-nova | 05:49 | |
*** siva_krishnan_ has joined #openstack-nova | 05:51 | |
*** salv-orlando has joined #openstack-nova | 05:51 | |
*** siva_krishnan_ has left #openstack-nova | 05:51 | |
*** EinstCra_ has joined #openstack-nova | 05:52 | |
*** EinstCra_ has quit IRC | 05:53 | |
*** siva_krishnan_ has joined #openstack-nova | 05:55 | |
*** nkrinner has joined #openstack-nova | 05:55 | |
*** siva_krishnan_ has left #openstack-nova | 05:55 | |
*** EinstCra_ has joined #openstack-nova | 05:55 | |
*** EinstCrazy has quit IRC | 05:56 | |
*** burgerk has joined #openstack-nova | 05:56 | |
*** hoangcx has joined #openstack-nova | 05:58 | |
*** Sukhdev has quit IRC | 05:59 | |
*** vladikr has joined #openstack-nova | 05:59 | |
*** josecastroleon has joined #openstack-nova | 06:00 | |
*** haomaiwang has quit IRC | 06:01 | |
*** mylu has quit IRC | 06:01 | |
*** 7JTAANOLG has joined #openstack-nova | 06:02 | |
*** sdake_ has quit IRC | 06:07 | |
*** amotoki_ has quit IRC | 06:07 | |
*** burgerk has quit IRC | 06:07 | |
*** sdake has joined #openstack-nova | 06:07 | |
*** esracelik has joined #openstack-nova | 06:11 | |
*** scheuran has joined #openstack-nova | 06:11 | |
*** mjura has joined #openstack-nova | 06:14 | |
*** gjayavel_ has quit IRC | 06:16 | |
*** vilobhmm111 has joined #openstack-nova | 06:17 | |
*** thorst has joined #openstack-nova | 06:18 | |
openstackgerrit | Srushti Gadadare proposed openstack/nova: Fix invalid uuid warnings in objects testcases https://review.openstack.org/301650 | 06:19 |
*** Fdaisuke has quit IRC | 06:19 | |
*** zhenguo_ has quit IRC | 06:20 | |
*** vilobhmm11 has quit IRC | 06:21 | |
*** claudiub has joined #openstack-nova | 06:25 | |
*** thorst has quit IRC | 06:25 | |
*** paul-carlton2 has joined #openstack-nova | 06:26 | |
*** tesseract has joined #openstack-nova | 06:29 | |
*** tesseract is now known as Guest63229 | 06:29 | |
*** mpavone has joined #openstack-nova | 06:30 | |
*** salv-orlando has quit IRC | 06:31 | |
*** EinstCra_ has quit IRC | 06:32 | |
*** haukebruno has joined #openstack-nova | 06:33 | |
*** sridharg has joined #openstack-nova | 06:35 | |
*** EinstCrazy has joined #openstack-nova | 06:37 | |
*** EinstCrazy has quit IRC | 06:42 | |
*** EinstCrazy has joined #openstack-nova | 06:44 | |
*** EinstCra_ has joined #openstack-nova | 06:47 | |
*** EinstCrazy has quit IRC | 06:51 | |
*** takashin has left #openstack-nova | 06:53 | |
*** Marga__ has joined #openstack-nova | 06:55 | |
*** ducttape_ has joined #openstack-nova | 06:55 | |
*** hdd_ has joined #openstack-nova | 06:56 | |
*** fishcried1 has joined #openstack-nova | 06:57 | |
*** ihrachys_ has joined #openstack-nova | 06:57 | |
openstackgerrit | Hieu LE proposed openstack/nova: Config options: centralize section "ssl" https://review.openstack.org/306267 | 06:57 |
*** jlvillal has quit IRC | 06:58 | |
*** vilobhmm11 has joined #openstack-nova | 06:58 | |
*** gongysh has joined #openstack-nova | 06:58 | |
*** ihrachys has quit IRC | 06:59 | |
*** hdd__ has joined #openstack-nova | 06:59 | |
*** ducttape_ has quit IRC | 07:00 | |
*** hdd_ has quit IRC | 07:00 | |
openstackgerrit | Hieu LE proposed openstack/nova: Config options: centralize section "ssl" https://review.openstack.org/306267 | 07:01 |
*** 7JTAANOLG has quit IRC | 07:01 | |
*** haomaiwang has joined #openstack-nova | 07:01 | |
*** davidlenwell_ has joined #openstack-nova | 07:01 | |
*** jogo has quit IRC | 07:01 | |
*** browne has joined #openstack-nova | 07:02 | |
*** mkoderer__ has quit IRC | 07:03 | |
*** aunnam- has joined #openstack-nova | 07:03 | |
*** sridharg has quit IRC | 07:04 | |
*** haukebruno has quit IRC | 07:04 | |
*** vilobhmm111 has quit IRC | 07:04 | |
*** mjura has quit IRC | 07:04 | |
*** vladikr has quit IRC | 07:04 | |
*** nkrinner has quit IRC | 07:04 | |
*** ljxiash has quit IRC | 07:04 | |
*** davidlenwell has quit IRC | 07:04 | |
*** Marga_ has quit IRC | 07:04 | |
*** browne1 has quit IRC | 07:04 | |
*** aunnam_ has quit IRC | 07:04 | |
*** fishcried has quit IRC | 07:04 | |
*** hdd has quit IRC | 07:04 | |
*** fishcried1 is now known as fishcried | 07:04 | |
*** belmoreira has joined #openstack-nova | 07:06 | |
*** larsks has quit IRC | 07:08 | |
*** mkoderer__ has joined #openstack-nova | 07:09 | |
*** rhagarty has quit IRC | 07:09 | |
*** rhagarty has joined #openstack-nova | 07:09 | |
*** haukebruno has joined #openstack-nova | 07:10 | |
*** ljxiash has joined #openstack-nova | 07:10 | |
*** sridharg has joined #openstack-nova | 07:11 | |
*** jlvillal has joined #openstack-nova | 07:11 | |
*** nkrinner has joined #openstack-nova | 07:11 | |
*** jamielennox is now known as jamielennox|away | 07:11 | |
*** vladikr has joined #openstack-nova | 07:13 | |
*** larsks has joined #openstack-nova | 07:14 | |
*** markvoelker has quit IRC | 07:16 | |
*** palexster has joined #openstack-nova | 07:19 | |
*** rmart04 has joined #openstack-nova | 07:19 | |
*** unicell has joined #openstack-nova | 07:19 | |
openstackgerrit | Srushti Gadadare proposed openstack/nova: Fix invalid uuid warnings in server-group unit tests https://review.openstack.org/293840 | 07:19 |
openstackgerrit | Srushti Gadadare proposed openstack/nova: Fix invalid uuid warnings in objects testcases https://review.openstack.org/301650 | 07:19 |
*** achanda has joined #openstack-nova | 07:20 | |
*** browne has quit IRC | 07:21 | |
*** adisky has joined #openstack-nova | 07:22 | |
*** thorst has joined #openstack-nova | 07:23 | |
*** amotoki has joined #openstack-nova | 07:25 | |
*** thorst has quit IRC | 07:30 | |
*** itlinux has joined #openstack-nova | 07:31 | |
*** pcaruana has joined #openstack-nova | 07:31 | |
*** itlinux has quit IRC | 07:37 | |
*** cihand has joined #openstack-nova | 07:39 | |
*** ihrachys_ has quit IRC | 07:43 | |
*** zenoway has joined #openstack-nova | 07:43 | |
*** jwcroppe has joined #openstack-nova | 07:44 | |
*** bauzas is now known as bauwser | 07:45 | |
bauwser | good morning Nova | 07:45 |
*** jaosorior has quit IRC | 07:48 | |
*** jaosorior has joined #openstack-nova | 07:48 | |
*** jwcroppe has quit IRC | 07:49 | |
*** Oku_OS-away is now known as Oku_OS | 07:50 | |
*** jaosorior has quit IRC | 07:51 | |
*** jaosorior has joined #openstack-nova | 07:51 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: WIP: Add request schema debugging https://review.openstack.org/306281 | 07:52 |
*** dave-mccowan has joined #openstack-nova | 07:53 | |
*** palexster has quit IRC | 07:53 | |
*** yamahata has quit IRC | 07:54 | |
*** palexster has joined #openstack-nova | 07:54 | |
*** palexster has quit IRC | 07:54 | |
*** aghadge has joined #openstack-nova | 07:58 | |
*** e0ne has joined #openstack-nova | 07:58 | |
*** dave-mccowan has quit IRC | 07:58 | |
*** haomaiwang has quit IRC | 08:01 | |
*** haomaiwang has joined #openstack-nova | 08:01 | |
openstackgerrit | Thomas Kaergel proposed openstack/nova: Adds support for gracefull shutdown for VMware instances https://review.openstack.org/288329 | 08:03 |
openstackgerrit | Alex Xu proposed openstack/nova-specs: Remove the object of policy enforcement https://review.openstack.org/305026 | 08:03 |
*** zenoway has quit IRC | 08:03 | |
*** zenoway has joined #openstack-nova | 08:03 | |
*** achanda has quit IRC | 08:06 | |
*** mjura has joined #openstack-nova | 08:07 | |
*** markusz is now known as markus_z | 08:07 | |
*** openstackgerrit has quit IRC | 08:08 | |
*** ababich has quit IRC | 08:09 | |
*** prateek is now known as prateek|lunch | 08:10 | |
*** jamielennox|away is now known as jamielennox | 08:11 | |
*** sfinucan has joined #openstack-nova | 08:13 | |
*** p01nt3r75 has joined #openstack-nova | 08:14 | |
*** gszasz has joined #openstack-nova | 08:15 | |
*** alex_xu_ has quit IRC | 08:16 | |
*** eliqiao has quit IRC | 08:16 | |
*** eliqiao has joined #openstack-nova | 08:17 | |
*** openstackgerrit has joined #openstack-nova | 08:18 | |
*** pbrooko has joined #openstack-nova | 08:19 | |
*** gjayavelu has joined #openstack-nova | 08:20 | |
*** abalutoiu has joined #openstack-nova | 08:20 | |
*** alex_xu has joined #openstack-nova | 08:23 | |
*** gjayavelu has quit IRC | 08:24 | |
*** aghadge has quit IRC | 08:26 | |
*** thorst has joined #openstack-nova | 08:28 | |
openstackgerrit | Timofey Durakov proposed openstack/nova: abort_live_migration remove redundant check https://review.openstack.org/304621 | 08:29 |
openstackgerrit | Timofey Durakov proposed openstack/nova: force_live_migration remove redundant check https://review.openstack.org/287997 | 08:29 |
*** ihrachys has joined #openstack-nova | 08:29 | |
*** matrohon has joined #openstack-nova | 08:30 | |
*** jistr has joined #openstack-nova | 08:30 | |
*** PaulMurray has joined #openstack-nova | 08:30 | |
*** thorst has quit IRC | 08:36 | |
*** yassine__ has joined #openstack-nova | 08:37 | |
*** mnestratov has joined #openstack-nova | 08:42 | |
*** e0ne has quit IRC | 08:43 | |
*** jamielennox is now known as jamielennox|away | 08:43 | |
*** fishcried has quit IRC | 08:44 | |
*** pc_m has quit IRC | 08:46 | |
*** dims_ has quit IRC | 08:46 | |
*** gsilvis has quit IRC | 08:46 | |
*** gsilvis has joined #openstack-nova | 08:47 | |
*** danpb has joined #openstack-nova | 08:47 | |
*** pc_m has joined #openstack-nova | 08:47 | |
*** pbrooko has quit IRC | 08:48 | |
*** dims has joined #openstack-nova | 08:49 | |
paul-carlton2 | where are flavors held now, instance types is empty! | 08:49 |
*** vilobhmm11 has quit IRC | 08:53 | |
*** e0ne has joined #openstack-nova | 08:53 | |
*** ducttape_ has joined #openstack-nova | 08:56 | |
openstackgerrit | Hieu LE proposed openstack/nova: Config options: Centralize neutron metadata options https://review.openstack.org/303895 | 08:59 |
openstackgerrit | Hieu LE proposed openstack/nova: Config options: completing centralize neutron options https://review.openstack.org/304001 | 08:59 |
*** ducttape_ has quit IRC | 09:01 | |
*** haomaiwang has quit IRC | 09:01 | |
*** haomaiwang has joined #openstack-nova | 09:01 | |
*** pbrooko has joined #openstack-nova | 09:01 | |
openstackgerrit | Gleb Stepanov proposed openstack/nova: [WIP] Add console log offset https://review.openstack.org/292473 | 09:02 |
-openstackstatus- NOTICE: Gerrit is going to be restarted because is not processing new changes | 09:05 | |
*** salv-orlando has joined #openstack-nova | 09:05 | |
*** fishcried has joined #openstack-nova | 09:05 | |
*** pbrooko has quit IRC | 09:06 | |
*** ljxiash has quit IRC | 09:07 | |
*** fishcried has quit IRC | 09:07 | |
*** alex_xu has quit IRC | 09:07 | |
*** alex_xu has joined #openstack-nova | 09:09 | |
*** sdake has quit IRC | 09:10 | |
*** jogo has joined #openstack-nova | 09:11 | |
*** ljxiash has joined #openstack-nova | 09:12 | |
*** nelsnelson has joined #openstack-nova | 09:15 | |
*** salv-orlando has quit IRC | 09:15 | |
*** markvoelker has joined #openstack-nova | 09:17 | |
*** ljxiash has quit IRC | 09:17 | |
*** amotoki has quit IRC | 09:18 | |
*** ljxiash has joined #openstack-nova | 09:18 | |
*** itlinux has joined #openstack-nova | 09:19 | |
*** nelsnelson has quit IRC | 09:20 | |
*** pbrooko has joined #openstack-nova | 09:20 | |
-openstackstatus- NOTICE: No jobs are being processed by gerrit and zuul . We are working to solve the problem, please be aware that no changes have been sent to the queue in the last hour, so you will need to recheck jobs for that period. | 09:21 | |
*** ChanServ changes topic to "No jobs are being processed by gerrit and zuul . We are working to solve the problem, please be aware that no changes have been sent to the queue in the last hour, so you will need to recheck jobs for that period." | 09:21 | |
*** markvoelker has quit IRC | 09:22 | |
*** cdent has joined #openstack-nova | 09:22 | |
*** ljxiash has quit IRC | 09:23 | |
*** sfinucan has quit IRC | 09:24 | |
*** itlinux has quit IRC | 09:24 | |
*** alex_xu_ has joined #openstack-nova | 09:25 | |
*** alex_xu has quit IRC | 09:26 | |
*** Yingxin_ has joined #openstack-nova | 09:28 | |
*** gzhai2 has joined #openstack-nova | 09:28 | |
*** liusheng has quit IRC | 09:28 | |
*** jogo has quit IRC | 09:29 | |
*** liusheng has joined #openstack-nova | 09:30 | |
*** gzhai1 has quit IRC | 09:30 | |
*** Yingxin has quit IRC | 09:30 | |
*** Yingxin_ is now known as Yingxin | 09:30 | |
*** ljxiash has joined #openstack-nova | 09:30 | |
openstackgerrit | Andrey Kurilin proposed openstack/python-novaclient: Restrict possional arguments for Client https://review.openstack.org/306316 | 09:33 |
*** thorst has joined #openstack-nova | 09:33 | |
*** houming has quit IRC | 09:34 | |
openstackgerrit | Andrey Kurilin proposed openstack/python-novaclient: Restrict possional arguments for Client https://review.openstack.org/306316 | 09:34 |
*** ljxiash has quit IRC | 09:35 | |
*** mjura has quit IRC | 09:35 | |
*** gszasz has quit IRC | 09:35 | |
*** sfinucan has joined #openstack-nova | 09:36 | |
cdent | p!spy 1 | 09:36 |
*** gszasz has joined #openstack-nova | 09:36 | |
*** gjayavelu has joined #openstack-nova | 09:38 | |
*** adisky has quit IRC | 09:40 | |
*** ndipanov has joined #openstack-nova | 09:40 | |
*** thorst has quit IRC | 09:41 | |
*** ljxiash has joined #openstack-nova | 09:42 | |
*** gjayavelu has quit IRC | 09:42 | |
*** ljxiash has quit IRC | 09:47 | |
*** alex_xu_ has quit IRC | 09:47 | |
*** jwcroppe has joined #openstack-nova | 09:48 | |
*** Yingxin_ has joined #openstack-nova | 09:48 | |
*** alex_xu has joined #openstack-nova | 09:49 | |
*** ChanServ changes topic to "This channel is for Nova development. For support of Nova deployments, please use #openstack. Please see: https://wiki.openstack.org/wiki/Nova/Mitaka_Release_Schedule" | 09:49 | |
-openstackstatus- NOTICE: Zuul and gerrit are working normally now. Please recheck any jobs that may have been affected by this failure. | 09:49 | |
*** Yingxin has quit IRC | 09:50 | |
*** Yingxin_ is now known as Yingxin | 09:50 | |
*** gzhai3 has joined #openstack-nova | 09:51 | |
*** gzhai2 has quit IRC | 09:51 | |
*** jwcroppe has quit IRC | 09:52 | |
*** ljxiash has joined #openstack-nova | 09:53 | |
*** dave-mccowan has joined #openstack-nova | 09:55 | |
*** amotoki has joined #openstack-nova | 09:55 | |
*** andymaier has joined #openstack-nova | 09:56 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c https://review.openstack.org/303345 | 09:56 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c https://review.openstack.org/303345 | 09:56 |
*** kashyap has quit IRC | 09:57 | |
*** ljxiash has quit IRC | 09:58 | |
*** cheneydc has quit IRC | 09:58 | |
*** dave-mccowan has quit IRC | 10:00 | |
*** haomaiwang has quit IRC | 10:01 | |
*** haomaiwang has joined #openstack-nova | 10:01 | |
*** Qiming has quit IRC | 10:02 | |
*** unicell has quit IRC | 10:03 | |
*** unicell has joined #openstack-nova | 10:04 | |
*** ljxiash has joined #openstack-nova | 10:04 | |
*** amotoki has quit IRC | 10:05 | |
*** salv-orlando has joined #openstack-nova | 10:06 | |
*** jog0 has joined #openstack-nova | 10:07 | |
*** mjura has joined #openstack-nova | 10:08 | |
*** itlinux has joined #openstack-nova | 10:08 | |
*** ljxiash has quit IRC | 10:09 | |
*** aimeeU has joined #openstack-nova | 10:12 | |
*** itlinux has quit IRC | 10:13 | |
*** unicell1 has joined #openstack-nova | 10:13 | |
*** ociuhandu has quit IRC | 10:13 | |
*** mjura has quit IRC | 10:13 | |
*** ljxiash_ has joined #openstack-nova | 10:13 | |
*** alex_xu has quit IRC | 10:14 | |
*** unicell has quit IRC | 10:15 | |
*** gzhai has joined #openstack-nova | 10:16 | |
*** alex_xu has joined #openstack-nova | 10:16 | |
*** sheel has joined #openstack-nova | 10:16 | |
*** siva_krishnan_ has joined #openstack-nova | 10:17 | |
*** gzhai3 has quit IRC | 10:19 | |
*** pbrooko has quit IRC | 10:22 | |
*** ndipanov has quit IRC | 10:22 | |
*** ndipanov has joined #openstack-nova | 10:24 | |
*** izbrandon has quit IRC | 10:26 | |
*** siva_krishnan_ has left #openstack-nova | 10:26 | |
*** siva_krishnan_ has joined #openstack-nova | 10:27 | |
*** daemontool has quit IRC | 10:28 | |
*** sridharg has quit IRC | 10:30 | |
*** sridharg has joined #openstack-nova | 10:31 | |
bauwser | ndipanov: vladikr: some nice bug report https://bugs.launchpad.net/nova/+bug/1570631 | 10:32 |
openstack | Launchpad bug 1570631 in OpenStack Compute (nova) "With hw:vif_multiqueue_enabled, libvirt driver fails with VM larger than 8 vCPU" [Low,Confirmed] | 10:32 |
openstackgerrit | Vladik Romanovsky proposed openstack/nova: libvirt: New configuration classes to parse device address element https://review.openstack.org/304147 | 10:33 |
openstackgerrit | Vladik Romanovsky proposed openstack/nova: libvirt: attach configdrive after instance spawn https://review.openstack.org/303335 | 10:33 |
openstackgerrit | Vladik Romanovsky proposed openstack/nova: Device tagging metadata API support https://review.openstack.org/304511 | 10:33 |
openstackgerrit | Vladik Romanovsky proposed openstack/nova: Device tagging API support https://review.openstack.org/304510 | 10:33 |
openstackgerrit | Vladik Romanovsky proposed openstack/nova: Device tagging compute API and RPCAPI support https://review.openstack.org/304509 | 10:33 |
openstackgerrit | Vladik Romanovsky proposed openstack/nova: Compute manager device tagging support https://review.openstack.org/264017 | 10:33 |
openstackgerrit | Vladik Romanovsky proposed openstack/nova: Libvirt driver implementation of device tagging https://review.openstack.org/264016 | 10:33 |
*** qeelee has quit IRC | 10:34 | |
*** artom__ is now known as notartom | 10:36 | |
*** lpetrut has joined #openstack-nova | 10:37 | |
*** thorst has joined #openstack-nova | 10:39 | |
*** EinstCra_ has quit IRC | 10:40 | |
*** sdague has joined #openstack-nova | 10:40 | |
*** EinstCrazy has joined #openstack-nova | 10:40 | |
*** gongysh has quit IRC | 10:42 | |
*** EinstCrazy has quit IRC | 10:45 | |
*** thorst has quit IRC | 10:45 | |
*** cdent has quit IRC | 10:51 | |
*** ljxiash_ has quit IRC | 10:56 | |
*** doug-fish has quit IRC | 10:56 | |
*** sahid has joined #openstack-nova | 10:57 | |
*** lpetrut has quit IRC | 10:59 | |
*** jaosorior has quit IRC | 10:59 | |
*** lpetrut has joined #openstack-nova | 10:59 | |
*** haomaiwang has quit IRC | 11:01 | |
*** efried has quit IRC | 11:01 | |
*** 18VAANONR has joined #openstack-nova | 11:01 | |
*** ljxiash has joined #openstack-nova | 11:01 | |
*** cdelatte has quit IRC | 11:02 | |
*** akshai has joined #openstack-nova | 11:04 | |
*** akshai_ has joined #openstack-nova | 11:05 | |
*** rtheis has joined #openstack-nova | 11:05 | |
*** daemontool has joined #openstack-nova | 11:06 | |
*** ljxiash has quit IRC | 11:07 | |
sdague | alex_xu: you want to merge this one as well - https://review.openstack.org/#/c/306020/ ? | 11:07 |
*** ljxiash has joined #openstack-nova | 11:08 | |
*** akshai has quit IRC | 11:08 | |
*** lpetrut has quit IRC | 11:10 | |
*** hoangcx has quit IRC | 11:12 | |
*** ljxiash has quit IRC | 11:13 | |
*** markvoelker has joined #openstack-nova | 11:18 | |
*** yonglihe has quit IRC | 11:19 | |
alex_xu | sdague: done | 11:20 |
sdague | cool, I'll rebase on top of that, as it conflicts with a couple of my patches | 11:20 |
*** yonglihe has joined #openstack-nova | 11:20 | |
sdague | doing another couple of css fixes this morning | 11:20 |
*** Qiming has joined #openstack-nova | 11:21 | |
alex_xu | ok, i will try to revisit after your rebase | 11:22 |
*** xek has joined #openstack-nova | 11:22 | |
* alex_xu disappear few hours for join the traffic jam party | 11:22 | |
*** efried has joined #openstack-nova | 11:23 | |
*** markvoelker has quit IRC | 11:24 | |
*** gzhai1 has joined #openstack-nova | 11:27 | |
*** kolesovdv has joined #openstack-nova | 11:29 | |
*** gzhai has quit IRC | 11:30 | |
sdague | that sounds like the worst kind of party | 11:30 |
*** BobBall-AWOL is now known as BobBall | 11:31 | |
*** Marga__ has quit IRC | 11:34 | |
*** cdelatte has joined #openstack-nova | 11:36 | |
*** thorst has joined #openstack-nova | 11:37 | |
*** 18VAANONR has quit IRC | 11:38 | |
*** jbernard_ has quit IRC | 11:38 | |
*** aysyd has joined #openstack-nova | 11:38 | |
openstackgerrit | Laszlo Hegedus proposed openstack/nova: Detach root volume during rebuild https://review.openstack.org/305079 | 11:38 |
*** baoli has joined #openstack-nova | 11:40 | |
*** baoli_ has joined #openstack-nova | 11:41 | |
*** dencaval has quit IRC | 11:43 | |
*** unicell1 has quit IRC | 11:44 | |
*** unicell has joined #openstack-nova | 11:44 | |
openstackgerrit | Sean Dague proposed openstack/nova: Add 'Show All' / 'Hide All' toggle https://review.openstack.org/305769 | 11:44 |
openstackgerrit | Sean Dague proposed openstack/nova: clean up versions.inc reference document https://review.openstack.org/306022 | 11:45 |
openstackgerrit | Sean Dague proposed openstack/nova: fix blockquote font size https://review.openstack.org/305783 | 11:45 |
openstackgerrit | Sean Dague proposed openstack/nova: Fix css references to the glyphicons font https://review.openstack.org/305358 | 11:45 |
openstackgerrit | Sean Dague proposed openstack/nova: use 'required' instead of 'optional' for parameters https://review.openstack.org/305406 | 11:45 |
openstackgerrit | Sean Dague proposed openstack/nova: move sphinx h3 to '-' instead of '^' https://review.openstack.org/305987 | 11:45 |
openstackgerrit | Sean Dague proposed openstack/nova: Collection of CSS fixes https://review.openstack.org/306376 | 11:45 |
*** baoli has quit IRC | 11:45 | |
*** cdent has joined #openstack-nova | 11:45 | |
*** pc_m has quit IRC | 11:46 | |
openstackgerrit | Sean Dague proposed openstack/nova: Collection of CSS fixes https://review.openstack.org/306376 | 11:46 |
*** dims has quit IRC | 11:46 | |
*** pc_m has joined #openstack-nova | 11:47 | |
openstackgerrit | Claudiu Belu proposed openstack/nova-specs: Adds Nova discoverable policy API spec https://review.openstack.org/289405 | 11:51 |
*** openstack has quit IRC | 11:51 | |
*** openstack has joined #openstack-nova | 11:53 | |
*** jwcroppe has quit IRC | 11:55 | |
*** dims has joined #openstack-nova | 11:56 | |
*** andymaier has quit IRC | 12:01 | |
openstackgerrit | Gleb Stepanov proposed openstack/python-novaclient: [WIP] Console log offset argument https://review.openstack.org/292479 | 12:02 |
*** akshai_ has quit IRC | 12:02 | |
*** mnestratov has quit IRC | 12:04 | |
*** laszloh has joined #openstack-nova | 12:05 | |
breton | hi | 12:09 |
breton | do you have any test jobs that would require complex set up performed out of setUp()? It seems that tests in tests/functional don't require anything special | 12:10 |
*** ducttape_ has joined #openstack-nova | 12:11 | |
*** pradk has joined #openstack-nova | 12:11 | |
*** Oku_OS is now known as Oku_OS-away | 12:12 | |
*** jed56 has quit IRC | 12:13 | |
sdague | breton: for the nova in tree functional tests, no we don't require anything outside of setup | 12:13 |
sdague | breton: maybe if you explain what you are trying to do, we can work backwards from there | 12:14 |
*** busterswt has joined #openstack-nova | 12:15 | |
*** markvoelker has joined #openstack-nova | 12:16 | |
breton | sdague: i am figuring our how to implement setup for keystone functional tests. It requires set up of many external things. Components do it in different ways, i am trying to figure out how they do it. | 12:18 |
*** palexster has joined #openstack-nova | 12:18 | |
breton | so that i don't reinvent the wheel | 12:18 |
sdague | nova's in tree functional tests are lower level than that | 12:19 |
*** apoorv has quit IRC | 12:19 | |
sdague | so that's not really a model for what you are trying to do | 12:19 |
sdague | basically, you'll probably need to run a dsvm job and build a custom gate hook that does whatever you need in the environment | 12:20 |
sdague | but for permissions reasons, your test code in python is really not going to be able to modify much about the environment | 12:20 |
sdague | so it's about a custom test job for a particular configuration, then tests which run against it | 12:21 |
*** sahid has quit IRC | 12:21 | |
*** EinstCrazy has joined #openstack-nova | 12:21 | |
sdague | so it's probably worth really stepping back and instead of saying "I'm trying to setup keystone functional tests" figure out exactly what scenario you want to be testing, then how the existing infrastructure can support tht | 12:22 |
openstackgerrit | jichenjc proposed openstack/nova: not use mox for conductor/test_conductor.py https://review.openstack.org/306385 | 12:23 |
*** ivase has joined #openstack-nova | 12:25 | |
*** wznoinsk has joined #openstack-nova | 12:26 | |
*** ivase has quit IRC | 12:27 | |
*** ivase has joined #openstack-nova | 12:27 | |
*** doug-fish has joined #openstack-nova | 12:27 | |
*** salv-orl_ has joined #openstack-nova | 12:27 | |
breton | sdague: there is a scenario -- federation. To test it, shibboleth-related deb/rpm packages need to be installed (with install_package i guess) and configured (with sed, cp or whatever). | 12:28 |
breton | sdague: (lets move to #openstack-infra, this is probably unrelated to neutron) | 12:28 |
*** busterswt has quit IRC | 12:28 | |
*** wznoinsk has quit IRC | 12:28 | |
*** rmart04_ has joined #openstack-nova | 12:29 | |
*** rmart04 has quit IRC | 12:29 | |
*** rmart04_ is now known as rmart04 | 12:29 | |
*** rfolco has joined #openstack-nova | 12:29 | |
*** rk4n has joined #openstack-nova | 12:30 | |
*** salv-orlando has quit IRC | 12:30 | |
*** gszasz has quit IRC | 12:30 | |
*** haukebruno has quit IRC | 12:30 | |
*** cdent has quit IRC | 12:31 | |
*** ndipanov has quit IRC | 12:31 | |
*** vladikr has quit IRC | 12:31 | |
*** mpavone has quit IRC | 12:31 | |
*** paul-carlton2 has quit IRC | 12:31 | |
*** busterswt has joined #openstack-nova | 12:32 | |
*** cdent has joined #openstack-nova | 12:34 | |
*** ducttape_ has quit IRC | 12:34 | |
*** ccarmack has joined #openstack-nova | 12:37 | |
*** rk4n has quit IRC | 12:40 | |
openstackgerrit | Paul Carlton proposed openstack/nova-specs: Define instance availability profiles. https://review.openstack.org/305425 | 12:40 |
*** rk4n has joined #openstack-nova | 12:41 | |
sdague | bauwser: can I bug you to help merge more of these api-ref patches? | 12:41 |
sdague | https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:api-ref | 12:41 |
bauwser | sdague: agreed | 12:41 |
bauwser | sdague: okay, will take a look | 12:42 |
*** mpavone has joined #openstack-nova | 12:42 | |
*** haukebruno has joined #openstack-nova | 12:42 | |
*** vladikr has joined #openstack-nova | 12:43 | |
sdague | Oh nice, annegentle got us publishing to the real internet yesterday - http://developer.openstack.org/api-ref/compute/ | 12:45 |
*** gszasz has joined #openstack-nova | 12:45 | |
*** ndipanov has joined #openstack-nova | 12:46 | |
*** paul-carlton2 has joined #openstack-nova | 12:47 | |
*** Oku_OS-away is now known as Oku_OS | 12:49 | |
*** pradk has quit IRC | 12:49 | |
*** mgoddard__ has joined #openstack-nova | 12:51 | |
*** pbrooko has joined #openstack-nova | 12:51 | |
*** alaski is now known as lascii | 12:52 | |
markus_z | nice | 12:52 |
*** ndipanov has quit IRC | 12:53 | |
*** mgoddard_ has quit IRC | 12:54 | |
*** xyang1 has joined #openstack-nova | 12:54 | |
sdague | now if we just get that stack of fixes merged we'll see it start to get more accurate | 12:55 |
markus_z | I'm interested in the experience with the bug fleet for that. I lost track with the etherpad for config options (to be honest). | 12:57 |
*** Bjoern_ has joined #openstack-nova | 13:00 | |
*** Bjoern_ is now known as Bjoern_zZzZzZzZ | 13:00 | |
*** Bjoern_zZzZzZzZ is now known as Bjoern_ | 13:02 | |
*** edleafe is now known as figleaf | 13:02 | |
*** derekh has joined #openstack-nova | 13:03 | |
*** rlrossit has joined #openstack-nova | 13:03 | |
*** akshai has joined #openstack-nova | 13:04 | |
*** mat128 has joined #openstack-nova | 13:06 | |
*** abalutoiu has quit IRC | 13:10 | |
danpb | sdague: i have set my devstack local.conf to have LIBS_FROM_GIT=os-vif and it sets up easy-install.txt to point to my os-vif checkout which is all fine | 13:10 |
danpb | sdague: but it doesn't seem to have triggered the installation of any of the os-vif prerequisite requirments | 13:10 |
*** allen_gao has quit IRC | 13:10 | |
*** ctrath has joined #openstack-nova | 13:10 | |
danpb | eg it didn't install oslo.privsep | 13:11 |
openstackgerrit | Chris Dent proposed openstack/nova: Initial support for both microversion headers https://review.openstack.org/300077 | 13:11 |
danpb | despite being listed in requirements.txt | 13:11 |
openstackgerrit | Chris Dent proposed openstack/nova: Initial use of microversion_parse https://review.openstack.org/300076 | 13:11 |
danpb | any idea if this behaviour is as expected ? | 13:11 |
sdague | that is not expected for sure, it should be doing a pip install on the os-vif directory which should pick all that up | 13:11 |
*** mdrabe has joined #openstack-nova | 13:12 | |
*** syjulian has joined #openstack-nova | 13:12 | |
sdague | any chance you have a devstack install log you could dump somewhere? | 13:12 |
sdague | or, your local.conf, maybe I can try to replicate it locally | 13:12 |
openstackgerrit | Laszlo Hegedus proposed openstack/nova: Detach root volume during rebuild https://review.openstack.org/305079 | 13:13 |
*** andymaier has joined #openstack-nova | 13:13 | |
*** ndipanov has joined #openstack-nova | 13:14 | |
danpb | sdague: https://www.berrange.com/~dan/.tmp/stack.log & http://paste.fedoraproject.org/356127/07260501/ | 13:14 |
*** nelsnelson has joined #openstack-nova | 13:15 | |
danpb | oh wait, no, i'm an idiot | 13:15 |
danpb | i had an old checkout of os-vif that predated privsep and didn't re-run devstack since i pulled from git master | 13:16 |
sdague | ah, ok :) | 13:16 |
mnaser | hi everyone, we're having a problem with live migration + block migration where it seems to (so far by my research) arbitrarily either send zero data across the line or the live migration works with no problems | 13:16 |
*** kolesovdv has quit IRC | 13:16 | |
mnaser | i understand this is not as much of a -nova thing but I figured maybe someone ran into this behaviour in testing etc? | 13:16 |
*** pav0 has quit IRC | 13:20 | |
*** sdake has joined #openstack-nova | 13:20 | |
openstackgerrit | Gleb Stepanov proposed openstack/python-novaclient: [WIP] Console log offset argument https://review.openstack.org/292479 | 13:21 |
*** mriedem has joined #openstack-nova | 13:22 | |
*** woodster_ has joined #openstack-nova | 13:22 | |
*** sdake_ has joined #openstack-nova | 13:22 | |
*** pbrooko has quit IRC | 13:23 | |
*** abalutoiu has joined #openstack-nova | 13:24 | |
*** sdake has quit IRC | 13:26 | |
*** cdent has quit IRC | 13:27 | |
*** allen_gao has joined #openstack-nova | 13:27 | |
mriedem | ndipanov: looks like the sriov-pf-passthrough-neutron-port blueprint isn't complete given https://review.openstack.org/#/c/306359/ ? | 13:29 |
mriedem | oh wow this is stable/mitaka | 13:29 |
mriedem | nvm | 13:30 |
*** syjulian has quit IRC | 13:30 | |
sdague | mriedem: I just dropped you an email, but I did https://wiki.openstack.org/wiki/Design_Summit/Newton/Etherpads#Nova | 13:31 |
sdague | while waiting for a build this morning | 13:31 |
mriedem | sdague: what do i owe you? | 13:31 |
mriedem | i suppose i have to review your api-ref series now | 13:31 |
*** Qiming has quit IRC | 13:31 | |
sdague | yeh, would be nice :) | 13:31 |
*** andymaier has quit IRC | 13:32 | |
sdague | https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:api-ref | 13:32 |
*** laszloh has quit IRC | 13:33 | |
*** salv-orlando has joined #openstack-nova | 13:33 | |
*** allen_gao has quit IRC | 13:34 | |
mriedem | ok, going to update the sessions with the etherpad links and then will go through that | 13:34 |
mriedem | sdague: i also went through the glance v2 api spec again last night https://review.openstack.org/#/c/301741/ | 13:35 |
*** abalutoiu has quit IRC | 13:35 | |
mriedem | sdague: were you thinking hyper-v would be converted to use glance v2 in newton also, because the spec says 'everything' will be done by (end of) ocata | 13:35 |
*** abalutoiu has joined #openstack-nova | 13:35 | |
*** salv-orl_ has quit IRC | 13:35 | |
sdague | honestly, it's like 2 calls, it should be easy | 13:36 |
ndipanov | mriedem, ? | 13:38 |
mriedem | ndipanov: ignore | 13:38 |
mriedem | ndipanov: i didn't realize at first that change was a backport | 13:38 |
ndipanov | yeah | 13:38 |
*** allen_gao has joined #openstack-nova | 13:39 | |
*** ducttape_ has joined #openstack-nova | 13:41 | |
*** esracelik has quit IRC | 13:41 | |
*** rodrigods has quit IRC | 13:45 | |
*** rodrigods has joined #openstack-nova | 13:45 | |
*** burt has joined #openstack-nova | 13:48 | |
mriedem | sdague: sorry, gonna have to -2 over "Which is extremely useful in seeing the entire API at once." not being a proper sentence :P | 13:52 |
*** dave-mccowan has joined #openstack-nova | 13:52 | |
*** jwcroppe has joined #openstack-nova | 13:54 | |
*** dave-mcc_ has joined #openstack-nova | 13:54 | |
sdague | mriedem: :P | 13:55 |
*** mrkz has joined #openstack-nova | 13:56 | |
*** dave-mccowan has quit IRC | 13:57 | |
openstackgerrit | Gleb Stepanov proposed openstack/nova: [WIP] Change password response code changed https://review.openstack.org/306442 | 13:57 |
mriedem | oh man, more js | 13:57 |
*** _ducttape_ has joined #openstack-nova | 13:57 | |
*** daemontool_ has joined #openstack-nova | 13:58 | |
*** jwcroppe has quit IRC | 13:58 | |
mriedem | sdague: so on the show/hide all one https://review.openstack.org/#/c/305769/ | 13:58 |
mriedem | i'm on http://docs-draft.openstack.org/69/305769/3/check/gate-nova-api-ref/50d953a//api-ref/build/html/ | 13:59 |
sdague | mriedem: yep... | 13:59 |
mriedem | where is the show/hide all? | 13:59 |
*** ametts has joined #openstack-nova | 13:59 | |
*** ducttape_ has quit IRC | 13:59 | |
*** dims has quit IRC | 14:01 | |
*** daemontool has quit IRC | 14:01 | |
*** EinstCrazy has quit IRC | 14:01 | |
mriedem | let me try in firefox | 14:01 |
sdague | mriedem: top of page | 14:01 |
*** EinstCrazy has joined #openstack-nova | 14:01 | |
mriedem | oh top right | 14:02 |
sdague | http://dl.dropbox.com/u/6514884/screenshot_309.png | 14:02 |
*** ccarmack has quit IRC | 14:02 | |
mriedem | yeah i found it | 14:02 |
openstackgerrit | Ludovic Beliveau proposed openstack/nova: Update binding:profile for SR-IOV ports https://review.openstack.org/242573 | 14:03 |
*** EinstCrazy has quit IRC | 14:03 | |
openstackgerrit | Sean Dague proposed openstack/nova-specs: addendum to glance v2 spec https://review.openstack.org/306447 | 14:04 |
*** dims has joined #openstack-nova | 14:04 | |
*** ccarmack has joined #openstack-nova | 14:05 | |
*** EinstCrazy has joined #openstack-nova | 14:05 | |
*** EinstCrazy has quit IRC | 14:07 | |
Anticimex | nova/crypto.py's generate_fingerprint function does not support ssh-ed25519 keys, preventing usage of them (using liberty, but nova/crypto unchanged between master and stable/liberty) | 14:07 |
Anticimex | at https://github.com/openstack/nova/blob/master/nova/crypto.py#L95 | 14:07 |
*** dansmith is now known as superdan | 14:07 | |
*** sdague has quit IRC | 14:07 | |
Anticimex | should i file bug together with a simple testcase i wrote? | 14:07 |
openstackgerrit | Andrew Bogott proposed openstack/nova: Add the libvirt.ephemeral_image_format config option https://review.openstack.org/301861 | 14:08 |
*** sdague has joined #openstack-nova | 14:08 | |
Anticimex | not sure that true error is at L95 of course. | 14:08 |
Anticimex | i mean, within nova/crypto at all. | 14:08 |
sdague | mriedem: not that I want to distract you from api-ref reviews - but ^^^ is basically some proposed changes to the spec (on a second patch so we can decide what should be there or not) | 14:09 |
*** eharney has joined #openstack-nova | 14:10 | |
mriedem | sdague: yeah just reviewed it | 14:10 |
mriedem | comments inline | 14:10 |
sdague | mriedem: CONF.glance.api_servers don't include a version | 14:11 |
*** salv-orlando has quit IRC | 14:12 | |
openstackgerrit | Paul Carlton proposed openstack/nova-specs: Define instance availability profiles. https://review.openstack.org/305425 | 14:12 |
sdague | https://github.com/openstack/nova/blob/8165233a715c1fce94a7a131624dc507ac50bd17/nova/conf/glance.py#L27-L30 | 14:12 |
sdague | my feeling is we default to v1, once v2 is done there we deprecate v1 and warn if it is set. So in the transition people set it manually. Then we remove it, and they end up in v2. | 14:13 |
*** jlanoux has joined #openstack-nova | 14:13 | |
*** mtanino has joined #openstack-nova | 14:14 | |
*** pbrooko has joined #openstack-nova | 14:15 | |
*** EinstCrazy has joined #openstack-nova | 14:15 | |
*** zz_dimtruck is now known as dimtruck | 14:15 | |
mriedem | ok, i guess we just always hard-code the version to '1' and then use the endpoint from api_servers today | 14:15 |
mriedem | also, nice, this is unused https://github.com/openstack/nova/blob/8165233a715c1fce94a7a131624dc507ac50bd17/nova/image/glance.py#L108 | 14:16 |
mriedem | maybe that was part of the bp work that landed already | 14:16 |
*** EinstCrazy has quit IRC | 14:16 | |
*** hdd__ has quit IRC | 14:16 | |
sdague | mriedem: yeh, it was the work from last cycle | 14:17 |
*** salv-orlando has joined #openstack-nova | 14:17 | |
*** jog0 has quit IRC | 14:17 | |
sdague | but as I was looking at all these patches and with the discovery we're managing this whole other cached attribute | 14:17 |
sdague | and we're potentially doing half a workflow with v1 and half with v2 | 14:18 |
sdague | it gets all super confusing | 14:18 |
*** EinstCrazy has joined #openstack-nova | 14:18 | |
sdague | when this much more feels like operator config, given that they have to list all the glance servers by url anyway | 14:19 |
Anticimex | ok, ed25519 is already tracked in bug https://bugs.launchpad.net/nova/+bug/1555521 | 14:19 |
openstack | Launchpad bug 1555521 in OpenStack Compute (nova) ""failed to generate fingerprint" when importing ed25519 key" [Medium,Confirmed] | 14:19 |
openstackgerrit | Michal Pryc proposed openstack/nova: Fixes unexpectedly passing functional test. https://review.openstack.org/306465 | 14:19 |
*** maurosr has quit IRC | 14:19 | |
*** sfinucan has quit IRC | 14:20 | |
*** lpetrut has joined #openstack-nova | 14:20 | |
*** maurosr has joined #openstack-nova | 14:20 | |
*** EinstCrazy has quit IRC | 14:21 | |
superdan | sdague: ^ | 14:22 |
*** mtecer has joined #openstack-nova | 14:22 | |
sdague | superdan: +2 | 14:25 |
bauwser | lascii: superdan: if you don't know what to review... https://review.openstack.org/#/c/302828/ :p | 14:25 |
*** e0ne_ has joined #openstack-nova | 14:25 | |
*** sahid has joined #openstack-nova | 14:25 | |
*** e0ne has quit IRC | 14:26 | |
sahid | mriedem: we might finally have concensus here https://review.openstack.org/#/c/284095/ | 14:27 |
mriedem | not possible | 14:27 |
*** vishwanathj_zzz has quit IRC | 14:27 | |
*** vishwanathj_zzz has joined #openstack-nova | 14:27 | |
*** vishwanathj_zzz has quit IRC | 14:28 | |
*** coreywright has joined #openstack-nova | 14:28 | |
*** vishwanathj_zzz has joined #openstack-nova | 14:29 | |
*** achanda has joined #openstack-nova | 14:30 | |
*** pwnall has joined #openstack-nova | 14:30 | |
mriedem | sahid: +W | 14:30 |
openstackgerrit | Andrey Kurilin proposed openstack/python-novaclient: WIP: Create Session instance if possible https://review.openstack.org/304035 | 14:31 |
mriedem | thanks for staying on top of that | 14:31 |
sahid | mriedem: cool, thanks for feedbacks and reviews | 14:31 |
*** achanda has quit IRC | 14:32 | |
*** rk4n has quit IRC | 14:33 | |
mriedem | sdague: for the blockquote patch, is that like what the note sections are today? i noticed those are quite bigger | 14:34 |
mriedem | quite bigger? | 14:34 |
mriedem | ah yep, compared http://docs-draft.openstack.org/69/305769/3/check/gate-nova-api-ref/50d953a//api-ref/build/html/ to http://docs-draft.openstack.org/83/305783/3/check/gate-nova-api-ref/96967dd//api-ref/build/html/ | 14:34 |
sdague | mriedem: yep | 14:35 |
*** gonzalo2kx has quit IRC | 14:37 | |
*** pbrooko has quit IRC | 14:38 | |
mriedem | sdague: so when are you going to rewrite all of the api docs in LaTeX? | 14:38 |
* superdan drools | 14:38 | |
sdague | that's an mtreinish thing :) | 14:38 |
mriedem | sdague: i know | 14:38 |
mriedem | he refuses to read anything that's not written in LaTeX | 14:38 |
sdague | though, this will mostly generate latex at this point if you care | 14:38 |
superdan | and for good reason | 14:38 |
superdan | because.. so pretty | 14:38 |
mtreinish | mriedem: it should work fine with LaTex | 14:39 |
sdague | the ..rest_method stanza needs a custom formatter | 14:39 |
mriedem | see, this was really just me trolling him to push the patch to convert it | 14:39 |
mtreinish | ok, maybe not then | 14:39 |
mriedem | like he did the devref | 14:39 |
sdague | mtreinish: the tricky method directive I did has custom formatter for html, it just needs one for latex as well | 14:39 |
paul-carlton2 | I've just refreshed devstack and although instance_types table is empty there are flavors listed per nova flavor-list? | 14:40 |
sdague | https://github.com/openstack/nova/blob/8165233a715c1fce94a7a131624dc507ac50bd17/api-ref/ext/rest_parameters.py#L358-L359 | 14:40 |
mriedem | paul-carlton2: they are in the api db | 14:40 |
mtreinish | sdague: I can take a look at doing that if I get some free time | 14:40 |
sahid | hum... mriedem i proposed this patch as candidate for mitaka, do you think we can consider it ? | 14:40 |
mtreinish | mriedem: that ~800 page pdf is super useful right :) | 14:40 |
openstackgerrit | Kristi Nikolla proposed openstack/python-novaclient: Removes the `--volume-service-name` option https://review.openstack.org/306473 | 14:41 |
mriedem | mtreinish: it should be smaller now since sdague killed the module index | 14:41 |
paul-carlton2 | ah! | 14:41 |
sdague | mtreinish: I figure that if any product folks want to bundle the API docs as a PDF, they can ask about it | 14:41 |
mriedem | sahid: i'll have to think about it | 14:41 |
sdague | but from what I can tell they mostly just point to the website | 14:41 |
mtreinish | sdague: heh, you don't want to get a printed and bound copy of your work for the bookshelf? | 14:42 |
sdague | mtreinish: and reprint on every release | 14:42 |
sdague | leather bound | 14:42 |
sdague | the level of rediculousness almost makes me want to do it once | 14:42 |
markus_z | for every contributor | 14:42 |
sahid | mriedem: yes i can understand that could be considered differently than a bug fix | 14:43 |
*** haplo37 has joined #openstack-nova | 14:44 | |
*** mnestratov has joined #openstack-nova | 14:44 | |
*** mgoddard has joined #openstack-nova | 14:46 | |
*** mgoddard__ has quit IRC | 14:46 | |
mriedem | sdague: melwitt: andreykurilin: i'm a bit on the fence about removing this volume_service_name kwarg from novaclient https://review.openstack.org/#/c/306473/ | 14:47 |
tobasco | i want to bring up these to bugs to a meeting to draw some attention and have you thoughts on how or if we should move on these https://bugs.launchpad.net/horizon/+bug/1202965 https://bugs.launchpad.net/nova/+bug/1469179 | 14:47 |
openstack | Launchpad bug 1202965 in OpenStack Compute (nova) "The name VCPUs (total) of Hypervisors is confusing" [Wishlist,Opinion] | 14:47 |
openstack | Launchpad bug 1469179 in OpenStack Compute (nova) "instance.root_gb should be 0 for volume-backed instances" [Medium,In progress] - Assigned to Ankit Agrawal (ankitagrawal) | 14:47 |
mriedem | w/o a true deprecation period when someone uses the option in the CLI or constructs a client with it | 14:47 |
tobasco | anybody know what meating we could address these in, both are related to how nova tracks resources | 14:47 |
*** mdrabe has quit IRC | 14:48 | |
mriedem | tobasco: there is a nova scheduler subteam meeting that might be a good place for that | 14:48 |
mriedem | http://eavesdrop.openstack.org/#Nova_Scheduler_Team_Meeting | 14:48 |
bauwser | lascii: question in https://review.openstack.org/#/c/298455/14 | 14:49 |
tobasco | tobasco: thanks i will make sure to attend next meeting | 14:49 |
*** sridharg has quit IRC | 14:49 | |
bauwser | tobasco: what point ? | 14:49 |
bauwser | oh | 14:50 |
melwitt | mriedem: I think usually we just do the deprecation period, unless it's something that's literally not exposed, but I haven't been following novaclient as closely as I had in the past | 14:50 |
*** sarafraj has left #openstack-nova | 14:50 | |
sdague | mriedem: I'm fine with a deprecation instead | 14:50 |
tobasco | bauwser: just wanna update on peoples opinion on those two bugs and see how we move forward | 14:51 |
sdague | I don't think this has been used for years | 14:51 |
*** sarafraj has joined #openstack-nova | 14:51 | |
sdague | but it's fine to deprecate and remove in O | 14:51 |
*** vishwanathj_zzz is now known as vishwanathj | 14:51 | |
bauwser | tobasco: so AFAIR, we had a consensus on https://bugs.launchpad.net/nova/+bug/1469179 needing to wait for the resource-providers spec to be implemented | 14:52 |
openstack | Launchpad bug 1469179 in OpenStack Compute (nova) "instance.root_gb should be 0 for volume-backed instances" [Medium,In progress] - Assigned to Ankit Agrawal (ankitagrawal) | 14:52 |
mriedem | knikolla: let me know if you have questions about the -1 on https://review.openstack.org/#/c/306473/ | 14:52 |
mriedem | knikolla: let's make that a deprecation patch instead of removal | 14:52 |
andreykurilin | mriedem: I'm not sure that somebody uses this option, since it did not do anything. if we decide to remove it in a right way(with deprecation), I prefer to make it in novaclient.client.Client | 14:53 |
*** gonzalo2kx has joined #openstack-nova | 14:53 | |
mriedem | andreykurilin: you could construct the client via novaclient.v2.client directly | 14:53 |
tobasco | bauwser: ok, can resource-providers be backported? | 14:53 |
openstackgerrit | Paul Carlton proposed openstack/nova-specs: Define instance availability profiles. https://review.openstack.org/305425 | 14:53 |
bauwser | tobasco: for https://bugs.launchpad.net/horizon/+bug/1202965, that reminds me some thing, sec | 14:53 |
openstack | Launchpad bug 1202965 in OpenStack Compute (nova) "The name VCPUs (total) of Hypervisors is confusing" [Wishlist,Opinion] | 14:53 |
bauwser | tobasco: no | 14:53 |
*** daemontool__ has joined #openstack-nova | 14:54 | |
mriedem | sdague: how much stuff is there after https://review.openstack.org/#/c/305987/ before we can add -W to building the sphinx api-ref docs? | 14:54 |
bauwser | tobasco: the series is very long and changing lots of stuff, including our versioned objects | 14:54 |
mriedem | or is that still unknown? | 14:54 |
sdague | mriedem: quite a bit still | 14:54 |
sdague | there are about 200 warnings right now | 14:54 |
sdague | a lot of it is samples files mismatch | 14:55 |
andreykurilin | mriedem: but we have a warning message that direct usage of novaclient.v2.client is restricted and can broke anything. We have this warning for at least one release of OpenStack | 14:55 |
mriedem | ok | 14:55 |
lascii | bauwser: responded | 14:55 |
sdague | that's part of the whole manual cleanup that's going to have to happen | 14:55 |
tobasco | bauwser: regarding the vcpu count for hypervisor stats is that it doesn't calculate based on the cpu overcommit ratio set i.e the default value of 16.0 so it will always be red/over the limit when overcomitting | 14:56 |
mriedem | andreykurilin: sure, but it could be a separate warning | 14:56 |
*** ccarmack has quit IRC | 14:56 | |
bauwser | tobasco: the overcommit ratio is another filed | 14:56 |
bauwser | field | 14:56 |
*** daemontool_ has quit IRC | 14:56 | |
*** vladikr has quit IRC | 14:56 | |
mriedem | andreykurilin: it doesn't matter a ton to me either way | 14:57 |
*** jog0 has joined #openstack-nova | 14:57 | |
knikolla | mriedem: completely agree with the -1. | 14:57 |
andreykurilin | mriedem: :) | 14:57 |
andreykurilin | mriedem: btw, to make deprecation easier, it would be nice to be more strict to positional arguments. see https://review.openstack.org/#/c/306316/2/novaclient/client.py | 14:58 |
tobasco | bauwser: what do you mean by another field? afaik the hypervisor stats api call doesn't return anything related to the overcommit ratios, it basicly only does a db query to grab the used/total vcpu's | 14:58 |
tobasco | bauwser: the overcommit ratios that would be interesting is the ones configured in nova.conf on the scheduler | 14:58 |
bauwser | lascii: I'm pretty sure passing a dict as parameter means that if you modify a mutable value from a key in the subcall, then it would also update the dict up | 14:58 |
bauwser | lascii: but the call you mention in L1440 seems doing that, I need to verify the ordering of calls | 14:59 |
bauwser | tobasco: that changed in Kilo | 14:59 |
bauwser | tobasco: the ratios are now defined per computes | 14:59 |
bauwser | in the RT | 14:59 |
lascii | bauwser: strings are immutable | 14:59 |
bauwser | sorry, ResourceTracker | 14:59 |
bauwser | lascii: *facepalm* do you see me tired ? | 15:00 |
bauwser | :p | 15:00 |
bauwser | oh man | 15:00 |
lascii | heh. step away from the computer | 15:00 |
*** scheuran has quit IRC | 15:00 | |
tobasco | bauwser: yea i remember adding the config to all nova nodes | 15:01 |
openstackgerrit | Gleb Stepanov proposed openstack/python-novaclient: [WIP] Console log offset argument https://review.openstack.org/292479 | 15:01 |
sdague | mriedem: yeh, 334 warnings with the current tree. That drops to 230 once I merge in my manually fixed up version of servers.rst. Still a lot of samples files mismatches. I was going to leave those for low hanging fruit fixes, but I can also try to get folks to do those first. | 15:01 |
figleaf | bauwser: it's Friday night. Go have a beer. | 15:01 |
bauwser | hold on | 15:02 |
bauwser | I'm not crazy | 15:02 |
superdan | we probably need a communications channel to bauwser's wife | 15:02 |
superdan | "Dear French Lady, please unplug the router and hide the ethernet cable until monday, kthxbye" | 15:03 |
*** hdd__ has joined #openstack-nova | 15:03 | |
bauwser | lol | 15:03 |
bauwser | and I *need* to do gardening tonight | 15:03 |
superdan | although I know for a fact that bauwser's house stops working if the internet goes down | 15:03 |
figleaf | he'd just tether to his cell phone | 15:04 |
superdan | yeah, cell jammer required too | 15:04 |
bauwser | superdan: yeah, I pay my stupidity | 15:04 |
bauwser | superdan: trusting about cloud | 15:04 |
superdan | we might have to DDoS his house | 15:04 |
bauwser | buuuut that said | 15:04 |
bauwser | http://paste.openstack.org/show/494240/ | 15:04 |
*** gonzalo2kx has quit IRC | 15:04 | |
*** josecastroleon has quit IRC | 15:05 | |
figleaf | bauwser: of coourse | 15:05 |
figleaf | bauwser: was there a question about that? | 15:05 |
*** pbrooko has joined #openstack-nova | 15:06 | |
lascii | bauwser: that's a little different from what's being done | 15:06 |
bauwser | but yeah, I made the mistake because I'm stupid and tired | 15:06 |
bauwser | yup | 15:06 |
bauwser | we're not passing a reference | 15:06 |
*** pcaruana has quit IRC | 15:06 | |
figleaf | bauwser: you definitely need (and deserve) a beer | 15:07 |
*** vdrok has joined #openstack-nova | 15:07 | |
bauwser | it's only 5pm ! | 15:07 |
figleaf | that;s beer o'clock! | 15:07 |
lascii | bauwser: http://paste.openstack.org/show/494242/ | 15:07 |
superdan | maybe I should get out my op powers | 15:07 |
bauwser | lascii: yeah, I know, hence my ping above | 15:07 |
bauwser | superdan: heh | 15:08 |
*** bauwser is now known as _ | 15:08 | |
superdan | heh | 15:08 |
lascii | okay | 15:08 |
_ | oh fun, the nick is registered | 15:08 |
*** _ is now known as Guest90517 | 15:08 | |
*** superdan is now known as _-_ | 15:08 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova: libvirt: New configuration classes to parse device address element https://review.openstack.org/304147 | 15:08 |
openstackgerrit | Artom Lifshitz proposed openstack/nova: libvirt: attach configdrive after instance spawn https://review.openstack.org/303335 | 15:08 |
openstackgerrit | Artom Lifshitz proposed openstack/nova: Device tagging metadata API support https://review.openstack.org/304511 | 15:08 |
openstackgerrit | Artom Lifshitz proposed openstack/nova: Device tagging API support https://review.openstack.org/304510 | 15:08 |
openstackgerrit | Artom Lifshitz proposed openstack/nova: Device tagging compute API and RPCAPI support https://review.openstack.org/304509 | 15:08 |
openstackgerrit | Artom Lifshitz proposed openstack/nova: Compute manager device tagging support https://review.openstack.org/264017 | 15:08 |
*** Guest90517 is now known as bauwser | 15:08 | |
openstackgerrit | Artom Lifshitz proposed openstack/nova: Libvirt driver implementation of device tagging https://review.openstack.org/264016 | 15:08 |
danpb | i wonder what the longest log line that nova outputs is, because i think i have a possible winner.... | 15:09 |
danpb | 016-04-15 14:46:02.886 23201 DEBUG nova.compute.resource_tracker [req-23449a30-79cf-4840-a48c-d8694492974d - -] Hypervisor: assignable PCI devices: [{"dev_id": "pci_0000_00_00_0", "product_id": "2f00", "dev_type": "type-PCI", "numa_node": 0,...... snip 33 KB more ... | 15:09 |
*** _-_ is now known as superdan | 15:09 | |
superdan | danpb: yeah, that pci one is terrible | 15:09 |
bauwser | danpb: yeah I remember that | 15:09 |
superdan | and it's periodic | 15:09 |
bauwser | did we were doing a patch against it ? | 15:09 |
bauwser | I feel so | 15:10 |
* bauwser checks gerrit | 15:10 | |
openstackgerrit | Timofey Durakov proposed openstack/nova: abort_live_migration remove redundant check https://review.openstack.org/304621 | 15:10 |
openstackgerrit | Timofey Durakov proposed openstack/nova: force_live_migration remove redundant check https://review.openstack.org/287997 | 15:10 |
*** mdrabe has joined #openstack-nova | 15:11 | |
*** pbrooko has quit IRC | 15:11 | |
*** serverascode has quit IRC | 15:11 | |
*** zhiyan has quit IRC | 15:11 | |
*** vdrok has quit IRC | 15:11 | |
*** boris-42 has quit IRC | 15:11 | |
*** hdd__ has quit IRC | 15:11 | |
*** sdake_ has quit IRC | 15:11 | |
*** EinstCrazy has joined #openstack-nova | 15:11 | |
*** ildikov has quit IRC | 15:12 | |
*** macsz has quit IRC | 15:12 | |
*** devananda has quit IRC | 15:12 | |
*** tdurakov has quit IRC | 15:12 | |
*** fmccrthy has quit IRC | 15:12 | |
*** ameade has quit IRC | 15:12 | |
*** belmoreira has quit IRC | 15:12 | |
*** andrewbogott has quit IRC | 15:12 | |
*** rushiagr has quit IRC | 15:12 | |
*** fyxim_ has quit IRC | 15:12 | |
*** JayF has quit IRC | 15:12 | |
*** pkholkin has quit IRC | 15:12 | |
danpb | wooohoooo, finally booted a real VM using nova + os-vif + openvswitch | 15:13 |
*** mrhillsman has quit IRC | 15:13 | |
*** rpodolyaka has quit IRC | 15:13 | |
*** zioproto has quit IRC | 15:13 | |
*** flwang has quit IRC | 15:13 | |
*** markmcclain has quit IRC | 15:13 | |
*** GheRivero has quit IRC | 15:13 | |
*** auggy has quit IRC | 15:13 | |
*** Savemech has quit IRC | 15:13 | |
*** andreykurilin__ has quit IRC | 15:13 | |
*** anush has quit IRC | 15:13 | |
*** rmart04 has quit IRC | 15:13 | |
sdague | danpb: nice! | 15:13 |
*** prateek|lunch has quit IRC | 15:14 | |
sdague | 👍 | 15:14 |
danpb | oh that's including privsep too btw ! | 15:15 |
*** delattec has joined #openstack-nova | 15:16 | |
*** bustersw_ has joined #openstack-nova | 15:16 | |
*** daemontool_ has joined #openstack-nova | 15:16 | |
*** nelsnels_ has joined #openstack-nova | 15:16 | |
*** mgoddard_ has joined #openstack-nova | 15:16 | |
*** doug-fis_ has joined #openstack-nova | 15:17 | |
*** abalutoiu_ has joined #openstack-nova | 15:17 | |
sdague | sweet. | 15:18 |
sdague | that means you win over the os-brick folks for getting privsep running :) | 15:18 |
*** maurosr has quit IRC | 15:18 | |
*** ctrath1 has joined #openstack-nova | 15:18 | |
*** anush has joined #openstack-nova | 15:18 | |
superdan | how embarrassing :) | 15:18 |
*** mtecer_ has joined #openstack-nova | 15:19 | |
*** tbachman_ has joined #openstack-nova | 15:19 | |
*** mtecer_ has quit IRC | 15:19 | |
*** JayF has joined #openstack-nova | 15:19 | |
mriedem | sdague: some cleanup needed in https://review.openstack.org/#/c/306022/ | 15:19 |
*** mat128_ has joined #openstack-nova | 15:19 | |
*** ccarmack has joined #openstack-nova | 15:19 | |
*** boris-42 has joined #openstack-nova | 15:20 | |
*** sdake has joined #openstack-nova | 15:20 | |
*** ildikov has joined #openstack-nova | 15:20 | |
*** daemontool__ has quit IRC | 15:20 | |
*** mgoddard has quit IRC | 15:20 | |
*** mtecer has quit IRC | 15:20 | |
*** vnogin1 has joined #openstack-nova | 15:20 | |
mriedem | #success danpb: wooohoooo, finally booted a real VM using nova + os-vif + openvswitch + privsep | 15:20 |
openstackstatus | mriedem: Added success to Success page | 15:20 |
*** markmcclain has joined #openstack-nova | 15:20 | |
sdague | mriedem: cool, let me respin that | 15:20 |
*** izbrandon has joined #openstack-nova | 15:20 | |
*** tonyb_ has joined #openstack-nova | 15:20 | |
*** mrhillsman has joined #openstack-nova | 15:20 | |
mriedem | sdague: i hope i'm not going to have to check english papers for all 400 nova api docs | 15:20 |
*** toure_ has joined #openstack-nova | 15:21 | |
*** gsilvis_ has joined #openstack-nova | 15:21 | |
mriedem | strange the os-brick privsep change isn't approved https://review.openstack.org/#/c/277224/ | 15:21 |
openstackgerrit | Michal Pryc proposed openstack/nova: Fixes unexpectedly passing functional test. https://review.openstack.org/306465 | 15:21 |
mriedem | could be one of the 5 dependencies | 15:21 |
sdague | mriedem: well, we have to decide whether we make them all perfect on first go, or just fast merge and fast merge fixes. Because we need to get a certain amount merged before we can delete the old site. | 15:21 |
*** eliqiao_ has joined #openstack-nova | 15:22 | |
mriedem | sdague: true....i just have little motivation going back over time to fix things, but it does happen | 15:22 |
mriedem | i also don't want to have to review every one either :) | 15:22 |
*** flwang has joined #openstack-nova | 15:22 | |
*** andrewbogott has joined #openstack-nova | 15:23 | |
*** fyxim_ has joined #openstack-nova | 15:23 | |
*** huats___ has joined #openstack-nova | 15:23 | |
*** zioproto has joined #openstack-nova | 15:23 | |
*** efried1 has joined #openstack-nova | 15:23 | |
*** rpodolyaka has joined #openstack-nova | 15:23 | |
*** jlanoux_ has joined #openstack-nova | 15:23 | |
*** zhiyan has joined #openstack-nova | 15:24 | |
*** baoli has joined #openstack-nova | 15:24 | |
*** tdurakov has joined #openstack-nova | 15:24 | |
*** ameade has joined #openstack-nova | 15:24 | |
*** gjayavelu has joined #openstack-nova | 15:24 | |
*** davidlenwell has joined #openstack-nova | 15:24 | |
*** jlvillal_ has joined #openstack-nova | 15:24 | |
*** vdrok has joined #openstack-nova | 15:24 | |
*** maurosr has joined #openstack-nova | 15:25 | |
*** e0ne_ has quit IRC | 15:25 | |
*** jlanoux has quit IRC | 15:25 | |
*** eharney has quit IRC | 15:25 | |
*** dims has quit IRC | 15:25 | |
*** ametts has quit IRC | 15:25 | |
*** abalutoiu has quit IRC | 15:25 | |
*** nelsnelson has quit IRC | 15:25 | |
*** ndipanov has quit IRC | 15:25 | |
*** ctrath has quit IRC | 15:25 | |
*** derekh has quit IRC | 15:25 | |
*** sahid has quit IRC | 15:25 | |
*** busterswt has quit IRC | 15:25 | |
*** doug-fish has quit IRC | 15:25 | |
*** baoli_ has quit IRC | 15:25 | |
*** cdelatte has quit IRC | 15:25 | |
*** efried has quit IRC | 15:25 | |
*** gsilvis has quit IRC | 15:25 | |
*** eliqiao has quit IRC | 15:25 | |
*** p01nt3r75 has quit IRC | 15:25 | |
*** mat128 has quit IRC | 15:25 | |
*** jlvillal has quit IRC | 15:25 | |
*** davidlenwell_ has quit IRC | 15:25 | |
*** falanx has quit IRC | 15:25 | |
*** vnogin has quit IRC | 15:25 | |
*** tbachman has quit IRC | 15:25 | |
*** dhellmann has quit IRC | 15:25 | |
*** jschlueter has quit IRC | 15:25 | |
*** edmondsw has quit IRC | 15:25 | |
*** xinli has quit IRC | 15:25 | |
*** sileht has quit IRC | 15:25 | |
*** ericksonsantos has quit IRC | 15:25 | |
*** kbyrne has quit IRC | 15:25 | |
*** hamzy has quit IRC | 15:25 | |
*** toure has quit IRC | 15:25 | |
*** mdavidson has quit IRC | 15:25 | |
*** tonyb has quit IRC | 15:25 | |
*** bauwser has quit IRC | 15:25 | |
*** huats__ has quit IRC | 15:25 | |
*** q3k has quit IRC | 15:25 | |
*** ccesario has quit IRC | 15:25 | |
*** gmann has quit IRC | 15:25 | |
*** EmilienM has quit IRC | 15:25 | |
*** ccard has quit IRC | 15:25 | |
*** lxsli has quit IRC | 15:25 | |
*** johnthetubaguy has quit IRC | 15:26 | |
*** tbachman_ is now known as tbachman | 15:26 | |
*** xinli has joined #openstack-nova | 15:26 | |
*** ihrachys has quit IRC | 15:26 | |
*** dims has joined #openstack-nova | 15:26 | |
*** e0ne has joined #openstack-nova | 15:26 | |
*** dhellmann has joined #openstack-nova | 15:26 | |
*** amotoki has joined #openstack-nova | 15:27 | |
*** jlvillal_ is now known as jlvillal | 15:27 | |
*** ccard has joined #openstack-nova | 15:27 | |
*** jlvillal is now known as Guest81062 | 15:27 | |
*** EmilienM has joined #openstack-nova | 15:28 | |
*** greghaynes has quit IRC | 15:28 | |
*** sahid has joined #openstack-nova | 15:28 | |
*** mhayden has joined #openstack-nova | 15:28 | |
*** rpodolyaka has quit IRC | 15:28 | |
openstackgerrit | Sean Dague proposed openstack/nova: Collection of CSS fixes https://review.openstack.org/306376 | 15:28 |
openstackgerrit | Sean Dague proposed openstack/nova: clean up versions.inc reference document https://review.openstack.org/306022 | 15:28 |
openstackgerrit | Daniel Berrange proposed openstack/nova: os-vif: convert libvirt driver to use os-vif library https://review.openstack.org/269672 | 15:29 |
openstackgerrit | Daniel Berrange proposed openstack/nova: virt: use more realistic fake network / VIF data https://review.openstack.org/298877 | 15:29 |
*** falanx has joined #openstack-nova | 15:29 | |
*** ameade has quit IRC | 15:29 | |
*** ametts has joined #openstack-nova | 15:29 | |
*** mdavidson has joined #openstack-nova | 15:29 | |
*** p01nt3r75 has joined #openstack-nova | 15:29 | |
*** lxsli has joined #openstack-nova | 15:29 | |
openstackgerrit | Vladyslav Drok proposed openstack/nova: Update instance node on rebuild only when it is recreate https://review.openstack.org/306010 | 15:29 |
sdague | mriedem: right, so, I think the bar should be make this as good as api-site as quickly as possible (which means some stuff will still be wrong). Then we can cut over and get people sending fixes / clarifications here. | 15:29 |
*** ndipanov has joined #openstack-nova | 15:29 | |
sdague | because those will publish live | 15:30 |
*** gmann has joined #openstack-nova | 15:30 | |
*** sileht has joined #openstack-nova | 15:30 | |
*** jistr has quit IRC | 15:30 | |
*** rcernin has quit IRC | 15:30 | |
*** q3k has joined #openstack-nova | 15:30 | |
*** eharney has joined #openstack-nova | 15:30 | |
*** 92AAASS3Y has joined #openstack-nova | 15:30 | |
*** derekh has joined #openstack-nova | 15:30 | |
*** bauzas has joined #openstack-nova | 15:30 | |
*** jschlueter has joined #openstack-nova | 15:31 | |
*** hamzy has joined #openstack-nova | 15:31 | |
mriedem | looks like you re-ordered those changes | 15:31 |
*** edmondsw has joined #openstack-nova | 15:31 | |
bauzas | \o/ I'm back | 15:31 |
sdague | mriedem: yeh, so the content one wouldn't block the css fixes | 15:31 |
*** Guest63229 has quit IRC | 15:31 | |
sdague | if we wanted to still iterate on it | 15:31 |
*** ericksonsantos has joined #openstack-nova | 15:32 | |
vdrok | hi everyone | 15:32 |
*** kbyrne has joined #openstack-nova | 15:32 | |
vdrok | mriedem: if you have some time, please take a look at https://review.openstack.org/306010, is it the right way to go? | 15:32 |
sdague | mriedem: comments inline for some things I think we leave out of fixing | 15:32 |
*** andrewbogott has quit IRC | 15:33 | |
*** andrewbogott has joined #openstack-nova | 15:33 | |
*** fmccrthy has joined #openstack-nova | 15:33 | |
*** devananda has joined #openstack-nova | 15:33 | |
*** tbachman has quit IRC | 15:33 | |
*** macsz has joined #openstack-nova | 15:34 | |
*** ccesario has joined #openstack-nova | 15:34 | |
*** pkholkin has joined #openstack-nova | 15:35 | |
*** andreykurilin__ has joined #openstack-nova | 15:36 | |
mriedem | well let's see if i can build these docs faster than zuul | 15:37 |
*** zul has quit IRC | 15:37 | |
beagles | danpb: got a second to discuss a libvirt cache mode thing? | 15:37 |
*** browne has joined #openstack-nova | 15:37 | |
tdurakov | danpb: hi, could you review: https://review.openstack.org/#/c/287997/ | 15:38 |
*** jwcroppe has joined #openstack-nova | 15:38 | |
*** GheRivero has joined #openstack-nova | 15:39 | |
*** rpodolyaka has joined #openstack-nova | 15:39 | |
*** armax has joined #openstack-nova | 15:39 | |
danpb | beagles: sure | 15:39 |
*** ameade has joined #openstack-nova | 15:39 | |
danpb | tdurakov: not right now i'm afraid | 15:40 |
danpb | beagles: (assuming it won't be longer than 10 mins, as i'm leaving shortly) | 15:40 |
tdurakov | danpb: it's ok | 15:40 |
*** auggy has joined #openstack-nova | 15:41 | |
beagles | danpb, I noticed the other day that tripleo was configuring vms and leaving the disk cache mode as default which IIUC is "unsafe" mode at the moment | 15:41 |
*** chuck__ has joined #openstack-nova | 15:41 | |
beagles | danpb, meaning that some long running vms will have that set as the cache mode... | 15:41 |
*** jistr has joined #openstack-nova | 15:42 | |
beagles | danpb, from what I understand from the docs, this could be a bad thing.. but my understanding of these cache modes are "docs" only and was looking for clarification if not confirmation that this could indeed be a problem | 15:42 |
danpb | no, that's not correct - the default is 'none' if the filesystem supports directio, otherwise its writethrough | 15:43 |
beagles | danpb, hrmmm | 15:44 |
danpb | i don't think there's any need for triple-o to set the cache mode explicitly | 15:44 |
*** zenoway has quit IRC | 15:44 | |
danpb | if there is something unsuitable about the default for certain types of storage we should just fix the default in nova | 15:44 |
_gryf | superdan, hi, I'd like to include into my presentation code from your blog post about upgrades in nova. Is it a problem for you? | 15:45 |
*** zenoway has joined #openstack-nova | 15:45 | |
danpb | the config opt is only there for people who have specific need to pick a different setting for some unusal aspect of their deployment | 15:45 |
beagles | danpb, okay.. libvirt docs might need an update . I'll double check my facts - but basically it should definitely *not* be "unsafe" correct? | 15:45 |
superdan | _gryf: sure | 15:45 |
danpb | beagles: are you referring to libvirt project docs, or nova libvirt docs ? | 15:45 |
_gryf | superdan, thanks | 15:46 |
beagles | danpb, libvirt project docs | 15:46 |
superdan | _gryf: which presentation? | 15:46 |
danpb | ok, that's irrelevant | 15:46 |
*** johnthetubaguy has joined #openstack-nova | 15:46 | |
danpb | nova doesn't rely on the qemu defaults | 15:46 |
danpb | it explicitly picks its own | 15:46 |
beagles | danpb, it's not relevant for nova, but it would be for tripleo if it ended up with bad values ;) | 15:46 |
*** andymaier has joined #openstack-nova | 15:47 | |
_gryf | superdan, lockelss upgrades | 15:47 |
*** abalutoiu_ is now known as abalutoiu | 15:47 | |
superdan | _gryf: I mean, at summit? | 15:47 |
beagles | danpb, they don't use nova to create the initial VM (undercloud/seed) | 15:47 |
_gryf | superdan, correct | 15:47 |
*** greghaynes has joined #openstack-nova | 15:47 | |
danpb | beagles: wait, are you talking about qemu guests created by nova, or created diirectly by triple o ? | 15:47 |
superdan | _gryf: okay cool | 15:47 |
*** vishwana_ has joined #openstack-nova | 15:47 | |
beagles | danpb, created directly by tripleo | 15:47 |
danpb | ah | 15:47 |
superdan | danpb: seriously? | 15:48 |
superdan | I mean | 15:48 |
superdan | beagles: seriously? | 15:48 |
beagles | danpb, so this is more of a libvirt question really :) | 15:48 |
*** vishwana_ is now known as vishwanathj_ | 15:48 | |
*** serverascode has joined #openstack-nova | 15:48 | |
danpb | so in that case you should just copy what nova does and use cache=none if the filesystem supports o_direct, cache=writethrough otherwise | 15:48 |
beagles | superdan, for the virt setup yeah, the bootstrapping thing doesn't use nova. It uses nova in the undercloud and overcloud, but .. it's a long story | 15:48 |
beagles | danpb, k thanks for the clarification! | 15:49 |
danpb | beagles: see _supports_direct_io method in nova/virt/libvirt/driver.py for the code we use todo that and its caller | 15:49 |
superdan | beagles: weird. | 15:49 |
*** sdake has quit IRC | 15:49 | |
*** zenoway has quit IRC | 15:49 | |
beagles | danpb, cool,, thx | 15:50 |
*** EinstCrazy has quit IRC | 15:50 | |
*** vishwanathj has quit IRC | 15:50 | |
*** EinstCrazy has joined #openstack-nova | 15:50 | |
*** sdake has joined #openstack-nova | 15:50 | |
beagles | superdan, kind of different yeah. | 15:52 |
*** danpb has quit IRC | 15:56 | |
mriedem | easy +W https://review.openstack.org/#/c/306376/ | 15:56 |
mriedem | alex_xu: ^ | 15:56 |
*** jgrimm has joined #openstack-nova | 15:56 | |
mriedem | sdague: replied in https://review.openstack.org/#/c/306022/ | 15:56 |
*** marcusvrn_ has joined #openstack-nova | 15:56 | |
*** akshai has quit IRC | 15:57 | |
sdague | mriedem: ok, I can do the .. note | 15:57 |
*** yassine__ has quit IRC | 15:58 | |
*** akshai has joined #openstack-nova | 15:58 | |
sdague | mriedem: hence why I reordered the patches | 15:59 |
mriedem | sdague: yeah i know | 15:59 |
openstackgerrit | Sean Dague proposed openstack/nova: clean up versions.inc reference document https://review.openstack.org/306022 | 15:59 |
mriedem | feel free to put a fork in me at the summit | 15:59 |
mriedem | preferrably a large muscle | 15:59 |
*** rmart04 has joined #openstack-nova | 16:00 | |
*** jistr is now known as jistr|afk | 16:00 | |
*** akshai has quit IRC | 16:00 | |
sdague | heh | 16:00 |
*** akshai has joined #openstack-nova | 16:00 | |
*** mgoddard__ has joined #openstack-nova | 16:01 | |
mriedem | speaking of which, you're goin to hate me | 16:01 |
sdague | well make it quick | 16:01 |
mriedem | s/media_types/media-types/ | 16:02 |
sdague | heh | 16:02 |
mriedem | i can update it if you need to run | 16:03 |
openstackgerrit | Sean Dague proposed openstack/nova: clean up versions.inc reference document https://review.openstack.org/306022 | 16:03 |
sdague | mriedem: just fixed | 16:03 |
*** mgoddard_ has quit IRC | 16:04 | |
*** liunian has quit IRC | 16:04 | |
*** rmart04 has quit IRC | 16:05 | |
*** tbachman has joined #openstack-nova | 16:05 | |
*** yamahata has joined #openstack-nova | 16:05 | |
*** rmart04 has joined #openstack-nova | 16:05 | |
*** Savemech has joined #openstack-nova | 16:05 | |
*** jlanoux_ has quit IRC | 16:06 | |
*** bustersw_ has quit IRC | 16:08 | |
*** busterswt has joined #openstack-nova | 16:08 | |
*** rushiagr has joined #openstack-nova | 16:09 | |
*** liunian has joined #openstack-nova | 16:11 | |
superdan | melwitt: have you seen my comments on the mq connection switching patch? | 16:11 |
*** xyang1 has quit IRC | 16:11 | |
*** 92AAASS3Y has quit IRC | 16:12 | |
melwitt | superdan: yes, working out responses still. thanks for looking at those | 16:12 |
superdan | okay | 16:12 |
*** jschlueter has quit IRC | 16:12 | |
melwitt | mostly trying to see what the overhead of recreating the objects is. have to dig into oslo.messaging for that | 16:12 |
*** jschlueter has joined #openstack-nova | 16:12 | |
superdan | oh, I saw something related to that after looking | 16:13 |
melwitt | do tell | 16:13 |
superdan | I think your assertion is that re-creating the objects involves things like connecting to the broker, right? | 16:13 |
melwitt | yes | 16:13 |
melwitt | well, my assumption | 16:13 |
superdan | I don't know why I didn't think about that when reviewing, I just expected it was connect-on-first-need for some reason | 16:13 |
*** Savemech has quit IRC | 16:13 | |
*** marcusvrn_ has quit IRC | 16:13 | |
*** serverascode has quit IRC | 16:13 | |
*** andymaier has quit IRC | 16:13 | |
*** tjones has quit IRC | 16:13 | |
*** rmart04 has quit IRC | 16:13 | |
superdan | but yeah, some cache would probably be good, although we should see what the overhead is before we overengineer, | 16:14 |
*** tjones has joined #openstack-nova | 16:14 | |
*** andymaier has joined #openstack-nova | 16:14 | |
superdan | and maybe just do a silly cache for the only cell we know will be present initially so we don't block the effort | 16:14 |
*** matrohon has quit IRC | 16:14 | |
superdan | a singleton type thing | 16:14 |
melwitt | agreed | 16:14 |
*** marcusvrn_ has joined #openstack-nova | 16:14 | |
*** serverascode has joined #openstack-nova | 16:15 | |
izbrandon | When there is time, can I request a look at https://review.openstack.org/#/c/304958/4 ? Shouldn't take too long. | 16:15 |
melwitt | I assumed there must be something significant there since we cache TRANSPORT globally at present but it was remiss of me not to trace exactly what happens when Transport is created | 16:15 |
*** aunnam has quit IRC | 16:15 | |
*** yarkot has quit IRC | 16:15 | |
*** sarafraj has quit IRC | 16:15 | |
*** pumaranikar has quit IRC | 16:15 | |
*** anush has quit IRC | 16:15 | |
*** sneti has quit IRC | 16:15 | |
*** carl_baldwin has quit IRC | 16:16 | |
*** anush has joined #openstack-nova | 16:16 | |
*** aunnam has joined #openstack-nova | 16:16 | |
*** yonglihe has quit IRC | 16:17 | |
superdan | melwitt: well, if we only ever have one endpoint, then not caching makes it all pain and no gain | 16:17 |
*** Savemech has joined #openstack-nova | 16:17 | |
superdan | melwitt: but that doesn't mean it's significant | 16:17 |
*** aunnam- has quit IRC | 16:17 | |
*** siva_krishnan_ has quit IRC | 16:17 | |
*** pumarani- has quit IRC | 16:17 | |
*** yarkot1 has quit IRC | 16:17 | |
*** sneti_ has quit IRC | 16:17 | |
*** akrish9 has quit IRC | 16:17 | |
melwitt | superdan: sure | 16:17 |
*** andreykurilin__ has quit IRC | 16:17 | |
*** pkholkin has quit IRC | 16:17 | |
*** aunnam_ has joined #openstack-nova | 16:18 | |
*** carl_baldwin has joined #openstack-nova | 16:18 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: Collection of CSS fixes https://review.openstack.org/306376 | 16:19 |
openstackgerrit | Matt Riedemann proposed openstack/nova: clean up versions.inc reference document https://review.openstack.org/306022 | 16:19 |
mriedem | sdague: ok, +2 on that series now https://review.openstack.org/#/q/topic:bp/api-ref-in-rst | 16:19 |
sdague | mriedem: thanks | 16:19 |
*** mriedem is now known as mriedem_lunch | 16:19 | |
*** pkholkin has joined #openstack-nova | 16:20 | |
*** andreykurilin__ has joined #openstack-nova | 16:20 | |
*** yonglihe has joined #openstack-nova | 16:20 | |
*** sneti has joined #openstack-nova | 16:20 | |
*** jwcroppe has quit IRC | 16:22 | |
*** Sukhdev has joined #openstack-nova | 16:23 | |
*** ccarmack has quit IRC | 16:23 | |
*** amotoki has quit IRC | 16:24 | |
*** siva_krishnan_ has joined #openstack-nova | 16:24 | |
*** jwcroppe has joined #openstack-nova | 16:24 | |
*** unicell has quit IRC | 16:25 | |
*** achanda has joined #openstack-nova | 16:26 | |
*** salv-orlando has quit IRC | 16:26 | |
*** sneti_ has joined #openstack-nova | 16:27 | |
*** siva_krishnan_ has left #openstack-nova | 16:27 | |
*** achanda has quit IRC | 16:30 | |
openstackgerrit | Wenzhi Yu proposed openstack/nova: Make sure destination will rollback if live migration fails https://review.openstack.org/270093 | 16:31 |
*** p01nt3r75 has quit IRC | 16:32 | |
superdan | lascii: can you look at my comments here: https://review.openstack.org/#/c/294806/5 ? | 16:34 |
superdan | I might be being too OCD, but I'd sure like to clean up that weirdness going forward if we can | 16:35 |
*** p01nt3r75 has joined #openstack-nova | 16:36 | |
lascii | superdan: it would be good to clean that up | 16:36 |
*** mpavone has quit IRC | 16:36 | |
lascii | you can't define metadata directly, but doing it as a backref works as you pointed out | 16:36 |
superdan | lascii: what's the metadata thing on the base, do you know? | 16:37 |
*** cfarquhar has quit IRC | 16:37 | |
superdan | I assume it's something sqla related? | 16:37 |
lascii | it is, some reserved keyword for something | 16:37 |
superdan | that's fairly annoying | 16:37 |
lascii | yep | 16:37 |
superdan | I never knew why we had "metadetails" in some places, but this must be why | 16:37 |
lascii | I usually end up prefixing it. have instance_metadata on the buildrequests table | 16:37 |
superdan | yeah, that's what I was thinking | 16:38 |
superdan | doffm: ^ | 16:38 |
*** apoorvad has joined #openstack-nova | 16:39 | |
*** akshai has quit IRC | 16:39 | |
*** apoorvad has quit IRC | 16:40 | |
*** Oku_OS is now known as Oku_OS-away | 16:41 | |
*** sneti_ has quit IRC | 16:42 | |
*** aunnam_ has quit IRC | 16:42 | |
lascii | commented. I would use a backref in this case, but don't care much either way between that and a prefix | 16:43 |
superdan | so why doesn't the backref break us? | 16:43 |
*** cfarquhar has joined #openstack-nova | 16:43 | |
*** cfarquhar has quit IRC | 16:43 | |
*** cfarquhar has joined #openstack-nova | 16:43 | |
superdan | I assume it just ends up with a setattr() on the class being backrefed or something, no? | 16:43 |
*** apoorvad has joined #openstack-nova | 16:43 | |
*** aunnam_ has joined #openstack-nova | 16:43 | |
*** harlowja has quit IRC | 16:44 | |
lascii | I think it's just that it looks for metadata when it loads the class and does it's declarative stuff, but then adds it later from the backref and it's fine | 16:45 |
superdan | hmm, okay | 16:45 |
*** harlowja has joined #openstack-nova | 16:45 | |
superdan | well, your explanation in the review makes sense -- use a backref since it's a relationship | 16:45 |
openstackgerrit | Pushkar Umaranikar proposed openstack/nova: Stop using mox in test_firewall https://review.openstack.org/306536 | 16:46 |
lascii | http://docs.sqlalchemy.org/en/rel_1_0/orm/extensions/declarative/api.html it's a declarative_base thing | 16:46 |
*** unicell has joined #openstack-nova | 16:48 | |
*** gjayavelu has quit IRC | 16:49 | |
*** pumaranikar has joined #openstack-nova | 16:49 | |
*** akshai has joined #openstack-nova | 16:51 | |
*** jwcroppe has quit IRC | 16:52 | |
*** jwcroppe has joined #openstack-nova | 16:53 | |
*** unicell has quit IRC | 16:53 | |
superdan | lascii: are we sure that we'll never load a reqspec out of the db with instance=None, even if it's old? https://review.openstack.org/#/c/298455/14/nova/objects/build_request.py | 16:54 |
*** sneti_ has joined #openstack-nova | 16:54 | |
superdan | lascii: you don't check to see if it's None before loading it, AFAICT | 16:54 |
*** aunnam has quit IRC | 16:55 | |
*** anush has quit IRC | 16:55 | |
*** sneti has quit IRC | 16:55 | |
*** anush has joined #openstack-nova | 16:55 | |
*** aunnam has joined #openstack-nova | 16:55 | |
*** lpetrut has quit IRC | 16:56 | |
*** unicell has joined #openstack-nova | 16:56 | |
*** john5223 has joined #openstack-nova | 16:56 | |
*** allen_gao has quit IRC | 16:56 | |
*** Sukhdev has quit IRC | 16:57 | |
*** cdent has joined #openstack-nova | 16:57 | |
*** Sukhdev has joined #openstack-nova | 16:57 | |
*** allen_gao has joined #openstack-nova | 16:58 | |
lascii | right now that object is not loaded at all. it's created and then destroyed shortly after | 16:58 |
*** derekh has quit IRC | 16:58 | |
lascii | I have a patch up which will load it, but it's behind all of this | 16:58 |
*** nic has joined #openstack-nova | 16:58 | |
*** sneti has joined #openstack-nova | 16:59 | |
*** jistr|afk is now known as jistr | 17:00 | |
*** unicell has quit IRC | 17:00 | |
*** xyang1 has joined #openstack-nova | 17:01 | |
*** permalac has joined #openstack-nova | 17:01 | |
lascii | another way to look at it, any of these objects that are loaded later will have been created with an instance embedded in it. these are fairly short lived objects so compatibility is less of a concern | 17:01 |
*** john5223 has quit IRC | 17:01 | |
*** sneti_ has quit IRC | 17:01 | |
superdan | lascii: right but if you happen to load one with no instance, you fail hard because you try to de-jsonify None, right? | 17:02 |
*** izbrandon has quit IRC | 17:02 | |
lascii | yes. but after https://review.openstack.org/#/c/305953/3/nova/objects/build_request.py there's no choice but to fail hard | 17:03 |
lascii | the object is unusable if instance can't load | 17:03 |
*** achanda has joined #openstack-nova | 17:04 | |
*** Guest81062 is now known as jlvillal | 17:04 | |
*** Sukhdev has quit IRC | 17:04 | |
*** ccarmack has joined #openstack-nova | 17:04 | |
lascii | my resistance is really that I'm not sure what compat code to add. if instance doesn't load there's no path forward | 17:05 |
superdan | lascii: okay, but you fail with ValueError, right? | 17:06 |
lascii | or TypeError, I forget which | 17:07 |
lascii | should I catch and log it? | 17:08 |
*** achanda has quit IRC | 17:08 | |
*** _ducttape_ has quit IRC | 17:08 | |
*** jgrimm has left #openstack-nova | 17:08 | |
*** izbrandon has joined #openstack-nova | 17:09 | |
openstackgerrit | Anthony PERARD proposed openstack/nova: contrib: Add vif-bridge-nova-network script for Xen https://review.openstack.org/201257 | 17:09 |
openstackgerrit | Anthony PERARD proposed openstack/nova: libvirt-xen: Add xen_vif_bridge_script_path config option https://review.openstack.org/199093 | 17:09 |
*** mgoddard__ has quit IRC | 17:10 | |
*** mgoddard has joined #openstack-nova | 17:10 | |
lascii | the other option is to not remove the duped field on buildreq so failure to load an instance can be handled gracefully, assuming the other fields are in the db | 17:11 |
lascii | but that pushes back the deprecation on the redundant columns | 17:11 |
superdan | lascii: I dunno, I'm just thinking that we get a ValueError (or TypeError) from the api level, return a 500 and the logs are super un-useful | 17:13 |
superdan | but if we catch it, log the request we were trying to get, and then raise something useful.. I dunno.. seems better :) | 17:13 |
lascii | yep. I'm happy to add that | 17:14 |
*** salv-orlando has joined #openstack-nova | 17:14 | |
*** jwcroppe_ has joined #openstack-nova | 17:15 | |
*** abalutoiu_ has joined #openstack-nova | 17:17 | |
*** salv-orl_ has joined #openstack-nova | 17:17 | |
*** ccarmack1 has joined #openstack-nova | 17:18 | |
*** palexster1 has joined #openstack-nova | 17:18 | |
*** vdrok has quit IRC | 17:18 | |
*** mat128_ has quit IRC | 17:18 | |
*** fmccrthy has quit IRC | 17:19 | |
*** jwcroppe_ has quit IRC | 17:20 | |
*** pushkaru has joined #openstack-nova | 17:20 | |
lascii | superdan: on https://review.openstack.org/#/c/298455/14/nova/tests/unit/compute/test_compute_api.py what would be the right way to capture that | 17:20 |
*** fyxim_ has quit IRC | 17:20 | |
*** abalutoiu has quit IRC | 17:20 | |
*** mrhillsman has quit IRC | 17:21 | |
*** BobBall is now known as BobBall-awol | 17:21 | |
superdan | lascii: are you trying to intercept the actual instantiation of an instance? | 17:21 |
*** huats has joined #openstack-nova | 17:21 | |
*** huats has quit IRC | 17:21 | |
*** huats has joined #openstack-nova | 17:21 | |
*** kbyrne has quit IRC | 17:21 | |
*** ctrath1 has quit IRC | 17:21 | |
*** ivase has quit IRC | 17:21 | |
lascii | yes, I assert on the mock | 17:21 |
superdan | if so, then maybe that's right.. TBH, that was my last comment before the convo above and I lost interest in the rest of the file | 17:21 |
lascii | well, I have it return mocks that I assert on | 17:21 |
superdan | so if that's so then okay.. I thought you were trying to get in front of multiple operations and just wanted to mock the whole instance | 17:22 |
*** daemontool__ has joined #openstack-nova | 17:22 | |
*** pushkaru has quit IRC | 17:22 | |
*** mhayden has quit IRC | 17:22 | |
*** andreykurilin___ has joined #openstack-nova | 17:22 | |
*** pushkaru has joined #openstack-nova | 17:23 | |
*** auggy has quit IRC | 17:23 | |
lascii | gotcha. I actually do want to use that mock there | 17:23 |
*** mat128 has joined #openstack-nova | 17:23 | |
*** yonglihe_ has joined #openstack-nova | 17:23 | |
*** jog0 has quit IRC | 17:23 | |
superdan | okay | 17:23 |
*** ctrath has joined #openstack-nova | 17:23 | |
*** boris-42 has quit IRC | 17:24 | |
*** tjones- has joined #openstack-nova | 17:25 | |
*** toure_ has quit IRC | 17:25 | |
*** pcm_ has joined #openstack-nova | 17:25 | |
*** Yingxin_ has joined #openstack-nova | 17:25 | |
*** akrish9 has joined #openstack-nova | 17:26 | |
*** sdake_ has joined #openstack-nova | 17:26 | |
*** PaulMurray has quit IRC | 17:26 | |
*** salv-orlando has quit IRC | 17:26 | |
*** ccarmack has quit IRC | 17:26 | |
*** permalac has quit IRC | 17:26 | |
*** sneti has quit IRC | 17:26 | |
*** nic has quit IRC | 17:26 | |
*** anush has quit IRC | 17:26 | |
*** jwcroppe has quit IRC | 17:26 | |
*** cfarquhar has quit IRC | 17:26 | |
*** yonglihe has quit IRC | 17:26 | |
*** andreykurilin__ has quit IRC | 17:26 | |
*** pkholkin has quit IRC | 17:26 | |
*** carl_baldwin has quit IRC | 17:26 | |
*** serverascode has quit IRC | 17:26 | |
*** Savemech has quit IRC | 17:26 | |
*** marcusvrn_ has quit IRC | 17:26 | |
*** jschlueter has quit IRC | 17:26 | |
*** rushiagr has quit IRC | 17:26 | |
*** rmart04 has joined #openstack-nova | 17:27 | |
*** yonglihe_ is now known as yonglihe | 17:27 | |
*** andreykurilin___ is now known as andreykurilin__ | 17:27 | |
*** xyang1 has quit IRC | 17:27 | |
*** cdent has quit IRC | 17:27 | |
*** pumaranikar has quit IRC | 17:27 | |
*** aunnam_ has quit IRC | 17:27 | |
*** apoorvad has quit IRC | 17:27 | |
*** p01nt3r75 has quit IRC | 17:27 | |
*** andymaier has quit IRC | 17:27 | |
*** tjones has quit IRC | 17:27 | |
*** liunian has quit IRC | 17:27 | |
*** yamahata has quit IRC | 17:27 | |
*** EinstCrazy has quit IRC | 17:27 | |
*** chuck__ has quit IRC | 17:27 | |
*** armax has quit IRC | 17:27 | |
*** GheRivero has quit IRC | 17:27 | |
*** ccesario has quit IRC | 17:27 | |
*** hamzy has quit IRC | 17:27 | |
*** eharney has quit IRC | 17:27 | |
*** ndipanov has quit IRC | 17:27 | |
*** lxsli has quit IRC | 17:27 | |
*** ametts has quit IRC | 17:27 | |
*** sahid has quit IRC | 17:27 | |
*** EmilienM has quit IRC | 17:27 | |
*** ccard has quit IRC | 17:27 | |
*** dhellmann has quit IRC | 17:27 | |
*** zhiyan has quit IRC | 17:27 | |
*** huats___ has quit IRC | 17:27 | |
*** markmcclain has quit IRC | 17:27 | |
*** nelsnels_ has quit IRC | 17:27 | |
*** daemontool_ has quit IRC | 17:27 | |
*** mdrabe has quit IRC | 17:27 | |
*** haplo37 has quit IRC | 17:27 | |
*** pwnall has quit IRC | 17:27 | |
*** coreywright has quit IRC | 17:27 | |
*** sdague has quit IRC | 17:27 | |
*** haukebruno has quit IRC | 17:27 | |
*** palexster has quit IRC | 17:27 | |
*** markvoelker has quit IRC | 17:27 | |
*** pc_m has quit IRC | 17:27 | |
*** alex_xu has quit IRC | 17:27 | |
*** aimeeU has quit IRC | 17:27 | |
*** Yingxin has quit IRC | 17:27 | |
*** openstackgerrit has quit IRC | 17:27 | |
*** hieulq has quit IRC | 17:27 | |
*** rmk has quit IRC | 17:27 | |
*** unicell has joined #openstack-nova | 17:28 | |
*** rmk has joined #openstack-nova | 17:28 | |
*** Yingxin_ is now known as Yingxin | 17:28 | |
*** sneti has joined #openstack-nova | 17:28 | |
*** sdake has quit IRC | 17:29 | |
*** EmilienM has joined #openstack-nova | 17:29 | |
*** eliqiao_ has quit IRC | 17:30 | |
*** ccarmack1 has quit IRC | 17:30 | |
*** pumaranikar has joined #openstack-nova | 17:30 | |
*** mhayden has joined #openstack-nova | 17:30 | |
*** maurosr has quit IRC | 17:31 | |
*** e0ne has quit IRC | 17:31 | |
*** EinstCrazy has joined #openstack-nova | 17:31 | |
*** liunian has joined #openstack-nova | 17:31 | |
*** JayF has quit IRC | 17:31 | |
*** rmart04 has quit IRC | 17:32 | |
*** allen_gao has quit IRC | 17:32 | |
*** andreykurilin__ has quit IRC | 17:32 | |
*** mrhillsman has joined #openstack-nova | 17:32 | |
*** pumarani- has joined #openstack-nova | 17:32 | |
*** ivase has joined #openstack-nova | 17:33 | |
*** ndipanov has joined #openstack-nova | 17:34 | |
*** aunnam_ has joined #openstack-nova | 17:34 | |
superdan | lascii: it doesn't bypass the registry, but anyway.. :) | 17:34 |
*** eliqiao has joined #openstack-nova | 17:34 | |
*** toure has joined #openstack-nova | 17:34 | |
*** david-lyle has quit IRC | 17:34 | |
superdan | I mean it does, but no more than objects.Instance :D | 17:34 |
*** david-lyle has joined #openstack-nova | 17:34 | |
lascii | okay. I know there was some reason we moved everything to objects.* some time ago, but couldn't remember what it was | 17:35 |
*** ccarmack has joined #openstack-nova | 17:35 | |
superdan | lascii: cleanliness | 17:35 |
*** Bjoern_ is now known as Bjoern_zZzZzZzZ | 17:35 | |
*** apoorvad has joined #openstack-nova | 17:35 | |
*** markvoelker has joined #openstack-nova | 17:35 | |
*** lxsli has joined #openstack-nova | 17:35 | |
*** jog0 has joined #openstack-nova | 17:36 | |
*** ccarmack has joined #openstack-nova | 17:36 | |
lascii | ahh, well nvm then | 17:36 |
superdan | doesn't matter anyway :) | 17:36 |
*** chuck__ has joined #openstack-nova | 17:37 | |
*** sneti_ has joined #openstack-nova | 17:37 | |
*** maurosr has joined #openstack-nova | 17:37 | |
*** yarkot has joined #openstack-nova | 17:37 | |
*** jschlueter has joined #openstack-nova | 17:37 | |
lascii | yep :) | 17:38 |
*** sdake_ has quit IRC | 17:38 | |
*** cfarquhar has joined #openstack-nova | 17:39 | |
*** cfarquhar has quit IRC | 17:39 | |
*** cfarquhar has joined #openstack-nova | 17:39 | |
*** auggy has joined #openstack-nova | 17:40 | |
*** kbyrne has joined #openstack-nova | 17:40 | |
*** gjayavelu has joined #openstack-nova | 17:40 | |
*** anush has joined #openstack-nova | 17:40 | |
*** daemontool__ has quit IRC | 17:40 | |
*** alex_xu has joined #openstack-nova | 17:41 | |
*** mriedem_lunch has quit IRC | 17:42 | |
*** abalutoiu_ has quit IRC | 17:43 | |
*** sdake has joined #openstack-nova | 17:43 | |
*** rlrossit has quit IRC | 17:43 | |
*** claudiub has quit IRC | 17:43 | |
*** eliqiao has quit IRC | 17:44 | |
*** ndipanov has quit IRC | 17:44 | |
*** ametts has joined #openstack-nova | 17:44 | |
*** dhellmann has joined #openstack-nova | 17:44 | |
*** ccard has joined #openstack-nova | 17:44 | |
*** rosmaita_ is now known as rosmaita | 17:44 | |
*** fyxim_ has joined #openstack-nova | 17:44 | |
*** GheRivero has joined #openstack-nova | 17:45 | |
*** JayF has joined #openstack-nova | 17:45 | |
*** haukebruno has joined #openstack-nova | 17:45 | |
*** allen_gao has joined #openstack-nova | 17:45 | |
*** aimeeU has joined #openstack-nova | 17:46 | |
*** carl_baldwin has joined #openstack-nova | 17:46 | |
*** eharney has joined #openstack-nova | 17:46 | |
*** yamahata has joined #openstack-nova | 17:46 | |
*** mdrabe has joined #openstack-nova | 17:46 | |
*** fmccrthy has joined #openstack-nova | 17:46 | |
*** dhellmann_ has joined #openstack-nova | 17:46 | |
*** pwnall has joined #openstack-nova | 17:47 | |
*** dhellmann_ has quit IRC | 17:47 | |
*** mriedem has joined #openstack-nova | 17:48 | |
*** gsilvis_ is now known as gsilvis | 17:48 | |
*** openstackgerrit has joined #openstack-nova | 17:48 | |
*** efried1 has quit IRC | 17:48 | |
*** nelsnelson has joined #openstack-nova | 17:48 | |
*** ccesario has joined #openstack-nova | 17:49 | |
*** sdague has joined #openstack-nova | 17:49 | |
*** dhellmann has quit IRC | 17:50 | |
*** Bjoern_zZzZzZzZ is now known as Bjoern_ | 17:50 | |
*** hamzy has joined #openstack-nova | 17:50 | |
*** armax has joined #openstack-nova | 17:50 | |
*** Sukhdev has joined #openstack-nova | 17:51 | |
*** yarkot1 has joined #openstack-nova | 17:51 | |
*** jistr has quit IRC | 17:51 | |
*** haplo37 has joined #openstack-nova | 17:52 | |
*** serverascode has joined #openstack-nova | 17:52 | |
mriedem | sdague: so looks like we can just remove https://review.openstack.org/#/c/222150/ since it's in glanceclient 1.2.0 https://review.openstack.org/#/c/240183/ | 17:52 |
mriedem | and https://review.openstack.org/#/c/222150/ is not used anyway | 17:52 |
*** carl_baldwin has quit IRC | 17:53 | |
*** cihand has quit IRC | 17:53 | |
openstackgerrit | Paul Carlton proposed openstack/nova-specs: Define instance availability profiles. https://review.openstack.org/305425 | 17:53 |
*** eliqiao has joined #openstack-nova | 17:54 | |
*** boris-42 has joined #openstack-nova | 17:54 | |
*** GheRivero has quit IRC | 17:54 | |
*** dhellmann has joined #openstack-nova | 17:55 | |
openstackgerrit | Paul Carlton proposed openstack/nova-specs: Automatic Live Migration Completion https://review.openstack.org/306561 | 17:55 |
*** yonglihe has quit IRC | 17:55 | |
mriedem | meh, although it's not exactly the same, glanceclient just added a thing to get the versions, the helper method in nova gets the current major version so it parses the list | 17:56 |
*** GheRivero has joined #openstack-nova | 17:56 | |
*** markmcclain has joined #openstack-nova | 17:56 | |
*** rushiagr has joined #openstack-nova | 17:57 | |
*** dhellmann has quit IRC | 17:57 | |
*** raginbajin has quit IRC | 17:57 | |
*** carl_baldwin has joined #openstack-nova | 17:57 | |
*** paul-carlton2 has quit IRC | 17:57 | |
*** mylu has joined #openstack-nova | 17:57 | |
*** dhellmann has joined #openstack-nova | 17:57 | |
mriedem | heh #pybasedir = /home/jenkins/workspace/nova-docs | 17:58 |
*** ndipanov has joined #openstack-nova | 17:58 | |
mriedem | i have a feeling that's not the best default... | 17:58 |
*** vdrok has joined #openstack-nova | 17:59 | |
*** zhiyan has joined #openstack-nova | 17:59 | |
*** rlrossit has joined #openstack-nova | 17:59 | |
*** marcusvrn_ has joined #openstack-nova | 17:59 | |
*** andreykurilin__ has joined #openstack-nova | 17:59 | |
*** efried has joined #openstack-nova | 18:00 | |
*** sarafraj has joined #openstack-nova | 18:00 | |
*** yonglihe has joined #openstack-nova | 18:00 | |
*** ByPasS has quit IRC | 18:00 | |
openstackgerrit | Vladyslav Drok proposed openstack/nova: Update instance node on rebuild only when it is recreate https://review.openstack.org/306010 | 18:01 |
*** ducttape_ has joined #openstack-nova | 18:01 | |
*** ByPasS has joined #openstack-nova | 18:02 | |
*** raginbajin has joined #openstack-nova | 18:02 | |
*** pwnall has quit IRC | 18:02 | |
*** Marga_ has joined #openstack-nova | 18:03 | |
*** vishwanathj has joined #openstack-nova | 18:03 | |
*** zenoway has joined #openstack-nova | 18:03 | |
*** alex_xu has quit IRC | 18:04 | |
*** zhangjn has quit IRC | 18:05 | |
*** alex_xu has joined #openstack-nova | 18:07 | |
*** vishwanathj_ has quit IRC | 18:07 | |
*** Don_Nalezyty has joined #openstack-nova | 18:09 | |
*** mylu has quit IRC | 18:10 | |
*** pkholkin has joined #openstack-nova | 18:10 | |
*** eliqiao has quit IRC | 18:10 | |
*** eliqiao has joined #openstack-nova | 18:11 | |
*** zhangjn has joined #openstack-nova | 18:12 | |
*** robcresswell has quit IRC | 18:14 | |
*** robcresswell has joined #openstack-nova | 18:15 | |
*** aimeeU has quit IRC | 18:17 | |
*** e0ne has joined #openstack-nova | 18:19 | |
*** mylu has joined #openstack-nova | 18:20 | |
*** vilobhmm11 has joined #openstack-nova | 18:20 | |
sdague | mriedem: well if we do a CONF var https://review.openstack.org/#/c/222150 goes away entirely | 18:20 |
*** jwcroppe has joined #openstack-nova | 18:20 | |
*** zhangjn has quit IRC | 18:21 | |
sdague | mriedem: pybasedir in sample conf is the problem with using variable interpolation in python ini files | 18:21 |
sdague | we have a few like that which end up with really weird values based on our build systems | 18:21 |
*** vilobhmm111 has joined #openstack-nova | 18:22 | |
mriedem | yeah, i know - just thought it was amusing | 18:22 |
sdague | ideally oslo.config generator should turn off interpolation | 18:22 |
*** haukebruno has quit IRC | 18:24 | |
*** vilobhmm11 has quit IRC | 18:24 | |
*** jwcroppe has quit IRC | 18:25 | |
oomichi | sdague: I heard api-site of nova is switched to nova repo now, right? | 18:25 |
*** yamahata has quit IRC | 18:25 | |
sdague | oomichi: right, the api-ref work | 18:26 |
oomichi | sdague: great, that is faster than I expected ! :-) is it fine to start fixing the content on nova side? | 18:26 |
*** EinstCrazy has quit IRC | 18:26 | |
sdague | https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/api-ref-in-rst | 18:26 |
sdague | oomichi: there is a lot of content to be fixed there | 18:27 |
oomichi | sdague: ok, cool. I am reviewing them | 18:27 |
sdague | http://lists.openstack.org/pipermail/openstack-dev/2016-April/092234.html | 18:27 |
sdague | auggy is working on a tool so we can generate a bunch of bugs to help direct folks here | 18:27 |
*** coreywright has joined #openstack-nova | 18:28 | |
*** Savemech has joined #openstack-nova | 18:29 | |
oomichi | sdague: I created a prototype to pull complete json-schemas for checking parameters of the content. | 18:29 |
oomichi | sdague: https://review.openstack.org/#/c/306281/ | 18:29 |
oomichi | sdague: I am checking the content based on the schemas. | 18:30 |
oomichi | anyway, I follow you :) | 18:30 |
sdague | ok, well we definitely need to just do some in place fixing here first | 18:30 |
oomichi | sdague: is it fine to fix them on bp/api-ref-in-rst ? or do we need to register bugs? Bug reports would be huge number, and I prefer to manage them on a single bp. | 18:33 |
sdague | oomichi: it is fine to fix them in bp/api-ref-in-rst | 18:34 |
oomichi | sdague: ok, good for me. | 18:34 |
sdague | we are going to create a bunch of bugs that have detailed instructions in what needs to be done to close them for files that exist to make so that we can parallelize work, including these in low hanging fruit fixes | 18:35 |
*** Sukhdev has quit IRC | 18:37 | |
*** mylu has quit IRC | 18:37 | |
*** gcb has quit IRC | 18:38 | |
*** gcb has joined #openstack-nova | 18:38 | |
*** mylu has joined #openstack-nova | 18:39 | |
auggy | yes i am | 18:41 |
auggy | (working on a tool that is) | 18:41 |
auggy | sdague: i should have something working pushed up by end of today for you to peek at when you start your day on monday | 18:42 |
auggy | i suspect there will be much tweaking of things but that's easier to do when there's code to tweak | 18:42 |
sdague | sounds good | 18:42 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: clean up versions.inc reference document https://review.openstack.org/306022 | 18:44 |
*** izbrandon has quit IRC | 18:44 | |
*** izbrandon has joined #openstack-nova | 18:45 | |
*** sdake_ has joined #openstack-nova | 18:49 | |
*** sdake has quit IRC | 18:52 | |
*** ametts has quit IRC | 18:56 | |
*** rlrossit has quit IRC | 19:00 | |
*** melwitt_ has joined #openstack-nova | 19:02 | |
*** yamahata has joined #openstack-nova | 19:02 | |
*** gjayavelu has quit IRC | 19:04 | |
*** rlrossit has joined #openstack-nova | 19:05 | |
*** rlrossit has quit IRC | 19:05 | |
*** rlrossit has joined #openstack-nova | 19:05 | |
*** gzhai1 has quit IRC | 19:07 | |
*** Sukhdev has joined #openstack-nova | 19:07 | |
*** gzhai1 has joined #openstack-nova | 19:07 | |
*** chuck__ is now known as zul | 19:08 | |
*** ctrath has quit IRC | 19:09 | |
*** lennyb has quit IRC | 19:09 | |
*** browne has quit IRC | 19:09 | |
*** sdake_ has quit IRC | 19:10 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Fix "Creates an agent build" parameters https://review.openstack.org/306595 | 19:10 |
openstackgerrit | jichenjc proposed openstack/nova: Not using mox stubs in nova.tests.unit.volume https://review.openstack.org/306597 | 19:11 |
*** sdake has joined #openstack-nova | 19:12 | |
*** pwnall has joined #openstack-nova | 19:12 | |
*** ctrath has joined #openstack-nova | 19:12 | |
*** melwitt has quit IRC | 19:13 | |
*** anush_ has joined #openstack-nova | 19:13 | |
*** melwitt_ is now known as melwitt | 19:14 | |
*** mgoddard has quit IRC | 19:14 | |
*** whenry has joined #openstack-nova | 19:14 | |
*** mylu has quit IRC | 19:15 | |
*** gcb has quit IRC | 19:15 | |
*** pwnall has quit IRC | 19:17 | |
*** anush_ has quit IRC | 19:17 | |
*** aginwala has joined #openstack-nova | 19:17 | |
*** pwnall has joined #openstack-nova | 19:17 | |
*** aunnam_ has quit IRC | 19:18 | |
*** anush has quit IRC | 19:18 | |
*** akrish9 is now known as anush | 19:18 | |
*** tbachman has quit IRC | 19:18 | |
*** Marga__ has joined #openstack-nova | 19:19 | |
*** aginwala_ has joined #openstack-nova | 19:19 | |
*** _ducttape_ has joined #openstack-nova | 19:19 | |
*** markvoelker_ has joined #openstack-nova | 19:19 | |
*** eharney has quit IRC | 19:19 | |
*** armax_ has joined #openstack-nova | 19:20 | |
*** apoorvad_ has joined #openstack-nova | 19:20 | |
*** pumarani__ has joined #openstack-nova | 19:20 | |
*** salv-orlando has joined #openstack-nova | 19:20 | |
*** gcb has joined #openstack-nova | 19:21 | |
*** sneti- has joined #openstack-nova | 19:21 | |
*** unicell1 has joined #openstack-nova | 19:21 | |
*** huats_ has joined #openstack-nova | 19:22 | |
*** huats_ has quit IRC | 19:22 | |
*** huats_ has joined #openstack-nova | 19:22 | |
*** aunnam_ has joined #openstack-nova | 19:22 | |
*** toure_ has joined #openstack-nova | 19:22 | |
*** serverascode_ has joined #openstack-nova | 19:22 | |
*** serverascode has quit IRC | 19:22 | |
*** sneti_ has quit IRC | 19:22 | |
*** aunnam has quit IRC | 19:22 | |
*** e0ne has quit IRC | 19:22 | |
*** yarkot has quit IRC | 19:22 | |
*** maurosr has quit IRC | 19:22 | |
*** huats has quit IRC | 19:22 | |
*** maurosr has joined #openstack-nova | 19:22 | |
*** Marga_ has quit IRC | 19:22 | |
*** ducttape_ has quit IRC | 19:22 | |
*** armax has quit IRC | 19:22 | |
*** sdague has quit IRC | 19:22 | |
*** jschlueter has quit IRC | 19:22 | |
*** toure has quit IRC | 19:22 | |
*** pumaranikar has quit IRC | 19:22 | |
*** unicell has quit IRC | 19:22 | |
*** salv-orl_ has quit IRC | 19:22 | |
*** armax_ is now known as armax | 19:22 | |
*** aginwala has quit IRC | 19:22 | |
*** zul has quit IRC | 19:22 | |
*** markvoelker has quit IRC | 19:22 | |
*** apoorvad has quit IRC | 19:22 | |
*** sneti has quit IRC | 19:22 | |
*** pushkaru has quit IRC | 19:22 | |
*** aginwala_ has quit IRC | 19:23 | |
*** jschlueter has joined #openstack-nova | 19:23 | |
*** maurosr has quit IRC | 19:23 | |
*** maurosr has joined #openstack-nova | 19:23 | |
*** sdague has joined #openstack-nova | 19:23 | |
*** serverascode_ is now known as serverascode | 19:23 | |
*** e0ne has joined #openstack-nova | 19:24 | |
*** ihrachys has joined #openstack-nova | 19:27 | |
*** aginwala has joined #openstack-nova | 19:27 | |
*** zul has joined #openstack-nova | 19:27 | |
*** raildo is now known as raildo-afk | 19:27 | |
*** ctrath has quit IRC | 19:29 | |
*** gcb has quit IRC | 19:29 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Fix "Creates an agent build" parameters https://review.openstack.org/306595 | 19:29 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Fix "Creates an aggregate" parameters https://review.openstack.org/306607 | 19:29 |
*** gcb has joined #openstack-nova | 19:29 | |
*** e0ne has quit IRC | 19:31 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Fix "Creates an aggregate" parameters https://review.openstack.org/306607 | 19:31 |
*** ctrath has joined #openstack-nova | 19:32 | |
*** salv-orl_ has joined #openstack-nova | 19:33 | |
*** salv-orl_ has quit IRC | 19:33 | |
*** salv-orl_ has joined #openstack-nova | 19:34 | |
sdague | oomichi: if you are trying to dig in early on this, it would actually be more helpful to fix the broken samples links | 19:34 |
sdague | oomichi: because there are 47 base files here, and I'm concerned we're going to loose track of what is done on each one, but getting the warnings removed (which are mostly about samples links) will let us start enforcing warnings as errors | 19:35 |
*** mhayden has quit IRC | 19:35 | |
*** Sukhdev has quit IRC | 19:36 | |
*** salv-orlando has quit IRC | 19:36 | |
*** mhayden has joined #openstack-nova | 19:37 | |
*** salv-orl_ has quit IRC | 19:39 | |
oomichi | sdague: sorry, I cannot catch your saying. Are we facing same wornings due to broken samples links? | 19:39 |
oomichi | sdague: I'd like to know how-to reproduce these problems to start fixing | 19:39 |
*** ametts has joined #openstack-nova | 19:42 | |
*** achanda has joined #openstack-nova | 19:42 | |
openstackgerrit | jichenjc proposed openstack/nova: Not using mox stubs in nova.tests.unit.consoleauth https://review.openstack.org/306611 | 19:42 |
*** tbachman has joined #openstack-nova | 19:43 | |
openstackgerrit | jichenjc proposed openstack/nova: Replace fake_utils by using Fixture https://review.openstack.org/230954 | 19:45 |
*** baoli has quit IRC | 19:45 | |
*** Yingxin_ has joined #openstack-nova | 19:46 | |
sdague | oomichi: tox -e api-ref | 19:46 |
sdague | you'll see a ton of warnings | 19:46 |
sdague | a lot of them are because the guessed api sample file is wrong | 19:47 |
sdague | I'm working through servers.inc right now | 19:47 |
oomichi | sdague: oh, I prefer this kind of cmd sample. OK, will reproduce it after lunch | 19:47 |
*** aginwala has quit IRC | 19:48 | |
*** Yingxin has quit IRC | 19:48 | |
*** Yingxin_ is now known as Yingxin | 19:48 | |
*** dulek has quit IRC | 19:50 | |
*** dulek has joined #openstack-nova | 19:52 | |
*** ericksonsantos has quit IRC | 19:52 | |
*** aginwala has joined #openstack-nova | 19:53 | |
*** raildo-afk is now known as raildo | 19:55 | |
*** toabctl has quit IRC | 20:00 | |
*** toabctl has joined #openstack-nova | 20:01 | |
*** aginwala has quit IRC | 20:01 | |
*** cfarquhar has quit IRC | 20:03 | |
mriedem | lascii: small question in https://review.openstack.org/#/c/301914/ | 20:03 |
*** aginwala has joined #openstack-nova | 20:04 | |
*** aginwala has quit IRC | 20:04 | |
*** nelsnelson has quit IRC | 20:04 | |
*** ChrisBenson1 has quit IRC | 20:04 | |
*** ChrisBenson has joined #openstack-nova | 20:05 | |
*** aginwala has joined #openstack-nova | 20:05 | |
*** achanda has quit IRC | 20:05 | |
lascii | mriedem: I can add that in | 20:05 |
openstackgerrit | bailin.zhang proposed openstack/nova: Reset dns_name of ports when delete the VM https://review.openstack.org/291669 | 20:05 |
*** cfarquhar has joined #openstack-nova | 20:06 | |
*** cfarquhar has quit IRC | 20:06 | |
*** cfarquhar has joined #openstack-nova | 20:06 | |
*** baoli has joined #openstack-nova | 20:07 | |
*** vishwana_ has joined #openstack-nova | 20:09 | |
*** eharney has joined #openstack-nova | 20:10 | |
*** doug-fish has joined #openstack-nova | 20:11 | |
*** vishwanathj has quit IRC | 20:11 | |
*** doug-fis_ has quit IRC | 20:11 | |
*** unicell1 has quit IRC | 20:11 | |
*** raildo is now known as raildo-afk | 20:11 | |
*** unicell has joined #openstack-nova | 20:11 | |
*** raildo-afk is now known as raildo | 20:13 | |
*** vishwanathj has joined #openstack-nova | 20:15 | |
*** vishwanathj has quit IRC | 20:15 | |
mriedem | and a few questions in https://review.openstack.org/#/c/301916/ | 20:16 |
*** vishwanathj has joined #openstack-nova | 20:16 | |
*** mylu has joined #openstack-nova | 20:16 | |
*** figleaf has quit IRC | 20:16 | |
*** vishwanathj has quit IRC | 20:16 | |
*** vishwanathj has joined #openstack-nova | 20:17 | |
*** vishwana_ has quit IRC | 20:20 | |
*** aginwala has quit IRC | 20:20 | |
*** armax_ has joined #openstack-nova | 20:20 | |
*** aginwala has joined #openstack-nova | 20:21 | |
*** andreykurilin__ has quit IRC | 20:21 | |
*** aginwala has quit IRC | 20:22 | |
*** armax has quit IRC | 20:22 | |
*** armax_ is now known as armax | 20:22 | |
*** yamahata has quit IRC | 20:23 | |
*** pkholkin has quit IRC | 20:23 | |
*** zenoway has quit IRC | 20:23 | |
*** aginwala has joined #openstack-nova | 20:23 | |
*** ericksonsantos has joined #openstack-nova | 20:24 | |
openstackgerrit | Arun Kant proposed openstack/nova: Fix for barbican endpoint discovery with service catalog case https://review.openstack.org/243322 | 20:24 |
*** aginwala has quit IRC | 20:25 | |
*** pkholkin has joined #openstack-nova | 20:26 | |
*** aginwala has joined #openstack-nova | 20:27 | |
lascii | mriedem: doc strings are returned as help text? I was not aware of that | 20:28 |
mriedem | lascii: fo sho | 20:29 |
*** tjones- has quit IRC | 20:29 | |
*** ijw has joined #openstack-nova | 20:29 | |
*** achanda has joined #openstack-nova | 20:29 | |
*** tjones has joined #openstack-nova | 20:30 | |
lascii | well now I feel bad about pushing doffm to move something up from the doc string to a parameter help string | 20:30 |
*** zenoway has joined #openstack-nova | 20:31 | |
*** mtecer has joined #openstack-nova | 20:31 | |
*** edleafe has joined #openstack-nova | 20:32 | |
mriedem | just the main help text is the doc string i think | 20:32 |
mriedem | the parameter help text is in the @args stuff | 20:32 |
*** aginwala has quit IRC | 20:34 | |
*** alex_xu has quit IRC | 20:34 | |
*** achanda has quit IRC | 20:34 | |
*** andreykurilin__ has joined #openstack-nova | 20:34 | |
*** ijw has quit IRC | 20:35 | |
*** alex_xu has joined #openstack-nova | 20:36 | |
*** yamahata has joined #openstack-nova | 20:36 | |
*** salv-orlando has joined #openstack-nova | 20:38 | |
*** salv-orlando has quit IRC | 20:38 | |
*** salv-orlando has joined #openstack-nova | 20:38 | |
openstackgerrit | Sean Dague proposed openstack/nova: Update servers.inc to be as accurate as api-site https://review.openstack.org/306622 | 20:38 |
edleafe | ccarmack: you around? | 20:39 |
*** rtheis has quit IRC | 20:40 | |
ccarmack | edleafe: yup | 20:41 |
edleafe | ccarmack: are you still working on the novnc config options? | 20:41 |
*** baoli has quit IRC | 20:41 | |
ccarmack | no, I kind of dropped from that bp work | 20:41 |
edleafe | ccarmack: understood. Could you update https://etherpad.openstack.org/p/config-options to unmark any of the parts that are not yet complete so that others can pick them up? | 20:43 |
ccarmack | @edleafe: ok, will do | 20:43 |
edleafe | ccarmack: thx | 20:43 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Properly clean up BDMs when _provision_instances fails https://review.openstack.org/304929 | 20:44 |
mriedem | lascii: ^ went with your suggestion, much cleaner | 20:44 |
lascii | awesome | 20:45 |
*** Bjoern_ is now known as BjoernT | 20:46 | |
*** jbernard_ has joined #openstack-nova | 20:49 | |
mriedem | with my remaining ~20 minutes in the week, should i dare review the neutron routed networks spec? | 20:52 |
lascii | what could possibly go wrong | 20:53 |
*** jwcroppe has joined #openstack-nova | 20:53 | |
*** browne has joined #openstack-nova | 20:54 | |
*** edmondsw has quit IRC | 20:55 | |
*** Sukhdev has joined #openstack-nova | 20:56 | |
*** ametts has quit IRC | 20:58 | |
*** jwcroppe has quit IRC | 20:58 | |
*** omnipresent has joined #openstack-nova | 21:00 | |
openstackgerrit | Andrew Laski proposed openstack/nova: Remove marker from nova-manage cells_v2 map_instances UI https://review.openstack.org/301916 | 21:01 |
openstackgerrit | Andrew Laski proposed openstack/nova: Clean up cell handling in nova-manage cell_v2 map_instances https://review.openstack.org/301914 | 21:01 |
openstackgerrit | Andrew Laski proposed openstack/nova: Update get_by_project_id on InstanceMappingList https://review.openstack.org/301915 | 21:01 |
*** lascii is now known as alaski | 21:01 | |
*** zenoway has quit IRC | 21:03 | |
*** ijw has joined #openstack-nova | 21:03 | |
*** aysyd has quit IRC | 21:09 | |
*** gszasz has quit IRC | 21:12 | |
*** sheel has quit IRC | 21:15 | |
*** ivase has quit IRC | 21:15 | |
*** raildo is now known as raildo-afk | 21:18 | |
*** ivase has joined #openstack-nova | 21:20 | |
*** nelsnelson has joined #openstack-nova | 21:21 | |
*** ivase_ has joined #openstack-nova | 21:21 | |
*** dimtruck is now known as zz_dimtruck | 21:22 | |
*** ivase__ has joined #openstack-nova | 21:22 | |
*** ivase has quit IRC | 21:25 | |
*** ivase_ has quit IRC | 21:25 | |
*** gjayavelu has joined #openstack-nova | 21:27 | |
*** ivase__ has quit IRC | 21:27 | |
*** ccarmack has quit IRC | 21:27 | |
*** rfolco has quit IRC | 21:28 | |
*** _ducttape_ has quit IRC | 21:29 | |
*** gjayavelu has quit IRC | 21:31 | |
*** lenny has joined #openstack-nova | 21:32 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Fix "Creates an aggregate" parameters https://review.openstack.org/306607 | 21:34 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Fix "Creates an agent build" parameters https://review.openstack.org/306595 | 21:34 |
*** efried has quit IRC | 21:35 | |
*** doug-fish has quit IRC | 21:38 | |
*** jwcroppe has joined #openstack-nova | 21:39 | |
zioproto | hello all. Do I really need to learn tempest to have this review merged in nova ? https://review.openstack.org/#/c/295865/ | 21:40 |
*** rfolco has joined #openstack-nova | 21:42 | |
*** thorst has quit IRC | 21:43 | |
*** thorst has joined #openstack-nova | 21:43 | |
mriedem | zioproto: i'll try to find an example in tempest | 21:44 |
mriedem | zioproto: generally it's just a matter of copying an existing test and adding a different state before doign the operation | 21:44 |
mriedem | i did something like that for testing resize from a stopped instance | 21:44 |
*** rfolco has quit IRC | 21:44 | |
mriedem | i'm asking for tempest coverage because it's an api change | 21:45 |
zioproto | mriedem: please add a pointer to an example to the review, and I will try to implement it Monday. Thank you ! | 21:45 |
*** mriedem has quit IRC | 21:45 | |
*** ddutta has joined #openstack-nova | 21:45 | |
*** thorst_ has joined #openstack-nova | 21:46 | |
oomichi | sdague: huge number of warning on the tox.. ok, will dig it | 21:46 |
*** whenry has quit IRC | 21:47 | |
*** thorst has quit IRC | 21:48 | |
*** ctrath has quit IRC | 21:48 | |
*** ihrachys has quit IRC | 21:50 | |
*** thorst_ has quit IRC | 21:50 | |
*** jwcroppe has quit IRC | 21:52 | |
*** Sukhdev has quit IRC | 21:52 | |
*** whenry has joined #openstack-nova | 21:52 | |
*** jwcroppe has joined #openstack-nova | 21:53 | |
*** pcm_ has quit IRC | 21:54 | |
*** ddutta has left #openstack-nova | 21:55 | |
*** pc_m has joined #openstack-nova | 21:55 | |
*** busterswt has quit IRC | 21:56 | |
*** mdrabe has quit IRC | 21:58 | |
*** raginbajin has quit IRC | 22:00 | |
*** thorst has joined #openstack-nova | 22:00 | |
*** haplo37 has quit IRC | 22:00 | |
*** vishwanathj has quit IRC | 22:01 | |
*** efried has joined #openstack-nova | 22:04 | |
*** thorst has quit IRC | 22:05 | |
*** raginbajin has joined #openstack-nova | 22:05 | |
*** thorst has joined #openstack-nova | 22:06 | |
*** rlrossit has quit IRC | 22:07 | |
*** delattec has quit IRC | 22:07 | |
*** burt has quit IRC | 22:08 | |
*** ducttape_ has joined #openstack-nova | 22:08 | |
*** jdurgin has quit IRC | 22:08 | |
*** jdurgin has joined #openstack-nova | 22:09 | |
*** omnipresent has quit IRC | 22:13 | |
*** alex_xu has quit IRC | 22:13 | |
*** thorst has quit IRC | 22:14 | |
*** alex_xu has joined #openstack-nova | 22:15 | |
*** jwcroppe_ has joined #openstack-nova | 22:17 | |
*** falanx has quit IRC | 22:20 | |
*** zenoway has joined #openstack-nova | 22:20 | |
*** jwcroppe has quit IRC | 22:21 | |
*** ttx has quit IRC | 22:23 | |
*** mdavidson has quit IRC | 22:24 | |
*** nic has joined #openstack-nova | 22:25 | |
*** akshai has quit IRC | 22:25 | |
*** ducttape_ has quit IRC | 22:25 | |
*** akshai has joined #openstack-nova | 22:27 | |
*** ducttape_ has joined #openstack-nova | 22:28 | |
*** baoli has joined #openstack-nova | 22:30 | |
*** falanx has joined #openstack-nova | 22:34 | |
*** yamahata has quit IRC | 22:35 | |
*** nelsnelson has quit IRC | 22:35 | |
*** ttx has joined #openstack-nova | 22:36 | |
*** jwcroppe_ has quit IRC | 22:36 | |
openstackgerrit | Chris Friesen proposed openstack/nova-specs: Improve Scheduler Error Reporting https://review.openstack.org/306647 | 22:36 |
*** thorst has joined #openstack-nova | 22:38 | |
openstackgerrit | Carl Baldwin proposed openstack/nova-specs: Neutron Routed Networks https://review.openstack.org/263898 | 22:38 |
*** mdavidson has joined #openstack-nova | 22:38 | |
*** ducttape_ has quit IRC | 22:45 | |
*** sdague has quit IRC | 22:45 | |
*** thorst has quit IRC | 22:47 | |
*** baoli has quit IRC | 22:48 | |
*** wanghao has quit IRC | 22:50 | |
*** falanx has quit IRC | 22:50 | |
*** wanghao has joined #openstack-nova | 22:51 | |
*** pwnall has quit IRC | 22:55 | |
*** Sukhdev has joined #openstack-nova | 22:55 | |
*** hdd has joined #openstack-nova | 22:56 | |
*** liusheng has quit IRC | 22:57 | |
*** mrkz has quit IRC | 22:58 | |
*** liusheng has joined #openstack-nova | 22:58 | |
*** pumarani__ has quit IRC | 23:02 | |
*** hdd has quit IRC | 23:02 | |
*** eliqiao_ has joined #openstack-nova | 23:02 | |
*** eliqiao has quit IRC | 23:03 | |
*** akshai has quit IRC | 23:05 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/nova: Fix "No field definition" warnings (1/2) https://review.openstack.org/306652 | 23:05 |
*** falanx has joined #openstack-nova | 23:07 | |
*** mriedem has joined #openstack-nova | 23:14 | |
*** falanx has quit IRC | 23:14 | |
*** BjoernT has quit IRC | 23:17 | |
*** cdelatte has joined #openstack-nova | 23:23 | |
*** takedakn has joined #openstack-nova | 23:24 | |
*** Sukhdev has quit IRC | 23:25 | |
*** takedakn has quit IRC | 23:25 | |
*** cdelatte has quit IRC | 23:29 | |
*** falanx has joined #openstack-nova | 23:31 | |
*** davideag_ has quit IRC | 23:31 | |
*** tonyb_ is now known as tonyb | 23:33 | |
*** nic has quit IRC | 23:37 | |
*** markvoelker_ has quit IRC | 23:37 | |
*** haomaiwang has joined #openstack-nova | 23:40 | |
*** ZZelle_ has joined #openstack-nova | 23:40 | |
*** browne has quit IRC | 23:41 | |
*** thorst has joined #openstack-nova | 23:44 | |
*** haomaiwang has quit IRC | 23:45 | |
*** busterswt has joined #openstack-nova | 23:46 | |
*** woodster_ has quit IRC | 23:48 | |
*** busterswt has quit IRC | 23:50 | |
*** knikolla has left #openstack-nova | 23:51 | |
*** thorst has quit IRC | 23:52 | |
*** apoorvad_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!