*** thorst has quit IRC | 00:02 | |
*** ijw has quit IRC | 00:03 | |
*** rama_y has quit IRC | 00:04 | |
*** ihrachys has quit IRC | 00:04 | |
*** Swami has quit IRC | 00:05 | |
*** Sukhdev has quit IRC | 00:07 | |
*** shaohe_feng has quit IRC | 00:08 | |
*** Sukhdev has joined #openstack-nova | 00:08 | |
*** shaohe_feng has joined #openstack-nova | 00:08 | |
*** ijw has joined #openstack-nova | 00:09 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Archive migrations table https://review.openstack.org/323684 | 00:09 |
---|---|---|
openstackgerrit | Takashi NATSUME proposed openstack/python-novaclient: Log request_id for each api call https://review.openstack.org/322664 | 00:10 |
*** ijw has quit IRC | 00:11 | |
*** ijw has joined #openstack-nova | 00:11 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Stop using mox stubs in nova/tests/unit/virt/disk https://review.openstack.org/322778 | 00:11 |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Stop using mox stubs in stub_out_key_pair_funcs https://review.openstack.org/324346 | 00:11 |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Stop using mox stubs in nova/tests/unit/test_metadata.py https://review.openstack.org/324373 | 00:12 |
*** kaisers1 has joined #openstack-nova | 00:17 | |
*** clenimar has quit IRC | 00:17 | |
*** shaohe_feng has quit IRC | 00:18 | |
*** shaohe_feng has joined #openstack-nova | 00:19 | |
*** kaisers has quit IRC | 00:19 | |
*** claudiub has quit IRC | 00:21 | |
*** claudiub has joined #openstack-nova | 00:21 | |
*** ihrachys has joined #openstack-nova | 00:22 | |
*** ducttape_ has quit IRC | 00:22 | |
*** Jeffrey4l has quit IRC | 00:24 | |
*** stewie925 has joined #openstack-nova | 00:24 | |
stewie925 | hello I have a question on the local.conf configuration for nova? | 00:25 |
openstackgerrit | Claudiu Belu proposed openstack/nova: Hyper-V: Adds Hyper-V UEFI Secure Boot https://review.openstack.org/209581 | 00:26 |
stewie925 | right now I have 'enable_service' for the following components - q-svc, q-agt, q-dhcp, q-meta, q-metering, q-fwaas, q-lbaas, q-vpn, q-l3 , and neutron | 00:27 |
*** mtanino has quit IRC | 00:27 | |
stewie925 | and I have 'disable_service n_net' | 00:27 |
*** raunak has quit IRC | 00:28 | |
*** shaohe_feng has quit IRC | 00:28 | |
*** shaohe_feng has joined #openstack-nova | 00:29 | |
*** clenimar has joined #openstack-nova | 00:30 | |
*** amotoki has joined #openstack-nova | 00:31 | |
*** ihrachys has quit IRC | 00:33 | |
claudiub | stewie925: and what is your question? | 00:34 |
stewie925 | hi claudiub | 00:35 |
claudiub | hi :) | 00:35 |
stewie925 | sorry - I just found from my old notes that I just need to minimize my local.conf settings | 00:35 |
stewie925 | my enable_service above were all for neutron | 00:35 |
*** amotoki has quit IRC | 00:36 | |
stewie925 | claudiub: do you know what this "n_net" is for? | 00:36 |
claudiub | that stands for nova network | 00:36 |
stewie925 | I suppose that is nova-net | 00:36 |
claudiub | yep | 00:36 |
stewie925 | oh great - yeah I need to remove that "disable_service n_net" | 00:36 |
stewie925 | thank you | 00:36 |
claudiub | no problem. :) | 00:36 |
stewie925 | am a nova newbie and helping out with the API REF doc updates | 00:37 |
stewie925 | so I am setting up my devstack from scratch | 00:37 |
claudiub | stewie925: still, why do you want to remove "disable_service n_net"? | 00:37 |
*** Sukhdev has quit IRC | 00:37 | |
claudiub | plus, I'm pretty sure it's supposed to be "n-net" instead of "n_net", but maybe it works for both. | 00:38 |
*** zenoway has joined #openstack-nova | 00:38 | |
*** shaohe_feng has quit IRC | 00:38 | |
stewie925 | hi claudiub - because I need to set up nova, so i think I need to remove the "disable n-net" right? | 00:38 |
stewie925 | you are right its n-net, not n_net | 00:38 |
claudiub | stewie925: the thing is, if you are using neutron, you should disable nova network | 00:38 |
claudiub | stewie925: hi again. :) | 00:39 |
*** ssurana has quit IRC | 00:39 | |
stewie925 | :) | 00:39 |
*** ihrachys has joined #openstack-nova | 00:39 | |
*** shaohe_feng has joined #openstack-nova | 00:39 | |
claudiub | well, just a small question, why not take a local.conf that already works? :D | 00:39 |
stewie925 | hmmmm | 00:40 |
claudiub | stewie925: https://github.com/cloudbase/nova-ci/blob/cambridge/devstack_vm/devstack/local.conf | 00:40 |
claudiub | you might want to update the HOST_IP though. | 00:41 |
claudiub | and Q_ML2_PLUGIN_MECHANISM_DRIVERS to just openvswitch | 00:41 |
stewie925 | yikes, thats even bigger than what I have hehe | 00:41 |
stewie925 | cause I had a chat with melwitt weeks ago, and he said its preferable to make the local.conf a minimal setting | 00:42 |
stewie925 | but then I was trying out the nova-cell, which I had abandoned upon discussion with him | 00:42 |
claudiub | stewie925: yeah, I guess so. you can just see what's there and copy what you need. | 00:42 |
*** zenoway has quit IRC | 00:43 | |
melwitt | I said I prefer minimal nova.conf :P your mileage may vary | 00:43 |
melwitt | local.conf | 00:43 |
stewie925 | hey melwitt! | 00:43 |
melwitt | hey stewie925 | 00:43 |
stewie925 | hi.... cause I just started to devote my time primarily on nova (starting today) | 00:44 |
claudiub | stewie925: for cells, I guess you need some different local.conf | 00:44 |
stewie925 | and I am helping out with the API REF doc updates | 00:44 |
stewie925 | hi claudiub - no, I wont be doing cells | 00:44 |
claudiub | stewie925: hi again. :) | 00:45 |
*** hoangcx has joined #openstack-nova | 00:45 | |
stewie925 | for testing the NOVA API refs, I am trying to figure out the ideal local.conf setting | 00:45 |
melwitt | stewie925: can you pastebin your local.conf you're trying to use with neutron? | 00:46 |
stewie925 | if I want to keep it nova-centric | 00:46 |
stewie925 | sure melwitt | 00:47 |
*** thorst has joined #openstack-nova | 00:48 | |
melwitt | stewie925: I think you should only need these two lines (in addition to whatever other boilerplate you like to have) http://docs.openstack.org/developer/devstack/configuration.html#ip-version | 00:48 |
melwitt | "disable_service n-net" and "enable_service q-svc q-agt q-dhcp q-l3" | 00:48 |
*** shaohe_feng has quit IRC | 00:49 | |
*** shaohe_feng has joined #openstack-nova | 00:49 | |
stewie925 | with those settings I should still be able to test the Nova API's I suppose? | 00:50 |
auggy | stewie925: which method are you trying to verify? | 00:50 |
auggy | maybe providing that context would be helpful for folks helping you :) | 00:50 |
stewie925 | oh sorry | 00:50 |
stewie925 | sorry guys | 00:50 |
stewie925 | let me get the info | 00:51 |
auggy | no worries! | 00:51 |
lifeless | alaski: hi, I am around atm | 00:51 |
stewie925 | hope this helps - api-ref/source/servers-multiple-create.inc | 00:52 |
*** takashin has joined #openstack-nova | 00:52 | |
stewie925 | for some reason my devstack VM messed up, so I had to rebuild from scratch | 00:52 |
*** salv-orlando has quit IRC | 00:53 | |
*** jinquan has joined #openstack-nova | 00:53 | |
stewie925 | so I am working on method verification for "servers-multiple-create" | 00:53 |
*** salv-orlando has joined #openstack-nova | 00:53 | |
openstackgerrit | bailin.zhang proposed openstack/nova: Unplug vifs when VM create failed https://review.openstack.org/306219 | 00:54 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Skip network allocation if 'none' is requested https://review.openstack.org/309638 | 00:54 |
openstackgerrit | Matt Riedemann proposed openstack/nova: nova-net: handle 'auto' network request in allocate_for_instance https://review.openstack.org/297906 | 00:54 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Bump the service version for get-me-a-network support https://review.openstack.org/318953 | 00:54 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Skip network validation if explicitly requesting no networks https://review.openstack.org/309602 | 00:54 |
openstackgerrit | Matt Riedemann proposed openstack/nova: neutron: handle 'auto' network request in allocate_for_instance https://review.openstack.org/316275 | 00:54 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Add helpers to NetworkRequest(List) objects for auto/none cases https://review.openstack.org/297871 | 00:54 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Add REST API support for get me a network https://review.openstack.org/316398 | 00:54 |
*** raunak has joined #openstack-nova | 00:54 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: neutron: validate auto-allocate is available https://review.openstack.org/309574 | 00:54 |
openstackgerrit | Claudiu Belu proposed openstack/nova: Fixes python 3 unit tests https://review.openstack.org/278810 | 00:54 |
openstackgerrit | Claudiu Belu proposed openstack/nova: compute: fixes python 3 related unit tests https://review.openstack.org/300262 | 00:54 |
openstackgerrit | bailin.zhang proposed openstack/nova: Delete reduplicate code in test_compute_mgr.py https://review.openstack.org/323733 | 00:54 |
*** lucas has joined #openstack-nova | 00:55 | |
stewie925 | hi auggy - I will be working on method verification for "servers-multiple-create" | 00:55 |
*** jwcroppe has joined #openstack-nova | 00:57 | |
claudiub | melwitt: hello. one of our goals for newton is to have nova-compute fully working on python 3.4. For that, there are a couple of patches that would be great to have reviewed, primarely: https://review.openstack.org/#/c/278810 and https://review.openstack.org/#/c/300262 . If you have some time, can you review them? :) | 00:57 |
*** baoli has joined #openstack-nova | 00:57 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: libvirt: fixes python 3 related unit tests https://review.openstack.org/278834 | 00:58 |
melwitt | claudiub: sure, will put them in the queue | 00:58 |
*** cheneydc has joined #openstack-nova | 00:58 | |
claudiub | melwitt: great, thanks! :D | 00:58 |
openstackgerrit | Claudiu Belu proposed openstack/nova: numa: Fixes NUMA topology related unit tests https://review.openstack.org/278835 | 00:58 |
*** shaohe_feng has quit IRC | 00:59 | |
*** lucas has quit IRC | 00:59 | |
*** rahuls has quit IRC | 01:00 | |
*** shaohe_feng has joined #openstack-nova | 01:00 | |
*** ihrachys has quit IRC | 01:01 | |
*** zenoway has joined #openstack-nova | 01:02 | |
*** lucas has joined #openstack-nova | 01:03 | |
*** ihrachys has joined #openstack-nova | 01:04 | |
*** edand has joined #openstack-nova | 01:05 | |
*** zenoway has quit IRC | 01:07 | |
*** BjoernT has joined #openstack-nova | 01:08 | |
*** fishcried has joined #openstack-nova | 01:08 | |
*** fishcried has quit IRC | 01:08 | |
*** shaohe_feng has quit IRC | 01:09 | |
*** edand has quit IRC | 01:09 | |
*** ihrachys has quit IRC | 01:09 | |
*** shaohe_feng has joined #openstack-nova | 01:10 | |
*** markvoelker has joined #openstack-nova | 01:13 | |
*** zz_dimtruck is now known as dimtruck | 01:16 | |
*** markvoelker has quit IRC | 01:18 | |
*** shaohe_feng has quit IRC | 01:19 | |
*** shaohe_feng has joined #openstack-nova | 01:20 | |
*** Apoorva has quit IRC | 01:23 | |
*** diogogmt has joined #openstack-nova | 01:24 | |
*** Daisy has joined #openstack-nova | 01:25 | |
*** zenoway has joined #openstack-nova | 01:26 | |
openstackgerrit | Chen Fan proposed openstack/nova: flavor_extra_specs: add test cases for checking pci requests https://review.openstack.org/326401 | 01:26 |
*** tbachman has quit IRC | 01:27 | |
*** caowei has joined #openstack-nova | 01:27 | |
*** BjoernT has quit IRC | 01:27 | |
*** phuongnh has joined #openstack-nova | 01:29 | |
*** shaohe_feng has quit IRC | 01:30 | |
*** shaohe_feng has joined #openstack-nova | 01:30 | |
*** zenoway has quit IRC | 01:31 | |
*** p01nt3r75 has quit IRC | 01:31 | |
*** amotoki has joined #openstack-nova | 01:32 | |
*** ijw has quit IRC | 01:32 | |
claudiub | mriedem: hi. just a quick question. do we have to register for the midcycle? | 01:34 |
claudiub | or just show up unannounced? :) | 01:34 |
*** EinstCrazy has joined #openstack-nova | 01:35 | |
*** amotoki has quit IRC | 01:36 | |
*** nic has quit IRC | 01:38 | |
*** shaohe_feng has quit IRC | 01:40 | |
*** shaohe_feng has joined #openstack-nova | 01:40 | |
*** ducnc has joined #openstack-nova | 01:41 | |
*** EinstCra_ has joined #openstack-nova | 01:41 | |
mriedem | claudiub: register | 01:42 |
mriedem | claudiub: are you planning on attending? i can send your info. | 01:43 |
*** EinstCr__ has joined #openstack-nova | 01:44 | |
claudiub | mriedem: register where? I don't see any registration link on the wiki page, or your email. :) | 01:44 |
claudiub | mriedem: and yeah, I am planning to attend, I'm currently waiting for confirmation from teh higher-ups. :D | 01:44 |
*** EinstCrazy has quit IRC | 01:44 | |
mriedem | claudiub: http://lists.openstack.org/pipermail/openstack-dev/2016-May/093815.html | 01:44 |
*** ctrath has joined #openstack-nova | 01:45 | |
*** Daisy has quit IRC | 01:46 | |
*** Daisy has joined #openstack-nova | 01:46 | |
claudiub | mriedem: ooh, I see. I missed that email somehow. Thanks. :) | 01:46 |
*** EinstCra_ has quit IRC | 01:46 | |
*** shaohe_feng has quit IRC | 01:50 | |
openstackgerrit | Chen Fan proposed openstack/nova: flavor: add check for pci request in extraspecs https://review.openstack.org/326400 | 01:50 |
*** shaohe_feng has joined #openstack-nova | 01:51 | |
*** Daisy has quit IRC | 01:51 | |
*** mriedem has quit IRC | 01:52 | |
*** yamahata has quit IRC | 01:53 | |
*** lucas has quit IRC | 01:53 | |
alaski | lifeless: I got it somewhat worked out. I wanted to reproduce the test ordering from a gate job for a local test run. I ended up downloading and loading the subunit stream, though running tests after that failed in all sorts of wonky ways. | 01:53 |
lifeless | alaski: testr run --analyze-isolation may be useful for you | 01:55 |
lifeless | alaski: note that testr doesn't do ordering at all yet, it just does partitioning, and then the backends run in any order they choose | 01:55 |
alaski | lifeless: gotcha, that may explain why I never quite got a local reproduction | 01:56 |
alaski | I suspect an ordering issue causing the gate failure, but I can't verify yet | 01:56 |
alaski | but it's also not a blocker atm so I'm hopeful that work I do in the meantime will shake it out | 01:57 |
*** sacharya has joined #openstack-nova | 01:59 | |
*** thorst has quit IRC | 01:59 | |
*** thorst has joined #openstack-nova | 02:00 | |
*** shaohe_feng has quit IRC | 02:00 | |
*** stewie925 has quit IRC | 02:01 | |
*** akshai has quit IRC | 02:01 | |
*** pwnall has quit IRC | 02:01 | |
*** zenoway has joined #openstack-nova | 02:02 | |
*** shaohe_feng has joined #openstack-nova | 02:03 | |
lifeless | alaski: let me knoew if you neeed help | 02:04 |
*** tbachman has joined #openstack-nova | 02:04 | |
lifeless | untangling the layers or whatever | 02:04 |
*** iceyao has joined #openstack-nova | 02:04 | |
*** zenoway has quit IRC | 02:07 | |
*** thorst has quit IRC | 02:08 | |
openstackgerrit | Li Yingjun proposed openstack/nova: Move notification objects to a separate package https://review.openstack.org/305294 | 02:09 |
openstackgerrit | Li Yingjun proposed openstack/nova: Move notification related code to separate package https://review.openstack.org/305058 | 02:09 |
openstackgerrit | Li Yingjun proposed openstack/nova: Implement hypervisor notifications https://review.openstack.org/315312 | 02:09 |
openstackgerrit | Li Yingjun proposed openstack/nova: Do not register notification objects https://review.openstack.org/309454 | 02:09 |
*** mdrabe has joined #openstack-nova | 02:10 | |
*** ctrath has quit IRC | 02:10 | |
*** shaohe_feng has quit IRC | 02:11 | |
*** tonytan4ever has joined #openstack-nova | 02:11 | |
*** shaohe_feng has joined #openstack-nova | 02:11 | |
*** akshai has joined #openstack-nova | 02:12 | |
alaski | lifeless: thanks | 02:12 |
openstackgerrit | Alex Xu proposed openstack/nova: Remove the skip_policy_check flags https://review.openstack.org/325684 | 02:14 |
*** tanee is now known as tanee_away | 02:16 | |
*** tanee_away is now known as tanee | 02:16 | |
*** winston-d_ has joined #openstack-nova | 02:18 | |
*** shaohe_feng has quit IRC | 02:21 | |
*** shaohe_feng has joined #openstack-nova | 02:21 | |
*** raunak has quit IRC | 02:22 | |
openstackgerrit | Alex Xu proposed openstack/nova: Remove legacy v2 policy rules https://review.openstack.org/320751 | 02:22 |
*** ducttape_ has joined #openstack-nova | 02:23 | |
*** lucas has joined #openstack-nova | 02:26 | |
*** Daisy has joined #openstack-nova | 02:26 | |
*** zenoway has joined #openstack-nova | 02:27 | |
*** iceyao has quit IRC | 02:28 | |
*** iceyao has joined #openstack-nova | 02:29 | |
*** zenoway has quit IRC | 02:31 | |
*** iceyao_ has joined #openstack-nova | 02:31 | |
*** shaohe_feng has quit IRC | 02:31 | |
*** tbachman has quit IRC | 02:31 | |
*** tbachman_ has joined #openstack-nova | 02:31 | |
*** sdake has joined #openstack-nova | 02:32 | |
*** shaohe_feng has joined #openstack-nova | 02:32 | |
*** amotoki has joined #openstack-nova | 02:32 | |
*** ducttape_ has quit IRC | 02:33 | |
*** moshele has joined #openstack-nova | 02:34 | |
*** mtanino has joined #openstack-nova | 02:34 | |
*** sdake has quit IRC | 02:34 | |
*** iceyao has quit IRC | 02:34 | |
*** amotoki has quit IRC | 02:37 | |
*** woodster_ has quit IRC | 02:38 | |
openstackgerrit | LisaLi proposed openstack/nova: WIP: Use os-brick encryptors https://review.openstack.org/326788 | 02:40 |
*** shaohe_feng has quit IRC | 02:41 | |
*** shaohe_feng has joined #openstack-nova | 02:42 | |
*** tbachman_ is now known as tbachman | 02:44 | |
*** Daisy has quit IRC | 02:45 | |
*** Daisy has joined #openstack-nova | 02:46 | |
*** Daisy_ has joined #openstack-nova | 02:46 | |
*** openstackgerrit has quit IRC | 02:47 | |
*** openstackgerrit has joined #openstack-nova | 02:48 | |
*** ducttape_ has joined #openstack-nova | 02:48 | |
*** sheel has joined #openstack-nova | 02:49 | |
*** Daisy has quit IRC | 02:50 | |
*** gyee has quit IRC | 02:50 | |
*** shaohe_feng has quit IRC | 02:52 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: Added support for new block device format in vmops https://review.openstack.org/246299 | 02:52 |
*** ihrachys has joined #openstack-nova | 02:53 | |
*** shaohe_feng has joined #openstack-nova | 02:53 | |
*** dave-mccowan has quit IRC | 02:54 | |
*** ihrachys has quit IRC | 02:59 | |
*** rama_y has joined #openstack-nova | 02:59 | |
*** moshele has quit IRC | 02:59 | |
*** shaohe_feng has quit IRC | 03:02 | |
*** shaohe_feng has joined #openstack-nova | 03:03 | |
*** mdrabe has quit IRC | 03:05 | |
*** thorst has joined #openstack-nova | 03:06 | |
*** raunak has joined #openstack-nova | 03:07 | |
*** mtanino has quit IRC | 03:08 | |
*** shaohe_feng has quit IRC | 03:12 | |
*** shaohe_feng has joined #openstack-nova | 03:13 | |
*** EinstCr__ has quit IRC | 03:13 | |
*** thorst has quit IRC | 03:13 | |
*** fragatina has quit IRC | 03:19 | |
*** Daisy_ has quit IRC | 03:20 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: api-ref: parameter verification for os-aggregates https://review.openstack.org/315517 | 03:20 |
*** Daisy has joined #openstack-nova | 03:20 | |
*** shaohe_feng has quit IRC | 03:22 | |
*** shaohe_feng has joined #openstack-nova | 03:23 | |
*** ducttape_ has quit IRC | 03:24 | |
*** sdake has joined #openstack-nova | 03:28 | |
*** dimtruck is now known as zz_dimtruck | 03:28 | |
*** tbachman has quit IRC | 03:29 | |
*** Daisy_ has joined #openstack-nova | 03:30 | |
*** diogogmt has quit IRC | 03:32 | |
*** shaohe_feng has quit IRC | 03:33 | |
*** Daisy has quit IRC | 03:33 | |
*** amotoki has joined #openstack-nova | 03:34 | |
*** links has joined #openstack-nova | 03:35 | |
*** shaohe_feng has joined #openstack-nova | 03:36 | |
*** amotoki has quit IRC | 03:38 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Add checks for volume status when rebuilding https://review.openstack.org/217567 | 03:38 |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: api-ref: parameter verification for os-aggregates https://review.openstack.org/315517 | 03:39 |
*** zenoway has joined #openstack-nova | 03:39 | |
*** lucas has quit IRC | 03:42 | |
*** shaohe_feng has quit IRC | 03:43 | |
*** zenoway has quit IRC | 03:43 | |
*** EinstCrazy has joined #openstack-nova | 03:44 | |
*** shaohe_feng has joined #openstack-nova | 03:44 | |
*** EinstCrazy has quit IRC | 03:47 | |
*** raunak has quit IRC | 03:49 | |
*** Dinesh_Bhor has quit IRC | 03:49 | |
openstackgerrit | Anusha Unnam proposed openstack/nova: Improve help text for neutron_opts https://review.openstack.org/326808 | 03:50 |
*** clenimar has quit IRC | 03:51 | |
*** sdake has quit IRC | 03:53 | |
*** shaohe_feng has quit IRC | 03:53 | |
openstackgerrit | Ghanshyam Mann proposed openstack/nova: Remove v2 extension setting from functional tests https://review.openstack.org/326810 | 03:53 |
*** shaohe_feng has joined #openstack-nova | 03:54 | |
*** jwcroppe has quit IRC | 03:54 | |
*** jwcroppe has joined #openstack-nova | 03:55 | |
*** tjones has joined #openstack-nova | 03:55 | |
*** zerda2 has joined #openstack-nova | 03:55 | |
*** jwcroppe_ has joined #openstack-nova | 03:56 | |
*** caowei has quit IRC | 03:58 | |
*** jwcroppe has quit IRC | 03:59 | |
*** Daisy_ has quit IRC | 03:59 | |
*** jaypipes has joined #openstack-nova | 04:00 | |
*** Daisy has joined #openstack-nova | 04:00 | |
*** tanee is now known as tanee_away | 04:01 | |
*** tanee_away is now known as tanee | 04:01 | |
openstackgerrit | Dao Cong Tien proposed openstack/nova: Stop using mox from compute/test_hypervisors.py https://review.openstack.org/326814 | 04:01 |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Stop using mox stubs in stub_out_key_pair_funcs https://review.openstack.org/324346 | 04:02 |
*** shaohe_feng has quit IRC | 04:03 | |
*** shaohe_feng has joined #openstack-nova | 04:06 | |
*** tonytan_brb has joined #openstack-nova | 04:07 | |
*** tonytan4ever has quit IRC | 04:08 | |
*** claudiub has quit IRC | 04:10 | |
*** raunak has joined #openstack-nova | 04:10 | |
*** devananda has quit IRC | 04:11 | |
*** thorst has joined #openstack-nova | 04:11 | |
*** caowei has joined #openstack-nova | 04:12 | |
*** browne has quit IRC | 04:13 | |
*** shaohe_feng has quit IRC | 04:14 | |
*** shaohe_feng has joined #openstack-nova | 04:14 | |
*** zenoway has joined #openstack-nova | 04:15 | |
*** fragatina has joined #openstack-nova | 04:17 | |
*** Daisy has quit IRC | 04:18 | |
*** Daisy has joined #openstack-nova | 04:18 | |
*** thorst has quit IRC | 04:18 | |
*** zenoway has quit IRC | 04:20 | |
*** fragatina has quit IRC | 04:22 | |
*** sudipto has joined #openstack-nova | 04:22 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Stop using mox stubs in stub_out_key_pair_funcs https://review.openstack.org/324346 | 04:22 |
*** EinstCrazy has joined #openstack-nova | 04:22 | |
*** devananda has joined #openstack-nova | 04:23 | |
*** Daisy has quit IRC | 04:23 | |
*** shaohe_feng has quit IRC | 04:24 | |
*** salv-orl_ has joined #openstack-nova | 04:24 | |
*** shaohe_feng has joined #openstack-nova | 04:25 | |
*** ducttape_ has joined #openstack-nova | 04:25 | |
*** gjayavelu has quit IRC | 04:27 | |
*** salv-orlando has quit IRC | 04:27 | |
*** ducttape_ has quit IRC | 04:30 | |
*** diga has joined #openstack-nova | 04:30 | |
*** prateek has joined #openstack-nova | 04:33 | |
*** prateek has quit IRC | 04:33 | |
*** Sukhdev has joined #openstack-nova | 04:33 | |
*** baoli has quit IRC | 04:34 | |
*** amotoki has joined #openstack-nova | 04:34 | |
*** shaohe_feng has quit IRC | 04:34 | |
*** shaohe_feng has joined #openstack-nova | 04:35 | |
*** tonytan_brb has quit IRC | 04:36 | |
*** browne has joined #openstack-nova | 04:36 | |
*** fragatina has joined #openstack-nova | 04:38 | |
*** zenoway has joined #openstack-nova | 04:39 | |
*** amotoki has quit IRC | 04:39 | |
*** fragatina has quit IRC | 04:40 | |
*** fragatina has joined #openstack-nova | 04:40 | |
*** fragatin_ has joined #openstack-nova | 04:41 | |
openstackgerrit | Dao Cong Tien proposed openstack/nova: Remove mox from api/openstack/compute/test_image_size.py https://review.openstack.org/322690 | 04:41 |
*** zenoway has quit IRC | 04:43 | |
*** fragatina has quit IRC | 04:44 | |
*** shaohe_feng has quit IRC | 04:44 | |
*** shaohe_feng has joined #openstack-nova | 04:45 | |
*** ratailor has joined #openstack-nova | 04:49 | |
*** jaosorior has joined #openstack-nova | 04:50 | |
*** vishwanathj has joined #openstack-nova | 04:51 | |
*** browne has quit IRC | 04:53 | |
*** yamahata has joined #openstack-nova | 04:54 | |
*** adisky has joined #openstack-nova | 04:54 | |
*** shaohe_feng has quit IRC | 04:55 | |
*** gjayavelu has joined #openstack-nova | 04:55 | |
*** shaohe_feng has joined #openstack-nova | 04:55 | |
*** sdake has joined #openstack-nova | 05:01 | |
*** chhavi has joined #openstack-nova | 05:02 | |
*** salv-orl_ has quit IRC | 05:03 | |
*** zenoway has joined #openstack-nova | 05:03 | |
*** salv-orlando has joined #openstack-nova | 05:03 | |
*** tonytan4ever has joined #openstack-nova | 05:03 | |
*** tbachman has joined #openstack-nova | 05:04 | |
*** Daisy has joined #openstack-nova | 05:05 | |
*** shaohe_feng has quit IRC | 05:05 | |
*** sudipto has quit IRC | 05:05 | |
*** shaohe_feng has joined #openstack-nova | 05:05 | |
openstackgerrit | Ghanshyam Mann proposed openstack/nova: Remove v2 extension setting from functional tests https://review.openstack.org/326822 | 05:07 |
*** zenoway has quit IRC | 05:08 | |
*** tonytan4ever has quit IRC | 05:09 | |
*** jkothari has joined #openstack-nova | 05:10 | |
*** gmann has quit IRC | 05:10 | |
jkothari | Hi, I was trying to use nova-docker but seems nova only supports it's inbuilt drivers only:https://github.com/openstack/nova/blob/master/nova/virt/driver.py#L1623 | 05:11 |
*** tbachman has quit IRC | 05:11 | |
jkothari | But it was supported earlier to use support custom drivers :https://github.com/openstack/nova/blob/stable/mitaka/nova/virt/driver.py#L1620 | 05:11 |
*** gmann has joined #openstack-nova | 05:12 | |
*** shaohe_feng has quit IRC | 05:15 | |
*** shaohe_feng has joined #openstack-nova | 05:16 | |
*** thorst has joined #openstack-nova | 05:16 | |
*** prateek has joined #openstack-nova | 05:18 | |
*** moshele has joined #openstack-nova | 05:20 | |
*** sacharya has quit IRC | 05:22 | |
*** thorst has quit IRC | 05:23 | |
*** ecelik has joined #openstack-nova | 05:24 | |
*** shaohe_feng has quit IRC | 05:25 | |
openstackgerrit | Takashi NATSUME proposed openstack/nova: Stop using mox stubs in nova/tests/unit/test_metadata.py https://review.openstack.org/324373 | 05:26 |
*** shaohe_feng has joined #openstack-nova | 05:26 | |
*** zenoway has joined #openstack-nova | 05:27 | |
*** sdake has quit IRC | 05:32 | |
*** zenoway has quit IRC | 05:33 | |
*** fawadkhaliq has joined #openstack-nova | 05:33 | |
*** tonytan4ever has joined #openstack-nova | 05:33 | |
*** amotoki has joined #openstack-nova | 05:35 | |
*** shaohe_feng has quit IRC | 05:36 | |
*** fragatin_ has quit IRC | 05:36 | |
*** shaohe_feng has joined #openstack-nova | 05:36 | |
*** lpetrut has joined #openstack-nova | 05:38 | |
*** tonytan4ever has quit IRC | 05:38 | |
*** amotoki has quit IRC | 05:39 | |
ratailor | Can anyone tell me what happen if we defined same rule twice in policy.json file ? will the first rule be overridden by second one ? | 05:41 |
*** rama_y has quit IRC | 05:44 | |
*** shaohe_feng has quit IRC | 05:46 | |
*** shaohe_feng has joined #openstack-nova | 05:47 | |
openstackgerrit | Pawel Koniszewski proposed openstack/nova: Add new configuration option to turn auto converge on/off https://review.openstack.org/266001 | 05:50 |
*** zenoway has joined #openstack-nova | 05:51 | |
*** sudipto has joined #openstack-nova | 05:51 | |
ratailor | johnthetubaguy, Hi | 05:52 |
*** zenoway has quit IRC | 05:56 | |
*** shaohe_feng has quit IRC | 05:56 | |
*** mtanino has joined #openstack-nova | 05:56 | |
openstackgerrit | edan david proposed openstack/nova: Remove mox in network/test_linux_net.py https://review.openstack.org/316427 | 05:57 |
*** EinstCrazy has quit IRC | 05:59 | |
*** EinstCrazy has joined #openstack-nova | 05:59 | |
*** EinstCrazy has quit IRC | 05:59 | |
*** shaohe_feng has joined #openstack-nova | 06:01 | |
*** andreas_s has joined #openstack-nova | 06:04 | |
*** EinstCrazy has joined #openstack-nova | 06:05 | |
*** sridharg has joined #openstack-nova | 06:06 | |
*** shaohe_feng has quit IRC | 06:06 | |
*** shaohe_feng has joined #openstack-nova | 06:07 | |
*** paul-carlton1 has joined #openstack-nova | 06:11 | |
*** Daisy has quit IRC | 06:12 | |
*** lifeless has quit IRC | 06:13 | |
*** rcernin has joined #openstack-nova | 06:13 | |
*** Daisy has joined #openstack-nova | 06:13 | |
*** vtech has quit IRC | 06:14 | |
*** zenoway has joined #openstack-nova | 06:15 | |
*** shaohe_feng has quit IRC | 06:17 | |
*** Daisy_ has joined #openstack-nova | 06:17 | |
*** Daisy has quit IRC | 06:17 | |
*** shaohe_feng has joined #openstack-nova | 06:17 | |
*** Daisy_ has quit IRC | 06:19 | |
*** Daisy has joined #openstack-nova | 06:19 | |
*** zenoway has quit IRC | 06:20 | |
*** apoorv has joined #openstack-nova | 06:21 | |
*** thorst has joined #openstack-nova | 06:21 | |
*** Daisy has quit IRC | 06:21 | |
*** Daisy_ has joined #openstack-nova | 06:21 | |
*** sacharya has joined #openstack-nova | 06:22 | |
*** ducttape_ has joined #openstack-nova | 06:26 | |
*** shaohe_feng has quit IRC | 06:27 | |
*** sacharya has quit IRC | 06:27 | |
*** shaohe_feng has joined #openstack-nova | 06:27 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Add check of capabilities for detach interface https://review.openstack.org/308115 | 06:27 |
*** mpavone has joined #openstack-nova | 06:27 | |
*** thorst has quit IRC | 06:29 | |
*** ducttape_ has quit IRC | 06:31 | |
*** faizy has joined #openstack-nova | 06:31 | |
*** Sukhdev has quit IRC | 06:33 | |
*** vishwanathj has quit IRC | 06:36 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Remove mox in tests/unit/objects/test_compute_node https://review.openstack.org/307625 | 06:36 |
*** vishwanathj has joined #openstack-nova | 06:36 | |
*** chhavi has quit IRC | 06:37 | |
*** lpetrut has quit IRC | 06:37 | |
*** shaohe_feng has quit IRC | 06:37 | |
*** shaohe_feng has joined #openstack-nova | 06:37 | |
*** ljxiash has joined #openstack-nova | 06:39 | |
*** zenoway has joined #openstack-nova | 06:40 | |
*** claudiub has joined #openstack-nova | 06:44 | |
*** zenoway has quit IRC | 06:44 | |
*** lpetrut has joined #openstack-nova | 06:45 | |
*** shaohe_feng has quit IRC | 06:47 | |
*** openstackgerrit has quit IRC | 06:48 | |
*** shaohe_feng has joined #openstack-nova | 06:48 | |
*** gcb has quit IRC | 06:48 | |
*** openstackgerrit has joined #openstack-nova | 06:48 | |
*** belmoreira has joined #openstack-nova | 06:49 | |
*** raunak has quit IRC | 06:49 | |
*** lpetrut has quit IRC | 06:49 | |
*** Daisy_ has quit IRC | 06:51 | |
*** Daisy has joined #openstack-nova | 06:52 | |
openstackgerrit | Sudipta Biswas proposed openstack/nova: Make Hyper-V to work with glance v2 api https://review.openstack.org/324670 | 06:52 |
openstackgerrit | Sudipta Biswas proposed openstack/nova: Make Xenplugin to work with glance v2 api https://review.openstack.org/324536 | 06:52 |
openstackgerrit | Sudipta Biswas proposed openstack/nova: get rid of the old _vhd methods https://review.openstack.org/326858 | 06:52 |
*** chhavi has joined #openstack-nova | 06:52 | |
*** sdake has joined #openstack-nova | 06:54 | |
*** Daisy has quit IRC | 06:54 | |
*** Daisy has joined #openstack-nova | 06:54 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Trival: version history 2.30 is not intended as others https://review.openstack.org/326862 | 06:57 |
openstackgerrit | Sudipta Biswas proposed openstack/nova: get rid of the old _vhd methods https://review.openstack.org/326858 | 06:57 |
*** itamarl has joined #openstack-nova | 06:57 | |
*** shaohe_feng has quit IRC | 06:58 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/nova: Imported Translations from Zanata https://review.openstack.org/325541 | 06:58 |
*** shaohe_feng has joined #openstack-nova | 06:58 | |
*** EinstCra_ has joined #openstack-nova | 06:59 | |
*** tesseract has joined #openstack-nova | 07:00 | |
*** shihanzhang has joined #openstack-nova | 07:01 | |
*** liverpooler has joined #openstack-nova | 07:01 | |
openstackgerrit | Sudipta Biswas proposed openstack/nova: Make Xenplugin to work with glance v2 api https://review.openstack.org/324536 | 07:01 |
*** EinstCrazy has quit IRC | 07:02 | |
*** salv-orlando has quit IRC | 07:02 | |
*** tanee is now known as tanee_away | 07:03 | |
*** tanee_away is now known as tanee | 07:03 | |
*** salv-orlando has joined #openstack-nova | 07:03 | |
*** chhavi has quit IRC | 07:04 | |
*** EinstCra_ has quit IRC | 07:05 | |
*** EinstCrazy has joined #openstack-nova | 07:05 | |
*** shaohe_feng has quit IRC | 07:08 | |
*** shaohe_feng has joined #openstack-nova | 07:08 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: [WIP] Add pagination and changes-since for instance-actions https://review.openstack.org/326326 | 07:10 |
*** sdake has quit IRC | 07:10 | |
openstackgerrit | Alex Xu proposed openstack/nova: api-ref: verify keypairs https://review.openstack.org/325308 | 07:12 |
openstackgerrit | Alex Xu proposed openstack/nova: api-ref: add version 2.3 parameters to servers https://review.openstack.org/325502 | 07:12 |
*** gcb has joined #openstack-nova | 07:13 | |
*** zenoway has joined #openstack-nova | 07:13 | |
*** s1061123 has joined #openstack-nova | 07:15 | |
*** s1061123 has quit IRC | 07:15 | |
*** roeyc has joined #openstack-nova | 07:16 | |
*** s1061123 has joined #openstack-nova | 07:16 | |
*** nkrinner has joined #openstack-nova | 07:16 | |
*** tinbar has joined #openstack-nova | 07:17 | |
openstackgerrit | Ghanshyam Mann proposed openstack/nova: api-ref: verify images.inc https://review.openstack.org/326871 | 07:17 |
*** garyk1 has joined #openstack-nova | 07:17 | |
*** Hosam has joined #openstack-nova | 07:17 | |
*** shaohe_feng has quit IRC | 07:18 | |
*** Daisy has quit IRC | 07:18 | |
*** Daisy has joined #openstack-nova | 07:19 | |
openstackgerrit | Luis Tomas proposed openstack/nova: Add new configuration option to turn postcopy on/off https://review.openstack.org/326874 | 07:19 |
*** shaohe_feng has joined #openstack-nova | 07:19 | |
*** mtanino has quit IRC | 07:19 | |
*** chhavi has joined #openstack-nova | 07:21 | |
*** Daisy has quit IRC | 07:22 | |
*** Daisy has joined #openstack-nova | 07:22 | |
*** fawadkhaliq has quit IRC | 07:23 | |
*** sacharya has joined #openstack-nova | 07:24 | |
*** jichen has joined #openstack-nova | 07:24 | |
*** mjura has joined #openstack-nova | 07:25 | |
*** thorst has joined #openstack-nova | 07:26 | |
*** Daisy has quit IRC | 07:27 | |
*** sacharya has quit IRC | 07:28 | |
*** shaohe_feng has quit IRC | 07:28 | |
*** matrohon has joined #openstack-nova | 07:28 | |
*** jlanoux has joined #openstack-nova | 07:29 | |
*** shaohe_feng has joined #openstack-nova | 07:29 | |
*** salv-orlando has quit IRC | 07:32 | |
*** salv-orlando has joined #openstack-nova | 07:32 | |
*** thorst has quit IRC | 07:33 | |
*** amotoki has joined #openstack-nova | 07:36 | |
*** nkrinner has quit IRC | 07:37 | |
openstackgerrit | Ghanshyam Mann proposed openstack/nova: api-ref: verify images.inc https://review.openstack.org/326871 | 07:38 |
*** nkrinner has joined #openstack-nova | 07:38 | |
*** shaohe_feng has quit IRC | 07:39 | |
*** shaohe_feng has joined #openstack-nova | 07:40 | |
*** amotoki has quit IRC | 07:41 | |
*** Daisy has joined #openstack-nova | 07:42 | |
*** gjayavelu has quit IRC | 07:46 | |
*** Daisy has quit IRC | 07:48 | |
*** openstackgerrit has quit IRC | 07:48 | |
*** Daisy has joined #openstack-nova | 07:48 | |
*** openstackgerrit has joined #openstack-nova | 07:48 | |
*** shaohe_feng has quit IRC | 07:49 | |
*** Jeffrey4l has joined #openstack-nova | 07:50 | |
*** jlanoux_ has joined #openstack-nova | 07:50 | |
*** shaohe_feng has joined #openstack-nova | 07:52 | |
*** Daisy has quit IRC | 07:54 | |
*** jlanoux has quit IRC | 07:54 | |
*** Daisy has joined #openstack-nova | 07:58 | |
*** shaohe_feng has quit IRC | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** chandankumar has joined #openstack-nova | 08:00 | |
*** shaohe_feng has joined #openstack-nova | 08:00 | |
openstackgerrit | Jinquan Ni proposed openstack/nova: Code flow problem in wait_for_job https://review.openstack.org/320750 | 08:02 |
*** zzzeek has joined #openstack-nova | 08:02 | |
*** takashin has left #openstack-nova | 08:03 | |
*** fishcried has joined #openstack-nova | 08:04 | |
*** cdent has joined #openstack-nova | 08:05 | |
*** fawadkhaliq has joined #openstack-nova | 08:09 | |
*** shaohe_feng has quit IRC | 08:09 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/nova: [WIP] Testing latest u-c https://review.openstack.org/303345 | 08:10 |
*** salv-orlando has quit IRC | 08:10 | |
*** shaohe_feng has joined #openstack-nova | 08:10 | |
*** fishcried has quit IRC | 08:10 | |
*** lucas-dinner is now known as lucasagomes | 08:10 | |
*** danpb has joined #openstack-nova | 08:10 | |
*** salv-orlando has joined #openstack-nova | 08:11 | |
*** Daisy has quit IRC | 08:11 | |
*** Daisy has joined #openstack-nova | 08:12 | |
*** Daisy has quit IRC | 08:13 | |
*** Daisy has joined #openstack-nova | 08:13 | |
*** houming has joined #openstack-nova | 08:14 | |
*** vishwanathj has quit IRC | 08:14 | |
BobBall | johnthetubaguy: you around yet? | 08:14 |
*** EinstCrazy has quit IRC | 08:15 | |
openstackgerrit | Ghanshyam Mann proposed openstack/nova: api-ref: verify images.inc https://review.openstack.org/326871 | 08:16 |
*** yamahata has quit IRC | 08:16 | |
BobBall | johnthetubaguy: I can't attend the XenAPI meeting today and my team are in training. I suggest we skip this week's meeting and sync-up seperately. | 08:17 |
*** Daisy has quit IRC | 08:18 | |
openstackgerrit | Andrea Rosa proposed openstack/nova: Attach/detach root volume for shelved_offloaded https://review.openstack.org/317446 | 08:18 |
openstackgerrit | Andrea Rosa proposed openstack/nova: Adding device_present field to bdm table https://review.openstack.org/268053 | 08:18 |
openstackgerrit | Andrea Rosa proposed openstack/nova: Enabling detach root volume for shelved_offloaded https://review.openstack.org/326899 | 08:18 |
*** EinstCrazy has joined #openstack-nova | 08:18 | |
*** houming has quit IRC | 08:19 | |
*** shaohe_feng has quit IRC | 08:20 | |
*** claudiub has quit IRC | 08:20 | |
*** ljxiash has quit IRC | 08:20 | |
*** sameo has joined #openstack-nova | 08:20 | |
*** shaohe_feng has joined #openstack-nova | 08:20 | |
*** ljxiash has joined #openstack-nova | 08:20 | |
*** Daisy has joined #openstack-nova | 08:21 | |
*** sfinucan has joined #openstack-nova | 08:22 | |
*** jaosorior has quit IRC | 08:25 | |
*** ljxiash has quit IRC | 08:25 | |
*** jaosorior has joined #openstack-nova | 08:25 | |
aloga | bauzas: are you around? I'd like to chat about https://blueprints.launchpad.net/nova/+spec/scheduler-filter-service-version | 08:25 |
*** lpetrut has joined #openstack-nova | 08:25 | |
*** aarefiev_ is now known as aarefiev | 08:26 | |
openstackgerrit | Chris Dent proposed openstack/nova: Add a get_by_uuid for aggregates https://review.openstack.org/284895 | 08:27 |
*** ducttape_ has joined #openstack-nova | 08:27 | |
bauzas | aloga: a bit overloaded this morning :( | 08:28 |
aloga | bauzas: then I won't contribute to that :) | 08:28 |
aloga | bauzas: whenever you have spare time, if you could drop me a line, I would be grateful | 08:28 |
aloga | bauzas: but this is lowest priority, so don't bother | 08:29 |
aloga | :) | 08:29 |
*** Dinesh_Bhor has joined #openstack-nova | 08:29 | |
openstackgerrit | melanie witt proposed openstack/nova: WIP Get cell service version for compute RPC calls https://review.openstack.org/326906 | 08:30 |
*** shaohe_feng has quit IRC | 08:30 | |
bauzas | aloga: ping me again in the afternoon, I should be a bit more available :) | 08:30 |
*** shaohe_feng has joined #openstack-nova | 08:31 | |
*** paul-carlton1 has quit IRC | 08:32 | |
*** ducttape_ has quit IRC | 08:33 | |
*** tyrola has joined #openstack-nova | 08:34 | |
*** haukebruno has joined #openstack-nova | 08:35 | |
*** dmk0202 has joined #openstack-nova | 08:37 | |
*** amotoki has joined #openstack-nova | 08:37 | |
*** shaohe_feng has quit IRC | 08:40 | |
*** shaohe_feng has joined #openstack-nova | 08:41 | |
*** amotoki has quit IRC | 08:42 | |
*** derekh has joined #openstack-nova | 08:42 | |
*** EinstCrazy has quit IRC | 08:43 | |
*** EinstCrazy has joined #openstack-nova | 08:43 | |
*** yassine has joined #openstack-nova | 08:44 | |
*** EinstCrazy has quit IRC | 08:45 | |
*** fawadkhaliq has quit IRC | 08:45 | |
*** paul-carlton1 has joined #openstack-nova | 08:46 | |
*** EinstCrazy has joined #openstack-nova | 08:47 | |
*** openstackgerrit has quit IRC | 08:48 | |
*** openstackgerrit has joined #openstack-nova | 08:48 | |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transform instance.update notification https://review.openstack.org/325923 | 08:49 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transform instance.delete notifications https://review.openstack.org/313654 | 08:49 |
*** paul-carlton1 has quit IRC | 08:49 | |
*** paul-carlton1 has joined #openstack-nova | 08:50 | |
*** paul-carlton1 has quit IRC | 08:50 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/nova: Use is_valid_ipv4 from oslo.utils https://review.openstack.org/326922 | 08:50 |
*** shaohe_feng has quit IRC | 08:50 | |
*** coreywright has quit IRC | 08:50 | |
gibi | johnthetubaguy: hi! I fixed / answered all your comments in https://review.openstack.org/#/c/313654/ Transform instance.delete patch. Could you check it please? | 08:51 |
*** shaohe_feng has joined #openstack-nova | 08:51 | |
*** coreywright has joined #openstack-nova | 08:51 | |
*** iceyao_ has quit IRC | 08:53 | |
openstackgerrit | Anh Tran proposed openstack/nova: Stop using mox from compute/test_multiple_create.py https://review.openstack.org/325819 | 08:55 |
*** vishwanathj has joined #openstack-nova | 08:55 | |
*** jaypipes has quit IRC | 08:56 | |
*** zerda2 has quit IRC | 08:58 | |
*** zerda2 has joined #openstack-nova | 08:58 | |
*** shaohe_feng has quit IRC | 09:01 | |
*** shaohe_feng has joined #openstack-nova | 09:01 | |
*** vtech has joined #openstack-nova | 09:03 | |
*** mvk has quit IRC | 09:03 | |
johnthetubaguy | gibi: I will try get to that soon | 09:06 |
sfinucan | Can someone point me to advice/requirements on backporting bugfixes? | 09:06 |
sfinucan | assuming such a thing exists... I know it _can_ be done, but I don't know how :) | 09:06 |
*** tyrola has quit IRC | 09:07 | |
*** chandankumar has quit IRC | 09:11 | |
*** shaohe_feng has quit IRC | 09:11 | |
gibi | johnthetubaguy:thanks. don't rush. I've just realized that some guy rebased the whole chain and did reverted one of my change in the chain | 09:11 |
*** chandankumar has joined #openstack-nova | 09:12 | |
openstackgerrit | Li Yingjun proposed openstack/nova: Pagination for hypervisors https://review.openstack.org/326940 | 09:12 |
*** shaohe_feng has joined #openstack-nova | 09:12 | |
johnthetubaguy | gibi: ah, its a shame thats so easy to do :( | 09:12 |
*** paul-carlton1 has joined #openstack-nova | 09:14 | |
bauzas | sfinucan: there is a stable policy, sec | 09:16 |
bauzas | sfinucan: http://docs.openstack.org/project-team-guide/stable-branches.html#appropriate-fixes | 09:16 |
*** sdake has joined #openstack-nova | 09:16 | |
bauzas | HTH | 09:17 |
*** paul-carlton1 has quit IRC | 09:17 | |
sfinucan | Excellent. Thanks bauzas | 09:18 |
*** paul-carlton1 has joined #openstack-nova | 09:18 | |
*** EinstCrazy has quit IRC | 09:18 | |
johnthetubaguy | yeah, I check the tag, and it just points to that page | 09:18 |
*** belmoreira has quit IRC | 09:19 | |
openstackgerrit | Lee Yarwood proposed openstack/nova: libvirt: Implement stable disk device instance rescues https://review.openstack.org/270289 | 09:20 |
openstackgerrit | Lee Yarwood proposed openstack/nova: compute: Allow instances with bdms to be rescued by capable virt drivers https://review.openstack.org/270288 | 09:20 |
openstackgerrit | Lee Yarwood proposed openstack/nova: libvirt: Add boot ordering to individual disks https://review.openstack.org/270286 | 09:20 |
openstackgerrit | Lee Yarwood proposed openstack/nova: virt: Provide the instance bdm during a rescue https://review.openstack.org/270287 | 09:20 |
openstackgerrit | Lee Yarwood proposed openstack/nova: image_meta: Add hw_rescue_device and hw_rescue_bus https://review.openstack.org/270285 | 09:20 |
*** EinstCrazy has joined #openstack-nova | 09:21 | |
*** shaohe_feng has quit IRC | 09:21 | |
*** roeyc has quit IRC | 09:22 | |
*** shaohe_feng has joined #openstack-nova | 09:22 | |
openstackgerrit | Chris Dent proposed openstack/nova: Adjust field types and defaults on Inventory https://review.openstack.org/326578 | 09:23 |
openstackgerrit | Chris Dent proposed openstack/nova: Add set_inventory() method on ResourceProvider https://review.openstack.org/326440 | 09:23 |
openstackgerrit | Chris Dent proposed openstack/nova: Add InventoryList.find() method https://review.openstack.org/326439 | 09:23 |
paul-carlton1 | pkholkin, did you see message about novaclient version yesterday? | 09:24 |
openstackgerrit | Matthew Booth proposed openstack/nova: Remove max_size argument to images.fetch and fetch_to_raw https://review.openstack.org/326947 | 09:24 |
*** sacharya has joined #openstack-nova | 09:24 | |
*** Daisy has quit IRC | 09:26 | |
*** Daisy has joined #openstack-nova | 09:27 | |
openstackgerrit | Matthew Booth proposed openstack/nova: Remove max_size argument to images.fetch and fetch_to_raw https://review.openstack.org/326947 | 09:27 |
openstackgerrit | Chris Dent proposed openstack/nova: Adjust field types and defaults on Inventory https://review.openstack.org/326578 | 09:28 |
openstackgerrit | Chris Dent proposed openstack/nova: Add set_inventory() method on ResourceProvider https://review.openstack.org/326440 | 09:28 |
*** sacharya has quit IRC | 09:29 | |
*** Dinesh_Bhor has left #openstack-nova | 09:30 | |
*** shaohe_feng has quit IRC | 09:31 | |
*** Dinesh_Bhor has joined #openstack-nova | 09:31 | |
*** Daisy_ has joined #openstack-nova | 09:31 | |
*** fawadkhaliq has joined #openstack-nova | 09:32 | |
*** Daisy has quit IRC | 09:32 | |
*** shaohe_feng has joined #openstack-nova | 09:32 | |
*** Daisy has joined #openstack-nova | 09:33 | |
*** fawadkhaliq has quit IRC | 09:33 | |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transfrom wrap_exception notification to versioned format https://review.openstack.org/310700 | 09:33 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Enhance notification sample test base https://review.openstack.org/321610 | 09:33 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Handle multiple samples per versioned notification https://review.openstack.org/321609 | 09:33 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transform instance.update notification https://review.openstack.org/325923 | 09:33 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Move notification objects to a separate package https://review.openstack.org/305294 | 09:33 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Move notification related code to separate package https://review.openstack.org/305058 | 09:33 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Do not register notification objects https://review.openstack.org/309454 | 09:33 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transform instance.delete notifications https://review.openstack.org/313654 | 09:33 |
*** fawadkhaliq has joined #openstack-nova | 09:33 | |
*** fawadkhaliq has quit IRC | 09:33 | |
*** Daisy__ has joined #openstack-nova | 09:34 | |
*** mvk has joined #openstack-nova | 09:34 | |
*** Daisy_ has quit IRC | 09:36 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Add check of capabilities for detach interface https://review.openstack.org/308115 | 09:37 |
*** Daisy has quit IRC | 09:37 | |
openstackgerrit | Sudipta Biswas proposed openstack/nova: Make Xenplugin to work with glance v1 api https://review.openstack.org/324536 | 09:38 |
*** amotoki has joined #openstack-nova | 09:38 | |
*** Daisy__ has quit IRC | 09:38 | |
gibi | johnthetubaguy: I think I manged to restore the content of the chain. So you can go ahead with your review if you have time. | 09:38 |
*** sambetts|afk is now known as sambetts | 09:41 | |
*** shaohe_feng has quit IRC | 09:42 | |
*** shaohe_feng has joined #openstack-nova | 09:42 | |
*** fawadkhaliq has joined #openstack-nova | 09:42 | |
*** amotoki has quit IRC | 09:42 | |
openstackgerrit | Zhenyu Zheng proposed openstack/nova: Trival: version history 2.30 is not indented as others https://review.openstack.org/326862 | 09:47 |
*** belmoreira has joined #openstack-nova | 09:48 | |
*** sdake has quit IRC | 09:49 | |
tdurakov | danpb: hey, are you around? | 09:50 |
tdurakov | danpb: could you take a look https://review.openstack.org/#/c/310707/ | 09:50 |
*** zhs_ss has quit IRC | 09:50 | |
danpb | ok | 09:51 |
*** roeyc has joined #openstack-nova | 09:51 | |
*** roeyc has quit IRC | 09:51 | |
*** shaohe_feng has quit IRC | 09:52 | |
*** roeyc has joined #openstack-nova | 09:52 | |
*** shaohe_feng has joined #openstack-nova | 09:53 | |
*** iceyao has joined #openstack-nova | 09:53 | |
*** markvoelker has joined #openstack-nova | 09:53 | |
*** cheneydc has quit IRC | 09:56 | |
*** paul-carlton1 has quit IRC | 09:56 | |
*** amotoki has joined #openstack-nova | 09:56 | |
*** paul-carlton1 has joined #openstack-nova | 09:56 | |
paul-carlton1 | test | 09:57 |
*** paul-carlton1 has quit IRC | 09:58 | |
*** mfedosin has joined #openstack-nova | 09:58 | |
*** paul-carlton1 has joined #openstack-nova | 09:58 | |
*** iceyao has quit IRC | 09:58 | |
paul-carlton1 | test | 09:59 |
kashyap | paul-carlton1: Can see your message. Which star are your orbiting? :-) | 10:00 |
kashyap | s/your/you/ | 10:00 |
paul-carlton1 | yep, thanks | 10:00 |
paul-carlton1 | I was experimenting with registering my nick | 10:01 |
*** shaohe_feng has quit IRC | 10:02 | |
*** paul-carlton1 has quit IRC | 10:02 | |
*** nkrinner has quit IRC | 10:03 | |
*** shaohe_feng has joined #openstack-nova | 10:03 | |
*** sridharg has quit IRC | 10:03 | |
*** roeyc has quit IRC | 10:08 | |
openstackgerrit | Sudipta Biswas proposed openstack/nova: Make Xenplugin to work with glance v2 api https://review.openstack.org/324536 | 10:08 |
*** vishwanathj has quit IRC | 10:08 | |
openstackgerrit | John Garbutt proposed openstack/nova: Flip allocate_for_instance create or update if https://review.openstack.org/326968 | 10:08 |
openstackgerrit | John Garbutt proposed openstack/nova: Rename created_port to created_port_id https://review.openstack.org/326969 | 10:08 |
openstackgerrit | John Garbutt proposed openstack/nova: WIP: Always call port_update in allocate_for_instanced https://review.openstack.org/326970 | 10:08 |
openstackgerrit | John Garbutt proposed openstack/nova: Rename created_port to created_port_id https://review.openstack.org/326969 | 10:10 |
openstackgerrit | Luis Tomas proposed openstack/nova: Add new configuration option to turn postcopy on/off https://review.openstack.org/326874 | 10:11 |
openstackgerrit | Chen Fan proposed openstack/nova: api: Catch PciRequestAliasNotDefined exception as boot servers https://review.openstack.org/326973 | 10:11 |
*** mjura has quit IRC | 10:12 | |
*** rk4n has joined #openstack-nova | 10:12 | |
*** shaohe_feng has quit IRC | 10:12 | |
*** jamie_h has joined #openstack-nova | 10:12 | |
*** shaohe_feng has joined #openstack-nova | 10:13 | |
*** mjura has joined #openstack-nova | 10:15 | |
*** jogo has quit IRC | 10:17 | |
openstackgerrit | Andrey Volkov proposed openstack/nova: Apply cell context in compute API https://review.openstack.org/322181 | 10:18 |
*** nkrinner has joined #openstack-nova | 10:19 | |
openstackgerrit | Ghanshyam Mann proposed openstack/nova: api-ref: verify assisted-volume-snapshots.inc https://review.openstack.org/326975 | 10:20 |
tdurakov | johnthetubaguy: hi, could we merge it now https://review.openstack.org/#/c/310707/ ? | 10:20 |
tdurakov | danpb: thank you! | 10:21 |
*** matrohon has quit IRC | 10:21 | |
johnthetubaguy | tdurakov: busy right now, will try get to that when I am reviewing later on | 10:21 |
tdurakov | johnthetubaguy: acked | 10:22 |
*** hoangcx has quit IRC | 10:22 | |
*** shaohe_feng has quit IRC | 10:23 | |
*** shaohe_feng has joined #openstack-nova | 10:25 | |
*** salv-orl_ has joined #openstack-nova | 10:25 | |
openstackgerrit | Andrey Volkov proposed openstack/nova: Apply cell context in compute API https://review.openstack.org/322181 | 10:26 |
sudipto | BobBall, Hi, w.r.t the review of https://review.openstack.org/#/c/324536/5 - do you recommend bubbling up an exception and retry? | 10:27 |
openstackgerrit | Bartek Żurawski proposed openstack/nova: Fix issue with not removing rbd rescue disk https://review.openstack.org/314928 | 10:27 |
*** salv-orlando has quit IRC | 10:28 | |
*** paul-carlton has quit IRC | 10:29 | |
*** ducttape_ has joined #openstack-nova | 10:29 | |
*** winston-d_ has quit IRC | 10:29 | |
*** chandankumar has quit IRC | 10:31 | |
*** paul-carlton has joined #openstack-nova | 10:31 | |
*** sahid has joined #openstack-nova | 10:32 | |
*** bzurawski has joined #openstack-nova | 10:33 | |
*** shaohe_feng has quit IRC | 10:33 | |
*** salv-orl_ has quit IRC | 10:34 | |
*** ducttape_ has quit IRC | 10:34 | |
*** salv-orlando has joined #openstack-nova | 10:34 | |
*** shaohe_feng has joined #openstack-nova | 10:34 | |
*** paul-carlton has quit IRC | 10:34 | |
*** paul-carlton has joined #openstack-nova | 10:34 | |
*** lifeless has joined #openstack-nova | 10:35 | |
*** gszasz has joined #openstack-nova | 10:35 | |
*** paul-carlton has quit IRC | 10:35 | |
*** paul-carlton2 has quit IRC | 10:37 | |
*** paul-carlton2 has joined #openstack-nova | 10:37 | |
*** paul-carlton2 has quit IRC | 10:37 | |
*** paul-carlton has joined #openstack-nova | 10:37 | |
*** paul-carlton has quit IRC | 10:37 | |
*** paul-carlton2 has joined #openstack-nova | 10:38 | |
*** jogo has joined #openstack-nova | 10:38 | |
*** winston-d_ has joined #openstack-nova | 10:38 | |
*** vtech has quit IRC | 10:40 | |
*** sdague has joined #openstack-nova | 10:42 | |
*** andreas_s has quit IRC | 10:42 | |
*** shaohe_feng has quit IRC | 10:43 | |
*** shaohe_feng has joined #openstack-nova | 10:43 | |
*** rk4n_ has joined #openstack-nova | 10:43 | |
*** rk4n__ has joined #openstack-nova | 10:45 | |
*** rk4n_ has quit IRC | 10:45 | |
*** rk4n has quit IRC | 10:46 | |
*** RuiChen has quit IRC | 10:46 | |
*** vtech has joined #openstack-nova | 10:47 | |
*** lifeless has quit IRC | 10:47 | |
danpb | FWIW, i'm currently seeing nova periodic task spamming logs with errors like http://paste.fedoraproject.org/376125/53828371/ | 10:47 |
danpb | wondering if anyone else is seeing the same on current git master | 10:47 |
*** lifeless_ has joined #openstack-nova | 10:47 | |
*** tesseract has quit IRC | 10:50 | |
bzurawski | mdbooth: hey, are you here ? | 10:50 |
kashyap | danpb: Not (from my n-cpu.log) on a couple of days old DevStack on F23. | 10:50 |
mdbooth | bzurawski: I am | 10:50 |
kashyap | Would you want me to try out with today's Git? | 10:50 |
*** rtheis has joined #openstack-nova | 10:50 | |
*** kolesovdv has joined #openstack-nova | 10:51 | |
bzurawski | mdbooth: :) I've pushed new patch set with changes that you talked about, can you check it, when you will be free: https://review.openstack.org/#/c/314928/ ? | 10:51 |
*** tesseract has joined #openstack-nova | 10:51 | |
openstackgerrit | Luis Tomas proposed openstack/nova: Add new configuration option to turn postcopy on/off https://review.openstack.org/326874 | 10:53 |
*** shaohe_feng has quit IRC | 10:53 | |
*** Daisy has joined #openstack-nova | 10:53 | |
*** shaohe_feng has joined #openstack-nova | 10:54 | |
*** Daisy has quit IRC | 10:58 | |
openstackgerrit | Chris Dent proposed openstack/nova: Add set_inventory() method on ResourceProvider https://review.openstack.org/326440 | 10:58 |
openstackgerrit | Daniel Berrange proposed openstack/nova: os-vif: convert libvirt driver to use os-vif library https://review.openstack.org/269672 | 11:00 |
openstackgerrit | Daniel Berrange proposed openstack/os-vif: os_vif: register objects before loading plugins https://review.openstack.org/326996 | 11:01 |
openstackgerrit | Daniel Berrange proposed openstack/os-vif: os_vif: add logging for each plugin that is loaded https://review.openstack.org/326997 | 11:01 |
openstackgerrit | Daniel Berrange proposed openstack/os-vif: vif_plug_ovs: clarify that the plugin was not in fact renamed https://review.openstack.org/326998 | 11:01 |
*** ihrachys has joined #openstack-nova | 11:02 | |
*** roeyc has joined #openstack-nova | 11:03 | |
*** roeyc has quit IRC | 11:03 | |
*** shaohe_feng has quit IRC | 11:04 | |
*** shaohe_feng has joined #openstack-nova | 11:04 | |
*** afazekas is now known as __afazekas | 11:05 | |
openstackgerrit | Ryo Miki proposed openstack/nova: Nova shelve creates duplicated images in cells https://review.openstack.org/327001 | 11:07 |
*** abalutoiu has joined #openstack-nova | 11:08 | |
mdbooth | bzurawski: Looks good, just need to retain a comment which was there before so we don't lose context. | 11:09 |
*** doug-fish has joined #openstack-nova | 11:09 | |
*** phuongnh has quit IRC | 11:10 | |
*** fawadkhaliq has quit IRC | 11:12 | |
*** PaulMurray has joined #openstack-nova | 11:13 | |
*** sudipto has quit IRC | 11:14 | |
*** shaohe_feng has quit IRC | 11:14 | |
*** shaohe_feng has joined #openstack-nova | 11:14 | |
moshele | sfinucan: hi | 11:18 |
openstackgerrit | John Garbutt proposed openstack/nova: WIP: Always call port_update in allocate_for_instanced https://review.openstack.org/326970 | 11:19 |
openstackgerrit | John Garbutt proposed openstack/nova: Rename _populate_mac_address adding pci https://review.openstack.org/327007 | 11:19 |
openstackgerrit | John Garbutt proposed openstack/nova: WIP: Refactor to create _populate_mac_address https://review.openstack.org/327008 | 11:19 |
openstackgerrit | John Garbutt proposed openstack/nova: WIP: Add ironic mac address when updating and creating https://review.openstack.org/327009 | 11:19 |
openstackgerrit | John Garbutt proposed openstack/nova: WIP: Always set security_groups and extra_dhcp_opts https://review.openstack.org/327010 | 11:19 |
openstackgerrit | John Garbutt proposed openstack/nova: Refactor to extract _ensure_port_binding_success https://review.openstack.org/327011 | 11:19 |
openstackgerrit | John Garbutt proposed openstack/nova: WIP: On port update check port binding worked https://review.openstack.org/327012 | 11:19 |
*** fawadkhaliq has joined #openstack-nova | 11:19 | |
*** gszasz has quit IRC | 11:20 | |
*** roeyc has joined #openstack-nova | 11:20 | |
*** gszasz has joined #openstack-nova | 11:21 | |
*** gszasz has quit IRC | 11:21 | |
*** gszasz has joined #openstack-nova | 11:21 | |
*** gszasz has quit IRC | 11:21 | |
*** gszasz has joined #openstack-nova | 11:22 | |
*** chandankumar has joined #openstack-nova | 11:23 | |
*** shaohe_feng has quit IRC | 11:24 | |
*** fawadkhaliq has quit IRC | 11:25 | |
openstackgerrit | Pawel Koniszewski proposed openstack/nova: WIP [libvirt] Live migration fails when config_drive_format=iso9660 https://review.openstack.org/234659 | 11:25 |
*** shaohe_feng has joined #openstack-nova | 11:25 | |
*** sacharya has joined #openstack-nova | 11:25 | |
*** diogogmt has joined #openstack-nova | 11:27 | |
*** sacharya has quit IRC | 11:30 | |
bzurawski | mdbooth: oki, saw your comment on review, fixing :) | 11:33 |
*** shaohe_feng has quit IRC | 11:34 | |
*** lucasagomes is now known as lucas-afk | 11:35 | |
*** shaohe_feng has joined #openstack-nova | 11:35 | |
*** fawadkhaliq has joined #openstack-nova | 11:38 | |
*** ducttape_ has joined #openstack-nova | 11:38 | |
*** baoli has joined #openstack-nova | 11:40 | |
*** fawadkhaliq has quit IRC | 11:40 | |
*** fawadkhaliq has joined #openstack-nova | 11:40 | |
*** doug-fish has quit IRC | 11:41 | |
*** baoli_ has joined #openstack-nova | 11:41 | |
*** chhavi has quit IRC | 11:42 | |
*** fawadk has joined #openstack-nova | 11:43 | |
*** sdake has joined #openstack-nova | 11:44 | |
*** fawadkhaliq has quit IRC | 11:44 | |
*** fawadkhaliq has joined #openstack-nova | 11:44 | |
*** shaohe_feng has quit IRC | 11:45 | |
*** baoli has quit IRC | 11:45 | |
*** shaohe_feng has joined #openstack-nova | 11:45 | |
*** gcb has quit IRC | 11:46 | |
BobBall | sudipto: Yeah; I think that would work. | 11:47 |
*** fawadk has quit IRC | 11:48 | |
*** Hosam has quit IRC | 11:48 | |
*** Hosam has joined #openstack-nova | 11:48 | |
*** ljxiash has joined #openstack-nova | 11:49 | |
*** __afazekas is now known as afazekas | 11:49 | |
*** ducttape_ has quit IRC | 11:50 | |
*** ducttape_ has joined #openstack-nova | 11:51 | |
*** c64cosmin has joined #openstack-nova | 11:52 | |
*** Hosam has quit IRC | 11:53 | |
*** faizy has quit IRC | 11:53 | |
*** ljxiash has quit IRC | 11:53 | |
*** chhavi has joined #openstack-nova | 11:54 | |
*** shaohe_feng has quit IRC | 11:55 | |
*** MarcF has joined #openstack-nova | 11:55 | |
*** ducttape_ has quit IRC | 11:55 | |
*** shaohe_feng has joined #openstack-nova | 11:56 | |
*** markvoelker has quit IRC | 11:56 | |
*** sridharg has joined #openstack-nova | 11:56 | |
*** abalutoiu_ has joined #openstack-nova | 11:57 | |
*** salv-orlando has quit IRC | 11:59 | |
*** abalutoiu has quit IRC | 12:00 | |
*** salv-orlando has joined #openstack-nova | 12:00 | |
*** aysyd has joined #openstack-nova | 12:00 | |
*** fregl has left #openstack-nova | 12:01 | |
pkoniszewski | hey, this has +2 from danpb - https://review.openstack.org/#/c/310707/ - given that we are broken out of the box in Mitaka (LM) do we want to backport it before we release 13.0.1 ? | 12:03 |
*** fawadkhaliq has quit IRC | 12:03 | |
ratailor | openstack, Can anyone tell me what happen if we defined same rule twice in policy.json file ? will the first rule be overridden by second one ? | 12:03 |
*** diogogmt has quit IRC | 12:05 | |
scottda | ildikov: Here's tempest test for cinder migrate with BFV: https://review.openstack.org/#/c/326681/ | 12:05 |
*** shaohe_feng has quit IRC | 12:05 | |
lyarwood_ | pkoniszewski: if that's true then I assume we would yes, you can propose it for stable/mitaka *before* it lands in master btw, we just can't merge until then. | 12:05 |
sdague | ratailor: it's json, so it depends on the json parser. I don't know if there is a deterministic behavior. | 12:06 |
openstackgerrit | Bartek Żurawski proposed openstack/nova: Fix issue with not removing rbd rescue disk https://review.openstack.org/314928 | 12:06 |
*** shaohe_feng has joined #openstack-nova | 12:06 | |
*** abalutoiu has joined #openstack-nova | 12:06 | |
ratailor | sdague: but we in that case also, we shouldn't define the same rule twice. right ? | 12:07 |
ratailor | sdague, like this https://review.openstack.org/#/c/312431/ | 12:07 |
sdague | ratailor: we should definitely not define the same rule twice | 12:07 |
*** abalutoiu_ has quit IRC | 12:07 | |
*** ayoung has quit IRC | 12:07 | |
ratailor | sdague, In that case, above patch is seems correct. | 12:07 |
sdague | ratailor: sure, but all those lines are getting deleted anyway | 12:07 |
*** chhavi_ has joined #openstack-nova | 12:08 | |
sdague | and... effectively they are the same rule, for other reasons | 12:08 |
sdague | ratailor: was that just a bad backport? | 12:09 |
sfinucan | moshele: Hey | 12:09 |
sfinucan | moshele: (I was away for lunch and didn't set my status. Back now) | 12:09 |
sdague | it mitaka right | 12:09 |
*** sridharg has quit IRC | 12:09 | |
*** ihrachys has quit IRC | 12:10 | |
*** chhavi has quit IRC | 12:10 | |
*** ihrachys has joined #openstack-nova | 12:10 | |
ratailor | sdague, It's not backport, | 12:10 |
ratailor | sdague, its there in just liberty, everything is fine in mitaka and juno. | 12:11 |
ratailor | sdague, You can see the commit message, I have mentioned correctly, which change introduce the difference. | 12:11 |
*** clenimar has joined #openstack-nova | 12:11 | |
*** markvoelker has joined #openstack-nova | 12:12 | |
*** sdake has quit IRC | 12:13 | |
danpb | pkoniszewski: yeah, probably makes sense to get this backported to stable | 12:13 |
*** apoorv has quit IRC | 12:13 | |
moshele | sfinucan: hi, so I have question regarding CI, we are about to fix the pci migration and I was wondering if we can test it with your CI | 12:13 |
*** EinstCrazy has quit IRC | 12:14 | |
sfinucan | moshele: Let's see sure. What would you need? | 12:14 |
*** ivase has joined #openstack-nova | 12:14 | |
*** EinstCrazy has joined #openstack-nova | 12:14 | |
moshele | moshele: | 12:14 |
sdague | ratailor: right, ok, we addressed some of these other ones before. I get it now | 12:14 |
sdague | ratailor: +2 | 12:14 |
moshele | sfinucan: we need mulitnode ci with SR-IOV | 12:15 |
ratailor | sdague, Thanks :-) | 12:15 |
*** salv-orl_ has joined #openstack-nova | 12:15 | |
*** shaohe_feng has quit IRC | 12:15 | |
*** shaohe_feng has joined #openstack-nova | 12:16 | |
*** itamarl has quit IRC | 12:16 | |
ratailor | sdague, I have also submitted patch to revert a commit. https://review.openstack.org/#/c/326262/ | 12:17 |
ratailor | sdague, it modifies a condition in such a way, that it introduces new issue. | 12:17 |
ratailor | sdague, where instance files are not deleted, if instance deleted during resizing (after copying instance files from source to dest and instance host is set to dest host). In that case, instance files reside on source node. | 12:18 |
sfinucan | moshele: Let with check with wznoinsk | 12:18 |
*** EinstCrazy has quit IRC | 12:19 | |
*** salv-orlando has quit IRC | 12:19 | |
moshele | sfinucan: ok cool, it will be great if you join the SR-IOV meeting | 12:19 |
*** zerda2 has quit IRC | 12:20 | |
moshele | sfinucan: FYI pci migration fixes https://review.openstack.org/#/c/326174/ https://review.openstack.org/#/c/242573/ | 12:20 |
sfinucan | moshele: Yup, it's in my calendar now so I'll be there from next week on for sure :) | 12:20 |
moshele | sfinucan: thanks :) | 12:21 |
sfinucan | moshele: Sweet. I'll take a look at those today. Feel free to add me to any review you think I should see | 12:21 |
sdague | alex_xu: are you still working on https://review.openstack.org/#/c/325308/ or should I take them back over? | 12:21 |
sfinucan | and I'll do same | 12:21 |
*** syjulian has joined #openstack-nova | 12:21 | |
openstackgerrit | Lee Yarwood proposed openstack/nova: libvirt: Implement stable disk device instance rescues https://review.openstack.org/270289 | 12:22 |
sfinucan | moshele: What's happening with ndipanov's patches, btw? Saw they were on the agenda for yesterday | 12:22 |
openstackgerrit | Lee Yarwood proposed openstack/nova: compute: Allow instances with bdms to be rescued by capable virt drivers https://review.openstack.org/270288 | 12:22 |
openstackgerrit | Lee Yarwood proposed openstack/nova: libvirt: Add boot ordering to individual disks https://review.openstack.org/270286 | 12:22 |
openstackgerrit | Lee Yarwood proposed openstack/nova: virt: Provide the instance bdm during a rescue https://review.openstack.org/270287 | 12:22 |
openstackgerrit | Lee Yarwood proposed openstack/nova: image_meta: Add hw_rescue_device and hw_rescue_bus https://review.openstack.org/270285 | 12:22 |
*** fawadkhaliq has joined #openstack-nova | 12:22 | |
wznoinsk | moshele I've put your ml email to the right ppl re the pci/sriov ci here, you and sfinucan on the recipients list too | 12:23 |
*** sridharg has joined #openstack-nova | 12:23 | |
*** mriedem has joined #openstack-nova | 12:24 | |
openstackgerrit | Sean Dague proposed openstack/nova: api-ref: verify keypairs https://review.openstack.org/325308 | 12:25 |
openstackgerrit | Sean Dague proposed openstack/nova: api-ref: add version 2.3 parameters to servers https://review.openstack.org/325502 | 12:25 |
*** shaohe_feng has quit IRC | 12:26 | |
moshele | wznoinsk: do you plan that all the CI will be under on group? I thought sean-k-mooney was talking about this in the summit | 12:26 |
*** fawadkhaliq has quit IRC | 12:26 | |
Dinesh_Bhor | sdague: Hi, I have questions about https://review.openstack.org/#/c/315964/2/nova/api/openstack/compute/servers.py | 12:26 |
*** shaohe_feng has joined #openstack-nova | 12:27 | |
sdague | Dinesh_Bhor: yep | 12:27 |
sdague | Dinesh_Bhor: this cache exists so that extensions processing that data later don't have to go ask for it again and take another db hit | 12:28 |
sdague | so an empty result is an important cached result | 12:28 |
*** kylek3h has joined #openstack-nova | 12:28 | |
*** abhishek has joined #openstack-nova | 12:29 | |
wznoinsk | moshele it's in reorg-process at the moment, we'd also want to have it all in one place and that's what most likely happen but no hard decision have been made yet | 12:29 |
Dinesh_Bhor | sdague: In each extension if the resp_obj is having empty list then the instances are not fetched from cache. | 12:29 |
Dinesh_Bhor | like https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/extended_availability_zone.py#L49 | 12:30 |
sdague | Dinesh_Bhor: right, which is the point | 12:30 |
*** pradk has quit IRC | 12:30 | |
sdague | because the the response list is already filtered | 12:30 |
moshele | wznoinsk: another question do you test NUMA with multlinode or all in one | 12:30 |
sdague | and it's pointless to go and fill in attributes for servers that aren't being returned | 12:30 |
sdague | Dinesh_Bhor: I guess I don't see the problem with storing the empty list in the cache | 12:31 |
openstackgerrit | Tom Patzig proposed openstack/nova: Add option to disable local disks in flavors https://review.openstack.org/280301 | 12:31 |
sdague | because then in https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/extended_availability_zone.py#L49 we'd short circuit | 12:31 |
*** smatzek has joined #openstack-nova | 12:33 | |
*** itamarl has joined #openstack-nova | 12:33 | |
wznoinsk | the latter, we'll be working on enabling multinode testing in next months | 12:33 |
wznoinsk | moshele^ | 12:33 |
*** fawadkhaliq has joined #openstack-nova | 12:33 | |
moshele | wznoinsk: ok thanks | 12:33 |
Dinesh_Bhor | sdague: ok, I will make that change and for this comment: https://review.openstack.org/#/c/315964/2/nova/api/openstack/compute/extended_server_attributes.py | 12:35 |
rk4n__ | hey folks, I'm trying to monitor migration via libvirt-python API | 12:35 |
rk4n__ | getting strange error, anyone can help? | 12:35 |
*** abalutoiu_ has joined #openstack-nova | 12:35 | |
mriedem | sdague: can you tickle +W this backport? https://review.openstack.org/#/c/310489/ | 12:36 |
wznoinsk | moshele do you do multinode atm? | 12:36 |
*** shaohe_feng has quit IRC | 12:36 | |
Dinesh_Bhor | sdague: For invalid status the request returns from servers.py L312 without adding that empty instance list to cache | 12:36 |
openstackgerrit | jichenjc proposed openstack/nova: Update stable API doc to indicate code removal https://review.openstack.org/327066 | 12:36 |
rk4n__ | http://paste.openstack.org/show/508915/ | 12:36 |
Dinesh_Bhor | sdague: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py#L312 | 12:36 |
sdague | Dinesh_Bhor: so the issue really seems to be that instances isn't the same as servers | 12:36 |
sdague | instances should be the same as servers | 12:36 |
*** diga has quit IRC | 12:36 | |
*** shaohe_feng has joined #openstack-nova | 12:37 | |
moshele | wznoinsk: no, first I want to move to containers and then maybe we will do that. but at the moment CI with containers is not working :( | 12:37 |
mriedem | mikal: tonyb: are either of you around? | 12:38 |
*** abalutoiu has quit IRC | 12:38 | |
wznoinsk | moshele what issues are you having? | 12:40 |
*** cdent has quit IRC | 12:41 | |
*** vishwanathj has joined #openstack-nova | 12:41 | |
openstackgerrit | John Garbutt proposed openstack/nova: Rename _populate_mac_address adding pci https://review.openstack.org/327007 | 12:41 |
*** eharney has joined #openstack-nova | 12:42 | |
moshele | wznoinsk: so something like unable to open vfio I don't remember exactly I will have to talk to lennyb on this | 12:42 |
Dinesh_Bhor | sdague: sorry but could you please elaborate little bit more? | 12:42 |
openstackgerrit | John Garbutt proposed openstack/nova: WIP: Refactor to create _populate_mac_address https://review.openstack.org/327008 | 12:42 |
*** lucas-afk is now known as lucasagomes | 12:44 | |
*** ducttape_ has joined #openstack-nova | 12:44 | |
sdague | Dinesh_Bhor: req.get_db_instances() is actually the bug | 12:44 |
sdague | servers is the list of instances you should have | 12:44 |
sdague | but now an older, much earlier version of that is being fetched | 12:44 |
*** thorst has joined #openstack-nova | 12:45 | |
sdague | that should be filtered by the servers list | 12:45 |
openstackgerrit | Tom Patzig proposed openstack/nova: Add option to disable local disks in flavors https://review.openstack.org/280301 | 12:45 |
*** oomichi_ has joined #openstack-nova | 12:45 | |
Dinesh_Bhor | sdague: ok I will look into it and will get back to you. | 12:46 |
*** shaohe_feng has quit IRC | 12:46 | |
*** shaohe_feng has joined #openstack-nova | 12:47 | |
wznoinsk | moshele, sure let me know, the vfio thing was about binding the pci address of the device to the vfio driver, it may be blocked by something on the host tho, like selinux policy for example | 12:47 |
bzurawski | mdbooth: can you check it one more time, i've pushed patch set with fixes | 12:47 |
*** chhavi_ has quit IRC | 12:48 | |
*** chhavi__ has joined #openstack-nova | 12:48 | |
*** thorst has quit IRC | 12:49 | |
mriedem | nova-api meeting in #openstack-meeting-4 in 10 minutes | 12:49 |
alex_xu | mriedem: thanks :) | 12:50 |
mriedem | i'm just excited to make it on time for once | 12:50 |
alex_xu | mriedem: :) | 12:51 |
*** sridharg has quit IRC | 12:53 | |
*** sridharg has joined #openstack-nova | 12:53 | |
*** sudipto has joined #openstack-nova | 12:55 | |
*** rodrigods has quit IRC | 12:56 | |
*** rodrigods has joined #openstack-nova | 12:56 | |
*** shaohe_feng has quit IRC | 12:56 | |
*** shaohe_feng has joined #openstack-nova | 12:57 | |
*** gmann_ has joined #openstack-nova | 12:58 | |
*** jaypipes has joined #openstack-nova | 12:58 | |
moshele | wznoinsk: will talk to lennyb on this thanks :) | 12:59 |
*** abalutoiu_ is now known as abalutoiu | 12:59 | |
*** thorst has joined #openstack-nova | 13:00 | |
*** edmondsw has joined #openstack-nova | 13:00 | |
*** claudiub has joined #openstack-nova | 13:00 | |
*** links has quit IRC | 13:03 | |
*** ducttape_ has quit IRC | 13:04 | |
*** fawadkhaliq has quit IRC | 13:04 | |
mnestratov | hi all | 13:04 |
mnestratov | could someone take a look at https://review.openstack.org/#/c/182257/ ? | 13:05 |
*** efoley has joined #openstack-nova | 13:06 | |
*** shaohe_feng has quit IRC | 13:07 | |
*** shaohe_feng has joined #openstack-nova | 13:07 | |
*** rlrossit has joined #openstack-nova | 13:08 | |
*** cdent has joined #openstack-nova | 13:10 | |
*** alexpilotti has joined #openstack-nova | 13:11 | |
*** mdrabe has joined #openstack-nova | 13:13 | |
*** shaohe_feng has quit IRC | 13:17 | |
*** tbachman has joined #openstack-nova | 13:17 | |
openstackgerrit | John Garbutt proposed openstack/nova: Refactor to create _populate_mac_address https://review.openstack.org/327008 | 13:17 |
*** shaohe_feng has joined #openstack-nova | 13:18 | |
*** links has joined #openstack-nova | 13:18 | |
openstackgerrit | Sergey Nikitin proposed openstack/nova: Added missed response to test_server_tags https://review.openstack.org/327088 | 13:20 |
openstackgerrit | Sergey Nikitin proposed openstack/nova: api-ref: added docs for microversion 2.26 https://review.openstack.org/327089 | 13:20 |
*** ljxiash has joined #openstack-nova | 13:20 | |
*** zz_dimtruck is now known as dimtruck | 13:22 | |
*** chandankumar has quit IRC | 13:23 | |
*** ljxiash has quit IRC | 13:25 | |
*** sheel has quit IRC | 13:25 | |
*** ayoung has joined #openstack-nova | 13:26 | |
*** ljxiash has joined #openstack-nova | 13:26 | |
doffm | Morning everyone. | 13:26 |
*** pwnall has joined #openstack-nova | 13:27 | |
*** shaohe_feng has quit IRC | 13:27 | |
*** efried has joined #openstack-nova | 13:28 | |
*** shaohe_feng has joined #openstack-nova | 13:28 | |
*** alexpilo_ has joined #openstack-nova | 13:29 | |
*** roeyc has quit IRC | 13:31 | |
*** ecelik has quit IRC | 13:31 | |
*** alexpilotti has quit IRC | 13:32 | |
openstackgerrit | Stephen Finucane proposed openstack/nova-specs: Fix additional mistakes in the NUMA spec document https://review.openstack.org/323252 | 13:32 |
*** dimtruck is now known as zz_dimtruck | 13:34 | |
*** zz_dimtruck is now known as dimtruck | 13:36 | |
*** smatzek has quit IRC | 13:36 | |
*** sridharg has quit IRC | 13:36 | |
*** shaohe_feng has quit IRC | 13:37 | |
*** shaohe_feng has joined #openstack-nova | 13:38 | |
*** zenoway has quit IRC | 13:39 | |
*** zenoway has joined #openstack-nova | 13:39 | |
*** mmandel has joined #openstack-nova | 13:40 | |
*** abhishek has quit IRC | 13:41 | |
*** pradk has joined #openstack-nova | 13:41 | |
*** roeyc has joined #openstack-nova | 13:42 | |
*** ljxiash has quit IRC | 13:44 | |
*** ljxiash has joined #openstack-nova | 13:44 | |
*** wanghao_ has joined #openstack-nova | 13:45 | |
*** gjayavelu has joined #openstack-nova | 13:46 | |
rlrossit | gibi: do you mind if I push up a follow-up patch to clean up that enum duplication in your instance.delete patch? I can already tell it's going to bug me to have all of that duplicated | 13:47 |
*** jlanoux_ has quit IRC | 13:47 | |
*** shaohe_feng has quit IRC | 13:48 | |
*** shaohe_feng has joined #openstack-nova | 13:48 | |
*** ljxiash_ has joined #openstack-nova | 13:48 | |
*** ljxiash has quit IRC | 13:49 | |
*** ctrath has joined #openstack-nova | 13:49 | |
gibi | rlrossit: how do you plan solving that? | 13:51 |
* gibi just curious | 13:51 | |
*** mrkz has joined #openstack-nova | 13:52 | |
*** roeyc has quit IRC | 13:52 | |
gibi | anyhow go ahead and fix the mess. I also feel bad about that | 13:52 |
*** ljxiash has joined #openstack-nova | 13:53 | |
*** ljxiash_ has quit IRC | 13:53 | |
*** burgerk has joined #openstack-nova | 13:55 | |
*** ljxiash_ has joined #openstack-nova | 13:56 | |
rlrossit | gibi: I'm planning on the initial cleanup to be having the task_states module use the enums you're defining in fields | 13:56 |
rlrossit | basically so we don't have hardcoded string duplication | 13:56 |
*** burt has joined #openstack-nova | 13:56 | |
*** thorst has quit IRC | 13:57 | |
*** roeyc has joined #openstack-nova | 13:57 | |
rlrossit | mega long term (this would be a nova-as-a-whole kinda thing) would be to make those states a StateMachine enum that harlowja added to o.vo https://github.com/openstack/oslo.versionedobjects/blob/master/oslo_versionedobjects/fields.py#L738 | 13:57 |
*** shaohe_feng has quit IRC | 13:58 | |
*** ljxiash has quit IRC | 13:58 | |
*** ljxiash has joined #openstack-nova | 13:59 | |
*** shaohe_feng has joined #openstack-nova | 13:59 | |
rlrossit | gibi: on second thought, I think I'm going to wait for the churn on instance.delete to calm down before making that change | 13:59 |
gibi | rlrossit: good idea. I played an idea to generate the enum based on the task_states module, but that was even messier | 13:59 |
*** clenimar has quit IRC | 13:59 | |
rlrossit | but I still call it because I haven't done a patch in a while | 13:59 |
*** smatzek has joined #openstack-nova | 14:00 | |
gibi | rlrossit: that patch is officiall yours :) thanks! | 14:00 |
gmann_ | mriedem: johnthetubaguy : can any one of you unblock this - https://blueprints.launchpad.net/nova/+spec/api-sample-tests-with-all-extensions | 14:00 |
gmann_ | mriedem: johnthetubaguy as v2 code is gone, we can start this | 14:00 |
*** ljxiash_ has quit IRC | 14:01 | |
*** Swami has joined #openstack-nova | 14:01 | |
gmann_ | johnthetubaguy: and also please remove -2 on - https://review.openstack.org/#/q/topic:bp/api-sample-tests-with-all-extensions+status:open | 14:01 |
alex_xu | sdague: sorry for forget the time | 14:01 |
gmann_ | i would like to start those and finish it up soon | 14:01 |
Dinesh_Bhor | sdague: Hi, when you get time please take a look at long pending patch https://review.openstack.org/#/c/286389/ | 14:01 |
sdague | alex_xu: no worries | 14:01 |
*** caowei has quit IRC | 14:02 | |
alex_xu | sdague: btw, would you like run the meeting next week, i will start vacation from tomorrow. | 14:02 |
*** ametts has joined #openstack-nova | 14:02 | |
sdague | Dinesh_Bhor: how many items do you add - https://review.openstack.org/#/c/286389/1? | 14:02 |
sdague | alex_xu: yes, I can do that | 14:02 |
alex_xu | sdague: thanks | 14:02 |
johnthetubaguy | gmann_: -2 removed | 14:02 |
*** ljxiash_ has joined #openstack-nova | 14:03 | |
gmann_ | johnthetubaguy: Thanks | 14:03 |
sdague | Dinesh_Bhor: I'd like an idea about how many is too many | 14:03 |
*** dimtruck is now known as zz_dimtruck | 14:03 | |
alex_xu | gmann_: you can start the api deprecation stuff if you plan to, i will jump in and check if anything more i can do after i back from vacation | 14:03 |
*** ljxiash has quit IRC | 14:03 | |
gmann_ | alex_xu: sure, have a god break. | 14:03 |
gmann_ | *good | 14:03 |
alex_xu | gmann_: thanks | 14:03 |
gmann_ | alex_xu: np! | 14:04 |
*** clenimar has joined #openstack-nova | 14:04 | |
*** gmann_ has quit IRC | 14:05 | |
*** ducttape_ has joined #openstack-nova | 14:05 | |
Dinesh_Bhor | sdague: probably more than 9 digits but if we give a very large no it fails with overflow and not with MemoryError | 14:05 |
*** zz_dimtruck is now known as dimtruck | 14:05 | |
*** p01nt3r75 has joined #openstack-nova | 14:05 | |
*** Swami_ has joined #openstack-nova | 14:05 | |
openstackgerrit | John Garbutt proposed openstack/nova: WIP: Add ironic mac address when updating and creating https://review.openstack.org/327009 | 14:05 |
*** oomichi_ has quit IRC | 14:06 | |
openstackgerrit | Gergely Csatari proposed openstack/nova: api-ref: adminPass in changePassword https://review.openstack.org/327112 | 14:07 |
sdague | Dinesh_Bhor: so, that seems unrealistic | 14:07 |
*** ljxiash_ has quit IRC | 14:07 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: Skip network allocation if 'none' is requested https://review.openstack.org/309638 | 14:08 |
openstackgerrit | Matt Riedemann proposed openstack/nova: nova-net: handle 'auto' network request in allocate_for_instance https://review.openstack.org/297906 | 14:08 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Bump the service version for get-me-a-network support https://review.openstack.org/318953 | 14:08 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Skip network validation if explicitly requesting no networks https://review.openstack.org/309602 | 14:08 |
openstackgerrit | Matt Riedemann proposed openstack/nova: neutron: handle 'auto' network request in allocate_for_instance https://review.openstack.org/316275 | 14:08 |
openstackgerrit | Matt Riedemann proposed openstack/nova: Add helpers to NetworkRequest(List) objects for auto/none cases https://review.openstack.org/297871 | 14:08 |
*** shaohe_feng has quit IRC | 14:08 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: Add REST API support for get me a network https://review.openstack.org/316398 | 14:08 |
openstackgerrit | Matt Riedemann proposed openstack/nova: neutron: validate auto-allocate is available https://review.openstack.org/309574 | 14:08 |
*** cdent has quit IRC | 14:08 | |
*** roeyc has quit IRC | 14:08 | |
*** shaohe_feng has joined #openstack-nova | 14:09 | |
*** Swami has quit IRC | 14:09 | |
*** rlrossit has quit IRC | 14:09 | |
openstackgerrit | Paul Murray proposed openstack/nova: Add console auth tokens db api methods https://review.openstack.org/319964 | 14:09 |
openstackgerrit | Paul Murray proposed openstack/nova: Add console auth tokens table and model https://review.openstack.org/319327 | 14:09 |
*** smatzek_ has joined #openstack-nova | 14:09 | |
*** ducttape_ has quit IRC | 14:09 | |
*** roeyc has joined #openstack-nova | 14:09 | |
*** ljxiash has joined #openstack-nova | 14:10 | |
*** rlrossit has joined #openstack-nova | 14:12 | |
*** smatzek has quit IRC | 14:12 | |
*** caowei has joined #openstack-nova | 14:13 | |
*** Swami__ has joined #openstack-nova | 14:14 | |
*** dimtruck is now known as zz_dimtruck | 14:16 | |
*** Swami has joined #openstack-nova | 14:17 | |
*** Swami_ has quit IRC | 14:18 | |
*** shaohe_feng has quit IRC | 14:18 | |
*** shaohe_feng has joined #openstack-nova | 14:19 | |
*** Swami__ has quit IRC | 14:19 | |
*** chandankumar has joined #openstack-nova | 14:21 | |
*** erlon has joined #openstack-nova | 14:21 | |
*** lixiaoy1 has quit IRC | 14:23 | |
*** lixiaoy1 has joined #openstack-nova | 14:24 | |
openstackgerrit | Stephen Finucane proposed openstack/nova: Extend nfv feature matrix with pinning/NUMA https://review.openstack.org/327126 | 14:24 |
*** dave-mccowan has joined #openstack-nova | 14:26 | |
*** rama_y has joined #openstack-nova | 14:26 | |
*** jaosorior has quit IRC | 14:26 | |
*** mriedem1 has joined #openstack-nova | 14:27 | |
*** mriedem has quit IRC | 14:27 | |
*** shaohe_feng has quit IRC | 14:29 | |
*** ijw has joined #openstack-nova | 14:29 | |
*** shaohe_feng has joined #openstack-nova | 14:29 | |
*** ratailor has quit IRC | 14:29 | |
*** links has quit IRC | 14:29 | |
*** yamahata has joined #openstack-nova | 14:31 | |
*** READ10 has joined #openstack-nova | 14:32 | |
*** alexpilo_ has quit IRC | 14:32 | |
*** p01nt3r75 has quit IRC | 14:32 | |
*** ljxiash_ has joined #openstack-nova | 14:34 | |
*** tonytan4ever has joined #openstack-nova | 14:34 | |
*** ljxiash has quit IRC | 14:35 | |
*** ljxiash has joined #openstack-nova | 14:36 | |
*** ljxiash_ has quit IRC | 14:38 | |
openstackgerrit | jichenjc proposed openstack/nova: Update stable API doc to indicate code removal https://review.openstack.org/327066 | 14:38 |
*** ctrath has quit IRC | 14:38 | |
*** shaohe_feng has quit IRC | 14:39 | |
*** rtheis_ has joined #openstack-nova | 14:39 | |
bzurawski | guys i have a one question, why file injection in nova is disabled by default ? | 14:39 |
*** rtheis has quit IRC | 14:40 | |
*** shaohe_feng has joined #openstack-nova | 14:40 | |
*** ctrath has joined #openstack-nova | 14:40 | |
*** cleong has joined #openstack-nova | 14:41 | |
*** clenimar has quit IRC | 14:41 | |
*** ljxiash has quit IRC | 14:42 | |
*** ljxiash has joined #openstack-nova | 14:43 | |
danpb | bzurawski: part of a long term desire to remove the feature entirely | 14:45 |
danpb | bzurawski: we want people to use config drive or metadata service only | 14:45 |
*** clenimar has joined #openstack-nova | 14:45 | |
danpb | file injection is much more errorprone as it requires the host to make (potentially bogus) assumptions about the guest OS setup | 14:46 |
danpb | with config drive/metdata service, the hosts merely makes data available and the guest remains in charge of applying it | 14:46 |
*** mriedem1 is now known as mriedem | 14:46 | |
bzurawski | danpb: oki, thanks for info :) | 14:47 |
*** ljxiash has quit IRC | 14:47 | |
*** ljxiash has joined #openstack-nova | 14:48 | |
*** mtanino has joined #openstack-nova | 14:49 | |
*** shaohe_feng has quit IRC | 14:49 | |
*** rtheis has joined #openstack-nova | 14:49 | |
*** shaohe_feng has joined #openstack-nova | 14:50 | |
*** rtheis_ has quit IRC | 14:51 | |
*** ljxiash has quit IRC | 14:52 | |
*** ljxiash has joined #openstack-nova | 14:52 | |
*** thumpba has joined #openstack-nova | 14:54 | |
*** clenimar has quit IRC | 14:56 | |
*** salv-orl_ has quit IRC | 14:56 | |
*** salv-orlando has joined #openstack-nova | 14:57 | |
*** links has joined #openstack-nova | 14:57 | |
*** ljxiash has quit IRC | 14:57 | |
*** diga has joined #openstack-nova | 14:57 | |
*** bebeszi_ has joined #openstack-nova | 14:57 | |
*** ljxiash has joined #openstack-nova | 14:58 | |
bebeszi_ | hello, i'm using the newest version of nova (git pull directly from master) | 14:58 |
bebeszi_ | is there a support for API v2? | 14:58 |
bebeszi_ | or is it completely deprecated and the code in legacy directory is just for function comparison or sth else | 14:59 |
bebeszi_ | legacy_v2 to be precise | 14:59 |
*** shaohe_feng has quit IRC | 14:59 | |
*** clenimar has joined #openstack-nova | 15:00 | |
*** renato_r has joined #openstack-nova | 15:00 | |
*** fawadkhaliq has joined #openstack-nova | 15:00 | |
*** shaohe_feng has joined #openstack-nova | 15:00 | |
*** clenimar has quit IRC | 15:01 | |
*** ljxiash_ has joined #openstack-nova | 15:01 | |
*** Wenzhi has quit IRC | 15:01 | |
*** Wenzhi has joined #openstack-nova | 15:02 | |
*** ijw has quit IRC | 15:02 | |
*** ljxiash has quit IRC | 15:03 | |
*** ijw has joined #openstack-nova | 15:03 | |
openstackgerrit | Daniel Berrange proposed openstack/os-vif: os_vif: fix logging of exceptions during plug/unplug https://review.openstack.org/327169 | 15:03 |
*** tonytan4ever has quit IRC | 15:03 | |
bzurawski | danpb: maybe you can help me a little | 15:03 |
*** zz_dimtruck is now known as dimtruck | 15:03 | |
bzurawski | danpb: https://bugs.launchpad.net/nova/+bug/1538169 this bug | 15:03 |
openstack | Launchpad bug 1538169 in OpenStack Compute (nova) "Quota_server_group_members parameter is not respected by nova" [High,In progress] - Assigned to yuntongjin (yuntongjin) | 15:03 |
bzurawski | i'm wondering if we pass in boot command --min-count=2 --max-count=10 and our quota for group members is set to 5 | 15:04 |
*** cdent has joined #openstack-nova | 15:05 | |
*** lucas___ has joined #openstack-nova | 15:05 | |
*** zul_ has joined #openstack-nova | 15:05 | |
*** ljxiash has joined #openstack-nova | 15:05 | |
bzurawski | than nova should boot this 5 vms and for rest put Exception, or return Exception before booting instance ? | 15:05 |
*** zul has quit IRC | 15:05 | |
*** frickler has quit IRC | 15:06 | |
danpb | bzurawski: dunno really | 15:06 |
*** ljxiash_ has quit IRC | 15:06 | |
*** frickler has joined #openstack-nova | 15:06 | |
*** itamarl has quit IRC | 15:06 | |
*** zul_ has quit IRC | 15:06 | |
*** zul has joined #openstack-nova | 15:07 | |
*** sheel has joined #openstack-nova | 15:07 | |
*** ctrath has quit IRC | 15:08 | |
bzurawski | danpb: oki, np :) | 15:09 |
*** ljxiash_ has joined #openstack-nova | 15:09 | |
danpb | the whole boot multiple vms at once concept is kinda ill-defined in general | 15:09 |
*** tonytan4ever has joined #openstack-nova | 15:09 | |
*** ljxiash has quit IRC | 15:10 | |
*** shaohe_feng has quit IRC | 15:10 | |
*** shaohe_feng has joined #openstack-nova | 15:10 | |
*** faizy has joined #openstack-nova | 15:10 | |
*** browne has joined #openstack-nova | 15:14 | |
*** mriedem1 has joined #openstack-nova | 15:15 | |
*** mriedem has quit IRC | 15:17 | |
*** haukebruno has quit IRC | 15:18 | |
*** ctrath has joined #openstack-nova | 15:18 | |
*** rama_y has quit IRC | 15:19 | |
*** mmandel has quit IRC | 15:19 | |
*** davidlenwell has quit IRC | 15:20 | |
*** shaohe_feng has quit IRC | 15:20 | |
*** shaohe_feng has joined #openstack-nova | 15:21 | |
*** akshai has quit IRC | 15:21 | |
*** akshai has joined #openstack-nova | 15:21 | |
*** garyk1 has quit IRC | 15:22 | |
*** tinbar has quit IRC | 15:23 | |
melwitt | bzurawski: on the topic of multiple boot behavior, it has been discussed before https://bugs.launchpad.net/nova/+bug/1458122 and http://lists.openstack.org/pipermail/openstack-dev/2015-May/064695.html | 15:23 |
openstack | Launchpad bug 1458122 in OpenStack Compute (nova) "nova shouldn't error if we can't schedule all of max_count instances at boot time" [Wishlist,Opinion] - Assigned to Chris Friesen (cbf123) | 15:23 |
*** woodster_ has joined #openstack-nova | 15:24 | |
melwitt | but I don't think it went anywhere because it would be an api change, etc | 15:24 |
mriedem1 | sdague: seems we should deprecate the os-hide-server-addresses extension | 15:24 |
mriedem1 | and the osapi_hide_server_address_states config option | 15:24 |
mriedem1 | total interop breaker | 15:24 |
*** mriedem1 is now known as mriedem | 15:24 | |
mriedem | alex_xu: ^ | 15:24 |
*** faizy has quit IRC | 15:24 | |
sdague | mriedem: sounds reasonable to me | 15:25 |
alex_xu | mriedem: +1 | 15:25 |
mriedem | will try to remember for the deprecated api spec | 15:25 |
alex_xu | remember markus talk about same thing few weeks ago | 15:25 |
mriedem | i just noticed it in the api-ref | 15:25 |
openstackgerrit | Gleb Stepanov proposed openstack/nova: [WIP] Change LockServerController response codes https://review.openstack.org/327183 | 15:26 |
*** lucas___ has quit IRC | 15:26 | |
openstackgerrit | Dan Smith proposed openstack/nova: Add ResourceProvider.save() https://review.openstack.org/326706 | 15:27 |
openstackgerrit | Dan Smith proposed openstack/nova: Make create_inventory() handle name change https://review.openstack.org/326707 | 15:27 |
openstackgerrit | Mark Doffman proposed openstack/nova: Make Aggregate metadata functions work with API db https://review.openstack.org/297350 | 15:28 |
openstackgerrit | Mark Doffman proposed openstack/nova: Block aggregate creation until main database empty https://review.openstack.org/315235 | 15:28 |
openstackgerrit | Mark Doffman proposed openstack/nova: Add data migration methods for Aggregate. https://review.openstack.org/314782 | 15:28 |
openstackgerrit | Mark Doffman proposed openstack/nova: Make Aggregate.save work with the API db https://review.openstack.org/305466 | 15:28 |
openstackgerrit | Mark Doffman proposed openstack/nova: Aggregate create and destroy work against API db https://review.openstack.org/314781 | 15:28 |
openstackgerrit | Mark Doffman proposed openstack/nova: Make Aggregate host operations work against API db https://review.openstack.org/296597 | 15:28 |
openstackgerrit | Sean Dague proposed openstack/nova: DNM: fold disk config extension back into servers.py https://review.openstack.org/327188 | 15:28 |
sdague | the extension folding is mostly going to be battling our testing though a little easier once gmann's patch lands to turn on all the extensions in functional tests | 15:28 |
sdague | but I do challenge anyone to say that the old code is more understandable :) | 15:29 |
*** dmk0202 has quit IRC | 15:29 | |
*** jamesdenton has joined #openstack-nova | 15:30 | |
*** shaohe_feng has quit IRC | 15:30 | |
diga | danpb: Hi | 15:30 |
danpb | sdague: do you know if there's any restrictions in gate CI about running commands via sudo ? | 15:31 |
*** lucas____ has joined #openstack-nova | 15:32 | |
danpb | sdague: when i test os-vif integration locally it runs sudo privsep-helper ...blah... | 15:32 |
diga | danpb: I have seen you are working in os-vif, can I get involved into it | 15:32 |
danpb | but this seems to fail in the gate, so wondering if there's some gate CI config that mandates use of rootwrap instead of plain sudo ? | 15:32 |
danpb | diga: potentially - what are you wanting todo in particular | 15:32 |
diga | danpb: Initially if you suggest something, I am fine with that to get familier on os-vif | 15:34 |
*** chhavi__ has quit IRC | 15:34 | |
danpb | ok, so there's not much to be done on os-vif itself at this time | 15:34 |
danpb | what we're focused on right now is getting it integrated in nova, which is basically a debugathon at the moment | 15:34 |
diga | danpb: okay | 15:35 |
danpb | once that's done we'll need to have people converted the various vif types over to os-vif plugins | 15:35 |
danpb | since our initial integration will only deal with linux bridge + ovs plugins | 15:35 |
diga | danpb: yes, I have gone through the repo | 15:35 |
*** shaohe_feng has joined #openstack-nova | 15:35 | |
* danpb thought jaypipes had asked for the various vif_plug_xxx repos to be created on github.com/openstack, but i'm not seeing them there yet | 15:36 | |
diga | danpb: if you need help, I can do some testing | 15:36 |
diga | danpb: okay | 15:36 |
openstackgerrit | Alex Xu proposed openstack/nova: Remove legacy v2 policy rules https://review.openstack.org/320751 | 15:38 |
openstackgerrit | Alex Xu proposed openstack/nova: Remove the skip_policy_check flags https://review.openstack.org/325684 | 15:38 |
*** ljxiash has joined #openstack-nova | 15:38 | |
*** Swami_ has joined #openstack-nova | 15:38 | |
*** mmandel has joined #openstack-nova | 15:38 | |
*** ljxiash_ has quit IRC | 15:39 | |
*** roeyc has quit IRC | 15:39 | |
sfinucan | hey, johnthetubaguy: got a moment? | 15:40 |
*** Swami__ has joined #openstack-nova | 15:40 | |
jaypipes | danpb: I had proposed the first here: https://review.openstack.org/#/c/283061/ | 15:40 |
sdague | danpb: you can't run sudo under the tox rules iirc | 15:40 |
jaypipes | danpb: stuck in bureaucracy. :( | 15:40 |
*** shaohe_feng has quit IRC | 15:40 | |
sdague | at some point the sudo privs are dropped | 15:41 |
alex_xu | sdague: mriedem ^ the last two legacy v2 polcy rule patches are ready, hope you can take a look at after CI say yes(the unitest passed in my local) | 15:41 |
*** shaohe_feng has joined #openstack-nova | 15:41 | |
*** chandankumar has quit IRC | 15:42 | |
jaypipes | danpb: I need to get back to that patch... it's just slipped under the top of my queue due to focusing on resource-providers stuff :( | 15:42 |
danpb | ok, then looks like i'll need to get a patch into devstack to configure os-vif to use rootwrap, like it does for os-brick | 15:42 |
*** Swami has quit IRC | 15:42 | |
mriedem | alex_xu: ok | 15:42 |
sdague | danpb: that seems sensible | 15:42 |
mriedem | alex_xu: i know rlrossit is interested in that series too | 15:42 |
danpb | at least that explains why it passes locally and fails in gate | 15:43 |
alex_xu | mriedem: cool, thanks | 15:43 |
sdague | danpb: yeh, for various security reasons sudo is only allowed at specific points | 15:43 |
*** Swami_ has quit IRC | 15:43 | |
sdague | and the integrity of the final results | 15:43 |
alex_xu | mriedem: just added rlrossit as reviewer | 15:44 |
*** Swami__ has quit IRC | 15:45 | |
sfinucan | jaypipes: What was the outcome on the discussion around non-boolean capabilities? https://specs.openstack.org/openstack/nova-specs/specs/mitaka/approved/expose-host-capabilities.html | 15:45 |
*** belmoreira has quit IRC | 15:46 | |
alex_xu | then...see you guys the week after next week | 15:46 |
*** paul-carlton2 has quit IRC | 15:46 | |
jaypipes | sfinucan: I don't believe we reached any decisions on that :( | 15:46 |
*** paul-carlton2 has joined #openstack-nova | 15:46 | |
sfinucan | jaypipes: Ah, that's unfortunate. I'll assume lists are still viable for now, so? | 15:47 |
*** paul-carlton2 has quit IRC | 15:47 | |
*** paul-carlton2 has joined #openstack-nova | 15:47 | |
*** sacharya has joined #openstack-nova | 15:47 | |
jaypipes | sfinucan: specifically what are you looking for? | 15:48 |
mriedem | alex_xu: o/ enjoy | 15:48 |
alex_xu | jaypipes: btw, a quick question, whether the 'hw_disk_bus' which is in the image metadata is capability? | 15:48 |
alex_xu | mriedem: thanks | 15:48 |
sfinucan | jaypipes: I'm trying to identify how to represent hardware requirements in johnthetubaguy's feature classification framework https://review.openstack.org/#/c/264719/10 | 15:48 |
sfinucan | jaypipes: come to the conclusion that we've already decided on a solution with capabilities | 15:49 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transform instance.update notification https://review.openstack.org/325923 | 15:49 |
openstackgerrit | Balazs Gibizer proposed openstack/nova: Transform instance.delete notifications https://review.openstack.org/313654 | 15:49 |
sfinucan | jaypipes: I need to model these for the sphinx plugin (until we can extract it from 'objects.py' or whatnot), and I'd like to align with the capabilities spec :) | 15:50 |
*** ljxiash has quit IRC | 15:50 | |
sfinucan | hence, are lists a valid type of capability | 15:50 |
*** shaohe_feng has quit IRC | 15:51 | |
*** Apoorva has joined #openstack-nova | 15:51 | |
jaypipes | sfinucan: ok, I'll try to read up on that in a bit (meeting hell right now)\ | 15:51 |
sfinucan | jaypipes: It's not high priority so it can wait a few days/weeks. Stay at the meetings :) | 15:52 |
*** shaohe_feng has joined #openstack-nova | 15:53 | |
*** ljxiash has joined #openstack-nova | 15:54 | |
*** abalutoiu has quit IRC | 15:54 | |
jaypipes | alex_xu: how is hw_disk_bus used by libvirt or Nova? is it used in matching/placement decisions? or is it used in setting up things like block device mappings? | 15:54 |
jaypipes | alex_xu: in other words, is that used by the scheduler? | 15:54 |
*** READ10 has quit IRC | 15:55 | |
*** rlrossit has quit IRC | 15:55 | |
*** davidlenwell has joined #openstack-nova | 15:56 | |
*** pwnall has quit IRC | 15:56 | |
alex_xu | jaypipes: ah, i got you, you means if it is used by scheduler, then it is a capability. But think of the case, if this is cloud with vmware virt driver, but user specify a virtio as disk bus, or say do we have case running different virt driver under single cloud. | 15:57 |
*** kolesovdv has quit IRC | 15:57 | |
*** wanghao_ has quit IRC | 15:58 | |
*** nkrinner has quit IRC | 15:58 | |
openstackgerrit | Anusha Unnam proposed openstack/nova: Improve help text for xenapi_session_opts https://review.openstack.org/322322 | 15:58 |
*** paul-carlton2 has quit IRC | 15:58 | |
*** jichen has quit IRC | 15:59 | |
jaypipes | alex_xu: sounds like hw_disk_bus would not actually be a capability, no. rather, it's an image property that is used by the virt driver not the scheduler. | 15:59 |
*** Jeffrey4l has quit IRC | 15:59 | |
jaypipes | alex_xu: it's a fine line :) | 15:59 |
*** chandankumar has joined #openstack-nova | 16:00 | |
*** timello has joined #openstack-nova | 16:01 | |
*** shaohe_feng has quit IRC | 16:01 | |
*** shaohe_feng has joined #openstack-nova | 16:02 | |
alex_xu | jaypipes: emm...got it. i drop in the case, if user specify a bus type that isn't supported by current hypervisor. If we have capability report the hypervisor supported bus type, then we can stop user at api layer, not waiting for virt driver tell him it is wrong. | 16:03 |
*** raunak has joined #openstack-nova | 16:03 | |
*** ducttape_ has joined #openstack-nova | 16:06 | |
*** fawadkhaliq has quit IRC | 16:07 | |
*** Sukhdev_ has joined #openstack-nova | 16:08 | |
*** ljxiash has quit IRC | 16:09 | |
openstackgerrit | Daniel Berrange proposed openstack/nova: os-vif: convert libvirt driver to use os-vif library https://review.openstack.org/269672 | 16:09 |
*** ducttape_ has quit IRC | 16:10 | |
*** adisky has quit IRC | 16:10 | |
*** shaohe_feng has quit IRC | 16:11 | |
*** paul-carlton2 has joined #openstack-nova | 16:11 | |
*** shaohe_feng has joined #openstack-nova | 16:12 | |
*** diga has quit IRC | 16:13 | |
sdague | alex_xu: is there anyone yet looking to drop this parameter - https://github.com/openstack/nova/blob/0d808721d7a10c0b3dc0ce589d0d3679bc7fe963/nova/api/openstack/__init__.py#L243 ? | 16:13 |
diana_clarke | mdbooth: The entire patch series is green for the first time, finally (CI): https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:libvirt-instance-storage | 16:14 |
diana_clarke | reviews welcome :) | 16:14 |
mdbooth | diana_clarke: \o/ | 16:14 |
*** Sukhdev_ has quit IRC | 16:14 | |
lxsli | votes on https://review.openstack.org/#/c/325997/ please | 16:14 |
lxsli | danpb I addressed your comments | 16:15 |
*** links has quit IRC | 16:15 | |
*** vtech has quit IRC | 16:15 | |
*** alexpilotti has joined #openstack-nova | 16:15 | |
*** salv-orlando has quit IRC | 16:18 | |
*** salv-orlando has joined #openstack-nova | 16:18 | |
*** rk4n has joined #openstack-nova | 16:20 | |
scottda | mriedem: Tempest test for cinder migrate/retype with BootFromVolume attached: https://review.openstack.org/#/c/326681/ | 16:21 |
*** pushkaru has joined #openstack-nova | 16:21 | |
*** danpb has quit IRC | 16:21 | |
*** shaohe_feng has quit IRC | 16:21 | |
*** shaohe_feng has joined #openstack-nova | 16:22 | |
mriedem | scottda: nice | 16:22 |
*** rama_y has joined #openstack-nova | 16:22 | |
openstackgerrit | Chris Friesen proposed openstack/nova: Fix indentation error numa_usage_from_instances() https://review.openstack.org/327222 | 16:23 |
*** chhavi has joined #openstack-nova | 16:23 | |
scottda | mriedem: I need to put up a patch to add multi-backend for Devstack gate, but otherwise should be close. | 16:23 |
*** rk4n__ has quit IRC | 16:23 | |
auggy | good morning! | 16:23 |
scottda | mriedem: Took 60 seconds in my ENV (2 cores, 8GB RAM), so hopefully not too bad on resources. | 16:23 |
cfriesen | ^ just noticed typo in subject. oops | 16:23 |
openstackgerrit | Chris Friesen proposed openstack/nova: Fix indentation error in numa_usage_from_instances() https://review.openstack.org/327222 | 16:24 |
*** salv-orl_ has joined #openstack-nova | 16:24 | |
cfriesen | If anyone feels like looking at a really simple patch, this one ^ is two lines. | 16:24 |
*** ijw has quit IRC | 16:26 | |
*** Sukhdev_ has joined #openstack-nova | 16:26 | |
*** alexpilotti has quit IRC | 16:27 | |
mriedem | cfriesen: so i'm guessing that wasn't caught because there was no existing unit test for it? | 16:27 |
*** daemontool has joined #openstack-nova | 16:27 | |
mriedem | cfriesen: also, is that something you'd like to see backported to mitaka? | 16:27 |
*** salv-orlando has quit IRC | 16:27 | |
*** caowei has quit IRC | 16:27 | |
cfriesen | mriedem: seems likely. don't think it's really needed as a backport, downside is just assigning it multiple times | 16:27 |
*** ssurana has joined #openstack-nova | 16:28 | |
*** lucas____ has quit IRC | 16:28 | |
*** caowei has joined #openstack-nova | 16:28 | |
*** READ10 has joined #openstack-nova | 16:28 | |
mriedem | cfriesen: oh i see, so it's not a functional bug | 16:29 |
mriedem | just unnecessary assignment within the loop | 16:29 |
*** Sukhdev_ has quit IRC | 16:29 | |
cfriesen | mriedem: correct | 16:29 |
mriedem | and cpu_usage is summed within the loop, so assigning at the end is fine | 16:29 |
mriedem | ok | 16:29 |
cfriesen | I can add in a simple check in a unit test somewhere | 16:30 |
cfriesen | not sure it's worth creating a bug | 16:30 |
mriedem | naw | 16:30 |
mriedem | +W | 16:30 |
*** browne has quit IRC | 16:30 | |
mriedem | oops | 16:30 |
mriedem | +2 i mean | 16:30 |
*** yamahata has quit IRC | 16:30 | |
cfriesen | sweet, thx | 16:30 |
*** lucas___ has joined #openstack-nova | 16:31 | |
*** tesseract has quit IRC | 16:31 | |
*** shaohe_feng has quit IRC | 16:32 | |
*** mjura has quit IRC | 16:32 | |
*** jamesdenton has quit IRC | 16:32 | |
*** shaohe_feng has joined #openstack-nova | 16:32 | |
*** lucas____ has joined #openstack-nova | 16:32 | |
*** mpavone has quit IRC | 16:33 | |
*** luca_____ has joined #openstack-nova | 16:33 | |
*** luca_____ has quit IRC | 16:34 | |
*** stewie925 has joined #openstack-nova | 16:34 | |
*** luc______ has joined #openstack-nova | 16:34 | |
*** diga has joined #openstack-nova | 16:35 | |
*** prateek has quit IRC | 16:35 | |
*** lucas___ has quit IRC | 16:35 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: Remove legacy v2 policy rules https://review.openstack.org/320751 | 16:36 |
*** lucas____ has quit IRC | 16:36 | |
openstackgerrit | Dan Smith proposed openstack/nova: Add ResourceProvider.save() https://review.openstack.org/326706 | 16:37 |
openstackgerrit | Dan Smith proposed openstack/nova: Make create_inventory() handle name change https://review.openstack.org/326707 | 16:37 |
*** luc______ has quit IRC | 16:39 | |
sdague | mriedem: ug, the hide server address extension actually just wrecks a bunch of other stuff now that things aren't optional | 16:40 |
*** Guest47242 is now known as med_ | 16:41 | |
*** med_ has joined #openstack-nova | 16:41 | |
* mriedem gets lunch on that note | 16:41 | |
*** mdrabe has quit IRC | 16:41 | |
*** lucas___ has joined #openstack-nova | 16:41 | |
jaypipes | bauzas: your re-review on https://review.openstack.org/#/c/326706/ would be great. thx in advance! | 16:41 |
bauzas | jaypipes: yup, no worries I was diverted all the day :( | 16:41 |
bauzas | note for myself, stop organizing local conferences | 16:41 |
*** rcernin has quit IRC | 16:42 | |
*** fawadkhaliq has joined #openstack-nova | 16:42 | |
*** fawadkhaliq has quit IRC | 16:42 | |
*** shaohe_feng has quit IRC | 16:42 | |
*** fawadkhaliq has joined #openstack-nova | 16:42 | |
*** shaohe_feng has joined #openstack-nova | 16:43 | |
openstackgerrit | Jay Pipes proposed openstack/nova: Remove duplicate test of DELETED instances https://review.openstack.org/327239 | 16:43 |
sdague | oh, actually... it's maybe just a unit test problem | 16:43 |
jaypipes | bauzas: ^^ is also an easy review... | 16:43 |
bauzas | roger. opening a new tav | 16:44 |
bauzas | tab | 16:44 |
*** sudipto has quit IRC | 16:44 | |
*** sahid has quit IRC | 16:46 | |
*** lucas___ has quit IRC | 16:46 | |
*** lpetrut has quit IRC | 16:46 | |
*** sfinucan has quit IRC | 16:47 | |
openstackgerrit | Stephen Finucane proposed openstack/nova: Provide generic capabilities for support matrix https://review.openstack.org/327240 | 16:47 |
*** moshele has quit IRC | 16:48 | |
*** lucasagomes is now known as lucas-dinner | 16:48 | |
*** caowei has quit IRC | 16:49 | |
*** ljxiash has joined #openstack-nova | 16:50 | |
*** mvk has quit IRC | 16:50 | |
*** rlrossit has joined #openstack-nova | 16:52 | |
cfriesen | I just jumped from stable/mitaka to master and tried to run tox and it raised ImportError while trying to import "microversion_parse". Are we missing a requirements check somewhere? | 16:52 |
*** shaohe_feng has quit IRC | 16:52 | |
*** shaohe_feng has joined #openstack-nova | 16:53 | |
mriedem | cfriesen: https://github.com/openstack/nova/blob/master/requirements.txt#L58 | 16:53 |
mriedem | it's in requirements.txt | 16:53 |
mriedem | cfriesen: rebuild your venv | 16:53 |
*** Swami has joined #openstack-nova | 16:54 | |
*** mdrabe has joined #openstack-nova | 16:54 | |
*** nic has joined #openstack-nova | 16:54 | |
sdague | cfriesen: yeh, if you ever hit import error: tox -r | 16:56 |
*** daemontool has quit IRC | 16:57 | |
sdague | mriedem: so... 2 things | 16:57 |
melwitt | I noticed that doesn't work for me when something new shows up in global requirements. I don't know if it's because I use devpi | 16:57 |
sdague | melwitt: probably | 16:57 |
sdague | but there is no reason to use devpi | 16:57 |
sdague | pip caches wheels since version 7.something | 16:57 |
melwitt | really? oh, wow | 16:58 |
melwitt | thanks, good to know | 16:58 |
sdague | yeh lifeless wrote that fix | 16:58 |
melwitt | haha, nice. well, shows you how much I know about that stuff xD | 16:58 |
melwitt | thanks lifeless! | 16:58 |
*** thorst_ has joined #openstack-nova | 16:58 | |
mriedem | 1 minute to cells v2 meeting time | 16:59 |
mriedem | #openstack-meeting-3 | 16:59 |
sdague | melwitt: https://mail.python.org/pipermail/distutils-sig/2015-May/026474.html | 17:00 |
*** ijw has joined #openstack-nova | 17:00 | |
*** ayoung has quit IRC | 17:01 | |
*** PaulMurray has quit IRC | 17:01 | |
*** ducttape_ has joined #openstack-nova | 17:01 | |
*** vtech has joined #openstack-nova | 17:02 | |
*** sacharya_ has joined #openstack-nova | 17:02 | |
*** shaohe_feng has quit IRC | 17:02 | |
*** sacharya has quit IRC | 17:02 | |
*** ducttape_ has quit IRC | 17:03 | |
*** shaohe_feng has joined #openstack-nova | 17:03 | |
*** fragatina has joined #openstack-nova | 17:03 | |
*** ducttape_ has joined #openstack-nova | 17:04 | |
*** fragatin_ has joined #openstack-nova | 17:04 | |
openstackgerrit | Paul Murray proposed openstack/nova: Add console auth object https://review.openstack.org/320063 | 17:04 |
*** tonytan4ever has quit IRC | 17:04 | |
*** thumpba has quit IRC | 17:04 | |
*** thumpba has joined #openstack-nova | 17:05 | |
*** thorst_ has quit IRC | 17:05 | |
*** chandankumar has quit IRC | 17:05 | |
*** READ10 has quit IRC | 17:07 | |
*** fragatina has quit IRC | 17:08 | |
*** derekh has quit IRC | 17:08 | |
*** ljxiash_ has joined #openstack-nova | 17:08 | |
*** ljxiash has quit IRC | 17:09 | |
*** browne has joined #openstack-nova | 17:10 | |
*** sdake has joined #openstack-nova | 17:10 | |
*** yamahata has joined #openstack-nova | 17:11 | |
*** vishwanathj has quit IRC | 17:11 | |
*** chandankumar has joined #openstack-nova | 17:11 | |
*** lucas___ has joined #openstack-nova | 17:11 | |
*** shaohe_feng has quit IRC | 17:13 | |
*** ljxiash_ has quit IRC | 17:13 | |
*** shaohe_feng has joined #openstack-nova | 17:14 | |
*** ljxiash has joined #openstack-nova | 17:14 | |
*** ljxiash has quit IRC | 17:16 | |
*** lucas___ has quit IRC | 17:17 | |
*** thorst_ has joined #openstack-nova | 17:17 | |
*** c64cosmin has quit IRC | 17:19 | |
*** thumpba has quit IRC | 17:20 | |
*** diga has quit IRC | 17:20 | |
*** thumpba has joined #openstack-nova | 17:21 | |
*** chandankumar has quit IRC | 17:21 | |
*** thorst_ has quit IRC | 17:22 | |
*** thumpba has quit IRC | 17:23 | |
*** tonytan4ever has joined #openstack-nova | 17:23 | |
*** shaohe_feng has quit IRC | 17:23 | |
*** kfarr has joined #openstack-nova | 17:23 | |
*** shaohe_feng has joined #openstack-nova | 17:24 | |
*** thumpba has joined #openstack-nova | 17:25 | |
openstackgerrit | Tracy Jones proposed openstack/nova: Stop using mox stubs in test_configdrive https://review.openstack.org/265476 | 17:26 |
openstackgerrit | Tracy Jones proposed openstack/nova: remove mox from vmwareapi/test_driver_api.py https://review.openstack.org/270303 | 17:26 |
openstackgerrit | Tracy Jones proposed openstack/nova: remove mox from vmwareapi/test_vif.py https://review.openstack.org/271069 | 17:27 |
*** alexpilotti has joined #openstack-nova | 17:28 | |
openstackgerrit | Chris Dent proposed openstack/nova: Add set_inventory() method on ResourceProvider https://review.openstack.org/326440 | 17:29 |
*** thorst_ has joined #openstack-nova | 17:29 | |
*** thorst_ has quit IRC | 17:29 | |
*** ctrath has quit IRC | 17:30 | |
*** dimtruck is now known as zz_dimtruck | 17:30 | |
*** BjoernT has joined #openstack-nova | 17:31 | |
*** moshele has joined #openstack-nova | 17:32 | |
*** yamahata has quit IRC | 17:33 | |
*** zz_dimtruck is now known as dimtruck | 17:33 | |
*** yamahata has joined #openstack-nova | 17:33 | |
*** pushkaru has quit IRC | 17:33 | |
*** shaohe_feng has quit IRC | 17:33 | |
*** ctrath has joined #openstack-nova | 17:33 | |
*** shaohe_feng has joined #openstack-nova | 17:34 | |
*** pwnall has joined #openstack-nova | 17:36 | |
*** rk4n has quit IRC | 17:39 | |
*** gszasz has quit IRC | 17:40 | |
*** rk4n has joined #openstack-nova | 17:42 | |
*** shaohe_feng has quit IRC | 17:43 | |
*** shaohe_feng has joined #openstack-nova | 17:44 | |
sdague | mriedem: so... hide server address extension isn't actually a thing we want to delete entirely I don't think | 17:45 |
sdague | but it might be worth deprecating the config | 17:45 |
sdague | and just keeping the default | 17:45 |
*** yassine has quit IRC | 17:45 | |
mriedem | what's up with the extension? | 17:45 |
*** lpetrut has joined #openstack-nova | 17:46 | |
dansmith | doffm: did you ever get a read on the transaction thing? | 17:47 |
*** mrkz has quit IRC | 17:47 | |
*** ihrachys has quit IRC | 17:47 | |
*** lucas___ has joined #openstack-nova | 17:48 | |
*** ijw has quit IRC | 17:49 | |
*** pushkaru has joined #openstack-nova | 17:51 | |
*** AJaeger has joined #openstack-nova | 17:51 | |
*** sdake has quit IRC | 17:51 | |
AJaeger | nova cores, could you import translations again, please? https://review.openstack.org/325541 | 17:51 |
sdague | mriedem: basically it exists to not show addresses on servers until they get out of BUILD status | 17:52 |
sdague | which, I think is fine, because those addresses don't mean anything at that point | 17:53 |
*** sambetts is now known as sambetts|afk | 17:53 | |
*** salv-orl_ has quit IRC | 17:53 | |
mriedem | sdague: yeah but that seems easy to do in the server view builder | 17:53 |
sdague | mriedem: oh, yes, for sure | 17:53 |
*** salv-orlando has joined #openstack-nova | 17:53 | |
*** shaohe_feng has quit IRC | 17:54 | |
sdague | so it, like everything else, should be folded back into the server view | 17:54 |
AJaeger | alaski: thanks - most projects have single +2A for translation import, does nova do it differently? | 17:54 |
*** shaohe_feng has joined #openstack-nova | 17:55 | |
mriedem | alaski is our resident portuguese speaker | 17:55 |
sdague | heh | 17:55 |
AJaeger | mriedem, sdague: Thanks! | 17:56 |
sdague | mriedem: anyway... this has been an interesting couple of hours figuring out the folding back in of the server extensions | 17:56 |
sdague | because... our unit tests have been specifying extension lists in the fake stack | 17:57 |
sdague | which means they don't hit the servers request cache in other extensions | 17:57 |
alaski | mriedem: hah | 17:57 |
sdague | so it's going to be all kinds of messy to tear this down one step at a time. But that's the only way it will be vaguely reviewable | 17:58 |
alaski | AJaeger: for smaller changes I'll +W without a second core, but that was a large one | 17:58 |
*** browne has quit IRC | 17:58 | |
AJaeger | alaski: Yeah, the removal of the pot files was large... | 17:58 |
*** chhavi has quit IRC | 17:59 | |
AJaeger | alaski: won't happen that often ;) | 17:59 |
mriedem | sdague: alternatively, we're looking for someone to migrate quotas to the api db | 18:00 |
mriedem | sdague: if you'd rather work on that :) | 18:00 |
sdague | mriedem: oh, I have so many things to work on :) | 18:00 |
alaski | AJaeger: heh, no worries. I just get concerned about translations being buggy when that happens and want a second set of eyes | 18:00 |
sdague | especially as I'm trying to get the local.conf support in the gate working for you | 18:01 |
*** ijw has joined #openstack-nova | 18:01 | |
sdague | mriedem: https://review.openstack.org/#/c/326585/ | 18:01 |
*** chandankumar has joined #openstack-nova | 18:01 | |
*** ducnc has quit IRC | 18:01 | |
doffm | dansmith: zzzeek seemed to think it was OK, that the error would be caught. | 18:01 |
*** ducnc has joined #openstack-nova | 18:01 | |
doffm | dansmith: I couldn't convince *myself* of that though. So I updated to take the exception handling outside of the transaction. Which made it feel safe to me. | 18:02 |
dansmith | doffm: okay, that confuses me, but I am not an expert here of course | 18:02 |
doffm | Le me know what you think. | 18:02 |
dansmith | doffm: ah, okay cool | 18:02 |
openstackgerrit | Karen Bradshaw proposed openstack/nova: api-ref: os-certificates.inc https://review.openstack.org/323365 | 18:02 |
*** ssurana1 has joined #openstack-nova | 18:03 | |
*** mfedosin has quit IRC | 18:03 | |
*** browne has joined #openstack-nova | 18:03 | |
*** shaohe_feng has quit IRC | 18:04 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: WIP: Remove unused authorizer methods https://review.openstack.org/327265 | 18:04 |
*** rlrossit has quit IRC | 18:04 | |
*** shaohe_feng has joined #openstack-nova | 18:05 | |
*** ssurana has quit IRC | 18:06 | |
*** jamie_h has quit IRC | 18:07 | |
*** rlrossit has joined #openstack-nova | 18:08 | |
dansmith | doffm: correct me here: https://review.openstack.org/#/c/296597/14/nova/objects/aggregate.py | 18:08 |
doffm | dansmith: Need to correct myself instead. | 18:11 |
-openstackstatus- NOTICE: Zuul has been restarted to correct an error condition. Events since 17:30 may have been missed; please 'recheck' your changes if they were uploaded since then, or have "NOT_REGISTERED" errors. | 18:11 | |
dansmith | doffm: woot! :D | 18:11 |
*** chandankumar has quit IRC | 18:11 | |
*** chhavi has joined #openstack-nova | 18:11 | |
*** AJaeger has left #openstack-nova | 18:12 | |
*** AJaeger has joined #openstack-nova | 18:12 | |
AJaeger | alaski: could you now +A https://review.openstack.org/325541 (translation import), please? The zuul restart means the +A by sdague and mriedem got lost ;( so, we need another +A, please | 18:13 |
*** fragatin_ has quit IRC | 18:14 | |
alaski | AJaeger: most +Wed patch ever | 18:14 |
*** shaohe_feng has quit IRC | 18:14 | |
AJaeger | Yeah ;) | 18:14 |
AJaeger | thanks! | 18:14 |
*** shaohe_feng has joined #openstack-nova | 18:15 | |
*** Sukhdev has joined #openstack-nova | 18:16 | |
*** BjoernT has quit IRC | 18:16 | |
*** paul-carlton2 has quit IRC | 18:17 | |
*** mriedem1 has joined #openstack-nova | 18:17 | |
*** mriedem has quit IRC | 18:18 | |
*** chandankumar has joined #openstack-nova | 18:19 | |
*** fragatina has joined #openstack-nova | 18:19 | |
*** lucas___ has quit IRC | 18:22 | |
*** syjulian has quit IRC | 18:23 | |
*** ijw has quit IRC | 18:24 | |
*** welldannit has joined #openstack-nova | 18:24 | |
*** shaohe_feng has quit IRC | 18:24 | |
rlrossit | mriedem1: did one of the policies get missed from deletion? https://review.openstack.org/#/c/320751/5 | 18:25 |
*** shaohe_feng has joined #openstack-nova | 18:25 | |
mriedem1 | rlrossit: i noticed that too, it's right, it's used in the neutronv2 api code | 18:26 |
*** mriedem1 is now known as mriedem | 18:26 | |
mriedem | not totally sure why | 18:26 |
rlrossit | well that's awkward | 18:26 |
mriedem | it's a policy to block users from attaching to an external network | 18:26 |
mriedem | and totally something that only fails once you get to a compute and start allocating networking | 18:27 |
mriedem | which is, a bit f'ed up | 18:27 |
*** pushkaru has quit IRC | 18:28 | |
*** ayoung has joined #openstack-nova | 18:28 | |
mriedem | that should really happen in validate_networks which is called from the compute API | 18:29 |
*** AJaeger has left #openstack-nova | 18:30 | |
*** annegentle has joined #openstack-nova | 18:30 | |
edleafe | bauzas: are you available for a few questions? | 18:31 |
mriedem | oh fun | 18:31 |
mriedem | when attaching an interface to a server we don't call network_api.validate_networks | 18:31 |
mriedem | which does the quota checking in neutron | 18:31 |
*** alexpilotti has quit IRC | 18:32 | |
*** alexpilo_ has joined #openstack-nova | 18:32 | |
*** links has joined #openstack-nova | 18:32 | |
*** lpetrut has quit IRC | 18:33 | |
*** BjoernT has joined #openstack-nova | 18:33 | |
*** shaohe_feng has quit IRC | 18:35 | |
*** rk4n has quit IRC | 18:35 | |
*** ijw has joined #openstack-nova | 18:36 | |
*** shaohe_feng has joined #openstack-nova | 18:36 | |
*** sdake has joined #openstack-nova | 18:37 | |
*** BjoernT has quit IRC | 18:38 | |
openstackgerrit | Claudiu Belu proposed openstack/nova: numa: Fixes NUMA topology related unit tests https://review.openstack.org/278835 | 18:39 |
edleafe | bauzas: nm, found what I was looking for | 18:39 |
*** ctrath has quit IRC | 18:40 | |
jaypipes | cdent: answered your commit message questions. I would be happy just setting rp.generation = generation+1. The exception message isn't important for ConcurrentUpdateException. | 18:41 |
*** diogogmt has joined #openstack-nova | 18:42 | |
sdague | alaski: I think the xml delete might have been more +Aed | 18:42 |
*** pushkaru has joined #openstack-nova | 18:42 | |
alaski | sdague: heh, okay. if anything deserved it that one did. | 18:43 |
*** shaohe_feng has quit IRC | 18:45 | |
cdent | jaypipes: thanks. I had to add a message to the exception just to make the tests pass, but I selected something decidedly generic | 18:45 |
*** efoley has quit IRC | 18:45 | |
*** shaohe_feng has joined #openstack-nova | 18:46 | |
*** fragatina has quit IRC | 18:48 | |
*** ducttape_ has quit IRC | 18:49 | |
*** ducttape_ has joined #openstack-nova | 18:51 | |
*** krtaylor has quit IRC | 18:52 | |
*** Kennan has quit IRC | 18:52 | |
*** Kennan has joined #openstack-nova | 18:52 | |
sdague | johnthetubaguy: https://review.openstack.org/#/c/325502/10..11/api-ref/source/parameters.yaml is the change from alex_xu's last edit | 18:53 |
sdague | it was just a reordering | 18:53 |
*** Sukhdev has quit IRC | 18:53 | |
sdague | johnthetubaguy: can you be more specific what you think is missing in the review? | 18:54 |
jaypipes | cdent: sounds good. | 18:54 |
jaypipes | cdent: though I think the message could be clearer. How about "Another thread concurrently updated the data. Please retry your update."? | 18:55 |
cdent | yeah, that's fine, what's there is mostly just bait | 18:55 |
*** shaohe_feng has quit IRC | 18:55 | |
cdent | I'll fix it and the generation in a few minutes. | 18:55 |
jaypipes | cdent: you want me to add a -1? ;) | 18:55 |
jaypipes | :P | 18:55 |
cdent | I'd say a -3 is what's needed here | 18:56 |
jaypipes | alaski: at your earliest convenience... https://review.openstack.org/#/c/284895/ | 18:57 |
alaski | never! | 18:58 |
alaski | but it's in a tab just in case | 18:58 |
*** shaohe_feng has joined #openstack-nova | 18:58 | |
sdague | mriedem / dansmith is there any objection to changing the default server status in the fake_* from BUILD to ACTIVE? | 18:59 |
dansmith | sdague: why? | 18:59 |
sdague | because a set of extensions operate on that (like the hide address) which makes some weirdness in decomposing the extension spaghetti | 19:00 |
dansmith | sdague: I imagine you'll have a ton of unit test failures as a result | 19:00 |
sdague | dansmith: only about 20 | 19:00 |
sdague | I actually have the working patch | 19:00 |
dansmith | I don't really care other than just not knowing why it matters | 19:00 |
dansmith | okay | 19:00 |
*** Sukhdev has joined #openstack-nova | 19:01 | |
mriedem | i'm fine with it | 19:01 |
sdague | I just figured I should ask before proposing | 19:01 |
sdague | if there were strong objections | 19:01 |
*** alex_xu has quit IRC | 19:02 | |
*** alexpilotti has joined #openstack-nova | 19:04 | |
*** Apoorva has quit IRC | 19:05 | |
*** raunak has quit IRC | 19:05 | |
*** krtaylor has joined #openstack-nova | 19:05 | |
*** alexpilo_ has quit IRC | 19:05 | |
*** shaohe_feng has quit IRC | 19:05 | |
jaypipes | alaski: also https://review.openstack.org/#/c/325976/. | 19:06 |
*** alex_xu has joined #openstack-nova | 19:06 | |
*** shaohe_feng has joined #openstack-nova | 19:06 | |
*** claudiub has quit IRC | 19:06 | |
*** ducttape_ has quit IRC | 19:07 | |
*** jichen has joined #openstack-nova | 19:10 | |
*** harlowja has quit IRC | 19:12 | |
*** chandankumar has quit IRC | 19:13 | |
*** salv-orlando has quit IRC | 19:14 | |
*** salv-orlando has joined #openstack-nova | 19:14 | |
*** harlowja has joined #openstack-nova | 19:15 | |
*** shaohe_feng has quit IRC | 19:16 | |
jaypipes | doffm: in a meeting with dims for about 45 minutes but after let's discuss that agg metadata patch. | 19:16 |
*** shaohe_feng has joined #openstack-nova | 19:16 | |
doffm | jaypipes: Ok, thanks. | 19:19 |
*** sameo has quit IRC | 19:20 | |
*** gagehugo has joined #openstack-nova | 19:21 | |
*** ducttape_ has joined #openstack-nova | 19:22 | |
*** rcernin has joined #openstack-nova | 19:25 | |
*** shaohe_feng has quit IRC | 19:26 | |
*** shaohe_feng has joined #openstack-nova | 19:27 | |
*** diogogmt has quit IRC | 19:28 | |
*** ctrath has joined #openstack-nova | 19:28 | |
*** flwang has quit IRC | 19:29 | |
*** links has quit IRC | 19:31 | |
dansmith | mnestratov: looks like virtuozzo ci log links aren't working, which makes it hard to figure out if failures are real or fake.. can you look at that? | 19:31 |
openstackgerrit | Anusha Unnam proposed openstack/nova: Improve help text for neutron_opts https://review.openstack.org/326808 | 19:33 |
*** alexpilotti has quit IRC | 19:34 | |
*** flwang has joined #openstack-nova | 19:34 | |
*** ducncvn has joined #openstack-nova | 19:36 | |
*** shaohe_feng has quit IRC | 19:36 | |
*** shaohe_feng has joined #openstack-nova | 19:37 | |
*** sameo has joined #openstack-nova | 19:37 | |
*** ducnc has quit IRC | 19:37 | |
*** Hosam has joined #openstack-nova | 19:38 | |
*** salv-orlando has quit IRC | 19:39 | |
mriedem | sdague: on the disk_config ext folding, i wonder about the policy check that's removed | 19:40 |
*** salv-orlando has joined #openstack-nova | 19:40 | |
mriedem | i guess we're just saying, the policy is on showing server details now | 19:40 |
*** chhavi has quit IRC | 19:42 | |
sdague | yeh | 19:42 |
sdague | there are times where we can decide we need more granular control, but in general, this is going to just be an attribute | 19:43 |
*** Hosam has quit IRC | 19:43 | |
*** lixiaoy1 has quit IRC | 19:44 | |
*** lixiaoy1 has joined #openstack-nova | 19:44 | |
mriedem | sdague: dansmith: i remember at least thinking internally of putting something in the nova review guide docs that new rootwrap filters need to be done with privsep - did i say that out loud at any point? | 19:44 |
mriedem | because https://review.openstack.org/#/c/182257/38/etc/nova/rootwrap.d/compute.filters | 19:44 |
mriedem | at the summit i mean | 19:45 |
sdague | I don't know if you did or not, but I can accept it as an idea | 19:45 |
openstackgerrit | Sean Dague proposed openstack/nova: Change default fake_ server status to ACTIVE https://review.openstack.org/327301 | 19:46 |
openstackgerrit | Sean Dague proposed openstack/nova: remove processing of blacklist/whitelist/corelist extensions https://review.openstack.org/327302 | 19:46 |
*** shaohe_feng has quit IRC | 19:46 | |
sdague | that second patch doesn't pass on functional yet... for an extension list thing I need to sort out | 19:47 |
*** Apoorva has joined #openstack-nova | 19:47 | |
mriedem | thinking being, even if we're not actively converting existing rootwrap filters to privsep, new things should probably be using privsep | 19:47 |
*** sdake_ has joined #openstack-nova | 19:47 | |
sdague | yeh, I think that's fine | 19:47 |
dansmith | crazy talk | 19:47 |
sdague | do we have a pattern for them to follow? | 19:47 |
*** shaohe_feng has joined #openstack-nova | 19:47 | |
mriedem | might have been me sitting by myself during gus' talk on tuesday | 19:47 |
mriedem | sdague: i don't think so, besides what's in os-brick and os-vif | 19:48 |
mriedem | that's the kick in the balls | 19:48 |
sdague | right | 19:48 |
mriedem | 'do this thing, which no one has done yet so you have to figure it out' | 19:48 |
sdague | I kind of think we probably need someone to figure out one example first | 19:48 |
*** sdake has quit IRC | 19:48 | |
sdague | otherwise it's pretty much, go f yourself | 19:48 |
mriedem | heh | 19:49 |
mriedem | language! | 19:49 |
mriedem | neutron has a WIP patch but it's not trivial | 19:51 |
mriedem | https://review.openstack.org/#/c/155631/ | 19:51 |
*** timello has quit IRC | 19:52 | |
*** dimtruck is now known as zz_dimtruck | 19:54 | |
sdague | mriedem: ah, I figured it out, I need gmann to update - https://review.openstack.org/#/c/269441/ | 19:56 |
openstackgerrit | Julian proposed openstack/nova: Add unit tests for nova.virt.firewall.IpTablesFirewallDriver (Part 2) https://review.openstack.org/325435 | 19:57 |
openstackgerrit | Julian proposed openstack/nova: Add unit tests for nova.virt.firewall.IpTablesFirewallDriver (Part 1) https://review.openstack.org/320136 | 19:57 |
*** shaohe_feng has quit IRC | 19:57 | |
sdague | and friends | 19:57 |
*** zz_dimtruck is now known as dimtruck | 19:57 | |
*** shaohe_feng has joined #openstack-nova | 19:57 | |
*** fawadkhaliq has quit IRC | 20:01 | |
*** fawadkhaliq has joined #openstack-nova | 20:01 | |
*** adelia has joined #openstack-nova | 20:02 | |
adelia | just want to confirm... in the policy.json file, the rules prefixed with "compute:" is for the v2 api, and "os_compute_api:" is v2.1? | 20:04 |
openstackgerrit | Chris Dent proposed openstack/nova: Add set_inventory() method on ResourceProvider https://review.openstack.org/326440 | 20:05 |
*** fawadkhaliq has quit IRC | 20:05 | |
mriedem | mdbooth: does this touch anything you're doing with the libvirt imagebackend refactor? https://review.openstack.org/#/c/182257/38/nova/virt/disk/api.py | 20:06 |
mriedem | the type checking in there sucks | 20:06 |
*** shaohe_feng has quit IRC | 20:07 | |
*** cleong has quit IRC | 20:08 | |
*** shaohe_feng has joined #openstack-nova | 20:08 | |
*** Sukhdev has quit IRC | 20:08 | |
*** timello has joined #openstack-nova | 20:09 | |
*** jeblair has quit IRC | 20:09 | |
*** jeblair has joined #openstack-nova | 20:10 | |
jaypipes | doffm: done now. | 20:10 |
jaypipes | doffm: want to discuss with dansmith? | 20:11 |
doffm | Sure. | 20:12 |
doffm | jaypipes: So.. I'm not completely sure why this retry logic is here. | 20:13 |
jaypipes | doffm: me neither. | 20:14 |
* jaypipes hopes git blame doesn't lead to himself... | 20:14 | |
doffm | But I am pretty certain that the 'blindly overwrite' is what was intended way back in 2013. | 20:14 |
doffm | 409 seems like the best plan, but the API doesn't currently return one....so microversion? | 20:14 |
*** timello has quit IRC | 20:15 | |
mriedem | jaypipes: it leads to jogo | 20:16 |
doffm | https://review.openstack.org/#/c/36880/ | 20:17 |
jaypipes | mriedem: apparently not :) | 20:17 |
doffm | Change that introduced ^^ | 20:17 |
jaypipes | doffm: ok, well since this actually doesn't change existing behaviour, I'd be fine fixing this in a future patch. | 20:17 |
mriedem | he's related somewhere in the history | 20:17 |
*** shaohe_feng has quit IRC | 20:17 | |
jaypipes | dansmith: do you agree? if so, I'll Wallaby this. | 20:17 |
*** ducnc has joined #openstack-nova | 20:17 | |
*** ducncvn has quit IRC | 20:17 | |
*** shaohe_feng has joined #openstack-nova | 20:18 | |
doffm | jaypipes: We should probably update the duplicate cell database function that is in db/sqalchemy/api.py. | 20:19 |
jaypipes | doffm: I assume dansmith is busy doing something important like finding sustainance. | 20:19 |
*** mvk has joined #openstack-nova | 20:19 | |
jaypipes | doffm: if and when you make such a patch, yes. | 20:19 |
jaypipes | doffm: though if you create an LP bug for this issue, mark is Wishlist, I would be fine. | 20:20 |
jaypipes | doffm: and then I'll stop with my whining ;) | 20:20 |
doffm | jaypipes: Ok, will do. I'll make a bug for this. | 20:22 |
*** raunak has joined #openstack-nova | 20:22 | |
*** timello has joined #openstack-nova | 20:22 | |
*** smatzek_ has quit IRC | 20:24 | |
*** thumpba has quit IRC | 20:27 | |
*** shaohe_feng has quit IRC | 20:27 | |
*** ihrachys has joined #openstack-nova | 20:28 | |
*** shaohe_feng has joined #openstack-nova | 20:28 | |
*** thumpba has joined #openstack-nova | 20:29 | |
*** timello has quit IRC | 20:29 | |
*** thumpba has quit IRC | 20:33 | |
*** devananda has quit IRC | 20:35 | |
*** sheel has quit IRC | 20:35 | |
*** devananda has joined #openstack-nova | 20:36 | |
dansmith | jaypipes: aye | 20:37 |
*** shaohe_feng has quit IRC | 20:38 | |
*** timello has joined #openstack-nova | 20:38 | |
sdague | gmann: once you get up, can I ask you to refresh all of the api-sample-tests-with-all-extensions ? | 20:38 |
*** timello has quit IRC | 20:38 | |
sdague | because we're going to need those to start sorting out the code cleanups in the API | 20:38 |
*** shaohe_feng has joined #openstack-nova | 20:38 | |
*** pushkaru has quit IRC | 20:40 | |
smcginnis | FYI - new os-brick release requested: https://review.openstack.org/#/c/327321/ | 20:42 |
smcginnis | Includes switch to privsep and the encryptors moved from Nova. | 20:42 |
*** timello has joined #openstack-nova | 20:42 | |
*** thumpba has joined #openstack-nova | 20:43 | |
*** zenoway has quit IRC | 20:44 | |
*** dave-mccowan has quit IRC | 20:44 | |
*** dimtruck is now known as zz_dimtruck | 20:46 | |
sdague | smcginnis: nice | 20:46 |
smcginnis | sdague: Thought you might be happy with finally getting privsep in there. ;) | 20:46 |
smcginnis | Actually thought we had released that long ago, but must have just missed the last release we did. | 20:46 |
openstackgerrit | Sarafraj Singh proposed openstack/nova: [WIP]: Adding details in general purpose feature matrix https://review.openstack.org/327326 | 20:47 |
*** openstackgerrit has quit IRC | 20:48 | |
*** shaohe_feng has quit IRC | 20:48 | |
*** openstackgerrit has joined #openstack-nova | 20:48 | |
*** shaohe_feng has joined #openstack-nova | 20:49 | |
mriedem | doffm: https://github.com/openstack/nova/blob/grizzly-eol/nova/db/sqlalchemy/models.py#L816 | 20:50 |
mriedem | aggregatemetadata in the cell db model doesn't have a unique constraint on the key | 20:50 |
mriedem | which is what i think that stupid retry loop is enforcing | 20:50 |
mriedem | and there is no unique constraint on aggregate.name https://github.com/openstack/nova/blob/grizzly-eol/nova/db/sqlalchemy/models.py#L829 | 20:51 |
mriedem | but the db api code handles that | 20:51 |
*** devananda has quit IRC | 20:51 | |
mriedem | https://github.com/openstack/nova/blob/grizzly-eol/nova/db/sqlalchemy/api.py#L4353 | 20:51 |
mriedem | does it with python rather than schema constraints | 20:51 |
mriedem | woot | 20:51 |
*** devananda has joined #openstack-nova | 20:53 | |
mriedem | heh | 20:53 |
mriedem | grizzly-eol | 20:53 |
*** gyee has joined #openstack-nova | 20:55 | |
*** jbernard has quit IRC | 20:56 | |
*** erlon has quit IRC | 20:56 | |
*** iceyao has joined #openstack-nova | 20:56 | |
*** thumpba has quit IRC | 20:56 | |
*** adelia has quit IRC | 20:57 | |
*** shaohe_feng has quit IRC | 20:58 | |
*** shaohe_feng has joined #openstack-nova | 20:59 | |
*** rama_y has quit IRC | 20:59 | |
*** dave-mccowan has joined #openstack-nova | 21:00 | |
*** gagehugo has quit IRC | 21:00 | |
*** iceyao has quit IRC | 21:01 | |
*** fragatina has joined #openstack-nova | 21:01 | |
*** sdake_ has quit IRC | 21:01 | |
*** jbernard has joined #openstack-nova | 21:03 | |
*** smatzek_ has joined #openstack-nova | 21:04 | |
*** kfarr has quit IRC | 21:04 | |
*** nic has quit IRC | 21:05 | |
jaypipes | dansmith: cool, I'll look for doffm's bug and commti message update and +2 it when I see it. | 21:06 |
*** jaypipes has quit IRC | 21:07 | |
*** shaohe_feng has quit IRC | 21:08 | |
*** zenoway has joined #openstack-nova | 21:08 | |
*** shaohe_feng has joined #openstack-nova | 21:09 | |
*** eharney has quit IRC | 21:09 | |
*** smatzek_ has quit IRC | 21:10 | |
*** burt has quit IRC | 21:12 | |
*** ivase has quit IRC | 21:13 | |
*** ivase has joined #openstack-nova | 21:14 | |
*** omnipresent has joined #openstack-nova | 21:14 | |
*** ametts has quit IRC | 21:14 | |
*** zenoway has quit IRC | 21:17 | |
*** xwizard has quit IRC | 21:18 | |
*** xwizard has joined #openstack-nova | 21:18 | |
*** shaohe_feng has quit IRC | 21:19 | |
*** shaohe_feng has joined #openstack-nova | 21:19 | |
*** alexpilotti has joined #openstack-nova | 21:19 | |
*** ivase has quit IRC | 21:20 | |
*** jichen has quit IRC | 21:22 | |
*** mvk_ has joined #openstack-nova | 21:25 | |
openstackgerrit | Andrew Laski proposed openstack/nova: Create Instance from BuildRequest if not in a cell https://review.openstack.org/263927 | 21:25 |
openstackgerrit | Andrew Laski proposed openstack/nova: Raise exception if BuildRequest deleted twice https://review.openstack.org/322324 | 21:25 |
openstackgerrit | Andrew Laski proposed openstack/nova: Cells: Handle delete with BuildRequest https://review.openstack.org/325985 | 21:25 |
openstackgerrit | Andrew Laski proposed openstack/nova: Add ability to override instance.name https://review.openstack.org/327342 | 21:25 |
*** jwcroppe_ has quit IRC | 21:25 | |
alaski | dansmith: https://review.openstack.org/327342 is my previously mentioned object abuse | 21:26 |
alaski | used in https://review.openstack.org/#/c/263927/40/nova/objects/build_request.py@92 | 21:26 |
*** MikeG451 has joined #openstack-nova | 21:27 | |
*** rlrossit has quit IRC | 21:27 | |
*** mvk has quit IRC | 21:28 | |
*** shaohe_feng has quit IRC | 21:29 | |
*** shaohe_feng has joined #openstack-nova | 21:29 | |
dansmith | alaski: um, that might be more than "abuse" | 21:30 |
*** lifeless_ is now known as lifeless | 21:30 | |
dansmith | alaski: why not just make name() try to format the string and if it fails, return some default? | 21:30 |
dansmith | alaski: you can't just check for self.id I think, because their format could be from any field on the instance | 21:31 |
dansmith | like instance-$(access_ip_v4) | 21:31 |
*** tonytan4ever has quit IRC | 21:31 | |
dansmith | er s/$/%/ | 21:31 |
alaski | right. but self.id would indicate that we're in this non-persisted instance state | 21:31 |
alaski | but you're right, I could just catch the lazy load failure and return a default as well | 21:32 |
dansmith | okay, I see, so always return blank if we're uncommitted regardless of whether the format could be used | 21:32 |
dansmith | alaski: if they did instance-%(uuid)s then they'd get blank until create, which is what I was thinking we'd avoid, but always blank until commit would be more consistent | 21:33 |
lifeless | melwitt: you're welcome :) | 21:33 |
melwitt | :D | 21:33 |
alaski | dansmith: yeah. I would prefer to be consistent here | 21:33 |
dansmith | yeah, okay | 21:33 |
alaski | but you've given me an idea for a better approach | 21:33 |
*** yamahata has quit IRC | 21:35 | |
*** ihrachys has quit IRC | 21:36 | |
*** rk4n has joined #openstack-nova | 21:37 | |
*** ihrachys has joined #openstack-nova | 21:37 | |
*** baoli_ has quit IRC | 21:38 | |
*** shaohe_feng has quit IRC | 21:39 | |
*** shaohe_feng has joined #openstack-nova | 21:42 | |
openstackgerrit | Moshe Levi proposed openstack/nova: Update available resources before confirm stage https://review.openstack.org/327356 | 21:43 |
mriedem | doffm: https://review.openstack.org/#/c/292500/ | 21:43 |
mriedem | nevermind was thinking of this one https://review.openstack.org/#/c/292499/ | 21:45 |
openstackgerrit | Andrew Laski proposed openstack/nova: Create Instance from BuildRequest if not in a cell https://review.openstack.org/263927 | 21:46 |
openstackgerrit | Andrew Laski proposed openstack/nova: instance.name should be blank if instance.id is not set https://review.openstack.org/327342 | 21:46 |
*** thorst has joined #openstack-nova | 21:47 | |
*** lmtaylor has joined #openstack-nova | 21:47 | |
*** lmtaylor has left #openstack-nova | 21:48 | |
*** timello has quit IRC | 21:49 | |
*** tblakeslee has joined #openstack-nova | 21:49 | |
*** shaohe_feng has quit IRC | 21:49 | |
*** sdake has joined #openstack-nova | 21:49 | |
*** tblakeslee has quit IRC | 21:50 | |
*** shaohe_feng has joined #openstack-nova | 21:50 | |
melwitt | mriedem: I noticed this bug got opened yesterday saying there has been a regression https://bugs.launchpad.net/nova/+bug/1589821 related to _cleanup_incomplete_migrations | 21:50 |
openstack | Launchpad bug 1589821 in OpenStack Compute (nova) "cleanup_incomplete_migrations periodic task regression with commit 099cf53925c0a0275325339f21932273ee9ce2bc" [Undecided,In progress] - Assigned to Rajesh Tailor (ratailor) | 21:50 |
*** moshele has quit IRC | 21:51 | |
mriedem | my brain can't handle that right now | 21:52 |
mriedem | read the commit, don't really follow | 21:52 |
melwitt | mriedem: heh, sorry. I thought you might be able to tell what's going on there since you've been in that code before. it wasn't too clear to me | 21:52 |
mriedem | need to fix alex's policy removal patch before i head out | 21:52 |
mriedem | he's reverting my change | 21:52 |
mriedem | which i thought seemed pretty obvious | 21:53 |
mriedem | rajesh is probably looking at it because of the recent change to switch live migration failure status on the migration object to be 'error' rather than 'failed' | 21:53 |
mriedem | which he made i think | 21:53 |
*** ihrachys_ has joined #openstack-nova | 21:54 | |
melwitt | I guess what I meant is whether the revert made sense or if the original patch is fine and something else needs to be fixed | 21:54 |
openstackgerrit | Andrew Laski proposed openstack/nova: Create Instance from BuildRequest if not in a cell https://review.openstack.org/263927 | 21:54 |
openstackgerrit | Andrew Laski proposed openstack/nova: instance.name should be blank if instance.id is not set https://review.openstack.org/327342 | 21:54 |
*** rcernin is now known as rcernin|off | 21:54 | |
*** cdent has quit IRC | 21:54 | |
*** sdake has quit IRC | 21:54 | |
*** r-daneel has joined #openstack-nova | 21:55 | |
*** sdake has joined #openstack-nova | 21:55 | |
*** ihrachys has quit IRC | 21:56 | |
mriedem | melwitt: -1 on the revert since it doesn't make sense to me | 21:56 |
*** ducttape_ has quit IRC | 21:57 | |
melwitt | mriedem: on the surface I didn't get how it's related and thought maybe it would ring a bell to you. thanks for looking | 21:59 |
*** shaohe_feng has quit IRC | 22:00 | |
mriedem | i just don't see how filtering CONF.host in the db query is different from the for loop | 22:00 |
*** shaohe_feng has joined #openstack-nova | 22:01 | |
*** ducttape_ has joined #openstack-nova | 22:04 | |
*** timello has joined #openstack-nova | 22:05 | |
melwitt | mriedem: oh, wait. the old logic was selecting instances where instance.host != CONF.host and now it's doing the opposite | 22:06 |
mriedem | melwitt: heh, well, that's entirely wrong :) | 22:08 |
*** rama_y has joined #openstack-nova | 22:08 | |
mriedem | i guess we can't !host filter in the db query | 22:08 |
mriedem | i take solace in the fact that laski and sean approved it | 22:08 |
melwitt | yeah, somehow this is not super obvious | 22:09 |
*** shaohe_feng has quit IRC | 22:10 | |
openstackgerrit | Matt Riedemann proposed openstack/nova: Revert "Optimize _cleanup_incomplete_migrations periodic task" https://review.openstack.org/326262 | 22:10 |
*** shaohe_feng has joined #openstack-nova | 22:10 | |
mriedem | melwitt: want to +W? | 22:10 |
mriedem | i fixed the commit message wrapping | 22:10 |
melwitt | okay | 22:10 |
mriedem | crap we have to backport that too | 22:11 |
*** ihrachys_ has quit IRC | 22:11 | |
mriedem | and the periodic task was added as a security fix, double crap | 22:11 |
*** ihrachys has joined #openstack-nova | 22:12 | |
melwitt | :( | 22:12 |
*** ihrachys has quit IRC | 22:12 | |
melwitt | mriedem: do we need to do more than just propose backports? is there something more to do because of the security fix aspect | 22:13 |
mriedem | melwitt: that i'm not sure of | 22:14 |
melwitt | I can put the backports up after it merges | 22:14 |
mriedem | tristanC: are you around? | 22:15 |
*** ducttape_ has quit IRC | 22:16 | |
mriedem | melwitt: i've already got the mitaka backport up | 22:17 |
melwitt | mriedem: okay, cool | 22:18 |
*** Hosam has joined #openstack-nova | 22:18 | |
mriedem | i'll email tristanC and tonyb | 22:20 |
*** ducttape_ has joined #openstack-nova | 22:20 | |
*** shaohe_feng has quit IRC | 22:20 | |
*** rcernin|off has quit IRC | 22:21 | |
*** ctrath has quit IRC | 22:21 | |
*** shaohe_feng has joined #openstack-nova | 22:21 | |
*** salv-orl_ has joined #openstack-nova | 22:25 | |
*** salv-orlando has quit IRC | 22:28 | |
*** shaohe_feng has quit IRC | 22:30 | |
*** shaohe_feng has joined #openstack-nova | 22:31 | |
*** mriedem has quit IRC | 22:31 | |
*** chandankumar has joined #openstack-nova | 22:34 | |
*** chandankumar_ has joined #openstack-nova | 22:34 | |
*** timello has quit IRC | 22:34 | |
*** zz_dimtruck is now known as dimtruck | 22:35 | |
*** edmondsw has quit IRC | 22:37 | |
*** claudiub has joined #openstack-nova | 22:37 | |
*** timello has joined #openstack-nova | 22:39 | |
*** chandankumar_ has quit IRC | 22:40 | |
*** chandankumar has quit IRC | 22:40 | |
*** shaohe_feng has quit IRC | 22:41 | |
openstackgerrit | Jenny Oshima proposed openstack/nova: Clarified "user" to plural type https://review.openstack.org/327402 | 22:41 |
*** jwcroppe has joined #openstack-nova | 22:42 | |
*** shaohe_feng has joined #openstack-nova | 22:42 | |
*** fawadkhaliq has joined #openstack-nova | 22:44 | |
*** salv-orl_ has quit IRC | 22:45 | |
*** salv-orlando has joined #openstack-nova | 22:46 | |
*** Jeffrey4l has joined #openstack-nova | 22:47 | |
*** mdrabe has quit IRC | 22:49 | |
*** mmandel has quit IRC | 22:50 | |
*** shaohe_feng has quit IRC | 22:51 | |
*** MikeG451 has quit IRC | 22:54 | |
*** shaohe_feng has joined #openstack-nova | 22:54 | |
*** kylek3h has quit IRC | 22:54 | |
*** pradk has quit IRC | 22:54 | |
*** lpetrut has joined #openstack-nova | 22:56 | |
*** amotoki has quit IRC | 22:56 | |
*** sdague has quit IRC | 22:59 | |
*** shaohe_feng has quit IRC | 23:01 | |
*** amotoki has joined #openstack-nova | 23:02 | |
*** ducttape_ has quit IRC | 23:03 | |
*** timello has quit IRC | 23:03 | |
*** shaohe_feng has joined #openstack-nova | 23:04 | |
*** ducttape_ has joined #openstack-nova | 23:04 | |
*** annegentle has quit IRC | 23:06 | |
*** hemna is now known as hemnafk | 23:07 | |
*** bnemec has quit IRC | 23:11 | |
*** shaohe_feng has quit IRC | 23:11 | |
*** shaohe_feng has joined #openstack-nova | 23:12 | |
*** sameo has quit IRC | 23:13 | |
*** markvoelker has quit IRC | 23:13 | |
*** jgriffith is now known as jgriffith_away | 23:14 | |
*** rk4n has quit IRC | 23:15 | |
*** lpetrut has quit IRC | 23:15 | |
*** timello has joined #openstack-nova | 23:16 | |
*** sacharya_ has quit IRC | 23:17 | |
*** fawadkhaliq has quit IRC | 23:17 | |
*** fawadkhaliq has joined #openstack-nova | 23:18 | |
*** bnemec has joined #openstack-nova | 23:19 | |
*** fawadkhaliq has quit IRC | 23:21 | |
*** shaohe_feng has quit IRC | 23:22 | |
*** shaohe_feng has joined #openstack-nova | 23:22 | |
*** timello has quit IRC | 23:24 | |
*** shaohe_feng has quit IRC | 23:32 | |
*** shaohe_feng has joined #openstack-nova | 23:33 | |
*** renato_r has quit IRC | 23:33 | |
*** claudiub has quit IRC | 23:38 | |
*** alexpilotti has quit IRC | 23:40 | |
*** shaohe_feng has quit IRC | 23:42 | |
*** shaohe_feng has joined #openstack-nova | 23:43 | |
*** markvoelker has joined #openstack-nova | 23:44 | |
*** omnipresent has quit IRC | 23:45 | |
*** timello has joined #openstack-nova | 23:47 | |
*** Sukhdev has joined #openstack-nova | 23:47 | |
*** markvoelker has quit IRC | 23:49 | |
openstackgerrit | David Wahlstrom proposed openstack/nova: nova shared storage: rbd is always shared storage https://review.openstack.org/327419 | 23:49 |
*** chandankumar has joined #openstack-nova | 23:50 | |
*** shaohe_feng has quit IRC | 23:52 | |
*** shaohe_feng has joined #openstack-nova | 23:53 | |
*** chandankumar has quit IRC | 23:54 | |
auggy | well i finally got devstack-gate to run a grenade test so hooray for that! | 23:56 |
auggy | now i just have to get the devstack config from that so i can recreate the same devstack ;) | 23:56 |
*** ducttape_ has quit IRC | 23:57 | |
*** ducttape_ has joined #openstack-nova | 23:58 | |
*** tpepper has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!