*** dims has joined #openstack-neutron | 00:01 | |
*** ranger81_ has joined #openstack-neutron | 00:10 | |
*** ranger81 has quit IRC | 00:10 | |
xmltok | is there something like ... for parameters to a function? i have a function that takes a ...string, and i want to use that string array as a set of parameters to another function | 00:10 |
---|---|---|
xmltok | i am basically writing a wrapper to exec.Command that will parse the output of my commands | 00:11 |
*** bandarji has quit IRC | 00:13 | |
*** xmltok has left #openstack-neutron | 00:14 | |
*** VijayB has quit IRC | 00:19 | |
*** vivek-ebay has quit IRC | 00:21 | |
*** Zemeio has joined #openstack-neutron | 00:23 | |
*** vivek-ebay has joined #openstack-neutron | 00:23 | |
*** praneet has joined #openstack-neutron | 00:24 | |
*** salv-orlando has quit IRC | 00:25 | |
*** salv-orlando has joined #openstack-neutron | 00:26 | |
*** banix has joined #openstack-neutron | 00:27 | |
*** _cjones_ has quit IRC | 00:27 | |
*** sbfox has joined #openstack-neutron | 00:28 | |
*** _cjones_ has joined #openstack-neutron | 00:28 | |
*** moha_hunt has quit IRC | 00:28 | |
*** lukego has joined #openstack-neutron | 00:31 | |
*** harlowja has joined #openstack-neutron | 00:31 | |
*** _cjones_ has quit IRC | 00:32 | |
karimb | hello buddies, how can i troubleshoot why my vms dont have external access | 00:34 |
*** zhhuabj has joined #openstack-neutron | 00:35 | |
*** harlowja has quit IRC | 00:36 | |
*** kashyapk has joined #openstack-neutron | 00:36 | |
*** harlowja has joined #openstack-neutron | 00:40 | |
*** kashyapk has quit IRC | 00:41 | |
jamespd | karimb: start with dhcp... are they getting addresses from DHCP? Then consider whether or not you have the correct security groups to allow the external access. | 00:41 |
jamespd | Then have a look inside your l3 agent to see how far the traffic is getting | 00:42 |
jamespd | are you using namespaces? | 00:42 |
karimb | jamespd, dhcp is fine | 00:42 |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS: Allow vendor extend/override valiadation https://review.openstack.org/96946 | 00:42 |
karimb | yes, i m using namespaces | 00:42 |
karimb | jamespd, how can i check traffic within the l3 agent ? | 00:43 |
karimb | tcpdump? | 00:43 |
jamespd | you tcpdump within the namespace of the virtual router... | 00:43 |
jamespd | suppose the tennant router has ID "AFSD" | 00:43 |
jamespd | you should locate a namespace called 'qrouter-ASDF' by using the 'ip netns' command on your l3 node. | 00:44 |
karimb | jamespd, yes, i know this stuff :) | 00:44 |
jamespd | then 'ip netns exec qrouter-ASDF tcpdump -lni any' | 00:44 |
karimb | jamespd, the thing is incoming traffic with floating ip doesnt work either | 00:45 |
jamespd | you should be able to confirm the NAT rules in that router namespace also... | 00:46 |
karimb | though i can see with ip netns exec qrouter-xxxx ip a that the floating ip got assigned to the virtual router | 00:46 |
*** pcm__ has quit IRC | 00:46 | |
jamespd | you can use iptables -nvL -t nat to look at the nat rules counters to see if that rule is being hit. | 00:46 |
*** ramishra has joined #openstack-neutron | 00:47 | |
karimb | jamespd, i do see such a rule -A neutron-l3-agent-OUTPUT -d 192.168.8.202/32 -j DNAT --to-destination 192.168.7.27 | 00:47 |
*** praneet has quit IRC | 00:48 | |
jamespd | does the counter increase as you generate traffic? | 00:48 |
*** vivek-ebay has quit IRC | 00:48 | |
karimb | jamespd, this particular one doesnt | 00:49 |
jamespd | this is inbound traffic, from outside openstack to an instance, yes? | 00:49 |
karimb | this particular rule is yeah | 00:49 |
karimb | traffic to the internet from the vms doesnt work either | 00:50 |
karimb | allthought the vms can ping their gw | 00:50 |
* jamespd would try inspecting your br-ex to see if you can see the traffic there. | 00:50 | |
karimb | jamespd, how do i associate br-ext to the virtual external network created with neutron ? | 00:51 |
*** ramishra has quit IRC | 00:52 | |
*** dfarrell07 has quit IRC | 00:53 | |
*** baoli has quit IRC | 00:54 | |
klindgren | Hello all - I am having an issue. Everything works great. Until someone does a serivce network restart on an service running openvswitch-agent. After that point in time no matter what I have done I cannot get the openvswitch to add the created bridges (on a compute node) or tap devices (on a dhcp-agent node) to br-int. It will not readd missing rules, its bascially screwed - until your reboot the box. | 00:55 |
*** HenryG has quit IRC | 00:55 | |
jamespd | karimb: i think that depends on your plugin. which core plugin/openstack version are you using? | 00:55 |
*** hanzhang has quit IRC | 00:55 | |
klindgren | What I am tryign to figure out is what is different between a restart of the box and stopping all the services and making sure everythign is dead and the restarting the services | 00:55 |
*** hanzhang has joined #openstack-neutron | 00:56 | |
karimb | jamespd, ml2 | 00:56 |
klindgren | by missing rules I mean missing flows. It adds the defaults and that its. In the case of a compute node it wont add the iptables rules for the security groups either | 00:56 |
karimb | jamespd, so i dont see the bridge_mappings thing | 00:56 |
jamespd | karimb: which type/mechanism drivers? | 00:56 |
*** Apsu has quit IRC | 00:56 | |
*** ijw_ has quit IRC | 00:57 | |
*** emagana has quit IRC | 00:58 | |
*** VijayB has joined #openstack-neutron | 00:58 | |
*** xuhanp has joined #openstack-neutron | 00:59 | |
*** garyk has quit IRC | 01:01 | |
karimb | ovs | 01:01 |
karimb | jamespd, ^ | 01:01 |
jamespd | karimb: vlans? | 01:01 |
karimb | gre | 01:01 |
*** german__ has quit IRC | 01:02 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/neutron: NSX: Add a foreign key for gateway devices https://review.openstack.org/93826 | 01:03 |
karimb | jamespd, actually using tcpdump | 01:03 |
karimb | i can see the vm making arps requests not answered by the router | 01:04 |
*** 64MAAU9U7 is now known as strictlyb | 01:05 | |
*** Apsu has joined #openstack-neutron | 01:05 | |
jamespd | so, you should have a gre tunnel between the qrouter namespace and the integration bridge on your hypervisor. | 01:06 |
jamespd | sounds like you need to troubleshoot there. | 01:06 |
* jamespd is using the ovs core plugin and vlans at the moment, so my gre-fu is weak. | 01:06 | |
*** harlowja has quit IRC | 01:06 | |
karimb | jamespd, ping works between internal ips, so i believe this part is indeed covered | 01:07 |
*** lukego has quit IRC | 01:07 | |
jamespd | can you ping from inside the qrouter namespace to the instance? | 01:09 |
jamespd | sounds like you can't if you have incomplete arp. | 01:10 |
karimb | jamespd,yes | 01:10 |
karimb | jamespd, actually i think i have an idea of what s going on here | 01:11 |
karimb | my floating ip ranges were set to the same range that the ip i put in br-ex....may it be causing trouble ? | 01:12 |
*** HenryG has joined #openstack-neutron | 01:12 | |
*** harlowja has joined #openstack-neutron | 01:13 | |
karimb | jamespd, STATUS is down on the vnic of the router to the outside ext network.... | 01:15 |
*** lykinsbd has quit IRC | 01:19 | |
*** spandhe has joined #openstack-neutron | 01:19 | |
*** lykinsbd has joined #openstack-neutron | 01:19 | |
jamespd | karimb: sorry, I'm trying to do two things at once. | 01:20 |
jamespd | there was a bug at one point where that status reported down incorrectly. | 01:20 |
karimb | jamespd, is there some fix? | 01:21 |
*** dims has quit IRC | 01:21 | |
karimb | like neutron-openvswitch restart | 01:22 |
jamespd | it was just a false-positive. it didn't break anything | 01:22 |
*** zhipeng has quit IRC | 01:23 | |
*** tomoe_ has joined #openstack-neutron | 01:23 | |
*** lykinsbd has quit IRC | 01:24 | |
karimb | jamespd, thanks, i will investigate after some sleep... | 01:27 |
jamespd | karimb: always a good idea. | 01:28 |
*** sbfox has quit IRC | 01:28 | |
*** harlowja has quit IRC | 01:28 | |
*** zhipeng has joined #openstack-neutron | 01:29 | |
karimb | jamespd, i still think the issue is with the use of a network defined outside the neutron nodes, but also as one of the nic of them ( on br-ex actually) | 01:31 |
* jamespd agrees. it is odd that you didn't see the counters increase | 01:31 | |
*** igordcard has quit IRC | 01:33 | |
*** zzelle has quit IRC | 01:37 | |
*** kashyapk has joined #openstack-neutron | 01:38 | |
*** ranger81_ has quit IRC | 01:39 | |
*** ranger81 has joined #openstack-neutron | 01:42 | |
*** kashyapk has quit IRC | 01:43 | |
*** tomoe_ has quit IRC | 01:44 | |
*** karimb has quit IRC | 01:44 | |
*** sbalukoff has joined #openstack-neutron | 01:45 | |
*** dims has joined #openstack-neutron | 01:47 | |
*** ramishra has joined #openstack-neutron | 01:48 | |
*** VijayB has quit IRC | 01:49 | |
*** Dseven has quit IRC | 01:50 | |
*** vivek-ebay has joined #openstack-neutron | 01:51 | |
*** dims has quit IRC | 01:52 | |
*** ramishra has quit IRC | 01:52 | |
*** vivek-eb_ has joined #openstack-neutron | 01:54 | |
*** vivek-ebay has quit IRC | 01:57 | |
*** tomoe_ has joined #openstack-neutron | 01:58 | |
*** tomoe_ has quit IRC | 01:58 | |
*** nlahouti has quit IRC | 02:00 | |
*** lykinsbd has joined #openstack-neutron | 02:01 | |
*** tomoe_ has joined #openstack-neutron | 02:01 | |
*** tomoe_ has quit IRC | 02:01 | |
*** ramishra has joined #openstack-neutron | 02:04 | |
*** zhipeng has quit IRC | 02:04 | |
*** zhipeng has joined #openstack-neutron | 02:05 | |
*** dvorkinista has joined #openstack-neutron | 02:08 | |
*** xuhanp has quit IRC | 02:09 | |
*** salv-orlando has quit IRC | 02:15 | |
*** harlowja has joined #openstack-neutron | 02:15 | |
*** spandhe has quit IRC | 02:19 | |
*** baoli has joined #openstack-neutron | 02:24 | |
*** chuckC has quit IRC | 02:35 | |
*** suresh12 has quit IRC | 02:38 | |
*** kashyapk has joined #openstack-neutron | 02:40 | |
*** dvorkinista has quit IRC | 02:43 | |
*** kashyapk has quit IRC | 02:44 | |
*** nati_ueno has quit IRC | 02:46 | |
*** dims has joined #openstack-neutron | 02:48 | |
*** ranger81 has quit IRC | 02:50 | |
*** ranger81 has joined #openstack-neutron | 02:50 | |
*** vivek-eb_ has quit IRC | 02:51 | |
*** dims has quit IRC | 02:53 | |
*** ranger81 has quit IRC | 02:55 | |
*** jorgem has joined #openstack-neutron | 03:03 | |
*** leenheer has joined #openstack-neutron | 03:05 | |
*** jorgem has quit IRC | 03:07 | |
*** ijw has joined #openstack-neutron | 03:09 | |
*** leenheer has quit IRC | 03:16 | |
*** sweston has joined #openstack-neutron | 03:18 | |
*** carl_baldwin has joined #openstack-neutron | 03:19 | |
*** baoli has quit IRC | 03:21 | |
*** sweston has quit IRC | 03:23 | |
*** baoli has joined #openstack-neutron | 03:24 | |
*** baoli has quit IRC | 03:34 | |
*** carl_baldwin has quit IRC | 03:45 | |
*** suresh12 has joined #openstack-neutron | 03:49 | |
*** dims has joined #openstack-neutron | 03:49 | |
*** rwsu has quit IRC | 03:49 | |
*** suresh12 has quit IRC | 03:53 | |
*** dims has quit IRC | 03:54 | |
*** harlowja is now known as harlowja_away | 03:58 | |
*** a_le has quit IRC | 03:59 | |
*** ranger81 has joined #openstack-neutron | 04:00 | |
*** lykinsbd has quit IRC | 04:04 | |
*** ondergetekende has quit IRC | 04:16 | |
*** ondergetekende has joined #openstack-neutron | 04:16 | |
*** ramishra has quit IRC | 04:19 | |
*** carl_baldwin has joined #openstack-neutron | 04:21 | |
*** BuSerD has quit IRC | 04:26 | |
*** carl_baldwin has quit IRC | 04:28 | |
*** seizadi has joined #openstack-neutron | 04:28 | |
*** nlahouti has joined #openstack-neutron | 04:36 | |
*** ramishra has joined #openstack-neutron | 04:42 | |
*** kashyapk has joined #openstack-neutron | 04:43 | |
*** vivek-ebay has joined #openstack-neutron | 04:44 | |
*** ondergetekende has quit IRC | 04:44 | |
*** ondergetekende has joined #openstack-neutron | 04:45 | |
*** dims has joined #openstack-neutron | 04:46 | |
openstackgerrit | A change was merged to openstack/python-neutronclient: Add OverQuotaClient as exception to neutronclient https://review.openstack.org/89781 | 04:46 |
*** kashyapk has quit IRC | 04:48 | |
*** dims has quit IRC | 04:51 | |
openstackgerrit | A change was merged to openstack/neutron: Check NVP router's status before deploying a service https://review.openstack.org/84072 | 04:53 |
*** seizadi has quit IRC | 04:54 | |
*** vivek-ebay has quit IRC | 04:58 | |
*** hanzhang has quit IRC | 05:02 | |
*** hanzhang has joined #openstack-neutron | 05:02 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/neutron: Updated from global requirements https://review.openstack.org/99762 | 05:12 |
*** simon-AS559 has joined #openstack-neutron | 05:14 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-neutronclient: Updated from global requirements https://review.openstack.org/96267 | 05:16 |
*** simon-AS5591 has joined #openstack-neutron | 05:17 | |
*** ramishra has quit IRC | 05:18 | |
*** nlahouti has quit IRC | 05:18 | |
*** nlahouti has joined #openstack-neutron | 05:19 | |
*** simon-AS559 has quit IRC | 05:19 | |
*** ramishra has joined #openstack-neutron | 05:24 | |
*** dvorkinista has joined #openstack-neutron | 05:29 | |
*** catohornet has quit IRC | 05:39 | |
*** lukego has joined #openstack-neutron | 05:45 | |
*** lukego has quit IRC | 05:47 | |
*** banix has quit IRC | 05:55 | |
*** ranger81 has quit IRC | 05:56 | |
*** Longgeek has joined #openstack-neutron | 06:06 | |
*** dvorkinista has quit IRC | 06:07 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/99275 | 06:09 |
*** dvorkinista has joined #openstack-neutron | 06:09 | |
*** dvorkinista has quit IRC | 06:09 | |
*** Longgeek has quit IRC | 06:10 | |
*** Longgeek has joined #openstack-neutron | 06:10 | |
*** arosen has joined #openstack-neutron | 06:13 | |
*** Longgeek has quit IRC | 06:15 | |
*** dvorkinista has joined #openstack-neutron | 06:15 | |
*** Longgeek has joined #openstack-neutron | 06:15 | |
*** dvorkinista has quit IRC | 06:15 | |
*** dvorkinista has joined #openstack-neutron | 06:17 | |
*** arosen1 has joined #openstack-neutron | 06:17 | |
*** arosen has quit IRC | 06:17 | |
*** Longgeek has quit IRC | 06:19 | |
*** dvorkini_ has joined #openstack-neutron | 06:19 | |
*** dvorkinista has quit IRC | 06:20 | |
*** _cjones_ has joined #openstack-neutron | 06:25 | |
*** _cjones_ has quit IRC | 06:25 | |
*** _cjones_ has joined #openstack-neutron | 06:26 | |
openstackgerrit | A change was merged to openstack/neutron: Removes unnecessary Embrane module-level mocks https://review.openstack.org/96956 | 06:26 |
*** arosen1 has quit IRC | 06:26 | |
*** Longgeek has joined #openstack-neutron | 06:27 | |
*** arosen has joined #openstack-neutron | 06:27 | |
*** _cjones_ has quit IRC | 06:30 | |
*** arosen has quit IRC | 06:31 | |
*** dvorkini_ has quit IRC | 06:33 | |
*** dvorkinista has joined #openstack-neutron | 06:37 | |
openstackgerrit | enikanorov proposed a change to openstack/neutron: Fix pool statistics for lbaas reference haproxy driver https://review.openstack.org/99279 | 06:41 |
*** kashyapk has joined #openstack-neutron | 06:46 | |
*** chalcedony has quit IRC | 06:47 | |
*** jprovazn has joined #openstack-neutron | 06:47 | |
*** dims has joined #openstack-neutron | 06:49 | |
*** arosen has joined #openstack-neutron | 06:52 | |
*** kashyapk has quit IRC | 06:52 | |
*** dims has quit IRC | 06:54 | |
*** ihrachyshka has joined #openstack-neutron | 06:56 | |
*** ihrachyshka has quit IRC | 06:57 | |
*** arosen has quit IRC | 06:59 | |
*** sbfox has joined #openstack-neutron | 07:00 | |
*** leenheer has joined #openstack-neutron | 07:00 | |
*** jprovazn has quit IRC | 07:00 | |
*** dvorkinista has quit IRC | 07:01 | |
*** leenheer has quit IRC | 07:08 | |
*** ramishra has quit IRC | 07:09 | |
*** ramishra has joined #openstack-neutron | 07:09 | |
*** arosen has joined #openstack-neutron | 07:13 | |
*** ramishra has quit IRC | 07:13 | |
*** sbfox has quit IRC | 07:15 | |
openstackgerrit | A change was merged to openstack/neutron: When l2-pop ON, clean stale ports in table0 br-tun https://review.openstack.org/93624 | 07:22 |
*** arosen has quit IRC | 07:28 | |
*** tchorizo is now known as tchaypo | 07:29 | |
*** lukego has joined #openstack-neutron | 07:36 | |
*** ramishra has joined #openstack-neutron | 07:38 | |
*** nlahouti has quit IRC | 07:46 | |
*** kashyapk has joined #openstack-neutron | 07:49 | |
*** rcarrill` has joined #openstack-neutron | 07:53 | |
*** kashyapk has quit IRC | 07:54 | |
*** rcarrillocruz has quit IRC | 07:54 | |
*** zhiyan_ is now known as zhiyan | 08:05 | |
*** trinaths has joined #openstack-neutron | 08:09 | |
*** trinaths has quit IRC | 08:25 | |
*** zhipeng has quit IRC | 08:27 | |
*** Longgeek has quit IRC | 08:31 | |
*** xianghui has quit IRC | 08:34 | |
*** kashyapk has joined #openstack-neutron | 08:35 | |
*** Dokabi0-away has joined #openstack-neutron | 08:35 | |
*** Dokabi0-away is now known as IanYChoi | 08:36 | |
*** ramishra has quit IRC | 08:37 | |
*** nlahouti has joined #openstack-neutron | 08:38 | |
*** Longgeek has joined #openstack-neutron | 08:42 | |
*** nlahouti has quit IRC | 08:48 | |
*** kashyapk has quit IRC | 08:50 | |
*** kashyapk has joined #openstack-neutron | 08:50 | |
*** zhipeng has joined #openstack-neutron | 08:51 | |
*** igordcard has joined #openstack-neutron | 08:52 | |
*** kashyapk has quit IRC | 08:55 | |
*** lukego has quit IRC | 09:04 | |
openstackgerrit | Maruti Kamat proposed a change to openstack/neutron: Fixed audit notifications for l3-agent-router ops https://review.openstack.org/98593 | 09:13 |
*** zhiyan is now known as zhiyan_ | 09:28 | |
*** Vishal_ has quit IRC | 09:30 | |
*** karimb has joined #openstack-neutron | 09:32 | |
*** nerdonmountain has quit IRC | 09:34 | |
karimb | hello | 09:34 |
karimb | is setting gateway_external_network_id required ? | 09:34 |
*** nerdonmountain has joined #openstack-neutron | 09:35 | |
*** kashyapk has joined #openstack-neutron | 09:38 | |
*** ramishra has joined #openstack-neutron | 09:38 | |
*** nlahouti has joined #openstack-neutron | 09:39 | |
*** salv-orlando has joined #openstack-neutron | 09:39 | |
*** ramishra has quit IRC | 09:43 | |
*** nlahouti has quit IRC | 09:43 | |
*** ramishra has joined #openstack-neutron | 09:44 | |
*** ramishra has quit IRC | 09:49 | |
*** dims has joined #openstack-neutron | 09:53 | |
*** dims has quit IRC | 09:57 | |
*** nlahouti has joined #openstack-neutron | 10:10 | |
*** afazekas has quit IRC | 10:11 | |
*** nlahouti has quit IRC | 10:14 | |
*** dguitarbite has joined #openstack-neutron | 10:37 | |
*** nlahouti has joined #openstack-neutron | 10:40 | |
*** nlahouti has quit IRC | 10:45 | |
*** ramishra has joined #openstack-neutron | 10:45 | |
*** salv-orlando has quit IRC | 10:49 | |
*** ramishra has quit IRC | 10:50 | |
*** leseb has joined #openstack-neutron | 10:52 | |
*** dims has joined #openstack-neutron | 10:54 | |
*** flaviof_zzz is now known as flaviof | 10:56 | |
*** dims has quit IRC | 10:58 | |
*** salv-orlando has joined #openstack-neutron | 10:59 | |
*** kashyapk has quit IRC | 11:07 | |
*** kashyapk has joined #openstack-neutron | 11:08 | |
*** nlahouti has joined #openstack-neutron | 11:11 | |
*** kashyapk has quit IRC | 11:11 | |
*** kashyapk has joined #openstack-neutron | 11:12 | |
*** moha_hunt has joined #openstack-neutron | 11:15 | |
*** nlahouti has quit IRC | 11:16 | |
*** kashyapk has quit IRC | 11:17 | |
*** leseb has quit IRC | 11:47 | |
*** leseb has joined #openstack-neutron | 11:48 | |
*** leseb has quit IRC | 11:52 | |
*** dims has joined #openstack-neutron | 11:55 | |
*** salv-orlando has quit IRC | 11:59 | |
*** dims has quit IRC | 12:00 | |
*** ramishra has joined #openstack-neutron | 12:05 | |
*** ramishra has quit IRC | 12:09 | |
*** nlahouti has joined #openstack-neutron | 12:13 | |
*** kashyapk has joined #openstack-neutron | 12:14 | |
*** ramishra has joined #openstack-neutron | 12:14 | |
*** kashyapk has quit IRC | 12:18 | |
*** nlahouti has quit IRC | 12:19 | |
*** kashyapk has joined #openstack-neutron | 12:20 | |
*** dguitarbite has quit IRC | 12:22 | |
*** lukego has joined #openstack-neutron | 12:25 | |
*** dguitarbite has joined #openstack-neutron | 12:25 | |
*** baoli has joined #openstack-neutron | 12:28 | |
*** kashyapk has quit IRC | 12:38 | |
*** kashyapk has joined #openstack-neutron | 12:39 | |
*** kashyapk has quit IRC | 12:43 | |
*** nlahouti has joined #openstack-neutron | 12:46 | |
*** dguitarbite has quit IRC | 12:49 | |
*** nlahouti has quit IRC | 12:51 | |
*** dims has joined #openstack-neutron | 12:52 | |
*** leseb has joined #openstack-neutron | 12:58 | |
*** leseb has quit IRC | 13:03 | |
*** ramishra has quit IRC | 13:08 | |
*** leseb has joined #openstack-neutron | 13:09 | |
*** kashyapk has joined #openstack-neutron | 13:09 | |
*** kashyapk has quit IRC | 13:15 | |
*** nlahouti has joined #openstack-neutron | 13:17 | |
*** banix has joined #openstack-neutron | 13:21 | |
*** nlahouti has quit IRC | 13:22 | |
*** leseb has quit IRC | 13:27 | |
*** leseb has joined #openstack-neutron | 13:28 | |
*** zhipeng has quit IRC | 13:29 | |
*** zhipeng has joined #openstack-neutron | 13:29 | |
*** leseb has quit IRC | 13:32 | |
*** ramishra has joined #openstack-neutron | 13:39 | |
*** ramishra has quit IRC | 13:43 | |
*** nlahouti has joined #openstack-neutron | 13:48 | |
*** nlahouti has quit IRC | 13:52 | |
*** zzelle has joined #openstack-neutron | 13:54 | |
*** ramishra has joined #openstack-neutron | 13:56 | |
*** lukego has quit IRC | 14:05 | |
*** salv-orlando has joined #openstack-neutron | 14:08 | |
*** Trpfnc has joined #openstack-neutron | 14:17 | |
Trpfnc | hello everyone | 14:17 |
*** nlahouti has joined #openstack-neutron | 14:18 | |
Trpfnc | someone can help to me, i have a problem after installation configuring the external network | 14:19 |
*** dims has quit IRC | 14:20 | |
*** kong has joined #openstack-neutron | 14:20 | |
*** nlahouti has quit IRC | 14:22 | |
*** banix has quit IRC | 14:24 | |
*** dims has joined #openstack-neutron | 14:39 | |
*** ramishra has quit IRC | 14:43 | |
*** ramishra has joined #openstack-neutron | 14:44 | |
*** lukego has joined #openstack-neutron | 14:45 | |
*** zhipeng has quit IRC | 14:45 | |
*** zhipeng has joined #openstack-neutron | 14:45 | |
*** nlahouti has joined #openstack-neutron | 14:49 | |
*** nlahouti has quit IRC | 14:53 | |
*** sunrenjie6 has joined #openstack-neutron | 14:59 | |
*** nati_ueno has joined #openstack-neutron | 15:11 | |
*** kong has quit IRC | 15:16 | |
*** kashyapk has joined #openstack-neutron | 15:20 | |
*** nlahouti has joined #openstack-neutron | 15:20 | |
*** nlahouti has quit IRC | 15:24 | |
*** safchain has joined #openstack-neutron | 15:25 | |
*** salv-orlando has quit IRC | 15:26 | |
*** kashyapk has quit IRC | 15:26 | |
*** kashyapk has joined #openstack-neutron | 15:30 | |
*** superdan is now known as dansmith | 15:33 | |
*** kashyapk has quit IRC | 15:34 | |
*** zhipeng has quit IRC | 15:37 | |
*** zhipeng has joined #openstack-neutron | 15:37 | |
*** kashyapk has joined #openstack-neutron | 15:40 | |
*** kashyapk has quit IRC | 15:44 | |
*** igordcard has quit IRC | 15:45 | |
*** dims has quit IRC | 15:46 | |
*** julim has quit IRC | 15:48 | |
*** ramishra has quit IRC | 15:48 | |
*** kashyapk has joined #openstack-neutron | 15:49 | |
*** sbfox has joined #openstack-neutron | 15:50 | |
*** nlahouti has joined #openstack-neutron | 15:51 | |
*** kashyapk has quit IRC | 15:53 | |
*** nlahouti has quit IRC | 15:55 | |
*** arosen has joined #openstack-neutron | 16:02 | |
*** arosen has quit IRC | 16:09 | |
*** ramishra has joined #openstack-neutron | 16:09 | |
*** Trpfnc has quit IRC | 16:13 | |
*** dims has joined #openstack-neutron | 16:13 | |
*** dims has quit IRC | 16:17 | |
*** a_le has joined #openstack-neutron | 16:20 | |
*** ramishra has quit IRC | 16:21 | |
*** nlahouti has joined #openstack-neutron | 16:22 | |
*** nlahouti has quit IRC | 16:26 | |
*** dims has joined #openstack-neutron | 16:26 | |
*** yamahata has quit IRC | 16:27 | |
*** sunrenjie6 has quit IRC | 16:28 | |
*** arosen has joined #openstack-neutron | 16:30 | |
openstackgerrit | Nachi Ueno proposed a change to openstack/neutron: Added extension for network_securitygroup https://review.openstack.org/100016 | 16:39 |
*** sweston has joined #openstack-neutron | 16:42 | |
*** dguitarbite has joined #openstack-neutron | 16:46 | |
*** sbfox has quit IRC | 16:46 | |
*** sunrenjie6 has joined #openstack-neutron | 16:47 | |
*** nlahouti has joined #openstack-neutron | 16:48 | |
*** nati_ueno has quit IRC | 16:50 | |
*** sbfox has joined #openstack-neutron | 16:51 | |
*** sunrenjie6 has quit IRC | 16:53 | |
*** sunrenjie6 has joined #openstack-neutron | 16:54 | |
*** nlahouti has quit IRC | 16:57 | |
*** _adrian_ has joined #openstack-neutron | 16:57 | |
*** nlahouti has joined #openstack-neutron | 16:57 | |
*** sunrenjie6 has quit IRC | 16:58 | |
*** Longgeek has quit IRC | 17:01 | |
*** Longgeek has joined #openstack-neutron | 17:05 | |
*** xianghui has joined #openstack-neutron | 17:06 | |
*** dims has quit IRC | 17:08 | |
*** baoli has quit IRC | 17:15 | |
*** otherwiseguy has joined #openstack-neutron | 17:16 | |
*** dvorkinista has joined #openstack-neutron | 17:18 | |
*** lukego has quit IRC | 17:20 | |
*** sbfox has quit IRC | 17:20 | |
*** ramishra has joined #openstack-neutron | 17:22 | |
*** ramishra has quit IRC | 17:24 | |
*** ramishra has joined #openstack-neutron | 17:25 | |
*** arosen has quit IRC | 17:26 | |
*** Trpfnc has joined #openstack-neutron | 17:32 | |
*** leseb has joined #openstack-neutron | 17:35 | |
*** otherwiseguy has quit IRC | 17:38 | |
*** ihrachyshka has joined #openstack-neutron | 17:44 | |
*** lukego has joined #openstack-neutron | 17:44 | |
*** Trpfnc has quit IRC | 17:44 | |
*** Trpfnc has joined #openstack-neutron | 17:45 | |
*** leenheer has joined #openstack-neutron | 17:46 | |
*** ihrachyshka has quit IRC | 17:51 | |
*** ihrachyshka has joined #openstack-neutron | 17:51 | |
*** kashyapk has joined #openstack-neutron | 17:52 | |
*** leenheer has quit IRC | 17:52 | |
*** Trpfnc has quit IRC | 17:54 | |
*** kashyapk_ has joined #openstack-neutron | 17:55 | |
*** Trpfnc has joined #openstack-neutron | 17:57 | |
*** kashyapk has quit IRC | 17:58 | |
*** kashyapk_ has quit IRC | 18:01 | |
*** dims has joined #openstack-neutron | 18:05 | |
*** Trpfnc has quit IRC | 18:05 | |
*** ramishra has quit IRC | 18:06 | |
*** Longgeek has quit IRC | 18:08 | |
*** dims has quit IRC | 18:09 | |
*** emagana has joined #openstack-neutron | 18:15 | |
*** dvorkinista has quit IRC | 18:17 | |
*** nlahouti has quit IRC | 18:18 | |
*** krtaylor has quit IRC | 18:19 | |
*** dave_tucker_zzz is now known as dave_tucker | 18:21 | |
*** leseb has quit IRC | 18:24 | |
*** leseb has joined #openstack-neutron | 18:24 | |
*** emagana has quit IRC | 18:28 | |
*** banix has joined #openstack-neutron | 18:29 | |
*** emagana has joined #openstack-neutron | 18:29 | |
*** leseb has quit IRC | 18:31 | |
*** leseb has joined #openstack-neutron | 18:32 | |
*** emagana has quit IRC | 18:34 | |
*** leseb has quit IRC | 18:36 | |
*** alexpilotti has joined #openstack-neutron | 18:38 | |
*** dvorkinista has joined #openstack-neutron | 18:39 | |
*** baoli has joined #openstack-neutron | 18:41 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Configure agents using neutron.common.config.init (formerly .parse) https://review.openstack.org/97505 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Removed local modification in incubator code https://review.openstack.org/99686 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Don't instantiate RPC clients on import https://review.openstack.org/97506 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Introduced rpc_compat.create_connection() https://review.openstack.org/97290 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging https://review.openstack.org/97291 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Copy-paste RPC Service class for backwards compatibility https://review.openstack.org/97289 | 18:42 |
*** sweston has quit IRC | 18:42 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Make sure we call BaseTestCase.setUp() first https://review.openstack.org/97623 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Updated neutron.conf to reflect new RPC options https://review.openstack.org/100014 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Don't explicitly call .stop() on mock.patch objects https://review.openstack.org/98807 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Added notifier entry points for backward compatibility https://review.openstack.org/100013 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Moved rpc_compat.py code back into rpc.py https://review.openstack.org/98813 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Removed 'rpc' and 'notifier' incubator modules https://review.openstack.org/98812 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Introduce RpcCallback class https://review.openstack.org/96792 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Renamed consume_in_thread -> consume_in_threads https://review.openstack.org/98809 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Renamed start_rpc_listener -> start_rpc_listeners https://review.openstack.org/98808 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Removed create_rpc_dispatcher methods https://review.openstack.org/98811 | 18:42 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Renamed argument for create_consumer[s] https://review.openstack.org/98810 | 18:42 |
*** Trpfnc has joined #openstack-neutron | 18:43 | |
*** leseb has joined #openstack-neutron | 18:49 | |
*** Trpfnc has quit IRC | 18:50 | |
*** safchain has quit IRC | 18:51 | |
*** _adrian_ has quit IRC | 18:52 | |
*** irenab has joined #openstack-neutron | 18:57 | |
*** ihrachyshka has quit IRC | 19:05 | |
*** dims has joined #openstack-neutron | 19:05 | |
*** leseb has quit IRC | 19:08 | |
*** yfried_ has joined #openstack-neutron | 19:08 | |
*** leseb has joined #openstack-neutron | 19:08 | |
*** dims has quit IRC | 19:10 | |
*** leseb has quit IRC | 19:13 | |
*** sweston has joined #openstack-neutron | 19:17 | |
*** ranger81 has joined #openstack-neutron | 19:27 | |
*** dguitarbite has quit IRC | 19:36 | |
*** zzelle has quit IRC | 19:39 | |
*** zzelle has joined #openstack-neutron | 19:44 | |
*** sweston has quit IRC | 19:48 | |
*** seizadi has joined #openstack-neutron | 19:59 | |
*** ihrachyshka has joined #openstack-neutron | 20:00 | |
*** ihrachyshka has quit IRC | 20:01 | |
*** nlahouti has joined #openstack-neutron | 20:10 | |
*** dvorkinista has quit IRC | 20:18 | |
*** Sukhdev has joined #openstack-neutron | 20:35 | |
*** seizadi has quit IRC | 20:37 | |
*** ranger81 has quit IRC | 20:39 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: remove pep8 E122 exemption and correct style https://review.openstack.org/99512 | 20:43 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: remove E251 exemption from pep8 check https://review.openstack.org/99521 | 20:43 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable E713 in pep8 tests https://review.openstack.org/99522 | 20:43 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F402 check for flake8 https://review.openstack.org/99548 | 20:43 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F811 check for flake8 https://review.openstack.org/99549 | 20:43 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F812 check for flake8 https://review.openstack.org/99550 | 20:43 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable H104 hacking checks https://review.openstack.org/99578 | 20:43 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable H237 check https://review.openstack.org/99579 | 20:44 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable H401 hacking check https://review.openstack.org/99580 | 20:44 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable H402 hacking check https://review.openstack.org/99581 | 20:44 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable hacking H904 checks https://review.openstack.org/99582 | 20:44 |
*** markmcclain has joined #openstack-neutron | 20:48 | |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F811 check for flake8 https://review.openstack.org/99549 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable hacking H904 checks https://review.openstack.org/99582 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F402 check for flake8 https://review.openstack.org/99548 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable H402 hacking check https://review.openstack.org/99581 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable H401 hacking check https://review.openstack.org/99580 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable F812 check for flake8 https://review.openstack.org/99550 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: remove pep8 E122 exemption and correct style https://review.openstack.org/99512 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable H237 check https://review.openstack.org/99579 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable H104 hacking checks https://review.openstack.org/99578 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: remove E251 exemption from pep8 check https://review.openstack.org/99521 | 20:55 |
openstackgerrit | mark mcclain proposed a change to openstack/neutron: enable E713 in pep8 tests https://review.openstack.org/99522 | 20:55 |
*** markmcclain has quit IRC | 21:01 | |
*** SridharG has joined #openstack-neutron | 21:06 | |
*** amaretskiy has joined #openstack-neutron | 21:09 | |
*** sbfox has joined #openstack-neutron | 21:11 | |
*** SridharG has quit IRC | 21:14 | |
*** dims has joined #openstack-neutron | 21:15 | |
*** nlahouti has quit IRC | 21:16 | |
*** sbfox has quit IRC | 21:17 | |
*** dims has quit IRC | 21:21 | |
*** nlahouti has joined #openstack-neutron | 21:21 | |
*** sbfox has joined #openstack-neutron | 21:22 | |
*** dave_tucker is now known as dave_tucker_zzz | 21:26 | |
*** dave_tucker_zzz is now known as dave_tucker | 21:26 | |
*** sweston has joined #openstack-neutron | 21:29 | |
*** sbfox has quit IRC | 21:35 | |
*** dvorkinista has joined #openstack-neutron | 21:54 | |
*** yfried_ has quit IRC | 22:01 | |
*** yfried_ has joined #openstack-neutron | 22:01 | |
*** jkary1 has joined #openstack-neutron | 22:11 | |
*** lukego has quit IRC | 22:16 | |
*** dims has joined #openstack-neutron | 22:17 | |
*** sweston has quit IRC | 22:19 | |
*** sweston has joined #openstack-neutron | 22:20 | |
*** moha_hunt has quit IRC | 22:20 | |
*** dims has quit IRC | 22:21 | |
*** sweston has quit IRC | 22:22 | |
*** otherwiseguy has joined #openstack-neutron | 22:34 | |
*** Sukhdev has quit IRC | 22:35 | |
*** Sukhdev has joined #openstack-neutron | 22:38 | |
*** tomoe_ has joined #openstack-neutron | 22:42 | |
*** dave_tucker is now known as dave_tucker_zzz | 22:48 | |
*** simon-AS559 has joined #openstack-neutron | 22:51 | |
*** simon-AS5591 has quit IRC | 22:54 | |
*** tomoe_ has quit IRC | 23:10 | |
*** dims has joined #openstack-neutron | 23:18 | |
*** dims has quit IRC | 23:23 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: Big Switch: Catch exceptions in watchdog thread https://review.openstack.org/100075 | 23:28 |
*** otherwiseguy has quit IRC | 23:40 | |
*** otherwiseguy has joined #openstack-neutron | 23:43 | |
*** karimb has quit IRC | 23:50 | |
*** ranger81 has joined #openstack-neutron | 23:55 | |
*** ranger81 has quit IRC | 23:56 | |
*** ranger81 has joined #openstack-neutron | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!