ZZelle_ | pcm_, not sure for the naming, i reuse devstack-vm-gate.sh | 00:00 |
---|---|---|
*** vivek-ebay has quit IRC | 00:01 | |
ZZelle_ | pcm_, iirc BASE_PATH=/opt/stack/neutron/.tox/dsvm-functional bash neutron/tests/functional/contrib/devstack-vm-gate.sh | 00:02 |
*** gus_ is now known as gus | 00:02 | |
pcm_ | ZZelle_: where is devstack-vm-gate.sh? | 00:04 |
ZZelle_ | pcm_, it's BASE_PATH=/opt/stack/neutron/.tox/dsvm-functional bash neutron/tests/functional/contrib/gate_hook.sh | 00:04 |
ZZelle_ | pcm_, and i removed the set -ex in the gate_hook.sh | 00:04 |
ZZelle_ | pcm_, in fact when i look at the code i changed quite everything :| in gate_hook.sh | 00:05 |
pcm_ | ZZelle_: Gothcha. I don't see devstack-vm-gate.sh | 00:06 |
ZZelle_ | pcm_, so forget about this approach and just read gate_hook.sh to understand how to build the /etc/neutron/rootwrap.d/functional.filters | 00:07 |
*** marun has quit IRC | 00:07 | |
pcm_ | ZZelle_: Yeah, I think I have that. I need to rename it to functional.filters and have the patch pointing to my .tox/dsvm-functional area. | 00:08 |
ZZelle_ | pcm_, yep | 00:08 |
pcm_ | ZZelle_: Is there anything in the devstack-vm-gate.sh that I need (as I can't find it) | 00:08 |
ZZelle_ | pcm_, nope | 00:09 |
ZZelle_ | pcm_, be careful, the /etc/neutron/rootwrap.d/functional.filters is not automatically updated when neutron/tests/functional/contrib/filters.template is updated (typically when you do a git review -d) | 00:10 |
*** Masahiro has joined #openstack-neutron | 00:10 | |
pcm_ | ZZelle_: So I think I have the file right. Do I then just run "tox -e dsvm-functional"or do I need to do that as root? | 00:11 |
pcm_ | ZZelle_: Also, do I need to be in the dsvm-functional venv? | 00:11 |
openstackgerrit | Merged openstack/neutron: Enforce log hints in neutron.plugins.plumgrid https://review.openstack.org/137065 | 00:11 |
ZZelle_ | pcm_, you should use your devstack account (normally current user) and tox will build and enter automatically in the venv | 00:12 |
*** sungju has joined #openstack-neutron | 00:12 | |
*** trad511 has quit IRC | 00:13 | |
*** shashankhegde has quit IRC | 00:14 | |
*** Masahiro has quit IRC | 00:14 | |
*** spandhe has left #openstack-neutron | 00:14 | |
pcm_ | ZZelle_: I think I have the file named right and perms. I have the $BASE_PATH changed. Ran tox. | 00:16 |
*** shashankhegde has joined #openstack-neutron | 00:16 | |
pcm_ | ZZelle_: Getting lots of runtime errors with /usr/local/bin/neutron-rootwrap | 00:17 |
ZZelle_ | pcm_, can you paste them? | 00:17 |
pcm_ | sure. It's on another computer. Let me spin up IRC on that machine... | 00:18 |
*** pc_m has joined #openstack-neutron | 00:18 | |
*** openstackgerrit has quit IRC | 00:18 | |
*** openstackgerrit has joined #openstack-neutron | 00:19 | |
pc_m | ZZelle: http://paste.openstack.org/show/144960/ | 00:20 |
pc_m | ZZelle: I think I captured one failure. | 00:20 |
ZZelle_ | pc_m, ok, the trouble is that binaries refer to a neutron specific version (deduced from git commit) which is not the one of your neutron code | 00:22 |
ZZelle_ | pc_m, so you need to update neutron binaries ... by using cd ${neutron git folder}; sudo pip install -e . | 00:23 |
ZZelle_ | or perhaps you should do it without sudo in the dsvm-functional venv | 00:23 |
*** gildub has quit IRC | 00:25 | |
ZZelle_ | pc_m, is it better? | 00:25 |
pc_m | So I sourced .tox/dsvm-functional/bin/activate | 00:25 |
pc_m | Then I did 'pip install -e .' | 00:26 |
ZZelle_ | pc_m, PS: pip install -e . is the same as python setup.py develop but less buggy :) | 00:26 |
pc_m | Ahhh was wondering... | 00:26 |
pc_m | Ran dsvm-functional (outside of the venv), looks like a similar error | 00:27 |
*** marun has joined #openstack-neutron | 00:28 | |
ZZelle_ | pc_m, if it's the same error as __import__(\'pkg_resources\').require(\'neutron==2015.1.dev431.g0793bd8\') | 00:29 |
ZZelle_ | pc_m, them you should perform the pip install outside the venv | 00:29 |
pc_m | Yeah, not finding dist | 00:29 |
pc_m | OK. | 00:30 |
pc_m | Must be working... not coming back quickly :) | 00:31 |
*** crc32 has quit IRC | 00:31 | |
pc_m | ZZelle_: OK. It ran and I have 2 test failures, but I think they are due to the patches that I applied in my view | 00:32 |
pc_m | ZZelle_: Thanks!!!! | 00:32 |
*** banix has joined #openstack-neutron | 00:32 | |
ZZelle_ | pc_m, do not forget every time the git sha1 is changed you must redo pip install -e . | 00:33 |
pc_m | ZZelle_: Roger that | 00:33 |
pc_m | ZZelle_: Appreciate the help! | 00:34 |
ZZelle_ | pc_m, my pleasure | 00:35 |
*** mlavalle has quit IRC | 00:35 | |
*** mlavalle has joined #openstack-neutron | 00:35 | |
openstackgerrit | Sourabh Patwardhan proposed openstack/neutron: Cisco N1KV: Missing tenant id in REST call to controller https://review.openstack.org/124487 | 00:36 |
*** manishg has joined #openstack-neutron | 00:37 | |
*** saipandi has joined #openstack-neutron | 00:41 | |
openstackgerrit | Sridar Kandaswamy proposed openstack/neutron-specs: Specification for Firewall Services on Cisco CSR1kv https://review.openstack.org/129836 | 00:41 |
*** suresh12_ has quit IRC | 00:41 | |
*** suresh12 has joined #openstack-neutron | 00:42 | |
*** ZZelle_ has quit IRC | 00:42 | |
*** mlavalle has quit IRC | 00:45 | |
*** pc_m has quit IRC | 00:45 | |
*** salv-orlando has quit IRC | 00:47 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron-specs: Dynamic templates for flavors https://review.openstack.org/139155 | 00:47 |
*** _cjones_ has quit IRC | 00:47 | |
*** salv-orlando has joined #openstack-neutron | 00:48 | |
*** xuhanp has joined #openstack-neutron | 00:49 | |
*** dane_leblanc has joined #openstack-neutron | 00:50 | |
*** shakamunyi has quit IRC | 00:50 | |
*** samot_ has quit IRC | 00:51 | |
*** marun has quit IRC | 00:52 | |
*** samot_ has joined #openstack-neutron | 00:52 | |
*** igordcard has quit IRC | 00:52 | |
*** manishg has quit IRC | 00:53 | |
*** manishg has joined #openstack-neutron | 00:54 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron-specs: Introduce flavor framework for services https://review.openstack.org/102723 | 00:56 |
*** xuhanp has quit IRC | 00:56 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron-specs: Dynamic templates for flavors https://review.openstack.org/139155 | 00:57 |
*** boris-42 has quit IRC | 00:57 | |
*** manishg has quit IRC | 00:58 | |
pcm_ | carl_baldwin: Hi. You have a few mins for Qs on L3 refactoring? (seeking opinions) | 00:58 |
carl_baldwin | Yes. | 00:59 |
pcm_ | carl_baldwin: Cool! | 00:59 |
*** topshare has joined #openstack-neutron | 00:59 | |
pcm_ | carl_baldwin: For the notification dispatching, I came up with four ideas (one is maybe my fav so far). | 00:59 |
*** dims_ has quit IRC | 01:00 | |
pcm_ | carl_baldwin: 1) Use strings... notify('before_router_add'). Neg for this is that if string wrong, no action, though should be easy to catch with UT | 01:00 |
*** dane_leblanc has quit IRC | 01:01 | |
pcm_ | 2) Forward dispatch... notify_observers.before_router_add(...). Neg is that have to forward every event handler in the notify_observer class. | 01:01 |
*** dboik has joined #openstack-neutron | 01:03 | |
pcm_ | 3) Use inheritance... notify(AdvancedServices.before_router_add,...). Since observers all inherit from AdvancedServices, it ensures OK. Neg. is mention of Adv Svcs | 01:03 |
pcm_ | 4) Variant of 3 with multiple inheritance... notify(L3Events.before_router_add, ...). The L3Events class would have ABC for all events. Neg Service classes would inherit from this and AdvancedServices (unless we can remove latter somehow). | 01:04 |
pcm_ | carl_baldwin: Thoughts? | 01:05 |
*** dboik_ has quit IRC | 01:05 | |
carl_baldwin | pcm_: I tend to like 3. Why is directly referencing AdvancedServices a negative? | 01:05 |
pcm_ | carl_baldwin: I tend to favor 4. | 01:05 |
*** Masahiro has joined #openstack-neutron | 01:06 | |
carl_baldwin | pcm_: I hadn’t read 4 yet. | 01:06 |
pcm_ | carl_baldwin: Just that the l3_agent.py will import advanced_services module. Wanted to decouple the two. | 01:06 |
pcm_ | Option 4 l3_agent has no knowledge of adv svcs. | 01:07 |
carl_baldwin | It is the interface class and agnostic to which advanced service is being notified. I think this is okay. I imagine the interface will still live in the Neutron repo and can be imported. | 01:07 |
carl_baldwin | I can go with option 4 too. | 01:07 |
carl_baldwin | It seems like a little extra complexity with little benefit. I still think it is okay for L3 agent to know that it is notifying an advanced service and to know its interface. | 01:08 |
*** yamahata has joined #openstack-neutron | 01:08 | |
*** zzzeek has quit IRC | 01:09 | |
pcm_ | carl_baldwin: Yeah, thinking L3Events defines all the methods (an ABC), and FirewallService, VPNService, FooService, multiple inherit from L3Events and AdvancedSevices (though doesn't need later much). | 01:09 |
*** mc__ has joined #openstack-neutron | 01:10 | |
pcm_ | carl_baldwin: True. added complexity may not be worth it. I was just concerned about the coupling, only in name. | 01:10 |
pcm_ | Let me try 3 and see how it works out. | 01:10 |
*** xgerman has quit IRC | 01:10 | |
carl_baldwin | pcm_: IMO we should try 3 first and if there is a strong argument against it we can follow on with something else. | 01:11 |
carl_baldwin | Start simple and grow from there. | 01:11 |
pcm_ | carl_baldwin: affirmative | 01:11 |
pcm_ | carl_baldwin: One other question... | 01:11 |
pcm_ | carl_baldwin: I've been mulling over the register method. | 01:12 |
pcm_ | currently, it is called to bind the l3_agent to the notifier class (that has the set of observers) | 01:12 |
pcm_ | Wondering if we need the explicit register() method, or if we can just register at creation. | 01:13 |
*** techcet has quit IRC | 01:14 | |
*** techcet has joined #openstack-neutron | 01:14 | |
pcm_ | Also, the register is passed in the notifier class (was driver_manager, now is L3EventObservers).This means each agent will have a L3EventObservers object. Wondering if we should just have one (singleton) and at service init, we reference this singleton. | 01:15 |
pcm_ | Thoughts? | 01:16 |
* carl_baldwin is just returning now. Reading… | 01:16 | |
openstackgerrit | Merged openstack/neutron: Updated the README.rst https://review.openstack.org/137920 | 01:18 |
*** popw has joined #openstack-neutron | 01:18 | |
* carl_baldwin apologizes for getting distracted again. | 01:21 | |
*** KaiLin has quit IRC | 01:21 | |
pcm_ | carl_baldwin: no problem take your time | 01:21 |
carl_baldwin | pcm_: By register, are you talking about the add_observer method? | 01:22 |
carl_baldwin | pcm_: Wait, no. I see it. | 01:23 |
pcm_ | We create instance and then register. Thinks we can register as part of create. Not sure that the two need to be separate. | 01:23 |
*** packet has quit IRC | 01:24 | |
pcm_ | As it is now, the register is passed the object that has the observer set. That makes a set per service. | 01:25 |
carl_baldwin | pcm_: So, you would move the register arguments to the instance method? | 01:25 |
pcm_ | carl_baldwin: Yeah thinking that. Wondering if I'm missing something by doing that. | 01:26 |
carl_baldwin | pcm_ That makes the assumption that the instance() method will noly be called at creation time. | 01:26 |
carl_baldwin | *only | 01:26 |
*** WackoRobie has joined #openstack-neutron | 01:27 | |
pcm_ | carl_baldwin: If it is called later, it wouldn't do anything, as the service is a singleton. If I understand your thoughts. | 01:27 |
pcm_ | carl_baldwin: If two VPN services are created, there would only be one VPNService instance. | 01:28 |
carl_baldwin | pcm_: It wouldn’t do anything but it still expects the arguments to be passed to it. | 01:28 |
pcm_ | carl_baldwin: Right, but it would as it stands today. | 01:28 |
*** techcet has quit IRC | 01:28 | |
pcm_ | carl_baldwin: The instance is created and then register is immediately called. Were you thinking register could be called later? | 01:29 |
*** techcet has joined #openstack-neutron | 01:29 | |
carl_baldwin | pcm_: No, I was thinking that instance() could be called later. | 01:29 |
pcm_ | carl_baldwin: Also, if the observer list object (L3EventObservers) is a singleton (one for all services), then it wouldn't need to be passed in. | 01:30 |
pcm_ | carl_baldwin: Right now, instance() and register() are called back to back. | 01:30 |
*** dims has joined #openstack-neutron | 01:31 | |
carl_baldwin | pcm_: I’m not sure that I like that implicit coupling using the manage singleton. | 01:32 |
pcm_ | carl_baldwin: So have a separate L3EventObservers object for each service type? | 01:34 |
*** diegows has quit IRC | 01:35 | |
carl_baldwin | I added a comment about the register. I guess I would vote to start with them combined. | 01:35 |
pcm_ | carl_baldwin: To Assaf's review? | 01:36 |
carl_baldwin | pcm_: I don’t think I like using a singleton to access the manager. I’d rather make the coupling there explicit. | 01:36 |
carl_baldwin | pcm_: Yes, to Assaf’s review. | 01:36 |
carl_baldwin | pcm_: I’ve got to run. I’ll be on a bit later. | 01:36 |
pcm_ | ok. I'm not sure I follow your point, we can discuss later. | 01:37 |
*** stanzgy has joined #openstack-neutron | 01:38 | |
pcm_ | carl_baldwin: Read your comment. That is what I was suggesting. | 01:38 |
*** techcet has quit IRC | 01:39 | |
*** carl_baldwin has quit IRC | 01:40 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron-specs: Proposal for Neutron core and vendor code decomposition https://review.openstack.org/134680 | 01:42 |
*** salv-orlando has quit IRC | 01:47 | |
*** salv-orlando has joined #openstack-neutron | 01:48 | |
*** salv-orlando has quit IRC | 01:49 | |
*** banix has quit IRC | 01:55 | |
*** xuhanp has joined #openstack-neutron | 01:55 | |
*** padkrish has joined #openstack-neutron | 02:00 | |
*** xuhanp has quit IRC | 02:01 | |
*** aranjan has quit IRC | 02:03 | |
*** WackoRobie has quit IRC | 02:07 | |
*** WackoRobie has joined #openstack-neutron | 02:07 | |
*** xuhanp has joined #openstack-neutron | 02:12 | |
*** ChuckC_ has quit IRC | 02:12 | |
*** ChuckC_ has joined #openstack-neutron | 02:12 | |
*** alexpilotti has joined #openstack-neutron | 02:15 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/python-neutronclient: Router create ha accepts lower case https://review.openstack.org/139301 | 02:16 |
*** ChuckC_ has quit IRC | 02:17 | |
*** erkules_ has joined #openstack-neutron | 02:21 | |
*** Masahiro has quit IRC | 02:22 | |
*** erkules has quit IRC | 02:23 | |
*** Masahiro has joined #openstack-neutron | 02:24 | |
openstackgerrit | Numan Siddique proposed openstack/neutron: Do not restart vpn processes for every router update https://review.openstack.org/136858 | 02:28 |
*** dane_leblanc has joined #openstack-neutron | 02:28 | |
*** padkrish has quit IRC | 02:29 | |
*** dsneddon has quit IRC | 02:30 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron-specs: Dynamic templates for flavors https://review.openstack.org/139155 | 02:30 |
*** dsneddon has joined #openstack-neutron | 02:31 | |
*** linstatsdr_ has joined #openstack-neutron | 02:32 | |
*** johnbelamaric has joined #openstack-neutron | 02:33 | |
*** ijw_ has joined #openstack-neutron | 02:34 | |
*** yamahata has quit IRC | 02:35 | |
*** LinStatSDR has quit IRC | 02:35 | |
*** AbsinthMind has joined #openstack-neutron | 02:35 | |
*** banix has joined #openstack-neutron | 02:35 | |
*** dane_leblanc has quit IRC | 02:36 | |
*** johnbelamaric has quit IRC | 02:37 | |
*** dane_leblanc has joined #openstack-neutron | 02:38 | |
*** yamamoto_ has joined #openstack-neutron | 02:38 | |
*** baoli has joined #openstack-neutron | 02:41 | |
*** s3wong has quit IRC | 02:45 | |
*** yalie__ has joined #openstack-neutron | 02:46 | |
*** yalie has joined #openstack-neutron | 02:48 | |
*** ChuckC_ has joined #openstack-neutron | 02:49 | |
*** r-daneel has quit IRC | 02:50 | |
*** shakamunyi has joined #openstack-neutron | 02:50 | |
*** salv-orlando has joined #openstack-neutron | 02:50 | |
*** shakamunyi has quit IRC | 02:50 | |
*** dsneddon has quit IRC | 02:51 | |
*** shashankhegde has quit IRC | 02:51 | |
*** dsneddon has joined #openstack-neutron | 02:52 | |
*** numan has joined #openstack-neutron | 02:54 | |
*** harlowja_ is now known as harlowja_away | 02:54 | |
*** salv-orlando has quit IRC | 02:55 | |
*** topshare has quit IRC | 02:55 | |
yalie | to yalie test | 02:57 |
*** WackoRobie has quit IRC | 02:57 | |
yalie | to yalie__ test | 02:57 |
*** WackoRobie has joined #openstack-neutron | 02:57 | |
*** shakamunyi has joined #openstack-neutron | 02:58 | |
*** WackoRob_ has joined #openstack-neutron | 02:59 | |
*** WackoRobie has quit IRC | 02:59 | |
*** achanda has joined #openstack-neutron | 03:01 | |
*** topshare has joined #openstack-neutron | 03:02 | |
*** techcet has joined #openstack-neutron | 03:02 | |
openstackgerrit | Merged openstack/neutron: pretty_tox.sh: Portablity improvement https://review.openstack.org/138251 | 03:05 |
*** nlahouti has quit IRC | 03:10 | |
*** emagana has joined #openstack-neutron | 03:11 | |
*** achanda has quit IRC | 03:11 | |
*** dsneddon has quit IRC | 03:12 | |
*** Sharath_ has joined #openstack-neutron | 03:13 | |
*** dsneddon has joined #openstack-neutron | 03:13 | |
yalie__ | yalie, test | 03:13 |
Sharath_ | Hi , am not getting ip for the vm which i spawn dynamically , please share how to resolve this issue ? | 03:14 |
yalie | subnet has been enable dhcp? | 03:14 |
Sharath_ | Hi Yalie, may i know to how to enable it ? | 03:15 |
Sharath_ | usually it will be enabled rt ? | 03:15 |
yalie | Sharath_: neutron subnet-show $subnet_name | 03:15 |
Sharath_ | ok Yalie | 03:16 |
*** linstatsdr_ is now known as LinstatSDR | 03:16 | |
*** ivar-laz_ has joined #openstack-neutron | 03:22 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: tox.ini: Prevent casual addition of bash dependency https://review.openstack.org/138650 | 03:22 |
*** LinstatSDR has quit IRC | 03:22 | |
*** ivar-lazzaro has quit IRC | 03:25 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: tox.ini: Prevent casual addition of bash dependency https://review.openstack.org/138650 | 03:25 |
*** ivar-laz_ has quit IRC | 03:27 | |
*** xgerman has joined #openstack-neutron | 03:28 | |
*** dims has quit IRC | 03:28 | |
*** xgerman has quit IRC | 03:30 | |
*** xgerman_ has joined #openstack-neutron | 03:30 | |
*** _cjones_ has joined #openstack-neutron | 03:32 | |
*** tellesnobrega_ has quit IRC | 03:33 | |
*** dsneddon has quit IRC | 03:33 | |
*** sungju has quit IRC | 03:34 | |
*** _cjones_ has quit IRC | 03:34 | |
*** dsneddon has joined #openstack-neutron | 03:34 | |
*** _cjones_ has joined #openstack-neutron | 03:35 | |
*** yapeng_ has quit IRC | 03:36 | |
*** Masahiro has quit IRC | 03:38 | |
*** padkrish has joined #openstack-neutron | 03:40 | |
*** rkukura_ has joined #openstack-neutron | 03:40 | |
*** rkukura has quit IRC | 03:41 | |
*** rkukura_ is now known as rkukura | 03:41 | |
openstackgerrit | Jeremy Stanley proposed openstack/neutron: Workflow documentation is now in infra-manual https://review.openstack.org/139338 | 03:42 |
openstackgerrit | Jeremy Stanley proposed openstack/neutron-specs: Workflow documentation is now in infra-manual https://review.openstack.org/139339 | 03:42 |
*** ijw_ has quit IRC | 03:44 | |
*** Masahiro has joined #openstack-neutron | 03:44 | |
*** padkrish has quit IRC | 03:44 | |
*** ijw_ has joined #openstack-neutron | 03:45 | |
*** suresh12 has quit IRC | 03:47 | |
*** Masahiro has quit IRC | 03:49 | |
openstackgerrit | Jeremy Stanley proposed openstack/python-neutronclient: Workflow documentation is now in infra-manual https://review.openstack.org/139380 | 03:51 |
*** salv-orlando has joined #openstack-neutron | 03:51 | |
openstackgerrit | Merged openstack/neutron: Get rid of py26 references: OrderedDict, httplib, xml testing https://review.openstack.org/139007 | 03:51 |
*** xgerman_ has quit IRC | 03:53 | |
openstackgerrit | ijw-ubuntu proposed openstack/neutron-specs: MTU selection and advertisement https://review.openstack.org/105989 | 03:56 |
*** salv-orlando has quit IRC | 03:56 | |
ijw_ | bloody kyle's bloody ipv6 impact... | 03:56 |
*** Marga_ has quit IRC | 03:59 | |
*** Masahiro has joined #openstack-neutron | 03:59 | |
*** alexpilotti has quit IRC | 04:00 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron-specs: OFAgent: Improvement port monitor https://review.openstack.org/138618 | 04:03 |
*** shashankhegde has joined #openstack-neutron | 04:07 | |
*** pcm_ has quit IRC | 04:07 | |
*** banix has quit IRC | 04:07 | |
*** drjones has joined #openstack-neutron | 04:11 | |
*** _cjones_ has quit IRC | 04:13 | |
*** baoli has quit IRC | 04:14 | |
*** baoli has joined #openstack-neutron | 04:14 | |
Sharath_ | Hi Yalie, yes , enable_dhcp is true | 04:15 |
*** drjones has quit IRC | 04:15 | |
*** dsneddon has quit IRC | 04:15 | |
*** r-daneel has joined #openstack-neutron | 04:15 | |
*** dsneddon has joined #openstack-neutron | 04:16 | |
gus | yamamoto_: what environment do you have that doesn't have bash available? | 04:18 |
Sharath_ | but when see in cirros , (vm) , there is no IP assigned to that vm | 04:18 |
yalie | Sharath_: how do you deploy your openstack env? devstack? | 04:19 |
Sharath_ | yes using devstack yalie | 04:20 |
yalie | is there dnsmasq running? | 04:20 |
Sharath_ | how to check that yalie ? | 04:21 |
yalie | how about the status q-dhcp | 04:21 |
yalie | get into the screen session created by devstack | 04:22 |
yalie | and check the q-dhcp's status | 04:22 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Fix AttributeError during startup of ovs agent in DVR mode https://review.openstack.org/136529 | 04:22 |
Sharath_ | ok sure | 04:22 |
*** techcet has quit IRC | 04:24 | |
Sharath_ | yes yalie it failing to enable dhcp | 04:24 |
yalie | and also check the /var/log/syslog, to see if there is DHCPOFFER msg | 04:24 |
yalie | it failed to start ? | 04:25 |
Sharath_ | yes , because i have not created br-int | 04:25 |
Sharath_ | how to bypass the that not to create br-int and excecute? | 04:25 |
*** techcet has joined #openstack-neutron | 04:26 | |
*** numan has quit IRC | 04:26 | |
yalie | I am not sure, maybe that should have been done by devstack | 04:27 |
Sharath_ | yes ,i have changed some code after am getting this error | 04:27 |
yalie | you mean it's OK before? | 04:28 |
*** dims has joined #openstack-neutron | 04:29 | |
Sharath_ | not really , with ice house am unable to launch vm , but i have wrote custom vif driver to test , later vm was spawning but got dhcp error | 04:29 |
*** topshare has quit IRC | 04:30 | |
*** topshare has joined #openstack-neutron | 04:30 | |
*** vthapar has joined #openstack-neutron | 04:31 | |
Sharath_ | yalie , can u tell me how to create br-int with out ovs switch | 04:32 |
yalie | sorry, I don't know how to do that | 04:32 |
Sharath_ | ok yalie thanks :) | 04:32 |
yalie | np | 04:32 |
*** vivek-ebay has joined #openstack-neutron | 04:33 | |
*** dims has quit IRC | 04:34 | |
*** techcet has quit IRC | 04:35 | |
*** dsneddon has quit IRC | 04:36 | |
*** Marga_ has joined #openstack-neutron | 04:37 | |
*** topshare has quit IRC | 04:37 | |
*** dsneddon has joined #openstack-neutron | 04:37 | |
*** dane_leblanc has quit IRC | 04:39 | |
*** vthapar has quit IRC | 04:39 | |
*** yatin has joined #openstack-neutron | 04:40 | |
*** topshare has joined #openstack-neutron | 04:42 | |
*** AbsinthMind has quit IRC | 04:45 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: attributes: Additional IP address validation https://review.openstack.org/136238 | 04:46 |
*** mc__ has quit IRC | 04:47 | |
*** vthapar has joined #openstack-neutron | 04:47 | |
*** trinaths has joined #openstack-neutron | 04:48 | |
*** sungju has joined #openstack-neutron | 04:48 | |
*** vivek-ebay has quit IRC | 04:49 | |
*** tflynn has joined #openstack-neutron | 04:49 | |
Sharath_ | how to create br-int with out using ovs ? | 04:51 |
*** r-daneel has quit IRC | 04:53 | |
*** killer_prince is now known as lazy_prince | 04:53 | |
*** tflynn has quit IRC | 04:53 | |
*** tflynn has joined #openstack-neutron | 04:54 | |
trinaths | emagana: Hi Sir | 04:54 |
emagana | trinaths: Hi There! | 04:55 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: attributes: Additional IP address validation https://review.openstack.org/136238 | 04:55 |
emagana | trinaths: what about changing Sir for my friend! :-) | 04:55 |
trinaths | Hello my friend :) | 04:56 |
trinaths | emagana: :) | 04:56 |
trinaths | emagana: I have sent an email to the third-part-announce ML, but I got a "moderator approval" | 04:56 |
emagana | I just approved it | 04:56 |
*** dsneddon has quit IRC | 04:57 | |
trinaths | emagana: Thank you :) | 04:57 |
emagana | trinaths: n.p | 04:57 |
emagana | trinaths: taking off, do you need anything else? | 04:57 |
trinaths | emagana: Nothing... THanks a lot for all the help and support | 04:58 |
*** suresh12 has joined #openstack-neutron | 04:58 | |
trinaths | emagana: Good Night :) | 04:58 |
emagana | trinaths: My pleasure! Good night! | 04:58 |
*** dsneddon has joined #openstack-neutron | 04:59 | |
trinaths | emagana: :) | 04:59 |
trinaths | emagana: How can I add my Email to the list,. with out moderator approval.? any guidelines | 05:00 |
*** tflynn has quit IRC | 05:01 | |
*** suresh12 has quit IRC | 05:02 | |
*** emagana has quit IRC | 05:03 | |
*** dboik has quit IRC | 05:04 | |
*** tflynn has joined #openstack-neutron | 05:04 | |
*** heyongli has quit IRC | 05:10 | |
*** heyongli has joined #openstack-neutron | 05:10 | |
*** zhhuabj has quit IRC | 05:11 | |
*** zhhuabj has joined #openstack-neutron | 05:12 | |
*** Masahiro has quit IRC | 05:12 | |
*** trinaths has left #openstack-neutron | 05:12 | |
*** Marga_ has quit IRC | 05:13 | |
*** Marga_ has joined #openstack-neutron | 05:14 | |
*** mc__ has joined #openstack-neutron | 05:14 | |
*** WackoRob_ has quit IRC | 05:15 | |
*** baoli has quit IRC | 05:15 | |
*** WackoRobie has joined #openstack-neutron | 05:15 | |
*** shashankhegde has quit IRC | 05:15 | |
*** trinaths has joined #openstack-neutron | 05:17 | |
*** dsneddon has quit IRC | 05:18 | |
*** dsneddon has joined #openstack-neutron | 05:19 | |
*** WackoRobie has quit IRC | 05:20 | |
*** techcet has joined #openstack-neutron | 05:25 | |
*** aepifanov has joined #openstack-neutron | 05:27 | |
*** Masahiro has joined #openstack-neutron | 05:27 | |
*** numan has joined #openstack-neutron | 05:29 | |
*** avozza is now known as zz_avozza | 05:30 | |
*** AlexF has joined #openstack-neutron | 05:32 | |
*** techcet has quit IRC | 05:33 | |
*** trinaths has quit IRC | 05:36 | |
openstackgerrit | Xu Han Peng proposed openstack/neutron: Add distributed router gateway on compute node https://review.openstack.org/138588 | 05:37 |
*** kopparam has joined #openstack-neutron | 05:37 | |
*** trinaths has joined #openstack-neutron | 05:37 | |
openstackgerrit | Xu Han Peng proposed openstack/neutron: Add distributed router gateway on compute node https://review.openstack.org/138588 | 05:39 |
*** yamamot__ has joined #openstack-neutron | 05:40 | |
*** salv-orlando has joined #openstack-neutron | 05:40 | |
*** oda-g has quit IRC | 05:42 | |
*** yamamo___ has joined #openstack-neutron | 05:43 | |
*** yamamoto_ has quit IRC | 05:43 | |
*** salv-orlando has quit IRC | 05:45 | |
*** emagana has joined #openstack-neutron | 05:45 | |
*** yamamot__ has quit IRC | 05:46 | |
*** ishant has joined #openstack-neutron | 05:47 | |
*** Longgeek has joined #openstack-neutron | 05:52 | |
*** AlexF has quit IRC | 05:55 | |
*** yatin has quit IRC | 05:58 | |
*** lazy_prince has quit IRC | 05:58 | |
*** oda-g has joined #openstack-neutron | 05:59 | |
*** trinaths has quit IRC | 05:59 | |
openstackgerrit | Xu Han Peng proposed openstack/neutron: Update i18n translation for IBM plugin log msg's https://review.openstack.org/136955 | 06:01 |
*** SridharG has joined #openstack-neutron | 06:02 | |
*** stanzgy_ has joined #openstack-neutron | 06:05 | |
*** emagana has quit IRC | 06:06 | |
*** stanzgy has quit IRC | 06:06 | |
*** emagana has joined #openstack-neutron | 06:07 | |
*** shakamunyi has quit IRC | 06:07 | |
*** carl_baldwin has joined #openstack-neutron | 06:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Transifex https://review.openstack.org/139526 | 06:09 |
*** zhhuabj has quit IRC | 06:09 | |
*** zhhuabj has joined #openstack-neutron | 06:10 | |
*** padkrish has joined #openstack-neutron | 06:10 | |
*** zhhuabj has quit IRC | 06:10 | |
*** zhhuabj has joined #openstack-neutron | 06:10 | |
*** padkrish has joined #openstack-neutron | 06:10 | |
*** yatin has joined #openstack-neutron | 06:11 | |
*** emagana has quit IRC | 06:11 | |
*** yfauser has joined #openstack-neutron | 06:14 | |
*** yfauser has left #openstack-neutron | 06:14 | |
*** zhhuabj has quit IRC | 06:14 | |
*** trinaths has joined #openstack-neutron | 06:14 | |
*** zhhuabj has joined #openstack-neutron | 06:14 | |
*** zhhuabj has quit IRC | 06:15 | |
*** saipandi has quit IRC | 06:15 | |
*** zhhuabj has joined #openstack-neutron | 06:16 | |
openstackgerrit | yalei wang proposed openstack/neutron: return the dict of port when no sec-group involved https://review.openstack.org/138633 | 06:16 |
*** zhhuabj has quit IRC | 06:16 | |
*** zhhuabj has joined #openstack-neutron | 06:17 | |
*** topshare has quit IRC | 06:19 | |
*** zz_avozza is now known as avozza | 06:21 | |
*** topshare has joined #openstack-neutron | 06:23 | |
*** techcet has joined #openstack-neutron | 06:28 | |
*** kopparam has quit IRC | 06:28 | |
*** Longgeek has quit IRC | 06:30 | |
*** kopparam has joined #openstack-neutron | 06:30 | |
*** avozza is now known as zz_avozza | 06:31 | |
*** Longgeek has joined #openstack-neutron | 06:32 | |
*** zz_avozza is now known as avozza | 06:33 | |
*** techcet has quit IRC | 06:33 | |
*** vthapar has quit IRC | 06:34 | |
*** Masahiro has quit IRC | 06:35 | |
*** aepifanov has quit IRC | 06:36 | |
yalie | hi obondarev, | 06:38 |
*** Masahiro has joined #openstack-neutron | 06:39 | |
*** reed has quit IRC | 06:39 | |
kevinbenton | yalie: hey | 06:40 |
*** carl_baldwin has quit IRC | 06:40 | |
yalie | hi kevinbenton | 06:41 |
kevinbenton | yalie: why did you rebase your patch? was there a merge conflict? | 06:41 |
*** sungju has quit IRC | 06:41 | |
*** nlahouti has joined #openstack-neutron | 06:41 | |
yalie | sorry, I just click that button by accident | 06:42 |
*** rotbeard has joined #openstack-neutron | 06:42 | |
yalie | what should I do then? | 06:42 |
kevinbenton | yalie: ok, just need to find a core reviewer to re-approve | 06:43 |
kevinbenton | armax: are you around? | 06:43 |
yalie | originally I want to pick this patch into juno | 06:43 |
yalie | sorry for that | 06:43 |
kevinbenton | yalie: yeah, after it is approved, wait for it to merge into master | 06:43 |
kevinbenton | then cherry-pick to juno | 06:43 |
kevinbenton | amotoki: ping | 06:44 |
yalie | yes, thank you | 06:44 |
amotoki | kevinbenton: pong | 06:44 |
kevinbenton | amotoki: hey, yalie accidentally clicked the rebase button on an approved patch, can you approve it? | 06:45 |
*** nlahouti has quit IRC | 06:45 | |
kevinbenton | amotoki: https://review.openstack.org/#/c/138633/ | 06:45 |
*** nlahouti has joined #openstack-neutron | 06:45 | |
amotoki | kevinbenton: yalie: sure. looking | 06:45 |
yalie | thank you amotoki | 06:46 |
-amotoki- is using Firefox recently, but "Toggle CI" doesn't seem to work.... | 06:46 | |
*** ajo has joined #openstack-neutron | 06:47 | |
kevinbenton | amotoki: hmmm, any error in the developer console? | 06:48 |
*** openstackgerrit has quit IRC | 06:49 | |
*** openstackgerrit has joined #openstack-neutron | 06:49 | |
*** Sharath_ has left #openstack-neutron | 06:54 | |
amotoki | kevinbenton: no errors except avatar check. seems ot need more investigation later. Chrome works. | 06:54 |
*** amotoki is now known as amotoki__away | 06:55 | |
*** topshare has quit IRC | 07:04 | |
*** enikanorov_ has joined #openstack-neutron | 07:04 | |
openstackgerrit | Xu Han Peng proposed openstack/neutron: Fix DVR openflow problems for IPv6 subnet https://review.openstack.org/138654 | 07:05 |
*** obondarev_ has joined #openstack-neutron | 07:06 | |
*** obondarev has quit IRC | 07:06 | |
*** enikanorov__ has quit IRC | 07:07 | |
openstackgerrit | Numan Siddique proposed openstack/neutron: Do not count dvr agents while creating HA ports https://review.openstack.org/137827 | 07:07 |
*** topshare has joined #openstack-neutron | 07:08 | |
*** ijw_ has quit IRC | 07:09 | |
*** yfried_ has quit IRC | 07:10 | |
ajo | morning, grll, I need coffee | 07:11 |
*** avozza is now known as zz_avozza | 07:12 | |
ajo | amotoki__away: https://review.openstack.org/#/c/120806/ when you can, give another read to my responses here, | 07:12 |
ajo | As you said it's wrong referencing the old blueprint here, | 07:12 |
openstackgerrit | Xu Han Peng proposed openstack/neutron: Fix DVR flow problems for IPv6 subnet https://review.openstack.org/138654 | 07:13 |
ajo | but in the other hand do we need a spec for a change not modifying behavior , neither fixing a bug?, I'm just doing a more clear separation of concerns | 07:13 |
*** shashankhegde has joined #openstack-neutron | 07:13 | |
ajo | I can do it, probably in the scope of the L2 agent refactor, | 07:13 |
*** numan has quit IRC | 07:14 | |
ajo | rossella_s ^ if you read this, may be too early in your TZ :) | 07:14 |
*** yfauser has joined #openstack-neutron | 07:18 | |
*** vthapar has joined #openstack-neutron | 07:18 | |
*** yfauser has left #openstack-neutron | 07:19 | |
*** topshare has quit IRC | 07:20 | |
openstackgerrit | Merged openstack/neutron-specs: Workflow documentation is now in infra-manual https://review.openstack.org/139339 | 07:24 |
*** samot_ has quit IRC | 07:24 | |
*** samot has joined #openstack-neutron | 07:25 | |
*** topshare has joined #openstack-neutron | 07:26 | |
*** nyechiel__ has joined #openstack-neutron | 07:27 | |
*** techcet has joined #openstack-neutron | 07:27 | |
*** xuhanp has quit IRC | 07:28 | |
*** xuhanp has joined #openstack-neutron | 07:28 | |
*** topshare has quit IRC | 07:29 | |
*** salv-orlando has joined #openstack-neutron | 07:29 | |
*** lizk has joined #openstack-neutron | 07:31 | |
*** shashankhegde has quit IRC | 07:31 | |
*** techcet has quit IRC | 07:33 | |
*** salv-orlando has quit IRC | 07:34 | |
openstackgerrit | garyk proposed openstack/neutron: Enforce log hints in ofagent and oneconvergence https://review.openstack.org/138339 | 07:34 |
*** cipcosma has joined #openstack-neutron | 07:35 | |
lizk | apply review+2 for https://review.openstack.org/#/c/136089/ , thx | 07:36 |
lizk | sry, i entered wrong channel, ignore that pls | 07:38 |
*** karimb has joined #openstack-neutron | 07:40 | |
*** lizk has left #openstack-neutron | 07:40 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: ovs_lib: Introduce get_bridge_name_for_datapath_id https://review.openstack.org/134440 | 07:42 |
*** SridharG has quit IRC | 07:45 | |
*** numan has joined #openstack-neutron | 07:47 | |
*** SridharG has joined #openstack-neutron | 07:48 | |
*** vivek-ebay has joined #openstack-neutron | 07:49 | |
*** SridharG has quit IRC | 07:50 | |
*** doude has quit IRC | 07:50 | |
*** doude_ has joined #openstack-neutron | 07:50 | |
*** vivek-ebay has quit IRC | 07:54 | |
*** armax has quit IRC | 07:55 | |
*** nlahouti has quit IRC | 07:56 | |
*** zz_avozza is now known as avozza | 07:59 | |
*** tellesnobrega_ has joined #openstack-neutron | 08:00 | |
openstackgerrit | garyk proposed openstack/neutron: Update i18n translation for NEC plugin log msg's https://review.openstack.org/138358 | 08:00 |
openstackgerrit | Merged openstack/neutron: return the dict of port when no sec-group involved https://review.openstack.org/138633 | 08:01 |
*** tellesnobrega_ has quit IRC | 08:04 | |
kevinbenton | yalie: now you can cherry-pick that patch | 08:08 |
*** lizk_ has joined #openstack-neutron | 08:11 | |
*** gridinv_ has joined #openstack-neutron | 08:12 | |
*** xuhanp has quit IRC | 08:14 | |
*** lizk_ has quit IRC | 08:16 | |
yalie | kevinbenton: got it, thank you | 08:17 |
*** tflynn has quit IRC | 08:19 | |
*** tflynn has joined #openstack-neutron | 08:19 | |
*** puck has quit IRC | 08:21 | |
openstackgerrit | Merged openstack/neutron: Updated from global requirements https://review.openstack.org/139233 | 08:23 |
*** puck has joined #openstack-neutron | 08:24 | |
*** padkrish has quit IRC | 08:24 | |
*** padkrish has joined #openstack-neutron | 08:25 | |
*** padkrish has quit IRC | 08:26 | |
*** pino has joined #openstack-neutron | 08:27 | |
*** techcet has joined #openstack-neutron | 08:28 | |
*** vthapar has quit IRC | 08:29 | |
*** vthapar has joined #openstack-neutron | 08:30 | |
*** techcet has quit IRC | 08:33 | |
*** oreillyd has joined #openstack-neutron | 08:33 | |
*** nimissa has quit IRC | 08:35 | |
*** Masahiro has quit IRC | 08:36 | |
*** nimissa has joined #openstack-neutron | 08:37 | |
*** kopparam has quit IRC | 08:39 | |
*** yamamo___ has quit IRC | 08:41 | |
*** oomichi has quit IRC | 08:41 | |
*** garyk has quit IRC | 08:42 | |
*** luqas has joined #openstack-neutron | 08:42 | |
*** shashankhegde has joined #openstack-neutron | 08:42 | |
*** matrohon has joined #openstack-neutron | 08:44 | |
*** anshul has joined #openstack-neutron | 08:45 | |
*** nimissa has quit IRC | 08:45 | |
*** jpena has joined #openstack-neutron | 08:47 | |
*** Masahiro has joined #openstack-neutron | 08:47 | |
*** nimissa has joined #openstack-neutron | 08:47 | |
yalie | hi obondarev_ ? | 08:49 |
*** shashankhegde has quit IRC | 08:51 | |
*** tflynn has quit IRC | 08:51 | |
*** anshul has quit IRC | 08:53 | |
*** safchain has joined #openstack-neutron | 08:55 | |
*** mc__ has quit IRC | 08:55 | |
*** jpich has joined #openstack-neutron | 08:55 | |
*** anshul has joined #openstack-neutron | 08:56 | |
*** AlexF has joined #openstack-neutron | 08:59 | |
*** ygbo has joined #openstack-neutron | 09:02 | |
*** sluo_wfh has quit IRC | 09:02 | |
*** salv-orlando has joined #openstack-neutron | 09:03 | |
*** erkules_ is now known as erkules | 09:03 | |
*** salv-orlando has quit IRC | 09:04 | |
*** kopparam has joined #openstack-neutron | 09:05 | |
*** salv-orlando has joined #openstack-neutron | 09:05 | |
*** nimissa has quit IRC | 09:07 | |
*** nimissa has joined #openstack-neutron | 09:08 | |
*** yamamoto_ has joined #openstack-neutron | 09:09 | |
*** skolekonov has joined #openstack-neutron | 09:11 | |
obondarev_ | yalie: hi | 09:13 |
*** sluo_wfh has joined #openstack-neutron | 09:14 | |
*** jistr has joined #openstack-neutron | 09:14 | |
*** Despruk has joined #openstack-neutron | 09:15 | |
*** salv-orl_ has joined #openstack-neutron | 09:16 | |
yalie | obondarev_ : could help review this bp https://review.openstack.org/#/c/99873/ | 09:18 |
ajo | ping ijw : https://review.openstack.org/#/c/105989/ I added a few comments, | 09:18 |
ajo | it looks good to me, just a few deails | 09:19 |
*** salv-orlando has quit IRC | 09:20 | |
*** sluo_wfh has quit IRC | 09:20 | |
*** igordcard has joined #openstack-neutron | 09:22 | |
*** luqas has quit IRC | 09:22 | |
*** luqas has joined #openstack-neutron | 09:23 | |
*** AlexF has quit IRC | 09:23 | |
*** yamamoto_ has quit IRC | 09:23 | |
*** jp_at_hp has joined #openstack-neutron | 09:24 | |
rossella_s | ajo: I am not a morning person. If you want to add the Ipset Manager refactoring into the L2 agent restructuring blueprint I am fine with that. Did you get a change to talk with amotoki__away and Mark about it? | 09:24 |
ajo | rossella_s, not yet | 09:25 |
ajo | rossella_s, actually, the cleanup would be superceded by the new iptables manager and iptables firewall driver (jakub), | 09:25 |
ajo | for the iptablesfirewalldriver part | 09:26 |
ajo | well, the IpsetManager part would be a good foundation for them to use | 09:26 |
rossella_s | ajo: I see, if I remember correctly that's a separate blueprint, right? | 09:26 |
ajo | yes, but it's a bit orthogonal to this, just touching in the point of "using ipsets" | 09:26 |
ajo | tangent :D | 09:27 |
rossella_s | ajo you are good in geometry :P | 09:27 |
ajo | rossella_s, or I'm awful :D... not sure... :) | 09:27 |
ajo | rossella_s, let me look on the L2 refactor spec again | 09:27 |
*** techcet has joined #openstack-neutron | 09:28 | |
ajo | I will see if there's a place to comment about this, and get it under the same umbrella | 09:28 |
ajo | we can discuss that with amotoki__away and mark then | 09:28 |
rossella_s | ajo: yes please do. You can find a place I am sure, it's already a kind of umbrella blueprint | 09:28 |
rossella_s | ajo: let me know then. You can also file a separate blueprint for the Ipset manager | 09:29 |
rossella_s | ajo: I am fine either way | 09:29 |
ajo | yes, I could do that too, and then we just reference it from the umbrella | 09:29 |
ajo | may be it's just better a separate one. | 09:30 |
ajo | ok, I think that today I'm writting two specs, | 09:30 |
ajo | or even three: one to clean up the old security_group_rules_for_devices + another to cleanup and fix into just using ipset + and the IpsetManager refactor. | 09:32 |
ajo | rossella_s ^ bureaucracy-- | 09:32 |
*** techcet has quit IRC | 09:33 | |
ajo | I like specs in the context of changing behavior or features (first two ones), | 09:33 |
ajo | but I find them a burden in the case of cleanups/refactors, | 09:33 |
*** SridharG has joined #openstack-neutron | 09:33 | |
*** tellesnobrega_ has joined #openstack-neutron | 09:35 | |
*** yamamoto has joined #openstack-neutron | 09:35 | |
*** numan has quit IRC | 09:36 | |
*** padkrish has joined #openstack-neutron | 09:37 | |
*** luqas has quit IRC | 09:37 | |
*** luqas has joined #openstack-neutron | 09:37 | |
rossella_s | ajo: I agree with you | 09:38 |
*** abehl has joined #openstack-neutron | 09:38 | |
ajo | obondarev_ ^ | 09:38 |
ajo | what do you think about this? :) | 09:38 |
*** luqas has quit IRC | 09:39 | |
*** luqas has joined #openstack-neutron | 09:40 | |
*** jlibosva has joined #openstack-neutron | 09:40 | |
*** padkrish has quit IRC | 09:41 | |
*** anshul has quit IRC | 09:41 | |
*** ihrachyshka has joined #openstack-neutron | 09:43 | |
obondarev_ | writing specs? It's so exciting, isn't it?!) | 09:43 |
obondarev_ | ajo: seriously, for ipset refactor I'd consider just a bp with no spec, like Mark and Akihiro are suggesting | 09:44 |
ajo | hmmm | 09:44 |
ajo | obondarev_ I misunderstood them | 09:45 |
ajo | ahhh, that's what they mean with thin spec / blueprint? | 09:45 |
ajo | :) | 09:45 |
* ajo recovers happiness | 09:45 | |
Despruk | Hello. Is this the correct channel for lbaas question? openstack-lbaas channel doesn't seem to be very active. | 09:45 |
obondarev_ | ajo: wait, maybe it was me who misunderstood..) | 09:45 |
* ajo cries ;) | 09:45 | |
ajo | I will re-read too, 1 sec | 09:45 |
*** SridharG has quit IRC | 09:45 | |
*** luqas has quit IRC | 09:46 | |
ajo | you were correct obondarev_ | 09:46 |
ajo | they said lightweight blueprint | 09:47 |
ajo | not thin spec, | 09:47 |
* ajo needs more coffee | 09:47 | |
obondarev_ | ajo: yeah, "a lightweight LP only blueprint for Kilo or Wishlist bug." | 09:47 |
obondarev_ | ajo: no spec | 09:47 |
ajo | obondarev_++ | 09:47 |
obondarev_ | ajo: no bureaucracy :) | 09:47 |
ajo | :) :) | 09:48 |
obondarev_ | yalie: sorry for delay, I'll try to, thougt not sure I have enough time now as I'm preparing for travelling.. | 09:48 |
*** luqas has joined #openstack-neutron | 09:49 | |
*** yamamoto has quit IRC | 09:50 | |
openstackgerrit | Ralf Haferkamp proposed openstack/neutron: Register FWaaS resource to quota engine https://review.openstack.org/139124 | 09:50 |
*** numan has joined #openstack-neutron | 09:50 | |
*** luqas has quit IRC | 09:50 | |
*** luqas has joined #openstack-neutron | 09:51 | |
*** luqas has quit IRC | 09:53 | |
*** luqas has joined #openstack-neutron | 09:53 | |
*** yalie has quit IRC | 09:54 | |
*** luqas has quit IRC | 09:55 | |
*** luqas has joined #openstack-neutron | 09:55 | |
*** luqas__ has joined #openstack-neutron | 09:58 | |
*** luqas has quit IRC | 09:58 | |
*** luqas__ has quit IRC | 10:00 | |
*** luqas__ has joined #openstack-neutron | 10:00 | |
*** tellesnobrega_ has quit IRC | 10:00 | |
*** nyechiel__ has quit IRC | 10:01 | |
*** luqas__ has quit IRC | 10:03 | |
*** luqas__ has joined #openstack-neutron | 10:03 | |
*** aepifanov has joined #openstack-neutron | 10:03 | |
*** mleroy has joined #openstack-neutron | 10:04 | |
*** luqas__ has quit IRC | 10:04 | |
*** kopparam has quit IRC | 10:04 | |
*** luqas__ has joined #openstack-neutron | 10:05 | |
ajo | obondarev_: https://blueprints.launchpad.net/neutron/+spec/ipset-manager-refactor | 10:05 |
ajo | fixing the review to point there | 10:06 |
obondarev_ | ajo: cool | 10:06 |
*** yapeng has quit IRC | 10:07 | |
*** luqas__ has quit IRC | 10:07 | |
*** luqas__ has joined #openstack-neutron | 10:08 | |
*** luqas__ has quit IRC | 10:09 | |
*** luqas has joined #openstack-neutron | 10:10 | |
*** abehl has quit IRC | 10:11 | |
*** luqas__ has joined #openstack-neutron | 10:12 | |
*** luqas has quit IRC | 10:12 | |
*** popw1 has joined #openstack-neutron | 10:12 | |
*** popw1 has quit IRC | 10:13 | |
*** luqas__ has quit IRC | 10:13 | |
*** luqas___ has joined #openstack-neutron | 10:13 | |
*** popw has quit IRC | 10:14 | |
*** luqas___ has quit IRC | 10:15 | |
*** luqas__ has joined #openstack-neutron | 10:15 | |
*** aix has joined #openstack-neutron | 10:16 | |
*** luqas__ has quit IRC | 10:17 | |
*** luqas__ has joined #openstack-neutron | 10:17 | |
*** feleouet has joined #openstack-neutron | 10:19 | |
*** francois_eleouet has quit IRC | 10:19 | |
*** luqas__ has quit IRC | 10:19 | |
*** matrohon has quit IRC | 10:19 | |
*** pino has quit IRC | 10:19 | |
*** luqas has joined #openstack-neutron | 10:20 | |
*** amotoki__away is now known as amotoki | 10:22 | |
amotoki | ajo: thanks for filing a bp. now checking your review comments. | 10:22 |
*** luqas has quit IRC | 10:23 | |
ajo | amotoki, no worries, basically I misunderstood that I needed a spec, | 10:23 |
ajo | and the second about generating names on the ipset side, seems good to me | 10:23 |
ajo | actually I thought about that once, and I managed to forget, so I totally agree | 10:23 |
*** luqas has joined #openstack-neutron | 10:23 | |
ajo | working on that at the moment | 10:23 |
amotoki | ajo: cool. | 10:25 |
*** abehl has joined #openstack-neutron | 10:25 | |
*** SumitNaiksatam has quit IRC | 10:25 | |
*** luqas has quit IRC | 10:26 | |
*** luqas has joined #openstack-neutron | 10:26 | |
ajo | amotoki, may be we can accept "id" and "ethertype" | 10:27 |
ajo | as parameters for get name | 10:27 |
ajo | as other methods in the ipset manager accept name and ethertype | 10:27 |
ajo | it would be consistent | 10:27 |
ajo | for example with: set_members(self, set_name, member_ips, ethertype) | 10:27 |
amotoki | ajo: if ipset manager expects "ethertype" as a first citizen, it sounds reasonable. | 10:28 |
amotoki | ajo: accroding to your comment, it looks so. | 10:28 |
*** techcet has joined #openstack-neutron | 10:28 | |
*** luqas has quit IRC | 10:28 | |
openstackgerrit | Merged openstack/neutron: Fix program name in --version output https://review.openstack.org/138903 | 10:29 |
*** luqas has joined #openstack-neutron | 10:29 | |
ajo | amotoki, yes, it's because of the fact that when you create an ipset, you need to provide the "family" (IPv6 / IPv4) | 10:29 |
openstackgerrit | Steven Weston proposed openstack/neutron: Security groups don't work with vip and ovs plugin https://review.openstack.org/109848 | 10:29 |
ajo | 399058 | 10:29 |
ajo | hmm, that was my yubikey.. | 10:29 |
amotoki | ajo: okay. your idea works for me too. | 10:30 |
ajo | but yet, we need the "full name" to reference it from iptables | 10:30 |
ajo | (I was thinking of getting rid of get_name at all) | 10:30 |
ajo | I will sanitize it a bit | 10:30 |
ZZelle | amotoki, hi | 10:30 |
amotoki | but don't we need some "id" to refer ipset from iptables. | 10:31 |
*** matrohon has joined #openstack-neutron | 10:31 | |
amotoki | in my understanding we are just using "full name" as "id". | 10:31 |
*** luqas has quit IRC | 10:31 | |
*** luqas has joined #openstack-neutron | 10:31 | |
ajo | amotoki, to have a more consistent interface, I suggest | 10:32 |
ajo | referencing ipsets always by ID + ethertype | 10:32 |
ajo | now set_members ises the "ipset name" | 10:32 |
ajo | this way, we always reference ID (whatever it is, in this case SG_ID to be used as part of the ipset name), and ethertype to do any operation, | 10:32 |
ajo | and we only retrieve the ipset name when we need to build a iptable rule referencing that ipset | 10:33 |
*** techcet has quit IRC | 10:33 | |
ajo | it will clean up like 5-10 lines in the iptables firewall | 10:33 |
*** Masahiro has quit IRC | 10:33 | |
ajo | amotoki, I will show you in the patchset difference (From 25 to 26 -wip-) | 10:33 |
*** SumitNaiksatam has joined #openstack-neutron | 10:34 | |
amotoki | ajo: thanks. it sounds good direction :-) | 10:34 |
*** luqas__ has joined #openstack-neutron | 10:35 | |
*** luqas has quit IRC | 10:35 | |
Despruk | ok I'll ask anyway | 10:36 |
Despruk | I have a bug in lbaas haproxy driver when using session_persistence type HTTP_COOKIE. In haproxy conf, line for pool memers is gerated "server 62d96c09-0316-43ae-a831-8dd2b22aa983 10.0.0.10:12345 weight 1 cookie 0" adding the "cookie <number>" for each pool member. | 10:36 |
Despruk | However, when adding new server to members pool, new haproxy conf entry is added as "cookie 0" and previous "cookie 0" server is now "cookie 1". This causes old HTTP sessions with cokie 0 to go to new pool member and sessions are broken. | 10:36 |
*** luqas__ has quit IRC | 10:36 | |
Despruk | is this a known bug? | 10:37 |
*** luqas__ has joined #openstack-neutron | 10:37 | |
openstackgerrit | Steven Weston proposed openstack/neutron: Security groups don't work with vip and ovs plugin https://review.openstack.org/109848 | 10:38 |
ZZelle | amotoki, if you have some time could you have a look to https://review.openstack.org/136511 ? | 10:39 |
openstackgerrit | Steven Weston proposed openstack/neutron: Security groups don't work with vip and ovs plugin https://review.openstack.org/109848 | 10:40 |
openstackgerrit | Steven Weston proposed openstack/neutron: Security groups don't work with vip and ovs plugin https://review.openstack.org/109848 | 10:42 |
*** SridharG has joined #openstack-neutron | 10:47 | |
ajo | amotoki, I will move the IPSET_DIRECTION = {INGRESS_DIRECTION: 'src', | 10:50 |
ajo | EGRESS_DIRECTION: 'dst'} | 10:50 |
ajo | dict , into ipset | 10:50 |
ajo | into ipsetmanager I mean, | 10:50 |
*** yamamoto has joined #openstack-neutron | 10:50 | |
ajo | hmmm | 10:50 |
ajo | or not | 10:50 |
ajo | wait, this is iptables specific | 10:51 |
ajo | yes, it is :) | 10:51 |
ajo | I said nothing :) | 10:51 |
ajo | it's for the way iptable rules are built , to specify if you're referencing an "ipset" during ingress, or during egress | 10:51 |
ajo | but ipset itself knows nothing about this syntax | 10:51 |
*** stanzgy_ has quit IRC | 10:55 | |
*** yamamoto has quit IRC | 10:56 | |
*** kopparam has joined #openstack-neutron | 10:56 | |
*** jp_at_hp has quit IRC | 10:57 | |
*** jp_at_hp has joined #openstack-neutron | 10:58 | |
*** pc_m has joined #openstack-neutron | 11:01 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Avoid unnecessary explicit str() conversion around exceptions https://review.openstack.org/138709 | 11:02 |
*** pino has joined #openstack-neutron | 11:07 | |
*** my_openstack_use has joined #openstack-neutron | 11:13 | |
Despruk | test | 11:13 |
*** salv-orlando has joined #openstack-neutron | 11:13 | |
*** my_openstack_use has left #openstack-neutron | 11:14 | |
*** salv-orl_ has quit IRC | 11:17 | |
*** jp_at_hp has quit IRC | 11:24 | |
*** techcet has joined #openstack-neutron | 11:28 | |
*** yfauser has joined #openstack-neutron | 11:30 | |
*** sgordon has quit IRC | 11:30 | |
*** techcet has quit IRC | 11:32 | |
*** Masahiro has joined #openstack-neutron | 11:34 | |
*** pino_ has joined #openstack-neutron | 11:38 | |
*** pino has quit IRC | 11:38 | |
*** Masahiro has quit IRC | 11:39 | |
*** luqas has joined #openstack-neutron | 11:47 | |
*** luqas__ has quit IRC | 11:47 | |
*** yfauser has left #openstack-neutron | 11:47 | |
*** trinaths has left #openstack-neutron | 11:47 | |
*** luqas has quit IRC | 11:49 | |
*** luqas has joined #openstack-neutron | 11:49 | |
openstackgerrit | Steven Weston proposed openstack/neutron: Security groups don't work with vip and ovs plugin https://review.openstack.org/109848 | 11:50 |
*** luqas has quit IRC | 11:51 | |
*** luqas has joined #openstack-neutron | 11:52 | |
*** luqas has quit IRC | 11:53 | |
*** diegows has joined #openstack-neutron | 11:54 | |
*** luqas has joined #openstack-neutron | 11:54 | |
*** amotoki is now known as amotoki__away | 11:54 | |
*** Zemeio has quit IRC | 11:55 | |
*** luqas has quit IRC | 11:56 | |
*** luqas__ has joined #openstack-neutron | 11:56 | |
*** Zemeio has joined #openstack-neutron | 11:56 | |
openstackgerrit | Steven Weston proposed openstack/neutron: Security groups don't work with vip and ovs plugin https://review.openstack.org/109848 | 11:57 |
*** luqas__ has quit IRC | 11:58 | |
*** luqas has joined #openstack-neutron | 11:59 | |
*** luqas has quit IRC | 12:01 | |
*** luqas__ has joined #openstack-neutron | 12:01 | |
*** yfried_ has joined #openstack-neutron | 12:01 | |
*** jpich has quit IRC | 12:01 | |
*** jpich has joined #openstack-neutron | 12:02 | |
*** luqas___ has joined #openstack-neutron | 12:03 | |
*** luqas__ has quit IRC | 12:03 | |
*** dims has joined #openstack-neutron | 12:04 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Avoid unnecessary explicit str() conversion around exceptions https://review.openstack.org/138709 | 12:05 |
*** luqas__ has joined #openstack-neutron | 12:07 | |
*** luqas___ has quit IRC | 12:07 | |
*** luqas__ has quit IRC | 12:08 | |
*** luqas has joined #openstack-neutron | 12:09 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Avoid unnecessary explicit str() conversion around exceptions https://review.openstack.org/138709 | 12:10 |
*** luqas has quit IRC | 12:10 | |
*** pino_ has quit IRC | 12:10 | |
*** luqas has joined #openstack-neutron | 12:11 | |
*** luqas__ has joined #openstack-neutron | 12:13 | |
*** luqas has quit IRC | 12:13 | |
*** kopparam has quit IRC | 12:14 | |
*** luqas__ has quit IRC | 12:15 | |
*** luqas has joined #openstack-neutron | 12:16 | |
*** yatin has quit IRC | 12:17 | |
*** SridharG has quit IRC | 12:18 | |
*** luqas__ has joined #openstack-neutron | 12:19 | |
*** SridharG has joined #openstack-neutron | 12:19 | |
*** luqas has quit IRC | 12:20 | |
*** luqas__ has quit IRC | 12:20 | |
*** luqas__ has joined #openstack-neutron | 12:20 | |
*** jp_at_hp has joined #openstack-neutron | 12:22 | |
*** francois_eleouet has joined #openstack-neutron | 12:22 | |
*** luqas__ has quit IRC | 12:22 | |
*** feleouet has quit IRC | 12:23 | |
*** luqas__ has joined #openstack-neutron | 12:23 | |
*** matrohon has quit IRC | 12:23 | |
*** luqas__ has quit IRC | 12:24 | |
*** luqas__ has joined #openstack-neutron | 12:25 | |
*** luqas__ has quit IRC | 12:26 | |
*** luqas has joined #openstack-neutron | 12:27 | |
*** pino has joined #openstack-neutron | 12:27 | |
*** techcet has joined #openstack-neutron | 12:27 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Avoid unnecessary explicit str() conversion around exceptions https://review.openstack.org/138709 | 12:29 |
*** luqas has quit IRC | 12:29 | |
*** luqas has joined #openstack-neutron | 12:30 | |
*** luqas has quit IRC | 12:32 | |
*** luqas has joined #openstack-neutron | 12:33 | |
*** techcet has quit IRC | 12:33 | |
*** luqas has quit IRC | 12:35 | |
*** matrohon has joined #openstack-neutron | 12:35 | |
*** luqas has joined #openstack-neutron | 12:35 | |
*** rpothier has joined #openstack-neutron | 12:36 | |
*** luqas__ has joined #openstack-neutron | 12:38 | |
*** luqas has quit IRC | 12:39 | |
*** luqas___ has joined #openstack-neutron | 12:41 | |
*** kopparam has joined #openstack-neutron | 12:42 | |
*** samot has quit IRC | 12:42 | |
*** luqas__ has quit IRC | 12:42 | |
*** luqas___ has quit IRC | 12:46 | |
*** luqas has joined #openstack-neutron | 12:47 | |
*** mwagner_lap has quit IRC | 12:48 | |
*** WackoRobie has joined #openstack-neutron | 12:48 | |
*** luqas has quit IRC | 12:48 | |
*** ZZelle has quit IRC | 12:48 | |
*** luqas has joined #openstack-neutron | 12:49 | |
*** luqas has quit IRC | 12:50 | |
*** sgordon has joined #openstack-neutron | 12:50 | |
*** luqas has joined #openstack-neutron | 12:51 | |
*** thomasem has joined #openstack-neutron | 12:51 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: IpsetManager refactoring https://review.openstack.org/120806 | 12:51 |
ajo | amotoki__away, obondarev_ ^ :) | 12:51 |
*** Longgeek has quit IRC | 12:52 | |
ajo | I have reduced the commit message too, I had too many bullets, which looked like if I was doing too many things out of scope, but I was more explaining | 12:52 |
*** luqas has quit IRC | 12:52 | |
ajo | the properties/reasoning of the patch. | 12:53 |
*** luqas has joined #openstack-neutron | 12:53 | |
*** luqas has quit IRC | 12:54 | |
*** mikedillion has joined #openstack-neutron | 12:55 | |
*** luqas has joined #openstack-neutron | 12:55 | |
*** ZZelle has joined #openstack-neutron | 12:55 | |
*** luqas has quit IRC | 12:56 | |
*** luqas has joined #openstack-neutron | 12:57 | |
*** sambetts has joined #openstack-neutron | 12:59 | |
*** luqas has quit IRC | 13:00 | |
*** luqas has joined #openstack-neutron | 13:00 | |
*** luqas has quit IRC | 13:01 | |
*** luqas has joined #openstack-neutron | 13:02 | |
*** luqas has quit IRC | 13:04 | |
*** luqas has joined #openstack-neutron | 13:04 | |
*** thomasem has quit IRC | 13:05 | |
*** luqas has quit IRC | 13:05 | |
*** luqas has joined #openstack-neutron | 13:06 | |
*** luqas has quit IRC | 13:07 | |
*** luqas has joined #openstack-neutron | 13:08 | |
*** Masahiro has joined #openstack-neutron | 13:08 | |
*** ZZelle has quit IRC | 13:09 | |
*** luqas has quit IRC | 13:10 | |
*** luqas__ has joined #openstack-neutron | 13:10 | |
*** yamamoto has joined #openstack-neutron | 13:10 | |
*** jckasper_ has quit IRC | 13:11 | |
*** luqas__ has quit IRC | 13:11 | |
*** ZZelle has joined #openstack-neutron | 13:11 | |
*** luqas has joined #openstack-neutron | 13:12 | |
*** Masahiro has quit IRC | 13:13 | |
*** luqas has quit IRC | 13:13 | |
*** luqas has joined #openstack-neutron | 13:14 | |
*** luqas has quit IRC | 13:15 | |
*** luqas has joined #openstack-neutron | 13:16 | |
*** Longgeek has joined #openstack-neutron | 13:17 | |
*** karimb has quit IRC | 13:17 | |
*** luqas has quit IRC | 13:18 | |
*** luqas has joined #openstack-neutron | 13:18 | |
*** mikedillion has quit IRC | 13:19 | |
*** thomasem has joined #openstack-neutron | 13:20 | |
*** luqas has quit IRC | 13:21 | |
*** luqas__ has joined #openstack-neutron | 13:21 | |
*** thomasem has quit IRC | 13:21 | |
*** baoli has joined #openstack-neutron | 13:21 | |
*** baoli has quit IRC | 13:21 | |
*** thomasem has joined #openstack-neutron | 13:22 | |
*** baoli has joined #openstack-neutron | 13:22 | |
*** luqas__ has quit IRC | 13:22 | |
*** luqas__ has joined #openstack-neutron | 13:22 | |
*** mwagner_lap has joined #openstack-neutron | 13:26 | |
*** yfried_ has quit IRC | 13:28 | |
*** techcet has joined #openstack-neutron | 13:28 | |
*** dims has quit IRC | 13:29 | |
*** dims has joined #openstack-neutron | 13:29 | |
*** techcet has quit IRC | 13:32 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Update heal_script for alembic 0.7.1 https://review.openstack.org/138998 | 13:34 |
*** abehl has quit IRC | 13:35 | |
*** nplanel has joined #openstack-neutron | 13:36 | |
*** rook has quit IRC | 13:37 | |
*** xuhanp has joined #openstack-neutron | 13:38 | |
*** ZZelle has quit IRC | 13:39 | |
*** skolekonov has quit IRC | 13:42 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Update heal_script for alembic 0.7.1 https://review.openstack.org/138998 | 13:43 |
*** trinaths has joined #openstack-neutron | 13:45 | |
*** ZZelle has joined #openstack-neutron | 13:46 | |
*** trinaths has left #openstack-neutron | 13:49 | |
*** xuhanp has quit IRC | 13:49 | |
*** manishg has joined #openstack-neutron | 13:50 | |
*** flaviof has quit IRC | 13:53 | |
*** pino has quit IRC | 13:53 | |
*** SridharG has quit IRC | 13:54 | |
*** ishant has quit IRC | 13:54 | |
*** ZZelle has quit IRC | 13:55 | |
*** jprovazn has joined #openstack-neutron | 13:55 | |
*** yamamoto has quit IRC | 13:56 | |
*** alexpilotti has joined #openstack-neutron | 13:56 | |
*** yapeng has joined #openstack-neutron | 14:02 | |
*** ZZelle has joined #openstack-neutron | 14:02 | |
*** dims has quit IRC | 14:05 | |
*** dims has joined #openstack-neutron | 14:06 | |
*** rook has joined #openstack-neutron | 14:07 | |
*** radez_g0n3 is now known as radez | 14:07 | |
*** Marga_ has quit IRC | 14:09 | |
*** dboik has joined #openstack-neutron | 14:09 | |
*** karimb has joined #openstack-neutron | 14:11 | |
*** yapeng has quit IRC | 14:12 | |
*** ZZelle has quit IRC | 14:12 | |
*** manishg has quit IRC | 14:13 | |
*** yapeng has joined #openstack-neutron | 14:13 | |
*** yamamoto has joined #openstack-neutron | 14:13 | |
*** dboik_ has joined #openstack-neutron | 14:17 | |
*** ZZelle has joined #openstack-neutron | 14:17 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Avoid unnecessary explicit str() conversion around exceptions https://review.openstack.org/138709 | 14:17 |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: NSX: separate DB & backend ops for floating IPs https://review.openstack.org/138078 | 14:18 |
*** kbringard has joined #openstack-neutron | 14:18 | |
*** kbyrne has quit IRC | 14:19 | |
*** dboik has quit IRC | 14:20 | |
*** SridharG has joined #openstack-neutron | 14:20 | |
*** kbyrne has joined #openstack-neutron | 14:21 | |
*** shakamunyi has joined #openstack-neutron | 14:21 | |
*** avozza is now known as zz_avozza | 14:22 | |
*** dboik_ has quit IRC | 14:22 | |
openstackgerrit | Merged openstack/neutron-specs: template.rst: Use a reference https://review.openstack.org/138622 | 14:22 |
*** jckasper has joined #openstack-neutron | 14:23 | |
*** manishg has joined #openstack-neutron | 14:24 | |
*** jckasper_ has joined #openstack-neutron | 14:24 | |
*** trad511 has joined #openstack-neutron | 14:26 | |
*** techcet has joined #openstack-neutron | 14:27 | |
*** jckasper has quit IRC | 14:28 | |
*** neophy has joined #openstack-neutron | 14:30 | |
*** alexpilotti has quit IRC | 14:30 | |
*** alexpilotti has joined #openstack-neutron | 14:31 | |
*** diegows has quit IRC | 14:33 | |
openstackgerrit | Merged openstack/neutron-specs: ofagent-flow-based-tunneling https://review.openstack.org/128557 | 14:33 |
*** techcet has quit IRC | 14:33 | |
openstackgerrit | Merged openstack/neutron-specs: OFAgent: Factor out switch implementation dependent code to sub-drivers https://review.openstack.org/130136 | 14:34 |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Avoid unnecessary explicit str() conversion around exceptions https://review.openstack.org/138709 | 14:34 |
*** padkrish has joined #openstack-neutron | 14:35 | |
*** AbsinthMind has joined #openstack-neutron | 14:35 | |
openstackgerrit | Carol Bouchard proposed openstack/neutron: Apply 'int allowed vlan' cfg when one not there https://review.openstack.org/137493 | 14:37 |
*** cbouch has joined #openstack-neutron | 14:37 | |
*** manishg has quit IRC | 14:38 | |
*** alexpilotti has quit IRC | 14:38 | |
*** vivek-ebay has joined #openstack-neutron | 14:40 | |
*** alexpilotti has joined #openstack-neutron | 14:40 | |
*** dane_leblanc has joined #openstack-neutron | 14:41 | |
*** signed8bit has joined #openstack-neutron | 14:42 | |
*** alexpilotti has quit IRC | 14:42 | |
*** mikedillion has joined #openstack-neutron | 14:45 | |
*** charlesr has joined #openstack-neutron | 14:46 | |
*** thomasem has quit IRC | 14:47 | |
*** jogo is now known as flashgordon | 14:48 | |
*** dboik has joined #openstack-neutron | 14:48 | |
*** armax has joined #openstack-neutron | 14:50 | |
*** dane_leblanc has quit IRC | 14:50 | |
*** luqas__ has quit IRC | 14:50 | |
*** luqas__ has joined #openstack-neutron | 14:51 | |
*** dansmith is now known as superdan | 14:52 | |
*** luqas__ has quit IRC | 14:52 | |
*** ajo has quit IRC | 14:53 | |
*** luqas__ has joined #openstack-neutron | 14:53 | |
*** luqas__ has quit IRC | 14:54 | |
*** thomasem has joined #openstack-neutron | 14:54 | |
*** luqas__ has joined #openstack-neutron | 14:55 | |
*** r-daneel has joined #openstack-neutron | 14:55 | |
*** zzzeek has joined #openstack-neutron | 14:55 | |
*** saloa has joined #openstack-neutron | 14:55 | |
*** luqas__ has quit IRC | 14:56 | |
*** luqas__ has joined #openstack-neutron | 14:57 | |
*** Masahiro has joined #openstack-neutron | 14:57 | |
*** luqas__ has quit IRC | 14:59 | |
*** luqas__ has joined #openstack-neutron | 14:59 | |
*** luqas__ has quit IRC | 15:00 | |
*** luqas__ has joined #openstack-neutron | 15:01 | |
*** thomasem has quit IRC | 15:01 | |
*** drankis has joined #openstack-neutron | 15:01 | |
*** Masahiro has quit IRC | 15:01 | |
*** alexpilotti has joined #openstack-neutron | 15:02 | |
*** thomasem has joined #openstack-neutron | 15:02 | |
*** luqas__ has quit IRC | 15:03 | |
*** luqas__ has joined #openstack-neutron | 15:03 | |
*** TrevorV_ has joined #openstack-neutron | 15:04 | |
*** luqas__ has quit IRC | 15:06 | |
*** luqas___ has joined #openstack-neutron | 15:06 | |
openstackgerrit | Elena Ezhova proposed openstack/python-neutronclient: Add parser options for port-update https://review.openstack.org/138992 | 15:06 |
*** sambetts has quit IRC | 15:06 | |
*** dims is now known as dimsum__ | 15:07 | |
*** luqas__ has joined #openstack-neutron | 15:09 | |
*** prad has joined #openstack-neutron | 15:09 | |
*** luqas___ has quit IRC | 15:09 | |
*** aleksandr_null has quit IRC | 15:10 | |
*** markmcclain has joined #openstack-neutron | 15:10 | |
*** luqas has joined #openstack-neutron | 15:11 | |
*** prad has quit IRC | 15:11 | |
*** luqas__ has quit IRC | 15:12 | |
*** sara_ has joined #openstack-neutron | 15:12 | |
sara_ | HALO people | 15:13 |
sara_ | anyone here?. | 15:13 |
*** neophy_ has joined #openstack-neutron | 15:13 | |
*** yamahata has joined #openstack-neutron | 15:15 | |
sara_ | i've been asked to establish a comparison between openstack and cloudstack's networking and i'm here to look for some answers | 15:16 |
sara_ | hope to find some collaboration here :) | 15:16 |
*** neophy has quit IRC | 15:17 | |
*** padkrish has quit IRC | 15:18 | |
*** kbringard has quit IRC | 15:18 | |
sara_ | i see people leaving, is anyone still here? | 15:19 |
*** kbringard has joined #openstack-neutron | 15:21 | |
*** dims_ has joined #openstack-neutron | 15:24 | |
*** ChuckC_ has quit IRC | 15:26 | |
*** Marga_ has joined #openstack-neutron | 15:27 | |
*** kbringard has quit IRC | 15:27 | |
*** dimsum__ has quit IRC | 15:28 | |
*** jobewan has joined #openstack-neutron | 15:33 | |
*** reed has joined #openstack-neutron | 15:34 | |
*** vthapar has quit IRC | 15:36 | |
*** ajo has joined #openstack-neutron | 15:36 | |
*** jlibosva has quit IRC | 15:37 | |
*** thomasem has quit IRC | 15:37 | |
*** kbringard has joined #openstack-neutron | 15:37 | |
*** feleouet has joined #openstack-neutron | 15:38 | |
*** francois_eleouet has quit IRC | 15:38 | |
*** matrohon has quit IRC | 15:38 | |
*** drankis has quit IRC | 15:40 | |
*** mestery has quit IRC | 15:42 | |
*** sara_ has quit IRC | 15:43 | |
*** moha_hunt has joined #openstack-neutron | 15:44 | |
*** padkrish has joined #openstack-neutron | 15:45 | |
*** matrohon has joined #openstack-neutron | 15:49 | |
*** thomasem has joined #openstack-neutron | 15:52 | |
*** prad has joined #openstack-neutron | 15:55 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: Add UniqueConstraint for name and tenant_id in security group https://review.openstack.org/135006 | 15:55 |
openstackgerrit | Elena Ezhova proposed openstack/python-neutronclient: Add parser options for port-update and port-create https://review.openstack.org/138992 | 15:55 |
*** thomasem has quit IRC | 15:56 | |
openstackgerrit | Numan Siddique proposed openstack/neutron: Do not count dvr agents while creating HA ports https://review.openstack.org/137827 | 15:56 |
*** thomasem has joined #openstack-neutron | 15:57 | |
*** yamahata has quit IRC | 15:57 | |
*** emagana has joined #openstack-neutron | 15:57 | |
*** killer_prince has joined #openstack-neutron | 15:57 | |
*** killer_prince is now known as lazy_prince | 15:57 | |
*** banix has joined #openstack-neutron | 16:00 | |
*** thedodd has joined #openstack-neutron | 16:01 | |
*** numan has quit IRC | 16:01 | |
*** carl_baldwin has joined #openstack-neutron | 16:02 | |
*** padkrish has quit IRC | 16:04 | |
*** yamamoto has quit IRC | 16:08 | |
*** killer_prince has joined #openstack-neutron | 16:13 | |
*** lazy_prince has quit IRC | 16:14 | |
*** killer_prince is now known as lazy_prince | 16:14 | |
*** luqas has quit IRC | 16:15 | |
*** luqas__ has joined #openstack-neutron | 16:15 | |
*** thomasem_ has joined #openstack-neutron | 16:15 | |
*** thomasem_ has quit IRC | 16:16 | |
*** luqas__ has quit IRC | 16:16 | |
*** luqas__ has joined #openstack-neutron | 16:16 | |
*** thomasem has quit IRC | 16:17 | |
*** thedodd has quit IRC | 16:17 | |
*** luqas__ has quit IRC | 16:19 | |
*** thedodd has joined #openstack-neutron | 16:19 | |
*** luqas__ has joined #openstack-neutron | 16:19 | |
*** xgerman has joined #openstack-neutron | 16:21 | |
*** luqas___ has joined #openstack-neutron | 16:21 | |
*** luqas__ has quit IRC | 16:21 | |
*** mestery has joined #openstack-neutron | 16:21 | |
*** luqas___ has quit IRC | 16:23 | |
*** luqas has joined #openstack-neutron | 16:24 | |
*** ChuckC_ has joined #openstack-neutron | 16:24 | |
*** luqas has quit IRC | 16:26 | |
*** luqas has joined #openstack-neutron | 16:26 | |
*** ygbo has quit IRC | 16:26 | |
*** techcet has joined #openstack-neutron | 16:27 | |
*** yamamoto has joined #openstack-neutron | 16:28 | |
*** ggnel has quit IRC | 16:28 | |
*** lukego has joined #openstack-neutron | 16:28 | |
*** mestery has quit IRC | 16:28 | |
*** ChuckC_ is now known as ChuckC | 16:28 | |
*** mestery has joined #openstack-neutron | 16:28 | |
*** luqas__ has joined #openstack-neutron | 16:29 | |
*** luqas has quit IRC | 16:29 | |
*** thomasem has joined #openstack-neutron | 16:29 | |
*** thomasem has quit IRC | 16:30 | |
lukego | Howdy! Sorry about the recent test faliures on Tail-f NCS CI. That CI is in fact now superceded by “Cisco Tail-f NCS” CI. I switched off the trigger and updated the wiki. | 16:31 |
*** luqas has joined #openstack-neutron | 16:32 | |
lukego | (It had operational problems late this week leading to noise but not actual -1 votes so I hope no real disruption.) | 16:32 |
*** luqas__ has quit IRC | 16:32 | |
*** lukego has quit IRC | 16:33 | |
*** luqas has quit IRC | 16:33 | |
*** luqas has joined #openstack-neutron | 16:34 | |
yapeng | hi, anyone working on group policy project on this channel? | 16:35 |
*** luqas has quit IRC | 16:35 | |
*** luqas has joined #openstack-neutron | 16:36 | |
*** igordcard has quit IRC | 16:36 | |
*** nfedotov has left #openstack-neutron | 16:37 | |
*** luqas__ has joined #openstack-neutron | 16:37 | |
*** luqas has quit IRC | 16:37 | |
*** thedodd has quit IRC | 16:39 | |
*** _cjones_ has joined #openstack-neutron | 16:39 | |
*** luqas__ has quit IRC | 16:40 | |
*** luqas__ has joined #openstack-neutron | 16:40 | |
*** jpich has quit IRC | 16:41 | |
*** luqas__ has quit IRC | 16:42 | |
*** luqas__ has joined #openstack-neutron | 16:43 | |
*** Marga_ has quit IRC | 16:43 | |
*** matrohon has quit IRC | 16:44 | |
*** igordcard has joined #openstack-neutron | 16:45 | |
*** techcet has quit IRC | 16:45 | |
*** Masahiro has joined #openstack-neutron | 16:46 | |
*** luqas has joined #openstack-neutron | 16:46 | |
*** luqas__ has quit IRC | 16:46 | |
*** dims_ is now known as dimsum__ | 16:47 | |
*** padkrish has joined #openstack-neutron | 16:48 | |
*** luqas__ has joined #openstack-neutron | 16:49 | |
*** luqas has quit IRC | 16:50 | |
*** Masahiro has quit IRC | 16:50 | |
*** luqas__ has quit IRC | 16:51 | |
*** luqas__ has joined #openstack-neutron | 16:52 | |
*** emagana_ has joined #openstack-neutron | 16:52 | |
*** thedodd has joined #openstack-neutron | 16:53 | |
*** luqas__ has quit IRC | 16:53 | |
*** luqas__ has joined #openstack-neutron | 16:53 | |
*** mwagner_lap has quit IRC | 16:54 | |
*** emagana has quit IRC | 16:55 | |
*** luqas__ has quit IRC | 16:55 | |
*** nlahouti has joined #openstack-neutron | 16:55 | |
*** luqas has joined #openstack-neutron | 16:56 | |
*** luqas has quit IRC | 16:57 | |
*** techcet has joined #openstack-neutron | 16:57 | |
ChuckC | carl_baldwin: armax: any chance you can take a (hopefully last) look at https://review.openstack.org/#/c/129085/? | 16:57 |
*** luqas has joined #openstack-neutron | 16:57 | |
carl_baldwin | ChuckC: I can take a look today. | 16:58 |
ChuckC | carl_baldwin: many thanks, sir | 16:58 |
*** gridinv_ has quit IRC | 16:58 | |
*** mlavalle has joined #openstack-neutron | 16:59 | |
*** techcet has quit IRC | 16:59 | |
*** techcet has joined #openstack-neutron | 16:59 | |
*** luqas__ has joined #openstack-neutron | 17:00 | |
*** luqas has quit IRC | 17:00 | |
*** aepifanov has quit IRC | 17:01 | |
*** suresh12 has joined #openstack-neutron | 17:02 | |
*** safchain has quit IRC | 17:02 | |
*** emagana_ has quit IRC | 17:02 | |
*** luqas has joined #openstack-neutron | 17:03 | |
*** SridharG has left #openstack-neutron | 17:03 | |
*** luqas__ has quit IRC | 17:03 | |
*** luqas has quit IRC | 17:04 | |
*** karimb has quit IRC | 17:04 | |
*** luqas has joined #openstack-neutron | 17:05 | |
openstackgerrit | Michael Smith proposed openstack/neutron: L3 Agent support for routers with HA and DVR https://review.openstack.org/139686 | 17:05 |
*** techcet has quit IRC | 17:05 | |
*** luqas has quit IRC | 17:07 | |
*** luqas__ has joined #openstack-neutron | 17:07 | |
*** neophy_ has quit IRC | 17:07 | |
*** luqas___ has joined #openstack-neutron | 17:09 | |
*** sbfox has joined #openstack-neutron | 17:10 | |
*** thomasem has joined #openstack-neutron | 17:10 | |
*** luqas__ has quit IRC | 17:10 | |
*** marun has joined #openstack-neutron | 17:10 | |
*** luqas___ has quit IRC | 17:11 | |
*** luqas___ has joined #openstack-neutron | 17:12 | |
*** sbfox has quit IRC | 17:12 | |
*** sbfox has joined #openstack-neutron | 17:12 | |
*** suresh12 has quit IRC | 17:13 | |
*** luqas___ has quit IRC | 17:13 | |
*** luqas__ has joined #openstack-neutron | 17:13 | |
*** luqas__ has quit IRC | 17:15 | |
*** luqas__ has joined #openstack-neutron | 17:16 | |
openstackgerrit | Merged openstack/neutron: Cleanup recent generalization in post mortem debugger https://review.openstack.org/137833 | 17:16 |
*** sbfox has quit IRC | 17:16 | |
*** sbfox has joined #openstack-neutron | 17:17 | |
*** luqas__ has quit IRC | 17:17 | |
*** luqas__ has joined #openstack-neutron | 17:18 | |
*** shashankhegde has joined #openstack-neutron | 17:18 | |
*** vivek-ebay has quit IRC | 17:19 | |
*** ajmiller has quit IRC | 17:19 | |
*** pino has joined #openstack-neutron | 17:19 | |
ChuckC | armax: hi, do you have time to give https://review.openstack.org/#/c/129085/ another look? 2 other drivers have looked at the review, so I could bug them also ;) | 17:20 |
*** suresh12 has joined #openstack-neutron | 17:21 | |
*** jschwarz has joined #openstack-neutron | 17:22 | |
*** luqas__ has quit IRC | 17:22 | |
*** mikedillion has quit IRC | 17:24 | |
*** suresh12 has quit IRC | 17:24 | |
*** aranjan has joined #openstack-neutron | 17:24 | |
mestery | Hey, question for infra on gerrit groups: Is it intentional that any member of a gerrit group can add/remove members in said group? Just curious. | 17:25 |
mestery | Woops, wrong channel. | 17:25 |
*** mikedillion has joined #openstack-neutron | 17:25 | |
*** shakamunyi has quit IRC | 17:25 | |
openstackgerrit | Merged openstack/neutron: tox.ini: Prevent casual addition of bash dependency https://review.openstack.org/138650 | 17:27 |
*** jschwarz has quit IRC | 17:28 | |
*** david-lyle has joined #openstack-neutron | 17:29 | |
*** TrevorV_ has quit IRC | 17:30 | |
*** nplanel has quit IRC | 17:30 | |
*** nplanel has joined #openstack-neutron | 17:30 | |
*** abehl has joined #openstack-neutron | 17:32 | |
*** mestery has quit IRC | 17:35 | |
*** shashankhegde has quit IRC | 17:36 | |
*** pino has quit IRC | 17:37 | |
*** zzzeek has quit IRC | 17:37 | |
*** techcet has joined #openstack-neutron | 17:38 | |
*** vivek-ebay has joined #openstack-neutron | 17:38 | |
*** Marga_ has joined #openstack-neutron | 17:38 | |
*** rotbeard has quit IRC | 17:39 | |
*** Marga_ has quit IRC | 17:39 | |
*** Marga_ has joined #openstack-neutron | 17:40 | |
*** mikedillion has quit IRC | 17:40 | |
*** Marga_ has quit IRC | 17:40 | |
*** Marga_ has joined #openstack-neutron | 17:41 | |
*** TrevorV_ has joined #openstack-neutron | 17:41 | |
*** Marga_ has quit IRC | 17:41 | |
*** Marga_ has joined #openstack-neutron | 17:42 | |
*** zz_avozza is now known as avozza | 17:42 | |
*** Marga_ has quit IRC | 17:43 | |
*** Marga_ has joined #openstack-neutron | 17:44 | |
*** ajo has quit IRC | 17:44 | |
*** zzzeek has joined #openstack-neutron | 17:44 | |
*** Marga_ has quit IRC | 17:44 | |
*** jistr has quit IRC | 17:45 | |
*** jpena has quit IRC | 17:45 | |
*** Marga_ has joined #openstack-neutron | 17:45 | |
*** Marga_ has quit IRC | 17:45 | |
*** Marga_ has joined #openstack-neutron | 17:46 | |
*** aranjan has quit IRC | 17:47 | |
*** dconde has joined #openstack-neutron | 17:47 | |
*** Marga_ has quit IRC | 17:47 | |
*** Marga_ has joined #openstack-neutron | 17:48 | |
*** Marga_ has quit IRC | 17:49 | |
*** yamamoto has quit IRC | 17:49 | |
*** Marga_ has joined #openstack-neutron | 17:50 | |
*** WackoRobie has quit IRC | 17:50 | |
*** aepifanov has joined #openstack-neutron | 17:50 | |
*** WackoRobie has joined #openstack-neutron | 17:50 | |
*** Zemeio has quit IRC | 17:51 | |
*** Marga_ has quit IRC | 17:52 | |
*** suresh12 has joined #openstack-neutron | 17:53 | |
*** Marga_ has joined #openstack-neutron | 17:53 | |
*** tellesnobrega_ has joined #openstack-neutron | 17:54 | |
*** WackoRobie has quit IRC | 17:55 | |
*** aranjan has joined #openstack-neutron | 17:55 | |
*** krtaylor has quit IRC | 17:56 | |
*** aranjan has quit IRC | 17:56 | |
*** boris-42 has joined #openstack-neutron | 17:57 | |
*** aranjan has joined #openstack-neutron | 17:58 | |
*** ybabenko has quit IRC | 17:58 | |
*** rook has quit IRC | 17:59 | |
*** s3wong has joined #openstack-neutron | 17:59 | |
*** tellesnobrega_ has quit IRC | 17:59 | |
*** ajo has joined #openstack-neutron | 18:00 | |
*** mleroy has quit IRC | 18:01 | |
*** rwsu has joined #openstack-neutron | 18:02 | |
*** shashankhegde has joined #openstack-neutron | 18:02 | |
*** emagana_ has joined #openstack-neutron | 18:05 | |
*** aranjan has quit IRC | 18:06 | |
*** shakamunyi has joined #openstack-neutron | 18:07 | |
*** aranjan has joined #openstack-neutron | 18:07 | |
*** trinaths has joined #openstack-neutron | 18:07 | |
*** AbsinthMind has quit IRC | 18:08 | |
*** achanda has joined #openstack-neutron | 18:08 | |
*** mestery has joined #openstack-neutron | 18:09 | |
*** dboik has quit IRC | 18:10 | |
*** _cjones_ has quit IRC | 18:11 | |
*** aranjan has quit IRC | 18:11 | |
trinaths | Hi all | 18:12 |
*** yfauser has joined #openstack-neutron | 18:12 | |
*** krtaylor has joined #openstack-neutron | 18:13 | |
*** mwagner_lap has joined #openstack-neutron | 18:14 | |
*** yfauser has left #openstack-neutron | 18:15 | |
*** ChuckC has quit IRC | 18:16 | |
*** ivar-lazzaro has joined #openstack-neutron | 18:16 | |
*** avozza is now known as zz_avozza | 18:17 | |
*** achanda has quit IRC | 18:17 | |
*** zzzeek has quit IRC | 18:17 | |
*** achanda has joined #openstack-neutron | 18:18 | |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: NSX: separate DB & backend ops for floating IPs https://review.openstack.org/138078 | 18:20 |
*** dsneddon has quit IRC | 18:20 | |
*** WackoRobie has joined #openstack-neutron | 18:21 | |
*** dsneddon has joined #openstack-neutron | 18:21 | |
*** kopparam has quit IRC | 18:21 | |
*** baoli has quit IRC | 18:22 | |
*** rook has joined #openstack-neutron | 18:22 | |
*** aranjan has joined #openstack-neutron | 18:22 | |
*** kopparam has joined #openstack-neutron | 18:22 | |
*** achanda has quit IRC | 18:22 | |
*** WackoRob_ has joined #openstack-neutron | 18:23 | |
*** WackoRobie has quit IRC | 18:23 | |
*** zzzeek has joined #openstack-neutron | 18:24 | |
*** baoli has joined #openstack-neutron | 18:24 | |
*** baoli has quit IRC | 18:25 | |
*** oreillyd has quit IRC | 18:25 | |
*** baoli has joined #openstack-neutron | 18:25 | |
*** padkrish has quit IRC | 18:27 | |
*** WackoRob_ has quit IRC | 18:28 | |
*** radez is now known as radez_g0n3 | 18:29 | |
*** LinStatSDR has joined #openstack-neutron | 18:29 | |
*** s3wong has quit IRC | 18:30 | |
*** harlowja_away is now known as harlowja_ | 18:31 | |
*** s3wong has joined #openstack-neutron | 18:32 | |
*** thedodd has quit IRC | 18:32 | |
*** kopparam has quit IRC | 18:33 | |
*** amcrn has joined #openstack-neutron | 18:34 | |
*** Masahiro has joined #openstack-neutron | 18:35 | |
*** padkrish has joined #openstack-neutron | 18:36 | |
*** trinaths has left #openstack-neutron | 18:36 | |
*** chuckC_ has joined #openstack-neutron | 18:38 | |
openstackgerrit | rcurran proposed openstack/neutron-specs: ML2 Cisco Nexus Mechanism Driver VxLAN Gateway Support https://review.openstack.org/139708 | 18:38 |
*** _cjones_ has joined #openstack-neutron | 18:38 | |
*** Masahiro has quit IRC | 18:39 | |
*** vivek-ebay has quit IRC | 18:39 | |
*** SumitNaiksatam has quit IRC | 18:39 | |
*** emagana_ has quit IRC | 18:40 | |
*** dsneddon has quit IRC | 18:41 | |
*** emagana has joined #openstack-neutron | 18:41 | |
*** dsneddon has joined #openstack-neutron | 18:43 | |
*** shakamunyi has quit IRC | 18:44 | |
openstackgerrit | Paul Michali proposed openstack/neutron: L3 Agent restructure - observer hierarchy https://review.openstack.org/136549 | 18:44 |
*** emagana has quit IRC | 18:45 | |
*** ijw_ has joined #openstack-neutron | 18:46 | |
*** shakamunyi has joined #openstack-neutron | 18:46 | |
flashgordon | neutron is throwing a lot of warnings: http://logs.openstack.org/58/136158/9/check/check-tempest-dsvm-neutron-full/abea49f/logs/screen-q-svc.txt.gz?level=TRACE | 18:48 |
*** shakamunyi has quit IRC | 18:48 | |
flashgordon | its crying wolf http://logs.openstack.org/58/136158/9/check/check-tempest-dsvm-neutron-full/abea49f/logs/screen-q-svc.txt.gz?level=TRACE | 18:48 |
flashgordon | Cannot update status: vip ac6a3401-cb7f-4136-91c6-7367f105a472 not found in the DB, it was probably deleted concurrently | 18:48 |
flashgordon | etc | 18:48 |
flashgordon | mestery: ^ | 18:48 |
*** saloa has quit IRC | 18:48 | |
*** jp_at_hp has quit IRC | 18:49 | |
*** zz_avozza is now known as avozza | 18:49 | |
*** yamamoto has joined #openstack-neutron | 18:49 | |
*** banix has quit IRC | 18:51 | |
flashgordon | https://bugs.launchpad.net/neutron/+bug/1399761 | 18:51 |
openstackgerrit | rcurran proposed openstack/neutron-specs: ML2 Cisco Nexus Mechanism Driver VxLAN Gateway Support https://review.openstack.org/139708 | 18:52 |
*** shakamunyi has joined #openstack-neutron | 18:52 | |
*** ijw__ has joined #openstack-neutron | 18:52 | |
*** _cjones_ has quit IRC | 18:52 | |
*** _cjones_ has joined #openstack-neutron | 18:53 | |
*** ijw_ has quit IRC | 18:53 | |
*** prad has quit IRC | 18:53 | |
mestery | flashgordon: Will take a peek | 18:54 |
*** avozza is now known as zz_avozza | 18:54 | |
*** yamamoto has quit IRC | 18:54 | |
*** tflynn has joined #openstack-neutron | 18:55 | |
*** vivek-ebay has joined #openstack-neutron | 18:56 | |
*** aleksandr_null has joined #openstack-neutron | 18:57 | |
*** ZZelle has quit IRC | 18:57 | |
*** dboik has joined #openstack-neutron | 18:58 | |
*** ZZelle has joined #openstack-neutron | 18:58 | |
*** AbsinthMind has joined #openstack-neutron | 18:59 | |
*** jprovazn has quit IRC | 18:59 | |
ZZelle | mestery, hi | 19:00 |
*** diegows has joined #openstack-neutron | 19:00 | |
*** WackoRobie has joined #openstack-neutron | 19:01 | |
*** lukasa has joined #openstack-neutron | 19:01 | |
*** dsneddon has quit IRC | 19:02 | |
*** dsneddon has joined #openstack-neutron | 19:03 | |
*** thedodd has joined #openstack-neutron | 19:04 | |
*** WackoRobie has quit IRC | 19:06 | |
*** tidwellr1 has left #openstack-neutron | 19:07 | |
*** SumitNaiksatam has joined #openstack-neutron | 19:09 | |
*** leenheer has joined #openstack-neutron | 19:09 | |
*** ajo has quit IRC | 19:09 | |
*** leenheer has left #openstack-neutron | 19:09 | |
*** emagana has joined #openstack-neutron | 19:12 | |
openstackgerrit | Paul Ward proposed openstack/neutron-specs: Provide Domain Name on Neutron Network https://review.openstack.org/135453 | 19:13 |
mestery | ZZelle: Yo! | 19:14 |
*** saloa has joined #openstack-neutron | 19:14 | |
ZZelle | mestery, if you have some time, could you have a look to https://review.openstack.org/136840 ? | 19:15 |
mestery | ZZelle: Looking | 19:15 |
*** emagana has quit IRC | 19:16 | |
ZZelle | mestery, i have also a question about how we could reduce more metadata proxy permissions | 19:16 |
mestery | ZZelle: Reducing permissions seems like a good goal to strive for | 19:16 |
*** mikedillion has joined #openstack-neutron | 19:17 | |
ZZelle | mestery, ie; currently the metadata proxy has root permissions, this change allows to reduce them to neutron permissions which are high through rootwrap | 19:18 |
ZZelle | mestery, so my proposal is to allow to run the metadata-proxy with a different user | 19:18 |
mestery | ZZelle: I think that's a good thing to do, I've looked at the patch, and thanks to brian's questions and your answers it looks ok to me | 19:19 |
*** banix has joined #openstack-neutron | 19:19 | |
*** kirshil has quit IRC | 19:20 | |
ZZelle | mestery, this user could be nobody but it will disallow him to log into /var/log/neutron and we must move the metadata socket outside of /var/lib/neutron because they are only readable by neutron | 19:20 |
mestery | ZZelle: So we then make the pipe owned by the user we're running the agent as? Does this remove the need for root to be involved at all with metadata operations? | 19:21 |
openstackgerrit | rcurran proposed openstack/neutron-specs: ML2 Cisco Nexus Mechanism Driver VxLAN Gateway Support https://review.openstack.org/139708 | 19:21 |
ZZelle | mestery, yes and no :) | 19:22 |
ZZelle | mestery, we could define a new user in neutron group and change a little bit /var/log/neutron, /var/lib/neutron and metadata socket rights to allow the neutron group to read/write | 19:23 |
*** lukego has joined #openstack-neutron | 19:23 | |
*** dsneddon has quit IRC | 19:23 | |
*** lukego has quit IRC | 19:23 | |
ZZelle | mestery, and the metadata proxy will no more be able to use rootwrap because it has no more neutron user permissions | 19:24 |
*** WackoRobie has joined #openstack-neutron | 19:24 | |
*** dsneddon has joined #openstack-neutron | 19:24 | |
mestery | ZZelle: Well, that sounds like another win too | 19:24 |
*** martyfalatic has joined #openstack-neutron | 19:26 | |
ZZelle | mestery, such change is quite simple BUT it could have an impact on the packaging (ie: define the new user), so i was wondering who could give a packager feedback? And should i write a spec to clarify how it will work? | 19:26 |
*** suresh12 has quit IRC | 19:27 | |
mestery | ZZelle: For packager feedback on this, I'd talk to marun ihrachyshka and/or amuller. They will have some input here for you. :) | 19:27 |
*** sbfox has quit IRC | 19:27 | |
mestery | ZZelle: A spec may be good idea as well | 19:28 |
ZZelle | mestery, ok for both | 19:28 |
openstackgerrit | rcurran proposed openstack/neutron-specs: ML2 Cisco Nexus Mechanism Driver VxLAN Gateway Support https://review.openstack.org/139708 | 19:28 |
*** raildo has quit IRC | 19:28 | |
*** samuelms has quit IRC | 19:28 | |
*** tellesnobrega has quit IRC | 19:29 | |
*** WackoRobie has quit IRC | 19:29 | |
mestery | ZZelle: Excellent! | 19:29 |
*** vivek-ebay has quit IRC | 19:29 | |
*** packet has joined #openstack-neutron | 19:31 | |
*** suresh12 has joined #openstack-neutron | 19:32 | |
*** thedodd has quit IRC | 19:32 | |
*** igordcard has quit IRC | 19:33 | |
*** tidwellr has joined #openstack-neutron | 19:35 | |
*** ihrachyshka has quit IRC | 19:37 | |
*** igordcard has joined #openstack-neutron | 19:38 | |
*** ihrachyshka has joined #openstack-neutron | 19:38 | |
*** thedodd has joined #openstack-neutron | 19:41 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Migrate to oslo.concurrency https://review.openstack.org/139717 | 19:42 |
*** dsneddon has quit IRC | 19:44 | |
*** ijw_ has joined #openstack-neutron | 19:44 | |
*** dsneddon has joined #openstack-neutron | 19:46 | |
*** ijw__ has quit IRC | 19:48 | |
*** ajo has joined #openstack-neutron | 19:48 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Migrate to oslo.concurrency https://review.openstack.org/139717 | 19:49 |
*** shakamunyi has quit IRC | 19:54 | |
*** AbsinthMind has quit IRC | 19:54 | |
*** alexpilotti has quit IRC | 19:55 | |
*** dboik has quit IRC | 19:55 | |
*** abehl has quit IRC | 19:56 | |
*** ijw_ has quit IRC | 19:56 | |
*** ijw_ has joined #openstack-neutron | 19:57 | |
*** Youcef has quit IRC | 19:57 | |
*** ijw_ has quit IRC | 19:57 | |
*** ijw_ has joined #openstack-neutron | 19:58 | |
*** shakamunyi has joined #openstack-neutron | 19:59 | |
*** ijw_ has quit IRC | 19:59 | |
*** ijw_ has joined #openstack-neutron | 20:00 | |
*** techcet has quit IRC | 20:00 | |
*** shakamunyi has quit IRC | 20:00 | |
*** techcet has joined #openstack-neutron | 20:01 | |
*** shakamunyi has joined #openstack-neutron | 20:01 | |
*** ijw_ has quit IRC | 20:05 | |
*** ijw_ has joined #openstack-neutron | 20:06 | |
*** dsneddon has quit IRC | 20:06 | |
*** johnbelamaric has joined #openstack-neutron | 20:06 | |
*** dsneddon has joined #openstack-neutron | 20:07 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Migrate to oslo.concurrency https://review.openstack.org/139717 | 20:07 |
*** drjones has joined #openstack-neutron | 20:07 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Introduce External IPAM Interface https://review.openstack.org/134339 | 20:07 |
*** radez_g0n3 is now known as radez | 20:08 | |
*** xgerman has quit IRC | 20:09 | |
*** _cjones_ has quit IRC | 20:10 | |
*** ijw_ has quit IRC | 20:11 | |
*** drjones has quit IRC | 20:11 | |
*** ijw_ has joined #openstack-neutron | 20:12 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: Validate legacy router services before migration https://review.openstack.org/123273 | 20:12 |
*** LinStatSDR has quit IRC | 20:15 | |
*** moha_hunt has quit IRC | 20:18 | |
*** ajmiller has joined #openstack-neutron | 20:19 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: Validate legacy router services before migration https://review.openstack.org/123273 | 20:19 |
*** ijw_ has quit IRC | 20:21 | |
*** jorgem has joined #openstack-neutron | 20:21 | |
openstackgerrit | Baodong (Robert) Li proposed openstack/neutron-specs: Support Floatingip for IPv6 https://review.openstack.org/139731 | 20:21 |
*** sgordon` has quit IRC | 20:22 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: Migrate to oslo.concurrency https://review.openstack.org/139717 | 20:22 |
*** Masahiro has joined #openstack-neutron | 20:23 | |
*** WackoRobie has joined #openstack-neutron | 20:25 | |
*** AbsinthMind has joined #openstack-neutron | 20:25 | |
*** emagana has joined #openstack-neutron | 20:26 | |
*** Masahiro has quit IRC | 20:27 | |
*** SridharRamaswamy has joined #openstack-neutron | 20:28 | |
*** johnbelamaric has quit IRC | 20:29 | |
*** WackoRobie has quit IRC | 20:29 | |
*** johnbelamaric has joined #openstack-neutron | 20:31 | |
*** emagana has quit IRC | 20:31 | |
*** prad has joined #openstack-neutron | 20:33 | |
*** igordcard has quit IRC | 20:38 | |
*** SridharRamaswamy has quit IRC | 20:39 | |
*** ajo has quit IRC | 20:39 | |
*** johnbelamaric1 has joined #openstack-neutron | 20:40 | |
*** johnbelamaric has quit IRC | 20:40 | |
*** SridharRamaswamy has joined #openstack-neutron | 20:42 | |
*** suresh12 has quit IRC | 20:42 | |
*** thedodd has quit IRC | 20:42 | |
HenryG | russellb: around? | 20:43 |
*** tellesnobrega_ has joined #openstack-neutron | 20:43 | |
*** tellesnobrega_ has quit IRC | 20:43 | |
*** crc32 has joined #openstack-neutron | 20:44 | |
carl_baldwin | johnbelamaric1: ping | 20:46 |
*** saipandi has joined #openstack-neutron | 20:46 | |
*** AbsinthMind1 has joined #openstack-neutron | 20:47 | |
*** saipandi has quit IRC | 20:48 | |
*** saipandi has joined #openstack-neutron | 20:48 | |
openstackgerrit | badveli_vishnuus proposed openstack/neutron-specs: Service group and Service Object for firewall as a service https://review.openstack.org/131596 | 20:48 |
*** AbsinthMind has quit IRC | 20:49 | |
*** dsneddon has quit IRC | 20:50 | |
*** dsneddon has joined #openstack-neutron | 20:50 | |
*** thedodd has joined #openstack-neutron | 20:51 | |
*** yamamoto has joined #openstack-neutron | 20:52 | |
*** vivek-ebay has joined #openstack-neutron | 20:53 | |
*** martyfalatic has quit IRC | 20:54 | |
*** LinStatSDR has joined #openstack-neutron | 20:55 | |
*** martyfalatic has joined #openstack-neutron | 20:55 | |
*** WackoRobie has joined #openstack-neutron | 20:55 | |
*** suresh12 has joined #openstack-neutron | 20:56 | |
*** yamamoto has quit IRC | 20:57 | |
*** suresh12 has quit IRC | 20:57 | |
*** jorgem has quit IRC | 20:57 | |
*** suresh12 has joined #openstack-neutron | 20:58 | |
*** shakamunyi has quit IRC | 20:59 | |
*** WackoRobie has quit IRC | 21:00 | |
*** mikedillion has quit IRC | 21:03 | |
*** _cjones_ has joined #openstack-neutron | 21:04 | |
*** _cjones_ has joined #openstack-neutron | 21:05 | |
*** shakamunyi has joined #openstack-neutron | 21:06 | |
*** jorgem has joined #openstack-neutron | 21:08 | |
*** dkehn has quit IRC | 21:08 | |
*** saipandi has quit IRC | 21:08 | |
openstackgerrit | Carol Bouchard proposed openstack/neutron: Apply 'int allowed vlan' cfg when one not there https://review.openstack.org/137493 | 21:08 |
*** AbsinthMind1 has quit IRC | 21:09 | |
*** ChuckC has joined #openstack-neutron | 21:10 | |
*** suresh12 has quit IRC | 21:10 | |
*** banix has quit IRC | 21:13 | |
*** suresh12 has joined #openstack-neutron | 21:14 | |
*** aepifanov has quit IRC | 21:15 | |
*** AbsinthMind has joined #openstack-neutron | 21:15 | |
*** dboik has joined #openstack-neutron | 21:18 | |
openstackgerrit | Merged openstack/neutron: Imported Translations from Transifex https://review.openstack.org/139526 | 21:19 |
*** AbsinthMind has quit IRC | 21:21 | |
pc_m | dougwig: ping | 21:23 |
*** SridharRamaswamy has quit IRC | 21:24 | |
*** baoli has quit IRC | 21:26 | |
*** AbsinthMind has joined #openstack-neutron | 21:26 | |
*** emagana has joined #openstack-neutron | 21:27 | |
*** nimissa has quit IRC | 21:29 | |
*** ChuckC has quit IRC | 21:30 | |
*** AbsinthMind has quit IRC | 21:31 | |
*** chuckC_ has quit IRC | 21:31 | |
*** ajo has joined #openstack-neutron | 21:31 | |
*** s3wong has quit IRC | 21:31 | |
*** ajo has quit IRC | 21:32 | |
*** SridharRamaswamy has joined #openstack-neutron | 21:32 | |
ZZelle | markmcclain, hi | 21:34 |
*** nimissa has joined #openstack-neutron | 21:36 | |
*** packet has quit IRC | 21:37 | |
*** boris-42 has quit IRC | 21:37 | |
*** LinStatSDR has quit IRC | 21:38 | |
pc_m | Anyone from the LoadBalancer team on IRC? | 21:39 |
*** s3wong has joined #openstack-neutron | 21:39 | |
*** cbouch has quit IRC | 21:40 | |
*** manishg has joined #openstack-neutron | 21:40 | |
*** Longgeek has quit IRC | 21:42 | |
*** manishg has quit IRC | 21:49 | |
*** manishg has joined #openstack-neutron | 21:50 | |
*** leenheer has joined #openstack-neutron | 21:52 | |
*** carl_baldwin has quit IRC | 21:52 | |
*** baoli has joined #openstack-neutron | 21:52 | |
*** jorgem has quit IRC | 21:52 | |
*** signed8b_ has joined #openstack-neutron | 21:54 | |
*** ajo has joined #openstack-neutron | 21:54 | |
*** manishg has quit IRC | 21:55 | |
*** jorgem has joined #openstack-neutron | 21:55 | |
*** carl_baldwin has joined #openstack-neutron | 21:56 | |
*** jorgem has quit IRC | 21:56 | |
*** kopparam has joined #openstack-neutron | 21:57 | |
*** signed8bit has quit IRC | 21:57 | |
*** TrevorV_ has quit IRC | 21:58 | |
dougwig | pc_m: ack | 21:59 |
pc_m | You familiar with reference impl. of Loadbalancer? | 21:59 |
*** techcet has quit IRC | 22:00 | |
*** diegows has quit IRC | 22:00 | |
*** _cjones_ has quit IRC | 22:02 | |
*** jckasper_ has quit IRC | 22:03 | |
*** johnbelamaric has joined #openstack-neutron | 22:07 | |
*** johnbelamaric1 has quit IRC | 22:07 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron-specs: Proposal for Neutron core and vendor code decomposition https://review.openstack.org/134680 | 22:07 |
*** igordcard has joined #openstack-neutron | 22:09 | |
dougwig | pc_m: yes, what's up? | 22:11 |
*** prad has quit IRC | 22:12 | |
*** Masahiro has joined #openstack-neutron | 22:12 | |
*** zz_avozza is now known as avozza | 22:15 | |
pc_m | dougwig: is it independent of the L3 agent hierarchy? | 22:15 |
pc_m | dougwig: I was looking at the code and it doesn't seem to be tied in at all (a good thing). Just want to confirm. | 22:16 |
dougwig | independent. | 22:16 |
pc_m | dougwig: awesome. One less agent to worry about in the refactoring. | 22:16 |
pc_m | dougwig: thanks! | 22:16 |
*** Masahiro has quit IRC | 22:17 | |
dougwig | np | 22:17 |
pc_m | dougwig: Dinner calling... ttyl (probably at mid-cycle) | 22:17 |
*** SamYaple has quit IRC | 22:18 | |
*** SamYaple has joined #openstack-neutron | 22:19 | |
*** xgerman has joined #openstack-neutron | 22:19 | |
*** avozza is now known as zz_avozza | 22:19 | |
*** dboik has quit IRC | 22:21 | |
*** thomasem has quit IRC | 22:21 | |
*** charlesr has quit IRC | 22:22 | |
*** padkrish has quit IRC | 22:22 | |
*** jorgem has joined #openstack-neutron | 22:24 | |
openstackgerrit | Merged openstack/neutron: Workflow documentation is now in infra-manual https://review.openstack.org/139338 | 22:26 |
*** shashankhegde has quit IRC | 22:27 | |
*** johnbelamaric has quit IRC | 22:28 | |
*** sgordon has quit IRC | 22:28 | |
*** kopparam has quit IRC | 22:29 | |
*** shashankhegde has joined #openstack-neutron | 22:30 | |
*** zz_avozza is now known as avozza | 22:30 | |
*** techcet has joined #openstack-neutron | 22:30 | |
*** dboik has joined #openstack-neutron | 22:31 | |
*** SridharRamaswamy has quit IRC | 22:32 | |
openstackgerrit | Merged openstack/neutron: Update i18n translation for NEC plugin log msg's https://review.openstack.org/138358 | 22:32 |
*** baoli has quit IRC | 22:35 | |
*** _cjones_ has joined #openstack-neutron | 22:36 | |
*** vivek-eb_ has joined #openstack-neutron | 22:37 | |
*** vivek-ebay has quit IRC | 22:37 | |
*** vivek-ebay has joined #openstack-neutron | 22:38 | |
*** vivek-eb_ has quit IRC | 22:38 | |
*** padkrish has joined #openstack-neutron | 22:41 | |
*** avozza is now known as zz_avozza | 22:41 | |
*** signed8b_ has quit IRC | 22:47 | |
*** cipcosma has quit IRC | 22:48 | |
*** alexpilotti has joined #openstack-neutron | 22:49 | |
*** r-daneel has quit IRC | 22:49 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Catch duplicate errors scheduling SNAT service https://review.openstack.org/128857 | 22:54 |
*** SridharRamaswamy has joined #openstack-neutron | 22:58 | |
*** ChuckC has joined #openstack-neutron | 22:59 | |
*** techcet has quit IRC | 22:59 | |
*** techcet has joined #openstack-neutron | 23:00 | |
*** alexpilotti has quit IRC | 23:00 | |
*** ajo has quit IRC | 23:01 | |
*** suresh12 has quit IRC | 23:01 | |
*** shakamunyi has quit IRC | 23:01 | |
*** dboik has quit IRC | 23:01 | |
*** kbringard has quit IRC | 23:04 | |
kevinbenton | dougwig: are you coming to midcycle? | 23:06 |
dougwig | yes, driving in from boise sunday | 23:06 |
kevinbenton | what time will you be going through? | 23:06 |
kevinbenton | by the airport* | 23:07 |
dougwig | should arrive in Salt Lake around 5:30pm sunday. | 23:07 |
dougwig | what time you need a lift? | 23:07 |
*** saloa has quit IRC | 23:08 | |
kevinbenton | 2:30, i'll just catch an uber | 23:08 |
*** banix has joined #openstack-neutron | 23:08 | |
*** padkrish has quit IRC | 23:08 | |
*** dkehn has joined #openstack-neutron | 23:09 | |
*** ijw_ has joined #openstack-neutron | 23:09 | |
dougwig | that would require a somewhat excessive speed, coming from Boise, leaving at noon. :) | 23:09 |
*** padkrish has joined #openstack-neutron | 23:10 | |
kevinbenton | yeah, i think the ticket that comes from that kind of speeding would be much worse than cab fare :) | 23:10 |
*** carl_baldwin has quit IRC | 23:13 | |
*** s3wong has quit IRC | 23:17 | |
*** s3wong has joined #openstack-neutron | 23:18 | |
dougwig | remind me to tell you about NFS tickets. they are worse than any kind of speeding. | 23:18 |
dougwig | the forest, not the lousy filesystem. | 23:19 |
*** alexpilotti has joined #openstack-neutron | 23:20 | |
*** boris-42 has joined #openstack-neutron | 23:21 | |
*** vivek-ebay has quit IRC | 23:22 | |
*** banix has quit IRC | 23:23 | |
*** rwsu has quit IRC | 23:24 | |
*** Zemeio has joined #openstack-neutron | 23:24 | |
*** Zemeio has left #openstack-neutron | 23:24 | |
*** ijw__ has joined #openstack-neutron | 23:25 | |
*** nplanel has quit IRC | 23:25 | |
kevinbenton | oh, that makes a lot more sense :-) | 23:27 |
kevinbenton | what is the NFS forrest? | 23:27 |
kevinbenton | forest* | 23:27 |
kevinbenton | i don't recognize that acronym | 23:27 |
kevinbenton | dougwig: ^^ | 23:27 |
dougwig | national forest service. | 23:27 |
*** mlavalle has quit IRC | 23:27 | |
*** ijw_ has quit IRC | 23:28 | |
*** padkrish has quit IRC | 23:28 | |
kevinbenton | oh wow, i didn't know they cared | 23:29 |
kevinbenton | in Montana i think they are more concerned about who is carrying more guns | 23:29 |
kevinbenton | and what you are shooting them at | 23:29 |
*** thedodd has quit IRC | 23:30 | |
*** trad511 has quit IRC | 23:30 | |
dougwig | you'll have to wait until utah for the story. | 23:36 |
kevinbenton | ok | 23:37 |
openstackgerrit | Brandon Logan proposed openstack/neutron-specs: LBaaS V2 API and object model definition https://review.openstack.org/138205 | 23:41 |
*** igordcard has quit IRC | 23:42 | |
*** jobewan has quit IRC | 23:45 | |
*** s3wong has quit IRC | 23:46 | |
*** s3wong has joined #openstack-neutron | 23:46 | |
*** padkrish has joined #openstack-neutron | 23:47 | |
*** lori|away is now known as lori | 23:48 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron: Flavor Framework implementation https://review.openstack.org/139758 | 23:48 |
*** AbsinthMind has joined #openstack-neutron | 23:50 | |
*** jorgem has quit IRC | 23:52 | |
*** _cjones_ has quit IRC | 23:52 | |
*** trad511 has joined #openstack-neutron | 23:54 | |
*** trad511 has quit IRC | 23:54 | |
*** yamamoto has joined #openstack-neutron | 23:54 | |
*** _cjones_ has joined #openstack-neutron | 23:57 | |
*** yamamoto has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!