Tuesday, 2015-05-05

*** _Cyclone_ has joined #openstack00:00
Sam-I-Amorzel: seen it all too many times00:01
*** mchestr has quit IRC00:01
*** ngoracke has joined #openstack00:02
*** mchestr has joined #openstack00:02
orzelmm. now i have this ugly "NovaException: Unexpected vif_type=binding_failed". Which according to google searches is realated to "there's a bug in your neutron configuration". For those who managed to fix the problem, it was indeed config errors. I dont have those. But still the error :-(00:02
orzelSam-I-Am: ;-)00:02
*** warriorforGod has quit IRC00:02
Sam-I-Amprobably a mismatch of what networks are available vs. what you're trying to use with that vm00:02
orzellike "gre", "vlan" and such ? in plugins/ml2/ml2_conf.ini : type_drivers = flat, gre00:05
*** electrocucaracha has quit IRC00:05
orzelthat was my first check actually00:05
*** mtanino has quit IRC00:05
Sam-I-Amthat and the bridge mappings00:05
Sam-I-Amtunnel id ranges, etc00:05
orzelbridge mapping was one of the least clear stuff in documentation.00:05
orzeli might have fail this.00:05
*** georgem1 has joined #openstack00:05
*** stevemar has joined #openstack00:06
Sam-I-Amnext question... what network were you trying to boot your vm with? internal/tenant or external?00:06
orzelerm ... both actually. One external and one internal/tenant00:06
*** mchestr has quit IRC00:07
Sam-I-Amis this the basic config from the install guide?00:07
orzelmore or less. This and the fact that network node has only one nic. So i've created/bound several bridge together00:08
Sam-I-Amso, br-ex only exists on the network node?00:08
orzelyes, (but it's also the compute node)00:09
orzeli would not have created it on another compute node, though00:09
*** georgem11 has joined #openstack00:09
*** georgem1 has quit IRC00:09
*** timello has quit IRC00:10
*** zz_jgrimm has quit IRC00:10
Sam-I-Amwhen you say... created/bound several bridges together, what do you mean?00:10
orzelOne thing very obscure to me is how neutron/compute nodes know about which NIC/bridge to use for 'tenant traffic' or 'data network' (names change in documentation). It's very often 'br-eth1' but not always. Even if not connected to eth100:10
*** zz_jgrimm has joined #openstack00:11
*** timello has joined #openstack00:11
orzelSam-I-Am: i did this : https://fosskb.wordpress.com/2014/06/10/managing-openstack-internaldataexternal-network-in-one-interface/00:11
orzelmore specifically this one https://fosskb.files.wordpress.com/2014/06/openstack-single-machine-single-nic.png?w=100800:11
orzelthough it's only network/compute node. Controller is another one00:12
Sam-I-Amthis looks too complex00:12
orzeli would be really happy to have something simpler :)00:13
*** otter768 has joined #openstack00:13
*** spzala has quit IRC00:13
*** _cjones_ has joined #openstack00:13
Sam-I-Amnot really sure why theres a br-proxy or br-eth100:13
orzellog of people seem to ask but that's one of the best example. Still the command provided have lot of typos..00:13
orzelSam-I-Am: my understanding is that openstack expects 'br-eth1'00:13
Sam-I-Amit does not00:13
Sam-I-Amit expects nothing00:13
orzelit expects br-ex, its' in documentation ;-) And br-int is created by neutron00:14
Sam-I-Amit defaults to br-ex for the external bridge, but these days you should un-set that default00:14
*** sputnik13 has quit IRC00:15
orzelhow will it route traffic is we do not specify anything ?00:15
Sam-I-Amyou do specify things, but in the bridge mapping instead00:15
Sam-I-Amdo you specifically want both the tenant networks (are they vlan or tunnel?) and external networks available on all of the compute nodes in addition to the network nodes?00:16
orzeli have this : plugins/ml2/ml2_conf.ini:bridge_mappings = external:br-ex00:16
orzeli use gre tunnels for tenant networks00:16
*** timello has quit IRC00:16
*** signed8bit_ZZZzz is now known as signed8bit00:16
orzelnot sure about your question00:16
*** zz_jgrimm has quit IRC00:17
*** otter768 has quit IRC00:17
orzelI dont mind if VM traffic to external network go through the network node00:17
Sam-I-Amdo all of your instances only use tenant networks, or do they require direct access to the external network in some cases?00:17
*** chutwig has joined #openstack00:18
*** timello has joined #openstack00:18
*** zz_jgrimm has joined #openstack00:18
*** galstrom_zzz is now known as galstrom00:19
*** mrjazzcat has quit IRC00:19
orzelOh, i think most of the time vm will access the external network directly00:19
orzelusing tenant 'local network' is a nice-to-have00:20
*** aimon has joined #openstack00:20
orzeli was able to ping a router created in neutron. Once :)00:20
orzel(with an IP allocated on the external network range)00:20
Sam-I-Amvms that attach to external networks is called provider networking, and there's no routing taking place.00:21
Sam-I-Amyour network infrastructure handles routing00:21
*** evanjfraser has joined #openstack00:21
Sam-I-Amfor the most part, the only time you use routing is with tenant networks connecting to external networks (with snat/dnat)00:22
*** georgem11 has quit IRC00:22
*** borei1 has quit IRC00:23
Sam-I-Ami wouldnt use 1 nic in a prod environment, but for a lab all this will work00:23
*** noye has quit IRC00:24
*** geguileo has quit IRC00:26
orzelOf course. We're still experimenting. I'm looking forward to have a dozens servers with several nic .. but not yet00:28
*** ncerny has joined #openstack00:28
Sam-I-Amthis might be useful - http://docs.openstack.org/networking-guide/deploy.html00:28
orzelSam-I-Am: i tried creating a vm only connected to the external network, gives the same error00:28
Sam-I-Amwith one nic, i'd configure the machine's IP on br-ex, make the actual network interface a port on br-ex, and use the ip of br-ex as your tunnel endpoint (local_ip)00:30
orzelSam-I-Am: will read it all. I'm greedy with documentation :)00:30
Sam-I-Ami mostly wrote it all :)00:30
Sam-I-Amjust published last week00:30
Sam-I-Amstill needs work, but should give you a better idea of the typical deployment scenarios00:30
orzelouch ! Now i understand how it escaped my scrutinity00:30
orzeli'll try with thi very simple br-ex setup00:31
chutwigwould this be the right place to ask about radosgw authentication against keystone, or should i take that to ceph friends00:31
Sam-I-Amthey reference more production-like environments with multiple nics, but you can hack most of those scenarios into working on one00:31
Sam-I-Amchutwig: might be, if there's a ceph person in here00:31
*** dtrainor has quit IRC00:31
chutwigit's not a pressing question since it does work already, i'm just looking to understand how the integration functions a little better00:32
orzeli haven't managed much yet in the 'hacking' part,... i'm not fluent yet with the normal way00:32
*** stevemar has quit IRC00:32
Sam-I-Ameasiest thing with neutron is starting out with the basics. instances connect to tenant networks that route to an external network. then expand a bit.00:32
chutwigmostly i'm not sure exactly where the x-auth-token that horizon is using actually originates from, because if i obtain a token from keystone myself i get back a huge Blob-o'-JSON00:33
orzelSam-I-Am: i really thought connecting to the external network directly would be easier/more straighforward00:33
chutwigi can see the token itself in a memcached slab that horizon is passing but am not sure how it's being tied to that particular user, because the key seems empty, unless i'm just screwing up querying memcached00:33
Sam-I-Amorzel: depends what you need. tenant networks are more self-service.00:34
*** geguileo has joined #openstack00:34
chutwigalso the swift cli client doesn't work when passing OS username/password and that makes me a little suspicious of some of the magicks00:34
orzelSam-I-Am: i managed to create a router acting as gw/nat between my tenant network and the external network. But only using CLI . When using horizon, i can only 'add port' to it, but no way to configure the WAN part of the router...00:34
*** promulo_ has joined #openstack00:35
orzelSam-I-Am: most users will require an easy setup with internet access. Even floating ip are not very important for most of them00:35
Sam-I-Amwhat do you mean configure the wan part?00:35
Sam-I-Amorzel: sounds like you might benefit from a mix of provider networks and tenant networks00:35
orzelthe part connected to the external network/internet00:35
orzelis there a difference between 'external' and 'provider' networks ?00:35
Sam-I-Amnot really00:36
orzelgreat. i was afraid of having missed something00:36
Sam-I-Amchutwig: i'm not a ceph guy :/00:36
Sam-I-Ambut if you have network issues...00:36
*** promulo has quit IRC00:39
chutwigi wasn't directing at you in particular, just blasting out there00:41
Sam-I-Amoh, i know00:41
chutwigi don't think we use neutron in our deployments00:41
Sam-I-Amjust saying i cant help much00:41
chutwigbut i can break something if you like00:41
chutwigand then come back00:41
orzel;-)00:41
Sam-I-Amlol00:41
*** GeoKM has joined #openstack00:41
*** tkatarki has joined #openstack00:42
Sam-I-Amits a bit quiet in here this time of day00:42
chutwigmost of our stuff is on havana right now with a few icehouse clusters and i've been tasked with pushing our stuff up to kilo00:42
chutwigso, having a lot of fun with that00:42
Sam-I-Ami bet00:42
Sam-I-Amupgrades are fun00:42
lothWhy are cloud-init docs so lacking...00:42
lothgrr00:42
chutwigwhere did you find cloud-init docs :o00:43
lothhttp://cloudinit.readthedocs.org/en/latest/topics/examples.html00:43
*** _cjones_ has quit IRC00:43
Sam-I-Amloth: contributions welcome :)00:43
lothfor everything else you look at the source code00:43
chutwigwe're probably going to build entirely new clusters and have a migration path over, which will be nice00:43
Sam-I-Amreadthedocs is where docs go to die :/00:43
*** mpaolino has joined #openstack00:44
*** mpaolino has quit IRC00:45
*** rbowen has quit IRC00:46
orzelSam-I-Am: in the doc your first example is called "legacy". I feel like using some old stuff :-)00:48
Sam-I-Amyeah, its only legacy in that people should probably use dvr or l3ha for new deployments (unless they just need provider networks)00:49
*** lucendio has quit IRC00:49
Sam-I-Amlegacy probably means more like 'conventional' here00:49
Sam-I-Amits the same architecture from the install guide, just a bit more detailed.00:49
orzelyeps00:49
*** leeantho has quit IRC00:49
*** shashankhegde has quit IRC00:52
orzelSam-I-Am: do you know what 'admin state' mean for networks ? There's also 'shared' which i guess make it available to all tenants00:52
*** primechuck has joined #openstack00:52
Sam-I-Amadmin state is just a logical state... if its admin up, things can use it. if not, no... regardless of whether the underlying stuff is actually up.00:53
*** ncerny has quit IRC00:53
*** primechuck has quit IRC00:54
orzelok, kinda enable/available00:55
Sam-I-Amyeah00:55
Sam-I-Amno different than admin state on a real network device00:55
*** primechuck has joined #openstack00:55
*** StuartMI has quit IRC00:55
orzeloh, there's such a thing ?00:56
orzelthe up in 'ifconfig up' ?00:56
orzelSam-I-Am: nice graphics anyway :)00:56
* orzel reading00:56
*** clayb has quit IRC00:57
*** fallenpegasus has joined #openstack00:57
*** chutwig has quit IRC00:57
Sam-I-Amyeah, there was a lot of work that went into those00:57
Sam-I-Amstill not completely done00:58
Sam-I-Amaight, need to do the dishes00:58
*** chutwig has joined #openstack00:58
*** henrynash has quit IRC00:59
*** henrynash has joined #openstack00:59
*** EricGonczer_ has quit IRC01:01
orzelSam-I-Am: with 'tenant network', we agree that it's a virtual network available for all users of the tenant. Is is supposed to be created by a member of the tenant, or by the admin for it to be used by tenant members ?01:01
orzeli'm not the only one wondering :-) https://bugs.launchpad.net/horizon/+bug/137032201:02
openstackLaunchpad bug 1370322 in OpenStack Dashboard (Horizon) "Add a tooltip for "Admin State" in the Network forms" [Medium,Fix released] - Assigned to Sam Betts (sambetts)01:02
*** jmacdonald has quit IRC01:03
Sam-I-Amtenant networks (not provider) are generally created by the tenant, hence the self-service capability01:03
Sam-I-Amyou can create them as the admin tenant, but you need to specify the tenant id for them01:04
*** jmacdonald has joined #openstack01:05
*** _Cyclone_ has quit IRC01:05
orzelbut then a floating ip can only be connected to the tenant router, not to any VM ?01:08
orzelSam-I-Am: and it's not possible to forward ports to an internal vm from the router, is it ?01:08
orzelmm, or it can have both01:09
orzelmakes sense01:09
*** ancoron has joined #openstack01:10
*** ncerny has joined #openstack01:10
*** _Cyclone_ has joined #openstack01:11
*** tkatarki has quit IRC01:12
*** tnovacik has quit IRC01:15
*** ancoron_ has quit IRC01:15
*** henrynash_ has joined #openstack01:17
*** _Cyclone_ has quit IRC01:17
*** rawl has joined #openstack01:17
Sam-I-Amheh01:18
Sam-I-Amanswer your own question?01:18
*** bdemers has joined #openstack01:19
*** popw has joined #openstack01:19
*** henrynash has quit IRC01:20
*** henrynash_ is now known as henrynash01:20
*** Joufflu has joined #openstack01:21
*** anil_rao has joined #openstack01:21
*** ncerny has quit IRC01:22
*** igordcard has quit IRC01:22
anil_raoIs "port security extension" for ml2 a part of kilo.01:22
*** eghobo has quit IRC01:22
*** ncerny has joined #openstack01:22
*** eghobo has joined #openstack01:22
*** Marga_ has quit IRC01:23
*** fallenpegasus has quit IRC01:23
*** KaZeR has quit IRC01:23
*** fallenpegasus has joined #openstack01:23
*** KaZeR has joined #openstack01:24
*** bdemers_ has joined #openstack01:25
*** EricGonczer_ has joined #openstack01:25
*** bdemers has quit IRC01:26
*** bdemers_ is now known as bdemers01:26
*** EricGonc_ has joined #openstack01:26
*** sarob has quit IRC01:27
*** pixelbeat has joined #openstack01:27
*** bdemers has quit IRC01:27
*** cptweasel has joined #openstack01:27
*** fallenpegasus has quit IRC01:28
*** Lee1092 has joined #openstack01:28
*** KaZeR has quit IRC01:28
*** nlahouti has quit IRC01:29
Sam-I-Amaight, time to roll out of here01:30
*** EricGonczer_ has quit IRC01:30
*** georgem1 has joined #openstack01:30
*** kebray has joined #openstack01:31
*** fallenpegasus has joined #openstack01:31
*** rbak has joined #openstack01:31
*** kebray has quit IRC01:32
*** rawl has quit IRC01:32
*** georgem1 has quit IRC01:32
*** georgem1 has joined #openstack01:33
*** obedmr has joined #openstack01:34
*** ncerny has quit IRC01:34
*** ashneo76 has quit IRC01:35
*** ncerny has joined #openstack01:35
*** imthewherd`away is now known as imthewherd01:36
orzelSam-I-Am: see ya, thanks again for your help01:36
*** rtheis has quit IRC01:37
*** _Cyclone_ has joined #openstack01:37
*** VW_ has joined #openstack01:38
*** _cjones_ has joined #openstack01:39
*** EricGonczer_ has joined #openstack01:40
*** erkules_ has joined #openstack01:40
*** rlrevell has quit IRC01:40
*** ashneo76 has joined #openstack01:40
*** EricGonc_ has quit IRC01:42
*** VW_ has quit IRC01:42
*** VW_ has joined #openstack01:42
*** _Cyclone_ has quit IRC01:43
*** erkules has quit IRC01:43
*** alanf-mc has quit IRC01:44
*** eghobo has quit IRC01:44
*** _cjones_ has quit IRC01:44
*** Longgeek has joined #openstack01:46
*** Ephur has joined #openstack01:47
*** noye has joined #openstack01:49
*** _Cyclone_ has joined #openstack01:50
*** _Cyclone_ has quit IRC01:50
*** rbak has quit IRC01:50
*** kebray has joined #openstack01:51
*** mikeoutland has joined #openstack01:52
*** brokencycle has quit IRC01:52
*** rbak has joined #openstack01:52
*** mikeoutland has quit IRC01:53
*** rbak has quit IRC01:57
*** galstrom is now known as galstrom_zzz01:58
*** Longgeek has quit IRC01:58
*** EricGonczer_ has quit IRC02:00
*** kebray has quit IRC02:01
*** harushimo has joined #openstack02:01
*** kebray has joined #openstack02:02
harushimocan I ask the openstack community a quick question?02:02
lifelessharushimo: yes!02:03
*** julim has joined #openstack02:03
harushimoI would like to know if anyone has successfully been to install on ubuntu server?02:03
harushimoI'm reading some instructions on both websites02:03
*** georgem1 has quit IRC02:03
*** brokencycle has joined #openstack02:03
harushimoI've tried to install openstack by source code many times02:03
harushimono success02:04
*** patrickeast has quit IRC02:04
harushimoI want to do it right02:04
*** baoli has joined #openstack02:05
*** ncerny_ has joined #openstack02:08
*** cody-somerville has joined #openstack02:11
*** achanda has quit IRC02:11
*** ncerny has quit IRC02:12
*** otter768 has joined #openstack02:13
*** gildub has quit IRC02:13
*** loth has quit IRC02:14
*** JimFall has joined #openstack02:15
*** rlrevell has joined #openstack02:16
*** otter768 has quit IRC02:18
*** btaroli has quit IRC02:18
raminoidWhat is the OpenStack equivelent/alternative for AWS IAM?02:20
*** btaroli has joined #openstack02:21
*** rawl has joined #openstack02:21
*** kbrierly has quit IRC02:21
*** brokencycle has quit IRC02:23
*** baoli has quit IRC02:24
*** aeperezt has joined #openstack02:25
*** rawl has quit IRC02:25
*** rawl has joined #openstack02:26
*** mattgriffin has joined #openstack02:26
*** sarob has joined #openstack02:28
*** andresmujica has quit IRC02:29
*** gli has joined #openstack02:29
*** jmacdonald has quit IRC02:30
*** shashankhegde has joined #openstack02:31
*** blairo has joined #openstack02:32
*** appprod0 has joined #openstack02:32
*** sarob has quit IRC02:33
*** badon has joined #openstack02:33
orzelraminoid: "keystone"02:34
*** ivar-laz_ has joined #openstack02:35
*** orzel has quit IRC02:35
raminoidKeystone is has limited roles02:35
raminoidand as a user of OpenStack (as opposed to an admin), I can't use its features to work as IAM02:35
raminoidAre there any secure key-value stores?02:36
*** georgem1 has joined #openstack02:36
*** blair has quit IRC02:36
*** baoli has joined #openstack02:36
*** enarciso has quit IRC02:37
*** rlrevell has quit IRC02:37
*** gildub has joined #openstack02:37
*** yamahata has quit IRC02:37
*** ivar-lazzaro has quit IRC02:38
*** sarob has joined #openstack02:39
*** ivar-laz_ has quit IRC02:39
*** fyrril has quit IRC02:39
*** enarciso has joined #openstack02:44
*** enarciso has quit IRC02:45
*** FunnyLookinHat has quit IRC02:46
*** shibby has quit IRC02:46
*** galstrom_zzz is now known as galstrom02:49
*** dustinm` has quit IRC02:50
*** cptweasel has quit IRC02:51
*** rawl has quit IRC02:52
*** mikeoutland has joined #openstack02:52
*** mcornea has quit IRC02:52
*** sputnik13 has joined #openstack02:53
*** Longgeek has joined #openstack02:56
*** diogogmt has joined #openstack02:56
*** mattgriffin has quit IRC02:56
*** diogogmt has quit IRC03:00
*** dustinm` has joined #openstack03:02
*** pravins has joined #openstack03:03
*** shashankhegde has quit IRC03:03
*** mchestr has joined #openstack03:03
*** mixomathoze has quit IRC03:04
*** JimFall has quit IRC03:06
*** antons has joined #openstack03:07
*** mrjazzcat has joined #openstack03:08
*** Longgeek has quit IRC03:08
*** mchestr has quit IRC03:10
*** vuntz has quit IRC03:10
*** vuntz has joined #openstack03:10
*** mrjazzcat has quit IRC03:11
*** mixomathoze has joined #openstack03:11
*** alanf-mc has joined #openstack03:16
*** balajiiyer has joined #openstack03:18
*** zhangtralon has quit IRC03:19
*** mikeoutland has quit IRC03:22
*** JRobinson__ is now known as JRobinson__afk03:22
*** zzxwill has joined #openstack03:22
*** coolsvap|afk is now known as coolsvap03:23
*** dims_ has quit IRC03:23
*** alanf-mc has quit IRC03:23
*** MentalRay has joined #openstack03:23
*** alanf-mc has joined #openstack03:23
*** yamahata has joined #openstack03:24
*** will has joined #openstack03:24
*** otter768 has joined #openstack03:25
*** will has quit IRC03:25
*** signed8bit has quit IRC03:25
*** zzxwill has quit IRC03:26
*** W00lf has quit IRC03:26
*** zzxwill has joined #openstack03:26
*** _cjones_ has joined #openstack03:28
*** sayan has joined #openstack03:29
*** links has joined #openstack03:31
*** _cjones_ has quit IRC03:32
*** JRobinson__afk is now known as JRobinson__03:33
*** otter768 has quit IRC03:33
*** kebray has quit IRC03:35
*** otter768 has joined #openstack03:35
*** MentalRay has quit IRC03:36
*** sputnik13 has quit IRC03:38
*** brokencycle has joined #openstack03:39
*** rongze has joined #openstack03:39
*** wt0f_ has quit IRC03:39
*** shashankhegde has joined #openstack03:40
*** wt0f has joined #openstack03:40
*** alanf-mc has quit IRC03:40
*** alanf-mc has joined #openstack03:40
*** aeperezt has quit IRC03:41
*** obedmr has quit IRC03:42
*** freeflying has quit IRC03:43
*** freeflying has joined #openstack03:43
*** stevemar has joined #openstack03:43
*** MentalRay has joined #openstack03:43
*** neha has joined #openstack03:43
*** appprod0 has quit IRC03:45
*** wt0f has quit IRC03:45
*** balajiiyer has left #openstack03:46
*** MarkAtwood has quit IRC03:47
*** appprod0 has joined #openstack03:47
*** sks has joined #openstack03:48
*** fallenpegasus has quit IRC03:49
*** fallenpegasus has joined #openstack03:49
*** eghobo has joined #openstack03:50
*** achanda has joined #openstack03:51
*** anshul has joined #openstack03:51
*** antons has quit IRC03:51
*** jckasper has joined #openstack03:51
*** zkrdm has quit IRC03:52
*** baoli has quit IRC03:52
*** nkhare has joined #openstack03:53
*** fallenpegasus has quit IRC03:54
*** zkrdm has joined #openstack03:54
*** shashankhegde has quit IRC03:56
*** galstrom is now known as galstrom_zzz03:56
*** chutwig has quit IRC03:57
*** appprod0 has quit IRC03:57
*** achampion has quit IRC03:58
*** achampion has joined #openstack03:58
*** deepthi has joined #openstack03:58
*** KaZeR has joined #openstack03:59
*** kebray has joined #openstack04:01
*** Longgeek has joined #openstack04:05
*** ayoung-dadmode has quit IRC04:05
*** alanf-mc has quit IRC04:07
*** blairo has quit IRC04:07
*** blair has joined #openstack04:07
*** alanf-mc has joined #openstack04:08
*** otter768 has quit IRC04:09
*** achanda has quit IRC04:12
*** henrynash has quit IRC04:14
*** Joufflu has quit IRC04:14
*** henrynash has joined #openstack04:14
*** chandankumar has joined #openstack04:16
*** KaZeR has quit IRC04:16
*** galstrom_zzz is now known as galstrom04:17
*** eghobo has quit IRC04:18
*** pixelbeat has quit IRC04:18
*** rdas has joined #openstack04:22
*** fam has quit IRC04:22
*** mattgriffin has joined #openstack04:22
*** fam has joined #openstack04:23
*** dims has joined #openstack04:23
*** mikeoutland has joined #openstack04:24
*** eghobo has joined #openstack04:25
*** ncerny_ has quit IRC04:26
*** georgem1 has quit IRC04:26
*** RoozbehShafiee has joined #openstack04:27
*** _cjones_ has joined #openstack04:28
*** dims has quit IRC04:28
*** Longgeek has quit IRC04:29
*** mattgriffin has quit IRC04:29
*** jeevan_ullas has joined #openstack04:29
*** Lamartine has quit IRC04:30
*** sarob has quit IRC04:30
*** jckasper has quit IRC04:31
*** s1lv3r40 has joined #openstack04:32
*** mikeoutland has quit IRC04:32
*** bkopilov has joined #openstack04:32
*** _cjones_ has quit IRC04:33
*** Warped has joined #openstack04:34
*** blackboxsw_ has quit IRC04:35
*** s1lv3r40 has quit IRC04:36
*** noye has quit IRC04:37
*** scubacuda has joined #openstack04:37
*** Networkn3rd has quit IRC04:40
*** icy_ground has quit IRC04:40
*** icy_ground has joined #openstack04:40
*** mattgriffin has joined #openstack04:41
*** alejandrito has joined #openstack04:41
*** sks has quit IRC04:41
*** alejandrito is now known as Guest5834604:42
*** Guest58346 is now known as _alejandrito_04:42
*** SumitNaiksatam has joined #openstack04:43
*** maishsk has quit IRC04:43
*** mrmartin has joined #openstack04:45
*** AnilV4 has joined #openstack04:48
*** swat30 has quit IRC04:48
*** antons has joined #openstack04:48
*** galstrom is now known as galstrom_zzz04:49
*** vCloudernBeer has joined #openstack04:50
*** swat30 has joined #openstack04:54
*** vijayagurug has joined #openstack04:55
*** sks has joined #openstack04:56
*** blackboxsw_ has joined #openstack04:56
*** sayan has quit IRC04:56
*** rongze has quit IRC04:58
*** nlahouti1 has joined #openstack04:58
*** sayan has joined #openstack04:58
*** s1lv3r40 has joined #openstack04:59
*** mkovarik has joined #openstack05:00
*** rongze has joined #openstack05:00
*** wt0f has joined #openstack05:01
*** sks has quit IRC05:01
*** GeoKM has quit IRC05:01
*** nkrinner has joined #openstack05:04
*** bobmel has joined #openstack05:04
*** jeevan_ullas has quit IRC05:04
*** jeevan_ullas has joined #openstack05:05
*** bobmel_ has quit IRC05:06
*** achanda has joined #openstack05:10
*** eghobo_ has joined #openstack05:13
*** henrynash has quit IRC05:16
*** tojuvone_ has joined #openstack05:16
*** henrynash has joined #openstack05:16
*** eghobo has quit IRC05:17
*** jeevan_ullas has quit IRC05:17
*** masco has joined #openstack05:18
*** shashankhegde has joined #openstack05:18
*** eghobo has joined #openstack05:19
*** eghobo_ has quit IRC05:21
*** nlahouti1 has quit IRC05:23
*** linswap has joined #openstack05:24
*** RoozbehShafiee has quit IRC05:25
*** Poornima has joined #openstack05:26
*** alanf-mc has quit IRC05:26
*** toey has joined #openstack05:27
*** neeti has joined #openstack05:27
*** neeti has quit IRC05:28
*** W00lf has joined #openstack05:28
*** neeti has joined #openstack05:30
*** toey has quit IRC05:30
*** sayan has quit IRC05:31
*** vCloudernBeer has quit IRC05:31
*** badmadrad has joined #openstack05:31
*** RoozbehShafiee has joined #openstack05:33
*** tnovacik has joined #openstack05:33
*** alanf-mc has joined #openstack05:34
*** alanf-mc has quit IRC05:35
*** s1lv3r40 has quit IRC05:35
*** s1lv3r40 has joined #openstack05:37
*** _alejandrito_ has quit IRC05:37
*** gem has joined #openstack05:37
*** s1lv3r40 has quit IRC05:38
*** vCloudernBeer has joined #openstack05:39
*** gem has quit IRC05:40
*** gem has joined #openstack05:40
*** hdd has joined #openstack05:43
*** badmadrad has quit IRC05:44
*** antons has quit IRC05:45
*** rongze has quit IRC05:45
*** cody-somerville has quit IRC05:46
*** itzikb has joined #openstack05:47
*** antons has joined #openstack05:48
*** SumitNaiksatam has quit IRC05:48
*** SumitNaiksatam has joined #openstack05:49
*** JRobinson__ has quit IRC05:49
*** rongze has joined #openstack05:50
*** avagi has joined #openstack05:50
*** rongze has quit IRC05:52
*** alanf-mc has joined #openstack05:53
*** mikeoutland has joined #openstack05:53
*** groen692 has joined #openstack05:54
*** mikeoutland has quit IRC05:54
*** gem_ has joined #openstack05:55
*** gem has quit IRC05:55
*** bvandenh has joined #openstack05:55
*** LJT has quit IRC05:57
*** W00lf has quit IRC05:57
*** W00lf has joined #openstack05:57
*** nlevinki has joined #openstack05:58
*** melmoth has joined #openstack05:58
*** Longgeek has joined #openstack05:59
*** mrunge has joined #openstack05:59
*** saurabh has joined #openstack06:00
*** itzikb_ has joined #openstack06:00
*** yrabl_ has joined #openstack06:00
*** yrabl_ has quit IRC06:01
*** badon has quit IRC06:02
*** badon_ has joined #openstack06:02
*** kushal has joined #openstack06:02
*** badon_ is now known as badon06:02
*** nikeshm has quit IRC06:02
*** itzikb has quit IRC06:03
*** yrabl has quit IRC06:04
*** yrabl has joined #openstack06:04
*** alanf-mc has quit IRC06:05
*** ngoracke has quit IRC06:05
*** maishsk has joined #openstack06:06
*** vCloudernBeer has quit IRC06:06
*** oro has joined #openstack06:07
SamYaple_harushimo: docs.openstack.org has an install guide for ubuntu with ubuntu packages06:08
SamYaple_harushimo: for a source install, there is no guide to do this06:09
*** pkoniszewski has joined #openstack06:09
*** gem_ has quit IRC06:10
*** gem_ has joined #openstack06:10
*** otter768 has joined #openstack06:10
*** SamYaple_ is now known as SamYaple06:13
*** Bhaskarakiran has joined #openstack06:14
*** redbeard has joined #openstack06:14
*** otter768 has quit IRC06:14
*** Longgeek_ has joined #openstack06:14
*** ashneo76 has quit IRC06:15
*** mattgriffin has quit IRC06:16
*** Longgeek has quit IRC06:17
*** _cjones_ has joined #openstack06:17
*** dendrobates has quit IRC06:19
*** masayukig has quit IRC06:19
*** masayukig has joined #openstack06:19
*** _cjones_ has quit IRC06:22
*** itzikb_ is now known as itzikb06:23
*** kudryashova has quit IRC06:24
*** bradm_ has joined #openstack06:24
*** vCloudernBeer has joined #openstack06:24
*** kudryashova has joined #openstack06:25
*** svasheka has quit IRC06:25
*** gem_ has quit IRC06:25
*** gem_ has joined #openstack06:25
*** fzdarsky has joined #openstack06:27
*** scheuran has joined #openstack06:27
*** antons has quit IRC06:29
*** oro has quit IRC06:31
*** BOKALDO has joined #openstack06:32
*** mrunge has quit IRC06:33
*** vCloudernBeer has quit IRC06:35
*** bradm_ has quit IRC06:36
*** itarchitectkev has joined #openstack06:36
*** bradm has quit IRC06:36
*** svasheka has joined #openstack06:37
*** bradm_ has joined #openstack06:37
*** mrunge has joined #openstack06:37
*** shashankhegde has quit IRC06:38
*** kushal has quit IRC06:38
*** shashankhegde has joined #openstack06:39
*** ashneo76 has joined #openstack06:39
*** antons has joined #openstack06:39
*** kushal has joined #openstack06:40
*** comay has quit IRC06:41
*** blairo has joined #openstack06:41
*** antons has quit IRC06:43
*** xgsa has joined #openstack06:43
*** sayan has joined #openstack06:43
*** jprovazn has joined #openstack06:44
*** blair has quit IRC06:45
*** blairo has quit IRC06:46
*** dulek has joined #openstack06:48
*** antons has joined #openstack06:49
*** jcoufal has joined #openstack06:50
*** e0ne has joined #openstack06:51
*** pbandzi has joined #openstack06:56
*** nlevinki has quit IRC06:57
*** gary_perkins has joined #openstack06:58
*** shashankhegde has quit IRC06:59
*** KaZeR has joined #openstack07:02
*** m_clarkson78 has joined #openstack07:05
*** e0ne has quit IRC07:06
*** ronis has joined #openstack07:08
*** rdas has quit IRC07:10
*** kebray has quit IRC07:11
*** sandywalsh has quit IRC07:11
*** antons has quit IRC07:11
*** cody-somerville has joined #openstack07:12
*** cody-somerville has quit IRC07:12
*** cody-somerville has joined #openstack07:12
*** eghobo has quit IRC07:12
*** sandywalsh has joined #openstack07:12
*** markus_z has joined #openstack07:12
*** tshefi has joined #openstack07:12
*** yamahata has quit IRC07:14
*** m_clarkson78 has quit IRC07:15
*** achanda has quit IRC07:16
*** dizquierdo has joined #openstack07:16
*** m_clarkson78 has joined #openstack07:16
*** agarciam has joined #openstack07:16
*** aufi has joined #openstack07:17
*** yocum has quit IRC07:17
*** pask81 has joined #openstack07:17
*** stamak has joined #openstack07:18
*** rdas has joined #openstack07:22
*** achanda has joined #openstack07:22
*** ConConovaloff has joined #openstack07:22
*** stevemar has quit IRC07:22
*** achanda has quit IRC07:24
*** kawa2014 has joined #openstack07:24
*** zz_ttrifonov is now known as ttrifonov07:24
*** vexoon has joined #openstack07:25
*** VW_ has quit IRC07:25
*** maishsk has quit IRC07:30
*** Arminder- has quit IRC07:31
*** yocum has joined #openstack07:31
*** maishsk has joined #openstack07:32
*** Arminder has joined #openstack07:32
*** wt0f has quit IRC07:32
*** lyang0 has joined #openstack07:32
*** tojuvone has quit IRC07:32
*** rdas has quit IRC07:32
*** wt0f has joined #openstack07:33
*** fsimonce has joined #openstack07:34
*** Arminder has quit IRC07:35
*** k4n0 has joined #openstack07:35
*** Arminder has joined #openstack07:36
*** yog__ has joined #openstack07:37
*** wt0f has quit IRC07:37
*** EricGonczer_ has joined #openstack07:38
*** karimb has joined #openstack07:38
*** popw has quit IRC07:40
*** rdas has joined #openstack07:41
*** erkules_ is now known as erkules07:42
*** erkules has quit IRC07:43
*** erkules has joined #openstack07:43
*** dulek has quit IRC07:43
*** dulek has joined #openstack07:44
*** chlong has quit IRC07:44
*** maishsk has quit IRC07:44
*** geaaru has joined #openstack07:45
*** maishsk has joined #openstack07:46
*** oro has joined #openstack07:47
*** hdd_ has joined #openstack07:48
*** wt0f has joined #openstack07:48
*** ajo has joined #openstack07:49
*** gfidente has joined #openstack07:49
*** gfidente has quit IRC07:49
*** gfidente has joined #openstack07:49
*** bradm_ is now known as bradm07:50
*** bvandenh has quit IRC07:51
*** hdd has quit IRC07:51
*** jpena has joined #openstack07:51
*** ndipanov has joined #openstack07:52
*** equ has quit IRC07:53
*** aarefiev has joined #openstack07:54
*** dulek has quit IRC07:55
*** dulek has joined #openstack07:55
*** walterheck has joined #openstack07:56
*** OutBackDingo has quit IRC07:56
*** jeevan_ullas has joined #openstack07:57
*** aloga has quit IRC07:57
*** popw has joined #openstack07:57
*** OutBackDingo has joined #openstack07:59
*** OutBackDingo has quit IRC07:59
*** bjornar_ has joined #openstack07:59
*** freeflying has quit IRC08:00
*** dulek has quit IRC08:02
*** freeflying has joined #openstack08:03
*** pkircher has quit IRC08:03
*** OutBackDingo has joined #openstack08:03
*** arxcruz has joined #openstack08:03
*** EricGonczer_ has quit IRC08:04
*** henrynash has quit IRC08:04
*** liam_ has joined #openstack08:04
*** krisd_ has joined #openstack08:04
*** henrynash has joined #openstack08:04
*** liam_ is now known as Guest7458508:05
*** bvandenh has joined #openstack08:05
*** krisd has quit IRC08:06
*** _cjones_ has joined #openstack08:06
*** oro has quit IRC08:06
*** sayan has quit IRC08:09
*** Guest74585 has quit IRC08:09
*** gildub has quit IRC08:10
*** gary_perkins_ has joined #openstack08:10
*** lucendio has joined #openstack08:11
*** otter768 has joined #openstack08:11
*** gary_perkins has quit IRC08:11
*** _cjones_ has quit IRC08:12
*** JRobinson__ has joined #openstack08:14
*** itarchitectkev_ has joined #openstack08:15
*** otter768 has quit IRC08:16
*** mdbooth has quit IRC08:16
*** rdas has quit IRC08:18
*** itarchitectkev has quit IRC08:18
*** pkircher has joined #openstack08:18
*** yuukigoodman has quit IRC08:20
*** OutBackDingo_ has joined #openstack08:20
*** lucendio has quit IRC08:21
*** OutBackDingo has quit IRC08:21
*** mdbooth has joined #openstack08:22
*** derekh has joined #openstack08:23
*** dulek has joined #openstack08:23
*** e0ne has joined #openstack08:28
*** e0ne is now known as e0ne_08:28
*** tkatarki has joined #openstack08:29
*** MattMan has joined #openstack08:33
*** gary_perkins_ has quit IRC08:34
*** MaxV has joined #openstack08:34
*** MarkBaker has joined #openstack08:37
*** rdas has joined #openstack08:39
*** itarchitectkev_ has quit IRC08:44
*** itarchitectkev has joined #openstack08:44
*** e0ne_ is now known as e0ne08:44
*** SumitNaiksatam has quit IRC08:44
*** pkircher has quit IRC08:45
*** e0ne is now known as e0ne_08:45
*** sayan has joined #openstack08:45
*** SumitNaiksatam has joined #openstack08:46
*** e0ne_ is now known as e0ne08:46
*** pkircher has joined #openstack08:47
*** equ has joined #openstack08:48
*** kushal has quit IRC08:49
*** slo_ has quit IRC08:49
*** avagi has left #openstack08:50
*** pnavarro has joined #openstack08:53
*** MaxV has quit IRC08:53
*** gary_perkins has joined #openstack08:54
*** pdb_ has quit IRC08:55
*** gem_ has quit IRC08:56
*** gem_ has joined #openstack08:56
*** pdb_ has joined #openstack08:56
*** jistr has joined #openstack08:56
*** ancoron has quit IRC08:58
*** lucendio has joined #openstack08:59
*** s1lv3r40 has joined #openstack08:59
*** pelix has joined #openstack08:59
*** dulek has quit IRC09:00
*** scheuran has quit IRC09:02
*** Krin has joined #openstack09:04
*** s1lv3r40 has quit IRC09:04
*** _1_Iykegams has joined #openstack09:06
_1_Iykegamshi09:06
*** mcornea has joined #openstack09:07
*** dustinm` has quit IRC09:10
*** harushimo has quit IRC09:11
*** jtomasek has joined #openstack09:13
*** shardy_ has joined #openstack09:13
*** ancoron has joined #openstack09:13
*** agarciam1 has joined #openstack09:14
*** agarciam has quit IRC09:14
*** shardy has quit IRC09:14
*** gszasz has joined #openstack09:14
*** dgurtner has joined #openstack09:15
*** scheuran has joined #openstack09:16
*** gary_perkins has quit IRC09:16
*** gary_perkins has joined #openstack09:17
*** pdar has left #openstack09:17
*** cdent has joined #openstack09:17
*** bluex-pl has joined #openstack09:18
*** bluex-pl has quit IRC09:18
*** hdd__ has joined #openstack09:18
*** shardy_ has quit IRC09:19
*** bluex-pl has joined #openstack09:19
*** kam270 has joined #openstack09:19
*** shardy has joined #openstack09:19
*** hdd_ has quit IRC09:21
*** pixelbeat has joined #openstack09:21
*** tkatarki has quit IRC09:23
*** Nicho has joined #openstack09:24
*** MarkBaker has quit IRC09:25
*** maishsk has quit IRC09:26
*** gem_ has quit IRC09:26
*** gem__ has joined #openstack09:26
*** tkatarki has joined #openstack09:26
*** maishsk has joined #openstack09:26
*** jsotoca has joined #openstack09:27
SamYaplehello _1_Iykegams09:28
*** maishsk has quit IRC09:32
*** maishsk has joined #openstack09:32
*** vinayus has joined #openstack09:35
*** pravin_s has joined #openstack09:39
*** pravins has quit IRC09:42
*** JRobinson__ has quit IRC09:44
*** pravin_s is now known as pravins09:46
*** henrynash has quit IRC09:47
*** markvoelker has quit IRC09:48
*** LJT has joined #openstack09:49
*** brokencycle has quit IRC09:49
*** dustinm` has joined #openstack09:52
*** _cjones_ has joined #openstack09:56
*** scheuran has quit IRC09:57
*** f13o has joined #openstack09:58
*** Lamartine has joined #openstack09:59
*** Free_maN has joined #openstack10:01
*** _cjones_ has quit IRC10:01
*** bdossant has joined #openstack10:01
*** ajo has quit IRC10:01
*** tshefi has quit IRC10:01
*** bkopilov has quit IRC10:01
*** LJT has quit IRC10:01
*** Alexey_ has joined #openstack10:02
*** Poornima has quit IRC10:03
*** dustinm` has quit IRC10:03
*** dgurtner has quit IRC10:04
*** _1_Iykegams has quit IRC10:06
*** maishsk has quit IRC10:07
*** maishsk has joined #openstack10:07
*** LJT has joined #openstack10:07
*** LJT has quit IRC10:08
*** ajo has joined #openstack10:08
*** dgurtner has joined #openstack10:09
*** zzxwill has quit IRC10:10
*** otter768 has joined #openstack10:12
*** panda has quit IRC10:13
*** sep has joined #openstack10:13
*** henrynash has joined #openstack10:14
*** f13o has quit IRC10:15
*** dustinm` has joined #openstack10:16
*** otter768 has quit IRC10:16
*** tshefi has joined #openstack10:17
*** bkopilov has joined #openstack10:17
*** RoozbehShafiee has quit IRC10:17
*** tobe has joined #openstack10:18
*** kbyrne has quit IRC10:18
*** Nicho has quit IRC10:18
*** Guest50818 has quit IRC10:19
*** dulek has joined #openstack10:19
*** dims has joined #openstack10:20
*** wznoinsk has joined #openstack10:20
*** kbyrne has joined #openstack10:20
*** neha has quit IRC10:21
*** pbandzi has quit IRC10:22
*** pbandzi has joined #openstack10:22
*** dims_ has joined #openstack10:22
*** henrynash has quit IRC10:24
*** kiran-r has joined #openstack10:24
*** neha has joined #openstack10:24
*** henrynash has joined #openstack10:25
*** dims has quit IRC10:26
*** maishsk is now known as maishsk_afk10:29
*** m_clarkson78 has quit IRC10:29
*** wznoinsk has quit IRC10:29
*** m_clarkson78 has joined #openstack10:29
*** wznoinsk has joined #openstack10:30
*** MarkBaker has joined #openstack10:31
Qlawydnsmasq: failed to bind DHCP server socket: Permission denied10:31
Qlawyin dhcp-agent.log of neutron10:32
*** bigjools has quit IRC10:34
*** bigjools has joined #openstack10:34
*** bigjools has quit IRC10:34
*** bigjools has joined #openstack10:34
*** ancoron has quit IRC10:34
*** pkircher has quit IRC10:35
*** e0ne is now known as e0ne_10:35
*** e0ne_ is now known as e0ne10:36
*** W00lf has quit IRC10:38
*** pkircher has joined #openstack10:39
*** W00lf has joined #openstack10:40
*** ancoron has joined #openstack10:42
*** btaroli has quit IRC10:45
*** btaroli has joined #openstack10:50
*** scheuran has joined #openstack10:54
*** jcarter2 has joined #openstack10:56
*** e0ne is now known as e0ne_10:56
*** rtheis has joined #openstack10:59
*** henrynash_ has joined #openstack11:02
*** andresmujica has joined #openstack11:03
*** andresmujica has quit IRC11:03
*** andresmujica has joined #openstack11:03
kklimondahey, I'm having some weird rabbitmq issues, where messages aren't being consumed it seems.  how could I go about debugging it?11:03
*** KaZeR has joined #openstack11:03
*** pbeskow has joined #openstack11:03
*** andresmujica has quit IRC11:04
*** andresmujica has joined #openstack11:04
*** dustinm` has quit IRC11:04
*** racedo has joined #openstack11:04
*** henrynash has quit IRC11:04
*** henrynash_ is now known as henrynash11:04
*** orzel has joined #openstack11:07
*** tkatarki has quit IRC11:07
*** andresmujica has quit IRC11:07
*** shaggycat has joined #openstack11:08
*** KaZeR has quit IRC11:08
SamYaplekklimonda: first I would say double and triple check your configs11:08
SamYaplemost of the time is a badly configured service not consuming messages11:08
*** _2_aliona has joined #openstack11:09
*** balajiiyer has joined #openstack11:09
*** rgogunskiy has joined #openstack11:12
*** sandywalsh has quit IRC11:12
*** Krin has quit IRC11:12
*** achampion has quit IRC11:13
kklimondait seems to be rather random, works fine and then stops11:13
*** s1lv3r40 has joined #openstack11:13
*** k4n0 has quit IRC11:13
*** sandywalsh has joined #openstack11:14
*** Bhaskarakiran has quit IRC11:16
*** jcarter2 has quit IRC11:16
*** dustinm` has joined #openstack11:20
*** ConConovaloff has quit IRC11:20
*** ConConovaloff has joined #openstack11:20
*** btaroli has quit IRC11:21
*** deepthi has quit IRC11:21
*** gli has quit IRC11:23
*** btaroli has joined #openstack11:25
*** henrynash has quit IRC11:27
*** dudy has joined #openstack11:28
*** RedRat has quit IRC11:31
*** ndk has quit IRC11:32
*** FunnyLookinHat has joined #openstack11:33
*** vinayus has quit IRC11:33
*** dustinm` has quit IRC11:36
*** Krin has joined #openstack11:37
*** jmacdonald has joined #openstack11:38
*** thrash|g0ne is now known as thrash11:38
*** jmh has joined #openstack11:38
*** dustinm` has joined #openstack11:39
*** scubacuda has quit IRC11:39
pfreundHello, can anybody unlock a question on Ask ?11:40
pfreundsomeone with enough good points :)11:40
capitolask, why not stack-overflow or serverfault?11:43
*** agarciam1 has quit IRC11:44
SamYaplepfreund: sure what question?11:44
SamYaplecapitol: ask.openstack.org is the "offical" openstack forum for questions11:44
*** chandankumar has quit IRC11:44
*** StuartMI has joined #openstack11:45
*** _cjones_ has joined #openstack11:45
*** nstrug has joined #openstack11:45
pfreundSamYaple: I ask something, but my question is still not moderated after 24 hours : https://ask.openstack.org/en/question/66262/how-do-you-monitor-quotas/11:45
*** igordcard_ has quit IRC11:45
*** igordcard_ has joined #openstack11:46
*** igordcard_ has quit IRC11:46
pfreundwell, it has just be done11:46
SamYaplepfreund: i just cleaned up the mod queue and i believe i got that question11:46
*** igordcard_ has joined #openstack11:46
pfreundyes thanks :)11:46
*** auromed has joined #openstack11:47
capitolaha, my mind linked to ask.fm, i knew about ask.openstack.org11:50
*** _cjones_ has quit IRC11:50
*** markvoelker has joined #openstack11:51
*** e0ne_ is now known as e0ne11:51
*** racedo has quit IRC11:52
*** aryklein has joined #openstack11:52
*** Tross has joined #openstack11:52
*** aryklein has joined #openstack11:52
SamYaplepfreund: there is no way to check current usage with neutron without a 'wc -l' command unfortunately11:52
SamYapleyou can blame the api for that http://developer.openstack.org/api-ref-networking-v2-ext.html11:52
*** nkhare has quit IRC11:52
SamYaplethey are working on the v3 api which i *believe* will have much better functionality in that regards11:53
SamYaplethe other quotas you have the commands for11:53
pfreundok, I saw some sessions about quotas at Vancouver, I'll try to participate11:53
SamYapleim going to update your question with this information11:54
pfreundthanks11:54
*** Tross1 has quit IRC11:54
*** pravins has quit IRC11:56
*** Tross has quit IRC11:56
*** Tross1 has joined #openstack11:56
*** linswap has quit IRC11:56
*** EricGonczer_ has joined #openstack11:57
*** henrynash has joined #openstack11:58
*** igordcard_ has quit IRC11:58
*** galstrom_zzz is now known as galstrom11:59
*** EricGonczer_ has quit IRC12:00
*** gmoro has quit IRC12:02
*** igordcard_ has joined #openstack12:03
*** georgem1 has joined #openstack12:03
*** georgem1 has joined #openstack12:03
*** maishsk_afk has quit IRC12:04
*** auromed has quit IRC12:05
*** pbeskow has quit IRC12:06
*** agarciam has joined #openstack12:07
*** TheOsprey has joined #openstack12:07
*** agarciam has quit IRC12:08
*** k4n0 has joined #openstack12:08
*** pravins has joined #openstack12:08
*** thrash has quit IRC12:09
*** gmoro has joined #openstack12:09
*** achampion has joined #openstack12:09
*** RedRat has joined #openstack12:10
*** thrash has joined #openstack12:11
*** mrjazzcat has joined #openstack12:12
*** otter768 has joined #openstack12:13
*** achampion has quit IRC12:14
*** mwagner_lap has quit IRC12:16
*** igordcard_ has quit IRC12:17
*** engkur has joined #openstack12:17
*** igordcard_ has joined #openstack12:17
*** otter768 has quit IRC12:18
*** EricGonczer_ has joined #openstack12:18
*** trown|outttypeww is now known as trown12:19
*** dgel has joined #openstack12:19
*** ParsectiX has joined #openstack12:19
*** neha has quit IRC12:20
*** jpena is now known as jpena|lunch12:21
*** sayan has quit IRC12:21
*** rdaly2 has joined #openstack12:23
*** ddmitriev has quit IRC12:23
*** primechuck has quit IRC12:23
*** rbowen has joined #openstack12:23
*** EricGonczer_ has quit IRC12:24
*** achampion has joined #openstack12:27
*** auromed has joined #openstack12:30
*** mdarby has joined #openstack12:30
*** pravins has quit IRC12:31
*** nagoor has joined #openstack12:31
*** bkopilov has quit IRC12:31
*** achampion has quit IRC12:32
*** panda has joined #openstack12:32
*** mwagner_lap has joined #openstack12:33
*** saurabh has quit IRC12:34
*** lmtaylor has joined #openstack12:34
*** kam270 has quit IRC12:35
*** georgem1 has quit IRC12:36
*** sayan has joined #openstack12:37
*** morazi has joined #openstack12:38
*** rfolco has joined #openstack12:38
*** gyee has joined #openstack12:39
*** thardes2 has joined #openstack12:39
*** baoli has joined #openstack12:40
*** dustinm` has quit IRC12:41
*** Networkn3rd has joined #openstack12:41
*** dims_ has quit IRC12:41
*** dims has joined #openstack12:41
*** jcarter2 has joined #openstack12:42
*** FunnyLookinHat has quit IRC12:42
*** adarazs has joined #openstack12:44
*** Warped has quit IRC12:44
*** maishsk has joined #openstack12:45
*** RoozbehShafiee has joined #openstack12:45
*** Networkn3rd has quit IRC12:45
*** pixelbeat has quit IRC12:46
*** dustinm` has joined #openstack12:46
*** charlesr has joined #openstack12:48
*** adly has joined #openstack12:48
*** AcidNerd has joined #openstack12:49
*** rmartinelli has joined #openstack12:49
*** adly has quit IRC12:51
*** adly has joined #openstack12:51
*** jfarschman has joined #openstack12:51
*** jfarschman is now known as MilesDenver12:51
*** links has quit IRC12:52
*** AcidNerd is now known as benborges12:52
*** tshefi has quit IRC12:53
*** pixelbeat has joined #openstack12:53
*** andresmujica has joined #openstack12:53
*** galstrom is now known as galstrom_zzz12:53
*** benborges has quit IRC12:54
*** agarciam has joined #openstack12:55
*** cazino has joined #openstack12:55
*** kam270 has joined #openstack12:55
*** Lamartine has left #openstack12:55
*** balajiiyer has quit IRC12:56
*** VW_ has joined #openstack12:56
*** georgem1 has joined #openstack12:57
*** vhoward has quit IRC13:00
*** radez_g0n3 is now known as radez13:00
*** dyasny has joined #openstack13:01
*** vhoward has joined #openstack13:01
*** VW_ has quit IRC13:01
*** slaweq has joined #openstack13:02
*** aloga has joined #openstack13:05
*** eharney has joined #openstack13:05
*** klamath has joined #openstack13:05
*** klamath has quit IRC13:05
*** kenhui has joined #openstack13:06
*** klamath has joined #openstack13:06
*** ki0 has joined #openstack13:07
*** gem__ has quit IRC13:08
*** changbl has quit IRC13:08
*** designbybeck has joined #openstack13:10
*** rlrevell has joined #openstack13:10
*** sarob has joined #openstack13:12
*** erikkri has joined #openstack13:12
*** walterheck has quit IRC13:13
*** esv has joined #openstack13:13
*** noye has joined #openstack13:13
*** MilesDenver has quit IRC13:14
*** mrkz has joined #openstack13:14
*** jeevan_ullas has quit IRC13:15
*** RoozbehShafiee has quit IRC13:15
*** danielbruno has joined #openstack13:17
*** achampion has joined #openstack13:17
*** rdas has quit IRC13:19
*** primechuck has joined #openstack13:19
*** lmtaylor has quit IRC13:20
*** ngoracke has joined #openstack13:20
*** freeflying has quit IRC13:20
*** gyee has quit IRC13:22
*** yog__ has quit IRC13:22
*** wt0f has quit IRC13:23
*** premera has joined #openstack13:23
*** Alexey_ has quit IRC13:24
*** charlesr has quit IRC13:24
*** engkur has quit IRC13:24
*** kbringard has joined #openstack13:25
*** gaughen has joined #openstack13:26
*** bknudson has joined #openstack13:26
*** gyee has joined #openstack13:27
*** mikeit has joined #openstack13:27
*** freeflying has joined #openstack13:28
*** prad has joined #openstack13:32
*** prad_ has joined #openstack13:32
*** signed8bit has joined #openstack13:33
*** tkatarki has joined #openstack13:33
*** robbiew has joined #openstack13:34
*** _cjones_ has joined #openstack13:34
*** simonklb has joined #openstack13:34
*** moha_hunt has joined #openstack13:35
*** Guest15 has joined #openstack13:35
*** jaosorior has joined #openstack13:35
*** mattgriffin has joined #openstack13:35
*** prad_ has quit IRC13:36
*** benborges has joined #openstack13:36
*** warriorforGod has joined #openstack13:36
*** warriorforGod has joined #openstack13:36
*** jfarschman has joined #openstack13:37
*** jfarschman is now known as MilesDenver13:37
*** _cjones_ has quit IRC13:39
*** signed8b_ has joined #openstack13:39
*** pask81 has quit IRC13:39
*** tobe has quit IRC13:40
*** signed8bit has quit IRC13:40
*** dyasny has quit IRC13:41
*** erikkri has quit IRC13:41
*** Ala has quit IRC13:42
*** jpena|lunch is now known as jpena13:44
*** danielbruno has quit IRC13:45
*** lborda has joined #openstack13:45
*** wesd has joined #openstack13:45
*** jbell8 has joined #openstack13:46
*** FunnyLookinHat has joined #openstack13:46
*** pkoniszewski has quit IRC13:47
*** Ala has joined #openstack13:48
*** JimFall has joined #openstack13:48
*** bdemers has joined #openstack13:48
*** jckasper has joined #openstack13:49
*** popw has quit IRC13:51
*** johnbelamaric has joined #openstack13:51
*** lmtaylor1 has joined #openstack13:51
*** masco has quit IRC13:51
*** ksobkowiak has joined #openstack13:52
*** VW_ has joined #openstack13:52
*** rbak has joined #openstack13:53
*** kam270 has quit IRC13:54
*** Tapio_T has joined #openstack13:55
*** EagleDelta has joined #openstack13:56
*** e0ne is now known as e0ne_13:56
*** yamahata has joined #openstack13:57
*** dustinm` has quit IRC13:57
*** dgurtner has quit IRC13:58
*** fawadkhaliq has joined #openstack13:59
*** e0ne_ is now known as e0ne13:59
*** lmtaylor1 has left #openstack13:59
*** e0ne is now known as e0ne_13:59
*** dgurtner has joined #openstack14:00
*** dgurtner has joined #openstack14:00
*** e0ne_ is now known as e0ne14:00
*** danielbruno has joined #openstack14:00
*** e0ne is now known as e0ne_14:00
*** e0ne_ is now known as e0ne14:00
*** achampion has quit IRC14:01
*** RedRat_ has joined #openstack14:02
*** ParsectiX has quit IRC14:03
*** ayoung has joined #openstack14:03
*** sh1rtybird has quit IRC14:03
*** vijayagurug has quit IRC14:04
*** RedRat has quit IRC14:05
*** Dj23 has joined #openstack14:05
*** nkhare has joined #openstack14:05
*** shootbird has joined #openstack14:06
*** zz_jgrimm is now known as jgrimm14:06
*** dustinm` has joined #openstack14:06
*** esker has joined #openstack14:06
*** subhash has joined #openstack14:07
*** dgurtner has quit IRC14:07
*** ajmiller has joined #openstack14:07
Dj23does anyone know the difference between the timestamp and context_timestamp in the AMQP messages generated by openstack?14:08
*** dgurtner has joined #openstack14:09
*** pm90_ has joined #openstack14:10
*** joeg has quit IRC14:10
*** keith_newstadt has joined #openstack14:10
*** mdenny has joined #openstack14:10
*** mattgriffin has quit IRC14:11
*** coredump has joined #openstack14:11
*** drss has quit IRC14:12
*** mattgriffin has joined #openstack14:12
*** pm90_ has quit IRC14:12
*** m_clarkson78 has quit IRC14:12
*** mpavone has joined #openstack14:13
*** pm90_ has joined #openstack14:13
*** dneary has joined #openstack14:13
*** ppinto has joined #openstack14:14
rlrevellis anyone else seeing neutron-lbaas-agent spewing these errors every 0.5s or so http://paste.openstack.org/show/214977/14:14
*** otter768 has joined #openstack14:14
rlrevellafter upgrading to kilo from the ubuntu cloud repo?14:14
*** agarciam has quit IRC14:14
*** bdossant_ has joined #openstack14:14
*** jrist has quit IRC14:15
*** bdossant has quit IRC14:15
*** achampion has joined #openstack14:15
*** jprovazn has quit IRC14:16
*** cptweasel has joined #openstack14:16
*** otter768 has quit IRC14:18
*** dulek has quit IRC14:19
*** kenhui has quit IRC14:19
*** bdossant_ has quit IRC14:19
*** lifeless has quit IRC14:20
*** Warped has joined #openstack14:20
*** cptweasel has quit IRC14:21
*** mkovarik has quit IRC14:21
*** walterheck has joined #openstack14:21
*** k4n0 has quit IRC14:21
*** subhash has quit IRC14:21
*** obedmr has joined #openstack14:22
*** ki0 has quit IRC14:22
*** dyasny has joined #openstack14:22
*** m_clarkson78 has joined #openstack14:23
*** ki0 has joined #openstack14:23
*** Guest15 has quit IRC14:24
*** electrocucaracha has joined #openstack14:24
*** jbell8 has quit IRC14:24
*** TooLmaN has joined #openstack14:25
*** gargola has joined #openstack14:25
*** itzikb has quit IRC14:25
*** itzikb has joined #openstack14:26
*** k4n0 has joined #openstack14:26
*** lifeless has joined #openstack14:27
*** k4n0 has quit IRC14:27
*** k4n0 has joined #openstack14:27
*** dangers_away is now known as dangers14:28
*** andresmujica has quit IRC14:28
*** jrist has joined #openstack14:28
*** mrmartin has quit IRC14:29
*** annegentle has joined #openstack14:29
*** m_clarkson78 has quit IRC14:29
*** mikeoutland has joined #openstack14:30
*** mtanino has joined #openstack14:32
*** fnaval has quit IRC14:32
*** aufi has quit IRC14:32
*** maishsk is now known as maishsk_afk14:33
*** mikeoutland has quit IRC14:33
shaggycatSam-I-Am, are you here?14:34
*** dulek has joined #openstack14:34
shaggycatHi all14:34
*** nelsnelson has joined #openstack14:34
*** JimFall has quit IRC14:35
*** warriorforGod has quit IRC14:35
shaggycatI have a problems with my neutron since probably 2 week. Please help me anybody14:35
*** warriorforGod has joined #openstack14:35
*** warriorforGod has joined #openstack14:35
rmstarhi guys.  having some problem with my network.  when i ping the floating ip, my response time is about 4 seconds on average, and sometimes, i get "unreachable".  any hints what i should be looking for or what i can do to troubleshoot this?  I am on Juno14:35
*** kiran-r has quit IRC14:36
*** vexoon has quit IRC14:36
shaggycatip netns  command return qrouter-7573b61c-1cb2-43bc-8296-421e319d2bd0 name of network and qdhcp-f8bdf250-d08f-467a-a073-003ea3165c5d14:36
*** pm90__ has joined #openstack14:37
shaggycatand in  qrouter-7573b61c-1cb2-43bc-8296-421e319d2bd0 I see a interface with 10.0.0.1 IP. I can ping this IP from all hardware hosts14:37
*** pravins has joined #openstack14:37
shaggycatFrom controller, from compute node14:37
shaggycatand else14:37
*** pm90__ has quit IRC14:37
shaggycatbut inside VM not14:38
*** pm90_ has quit IRC14:38
shaggycatAnd i permit ICMP in security groups14:38
*** pm90_ has joined #openstack14:38
shaggycatAlso don't work DHCP14:38
shaggycathow I can fix and debug this problem>14:38
shaggycat?14:38
*** dgurtner has quit IRC14:40
fsckerive got one tenant creating this error on its dhcp namespace " In _notify_port_updated(), no bound segment for port"14:40
fsckeranyone know what that's about?14:41
*** kebray has joined #openstack14:41
*** kebray has quit IRC14:41
*** jprovazn has joined #openstack14:41
fsckerout of 150 tenants, one is broken so i dont think it's a config issue14:41
*** hichihara has joined #openstack14:42
*** jrist has quit IRC14:42
*** esv has quit IRC14:42
*** obedmr has quit IRC14:43
*** obedmr has joined #openstack14:44
*** zkrdm has quit IRC14:44
*** Networkn3rd has joined #openstack14:44
*** MentalRay has joined #openstack14:45
*** aryklein has quit IRC14:46
*** ppinto has quit IRC14:47
*** fnaval has joined #openstack14:47
*** andresmujica has joined #openstack14:47
*** sputnik13 has joined #openstack14:48
*** KaZeR has joined #openstack14:48
*** coolsvap is now known as coolsvap|afk14:48
*** pnavarro has quit IRC14:49
*** rongze has joined #openstack14:49
*** tkatarki has quit IRC14:49
*** chandankumar has joined #openstack14:50
*** busterswt has joined #openstack14:50
*** sputnik13 has quit IRC14:50
*** itzikb has quit IRC14:50
*** crose has quit IRC14:50
*** crose has joined #openstack14:51
_nickshaggycat: so your instance can't ping its default gateway, is that what you're saying?14:51
*** trueneu has joined #openstack14:51
*** ppinto has joined #openstack14:52
*** rooneym_ has joined #openstack14:52
*** tkatarki has joined #openstack14:52
*** MattMan has quit IRC14:53
*** agarciam has joined #openstack14:53
*** hdd__ has quit IRC14:54
*** hdd__ has joined #openstack14:54
*** RabidCicada has joined #openstack14:55
*** MattMan has joined #openstack14:55
*** ronis has quit IRC14:55
*** MattMan has left #openstack14:55
*** dneary has quit IRC14:55
shaggycat_nick, http://pastebin.com/8wmZuYsy14:55
shaggycat_nick, no. It can't ping anything. Only another VMs14:56
*** jbell8 has joined #openstack14:56
*** hdd__ has quit IRC14:56
shaggycat_nick,  and hardware hosts (and namecpases) can't  instances14:56
*** JimFall has joined #openstack14:56
*** ppinto has quit IRC14:56
*** Marga_ has joined #openstack14:57
*** ppinto has joined #openstack14:57
*** groen692 has quit IRC14:57
*** ppinto has quit IRC14:57
*** jwalcik has joined #openstack14:57
*** Marga_ has quit IRC14:57
*** ppinto has joined #openstack14:58
*** Marga_ has joined #openstack14:58
*** reed_ has joined #openstack14:59
*** rooneym_ is now known as mrooney14:59
*** achanda has joined #openstack15:01
*** busterswt has quit IRC15:01
*** JuanDRay has joined #openstack15:02
*** walterheck has quit IRC15:03
*** hichihara has quit IRC15:03
*** kushal has joined #openstack15:03
*** kushal has quit IRC15:03
*** kushal has joined #openstack15:03
*** krisd_ has quit IRC15:03
*** krisd has joined #openstack15:03
*** mpavone has quit IRC15:04
*** galstrom_zzz is now known as galstrom15:04
*** _cjones_ has joined #openstack15:05
*** dgurtner has joined #openstack15:05
*** dgurtner has joined #openstack15:05
*** achanda has quit IRC15:06
*** nkhare has quit IRC15:06
*** walterheck has joined #openstack15:06
*** epopt37 has quit IRC15:06
*** blahRus has joined #openstack15:06
*** whenry has quit IRC15:06
*** beejee has joined #openstack15:07
*** JimFall has quit IRC15:08
*** fallenpegasus has joined #openstack15:08
*** kfarhane has joined #openstack15:08
*** Harry51S has quit IRC15:08
*** epopt37 has joined #openstack15:08
*** dasp has left #openstack15:08
*** mrooney has quit IRC15:09
kfarhanehello15:09
*** _cjones_ has quit IRC15:09
*** mrunge has quit IRC15:09
*** balajiiyer has joined #openstack15:09
*** kebray has joined #openstack15:10
*** MentalRay has quit IRC15:10
*** jobewan has joined #openstack15:10
*** shashankhegde has joined #openstack15:10
kfarhanei want to develop a new ceilometer plugin to collect information about physical NIC of my compute nodes, how can i proceed15:11
sparrThis isn't an openstack-specific question but... I'm looking for a tool that will let my team describe all of our servers and VMs, with metadata like which VMs are on which VM cluster, what apps/services depend on each other, which clusters are redundant / load balanced / not, etc. Can anyone recommend something for that?15:12
*** jaypipes has quit IRC15:13
rlrevellSam-I-Am: is the nova endpoints output here http://docs.openstack.org/kilo/install-guide/install/apt/content/ch_nova.html#nova-verify correct? i get a totally different set of fields http://paste.openstack.org/show/214994/15:13
*** gyee has quit IRC15:13
*** clouddig has joined #openstack15:13
*** gyee has joined #openstack15:14
*** badmadrad has joined #openstack15:15
Sam-I-Amrlrevell: that paste isnt all the output is it?15:15
clouddigI'm trying to use keystoneclient directly in a Python script, but I can't figure out how to either set insecure or provide a cacert file. Any ideas?15:15
*** chandankumar has quit IRC15:15
*** anshul has quit IRC15:16
rlrevellSam-I-Am: no but all the services look like that here's the full output http://paste.openstack.org/show/214997/15:16
*** fyrril has joined #openstack15:18
*** mennie has joined #openstack15:18
*** neeti has quit IRC15:18
*** ndk has joined #openstack15:18
Sam-I-Amwhat version of nova client?15:18
*** mrooney has joined #openstack15:18
*** JimFall has joined #openstack15:19
rlrevellSam-I-Am: 1:2.22.0-0ubuntu1~cloud015:19
*** neeti has joined #openstack15:20
*** arxcruz has quit IRC15:21
*** sambol has joined #openstack15:23
*** marius_endian has joined #openstack15:23
*** walterheck has quit IRC15:24
*** Ala has quit IRC15:24
Sam-I-Amrlrevell: me too15:24
*** StuartMI has quit IRC15:24
*** RedRat has joined #openstack15:24
*** RedRat_ has quit IRC15:24
Sam-I-Amdunno why the output is different15:24
rlrevellSam-I-Am: it looks like possibly the endpoint create commands changed between juno and kilo and the db sync commands didn't update them?15:26
*** nlevinki has joined #openstack15:26
*** mpaolino has joined #openstack15:26
*** Marga_ has quit IRC15:26
*** nelsnelson has quit IRC15:26
rlrevellSam-I-Am: (this is a juno -> kilo upgraded cluster)15:26
*** drss has joined #openstack15:26
*** jdurgin1 has joined #openstack15:27
Sam-I-Amthe clients should just interpret the endpoints... i dont think they changed.15:27
*** ppinto has quit IRC15:27
*** dasp has joined #openstack15:27
*** chrisa has joined #openstack15:27
Sam-I-Ambut they do look very juno-ish there15:27
rlrevellSam-I-Am: oh well, it doesn't seem to break anything15:27
Sam-I-Ammy juno system looks like what you're showing me on kilo15:28
chrisaIs anyone able to help with networking?15:28
*** solargroovy has quit IRC15:28
*** shashankhegde has quit IRC15:28
*** nkrinner has quit IRC15:28
Sam-I-Amchrisa: in what sense?15:29
chrisaI'm getting "Device aef0068f-75a9-4166-8653-f51b61e6e172 requested by agent ovs-agent-localhost.zoo.lan on network db532291-5276-4efc-b593-8f2afda629fd not bound, vif_type: binding_failed" but only on tenant networks (external are working fine)15:29
*** shashankhegde has joined #openstack15:29
Sam-I-Amchrisa: sounds like a config error15:29
Sam-I-Amperhaps the network you're trying to assign doesnt exist due to that config problem15:29
*** mchestr has joined #openstack15:29
*** JuanDRay has quit IRC15:30
*** yamahata has quit IRC15:30
chrisaDo you know where I can look for logs with the network?15:30
*** fallenpegasus has quit IRC15:30
*** ppinto has joined #openstack15:31
*** StuartMI has joined #openstack15:32
*** dims_ has joined #openstack15:32
*** Dj23 has quit IRC15:32
*** ppinto has quit IRC15:32
*** rgogunskiy has quit IRC15:32
Sam-I-Amthe ovs agent is a good start15:32
chrisaok thanks15:33
Sam-I-Ammake sure you enabled verbose mode in the config files15:33
*** dizquierdo has quit IRC15:33
Sam-I-Amchrisa: http://docs.openstack.org/networking-guide/deploy_scenario1a.html15:33
Sam-I-Amthat might be helpful15:33
*** mpaolino has quit IRC15:34
*** dims has quit IRC15:34
*** MentalRay has joined #openstack15:34
*** vlady_ has joined #openstack15:35
*** tkatarki has quit IRC15:35
*** jrist has joined #openstack15:35
*** jrist has quit IRC15:35
*** jrist has joined #openstack15:35
*** tkatarki has joined #openstack15:35
MikeParI'm having issues getting Horizon working, getting a 500/ISE that doensn't match any of the 500/ISEs I've found via google.15:35
MikeParrelevant apache error log bits: http://paste.openstack.org/show/210401/15:36
*** vlady_ has quit IRC15:36
*** dannywilson has joined #openstack15:36
MikeParJuno on Ubuntu Trusty15:36
*** maishsk_afk is now known as maishsk15:37
*** dasp has left #openstack15:37
*** ppinto has joined #openstack15:37
*** nelsnelson has joined #openstack15:37
*** s1lv3r40 has quit IRC15:37
*** jrist has quit IRC15:37
*** KeroroGunsou has joined #openstack15:38
*** rongze has quit IRC15:38
NuxRoHi, does anyone know how I can tell cloud-init to stop retrieving/setting the SSH key ?15:38
*** shakamunyi has joined #openstack15:39
*** jobewan has quit IRC15:39
*** tsekiyama has joined #openstack15:40
*** nikesh has joined #openstack15:40
*** |splat| has joined #openstack15:40
*** rongze_ has joined #openstack15:40
clouddigWhat is the best channel to discuss the python clients to openstack.15:40
*** nikesh has quit IRC15:40
*** mwagner_lap has quit IRC15:40
*** dannywilson has quit IRC15:41
*** jrist has joined #openstack15:41
*** nikeshm has joined #openstack15:41
*** ngoracke has quit IRC15:41
*** jobewan has joined #openstack15:42
*** dannywilson has joined #openstack15:42
*** rongze has joined #openstack15:42
*** vexoon has joined #openstack15:42
*** jdrumheller has joined #openstack15:43
*** masco has joined #openstack15:44
*** aimon has quit IRC15:44
*** KeroroGunsou is now known as d0lph1n9815:45
*** reed_ has quit IRC15:45
*** changbl has joined #openstack15:45
orzelclouddig: here or #openstack-sdks i guess15:46
*** tkatarki has quit IRC15:46
*** Networkn3rd has quit IRC15:46
*** jzk has quit IRC15:46
*** rongze_ has quit IRC15:46
*** hemnafk is now known as hemna15:48
*** jcoufal has quit IRC15:48
*** smccully has joined #openstack15:48
*** maveric7911 has joined #openstack15:49
*** jasonsb has quit IRC15:49
*** anshul has joined #openstack15:50
*** yamahata has joined #openstack15:51
clouddigorzel: I need to be able to use keystoneclient in python with a custom CACERT file15:51
*** shayneburgess1 has joined #openstack15:51
*** ttrifonov is now known as zz_ttrifonov15:51
*** maishsk has quit IRC15:53
*** tkatarki has joined #openstack15:53
*** auromed has quit IRC15:53
*** auromed has joined #openstack15:54
*** W00lf has quit IRC15:54
*** shayneburgess has joined #openstack15:55
*** ngoracke has joined #openstack15:55
*** nacer has quit IRC15:55
*** shayneburgess1 has quit IRC15:56
*** jbell8 has quit IRC15:57
*** neeti has quit IRC15:57
*** jbell8 has joined #openstack15:57
*** electrocucaracha has quit IRC15:57
*** scheuran has quit IRC15:58
*** tkatarki has quit IRC15:58
*** nlahouti has joined #openstack15:58
orzelclouddig:  fortunately keystoneclient is in python15:58
*** k4n0 has quit IRC15:58
*** dyasny has quit IRC15:58
*** MarkAtwood has joined #openstack15:58
*** sayan_ has joined #openstack15:59
*** noye has quit IRC15:59
orzelclouddig: i'm far from expert, but 'keystone --help' mentions some stuff about cert and cacert15:59
clouddigorzel: I know that. I'm tracing through the code right now. I just can't figure out how to provide a cacert file or make requests insecure. I see there is a simple_cert library, but it's not obvious to me how to use it.15:59
*** tkatarki has joined #openstack16:00
*** tkatarki has quit IRC16:00
*** agarciam has quit IRC16:00
*** tkatarki has joined #openstack16:00
*** chandankumar has joined #openstack16:00
clouddigorzel: from the command line I can use --insecure. In this case I'm use the Client class directly in python16:00
orzelclouddig: --os-cacert <ca-certificate>16:00
orzelor even the env var OS_CACERT16:00
orzel(typically OS_* stuff in put in a script one 'source' before using those tools)16:00
orzel_is_ put..16:01
*** alop has joined #openstack16:01
*** chlong has joined #openstack16:01
*** eghobo has joined #openstack16:01
*** Tapio_T has quit IRC16:01
*** Marga_ has joined #openstack16:01
*** mikeit has quit IRC16:02
*** fallenpegasus has joined #openstack16:02
*** jdrumheller has quit IRC16:02
*** pabut has quit IRC16:02
*** nlevinki has quit IRC16:02
clouddigorzel: All of that works when using the keystone cli. I'm using it directly in python.16:02
*** masco has quit IRC16:03
*** sbanka has quit IRC16:03
*** _cjones_ has joined #openstack16:04
*** starmer has joined #openstack16:04
*** beejee has quit IRC16:05
*** ppinto has quit IRC16:05
*** melmoth has quit IRC16:05
*** stamak has quit IRC16:06
*** josecastroleon has quit IRC16:06
*** electrocucaracha has joined #openstack16:06
*** Networkn3rd has joined #openstack16:06
*** dgurtner has quit IRC16:06
*** redbeard has quit IRC16:07
*** josecastroleon has joined #openstack16:07
*** henrynash has quit IRC16:07
*** simonklb has quit IRC16:07
*** henrynash has joined #openstack16:08
*** vexoon has quit IRC16:08
*** josecastroleon has quit IRC16:09
*** jmacdonald has quit IRC16:09
*** minnesotags2 has left #openstack16:09
*** nacer has joined #openstack16:10
*** josecastroleon has joined #openstack16:10
*** jbell8 has quit IRC16:11
*** lovejoy has joined #openstack16:11
*** ncerny has joined #openstack16:11
*** lovejoy has quit IRC16:11
*** nlahouti1 has joined #openstack16:11
*** josecastroleon has quit IRC16:12
*** nlahouti has quit IRC16:12
*** criptoverso has quit IRC16:12
*** josecastroleon has joined #openstack16:13
*** wt0f has joined #openstack16:13
*** vlady_ has joined #openstack16:14
*** avagi has joined #openstack16:14
*** bknudson has quit IRC16:14
*** otter768 has joined #openstack16:15
*** josecastroleon has quit IRC16:15
*** GeorgeHahn has joined #openstack16:15
*** marius_endian has quit IRC16:15
*** jdrumheller has joined #openstack16:16
*** josecastroleon has joined #openstack16:16
*** jtomasek has quit IRC16:16
*** GeorgeHahn has quit IRC16:16
*** henrynash has quit IRC16:16
*** GeorgeHahn has joined #openstack16:17
*** joeg has joined #openstack16:17
*** loz-- has quit IRC16:18
*** chlong has quit IRC16:18
*** pblaho has quit IRC16:18
*** josecastroleon has quit IRC16:18
*** avagi has left #openstack16:19
*** loz-- has joined #openstack16:19
*** josecastroleon has joined #openstack16:20
*** otter768 has quit IRC16:20
*** _cjones_ has quit IRC16:20
*** slaweq has quit IRC16:21
*** kawa2014 has quit IRC16:21
*** daniel3_ has joined #openstack16:21
*** josecastroleon has quit IRC16:21
*** vexoon has joined #openstack16:22
*** josecastroleon has joined #openstack16:23
*** annegentle has quit IRC16:23
*** maishsk has joined #openstack16:23
*** sputnik13 has joined #openstack16:23
*** josecastroleon has quit IRC16:24
*** annegentle has joined #openstack16:25
*** _cjones_ has joined #openstack16:25
*** ddmitriev has joined #openstack16:25
*** josecastroleon has joined #openstack16:26
*** scuttlemonkey is now known as scuttle|afk16:26
*** amatas_ is now known as amatas16:26
*** jistr has quit IRC16:26
*** maishsk has quit IRC16:26
*** ki0 has quit IRC16:26
*** salv-orlando has quit IRC16:27
*** salv-orlando has joined #openstack16:27
*** josecastroleon has quit IRC16:27
*** annegent_ has joined #openstack16:27
*** annegentle has quit IRC16:28
*** josecastroleon has joined #openstack16:29
*** baoli has quit IRC16:29
*** Krin has quit IRC16:29
*** EricGonczer_ has joined #openstack16:31
*** josecastroleon has quit IRC16:31
*** baoli_ has joined #openstack16:31
*** aimon has joined #openstack16:32
*** josecastroleon has joined #openstack16:32
*** jsotoca has quit IRC16:32
*** annegent_ has quit IRC16:33
*** jbell8 has joined #openstack16:33
*** ConConovaloff has quit IRC16:34
*** dulek has quit IRC16:34
*** josecastroleon has quit IRC16:34
*** josecastroleon has joined #openstack16:35
*** grassass has joined #openstack16:35
MikeParno input on my dashboard error?16:35
*** d0ugal has left #openstack16:35
*** EricGonczer_ has quit IRC16:35
*** maishsk has joined #openstack16:36
*** chandankumar has quit IRC16:36
*** jmacdonald has joined #openstack16:37
*** josecastroleon has quit IRC16:37
*** leeantho has joined #openstack16:37
*** d0lph1n98 has quit IRC16:37
*** jaypipes has joined #openstack16:38
*** josecastroleon has joined #openstack16:38
*** wt0f has quit IRC16:39
*** wt0f has joined #openstack16:39
*** josecastroleon has quit IRC16:40
*** sergef has joined #openstack16:40
*** Krin has joined #openstack16:40
*** ivar-lazzaro has joined #openstack16:41
*** ivar-lazzaro has quit IRC16:41
*** josecastroleon has joined #openstack16:41
*** EricGonczer_ has joined #openstack16:41
*** ivar-lazzaro has joined #openstack16:42
*** kawa2014 has joined #openstack16:42
*** wt0f has quit IRC16:42
*** EagleDelta has quit IRC16:42
*** wt0f has joined #openstack16:42
*** Krin has quit IRC16:43
*** josecastroleon has quit IRC16:43
*** anande has joined #openstack16:44
*** bluex-pl has quit IRC16:44
*** pm90_ has quit IRC16:45
*** josecastroleon has joined #openstack16:45
*** SumitNaiksatam has quit IRC16:45
Sam-I-AmMikePar: config error? is this an upgrade?16:46
*** josecastroleon has quit IRC16:46
*** josecastroleon has joined #openstack16:48
MikeParclean install based on the "install juno on ubuntu" docs on the site16:48
Sam-I-Amwhats in your local settings config file?16:48
*** dtrainor has joined #openstack16:49
*** gszasz has quit IRC16:49
MikeParonly changes I made were the bits outlined on the page: http://docs.openstack.org/juno/install-guide/install/apt/content/install_dashboard.html16:49
*** josecastroleon has quit IRC16:49
Sam-I-Amcan you set debug mode in the horizon config?16:50
Sam-I-Amthen restart things16:50
*** mcornea has quit IRC16:51
*** josecastroleon has joined #openstack16:51
*** EricGonczer_ has quit IRC16:51
orzelclouddig: i understand, but this is very probably a good point to start from. See what the cli does16:51
orzelthere's probably a low level api that the cli is just using16:51
*** badmadrad has quit IRC16:51
*** EricGonczer_ has joined #openstack16:51
*** pravins has quit IRC16:51
*** badmadrad has joined #openstack16:52
*** jobewan has quit IRC16:52
*** sergef has quit IRC16:52
*** chandankumar has joined #openstack16:52
*** spzala has joined #openstack16:52
*** maishsk_ has joined #openstack16:52
*** cody-somerville has quit IRC16:52
*** kawa2014 has quit IRC16:52
*** josecastroleon has quit IRC16:52
*** maishsk has quit IRC16:52
*** maishsk_ is now known as maishsk16:52
MikeParSam-I-Am: nothing different in the apache error_log16:53
*** josecastroleon has joined #openstack16:54
*** mikeoutland has joined #openstack16:55
*** markus_z has quit IRC16:56
*** Marga_ has quit IRC16:56
*** MKCone`Office has quit IRC16:56
*** Marga_ has joined #openstack16:57
*** nmagnezi has joined #openstack16:57
clouddigorzel: I'll dig in to the CLI...16:58
chrisaI've fixed my internal network issue.16:58
*** nstrug has quit IRC16:58
chrisaIt seems that the config in /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini wasn't being picked up16:59
chrisaBut it was when I added the necessary lines to  /etc/neutron/plugin.ini16:59
Sam-I-AmMikePar: debug mode should drop stuff in your web browser... unless it doesnt render at all16:59
*** jschwarz has joined #openstack17:00
*** patrickeast has joined #openstack17:00
*** tkatarki has quit IRC17:00
MikeParnothing, just the apache ISE/500 error17:00
Sam-I-Amchrisa: you should be putting those things in ml2_conf.ini and symlinking plugin.ini to it (this seems like a rh-like system)17:00
*** wt0f has quit IRC17:00
chrisaI've got a  /etc/neutron/plugins/ml2/ml2_conf.ini as well17:01
*** wt0f has joined #openstack17:01
Sam-I-Amthe rh init scripts look for plugin.ini17:01
*** ivar-laz_ has joined #openstack17:01
chrisawhich has different configuration to the openvswitch file17:01
*** gfidente is now known as gfidente|afk17:01
Sam-I-Amthey also look for ovs_neutron_plugin.ini, but you should remove that from the init script17:01
*** ivar-laz_ has quit IRC17:01
Sam-I-Am(which the install guide mentions)17:01
*** ivar-laz_ has joined #openstack17:01
chrisaI do have a symlink: plugin.ini -> /etc/neutron/plugins/ml2/ml2_conf.ini17:01
Sam-I-AmMikePar: what version of the dashboard package?17:02
*** ivar-laz_ has quit IRC17:02
*** trueneu has quit IRC17:02
chrisa"you should remove that from the init script" I think I did this, but not the step where I move the config17:02
MikeParSam: 1:2014.1.4-0ubuntu217:02
chrisaThanks for your help!17:02
*** pixelbeat has quit IRC17:02
*** ivar-laz_ has joined #openstack17:02
*** maishsk has quit IRC17:03
-openstackstatus- NOTICE: zuul has been restarted to troubleshoot an issue, gerrit events between 15:00-17:00 utc were lost and changes updated or approved during that time will need to be rechecked or have their approval votes readded to trigger testing17:03
*** jasonsb has joined #openstack17:03
*** MarkBaker has quit IRC17:04
*** tkatarki has joined #openstack17:04
*** wt0f_ has joined #openstack17:04
Sam-I-AmMikePar: icehouse?17:04
*** ivar-lazzaro has quit IRC17:04
*** keith_newstadt has quit IRC17:05
*** wt0f has quit IRC17:05
*** vlady_ has quit IRC17:05
MikeParis that icehouse? it's whatever ubuntu picks up by default.17:05
*** e0ne has quit IRC17:05
Sam-I-Amit is17:06
*** jdurgin1 has quit IRC17:06
Sam-I-Amso if you're looking at the instructions for another release...17:06
Sam-I-Amicehouse will be dead soon17:06
*** bobmel_ has joined #openstack17:06
*** chrisa has quit IRC17:06
*** yfauser has joined #openstack17:06
*** anande has quit IRC17:06
MikeParso, did I miss a step somewhere in the docs on updating my repos?17:07
*** jasonsb has quit IRC17:08
*** bobmel has quit IRC17:08
*** EagleDelta has joined #openstack17:08
*** yfauser has left #openstack17:08
Sam-I-Amwhat docs are you using?17:08
*** harlowja has quit IRC17:08
MikeParhttp://docs.openstack.org/juno/install-guide/install/apt/content/index.html17:08
Sam-I-Amyou're using the juno install guide with icehouse packages17:09
*** harlowja has joined #openstack17:09
Sam-I-Ami suspect this has something to do with your problems17:09
MikeParprobably a safe bet17:09
Sam-I-Amif you look at the beginning of the juno install guide (or kilo), it explains how to get packages for those versions17:09
*** EricGonczer_ has quit IRC17:10
*** vlady_ has joined #openstack17:11
MikeParah, there it is.17:11
*** rongze has quit IRC17:12
MikeParOK, I'll roll-back and do that17:12
MikeParthanks17:12
*** alanf-mc has joined #openstack17:12
*** anil_rao has quit IRC17:13
shaggycatSam-I-Am, hi again. Could you please help me? I not solve my problem of network17:14
*** gyee has quit IRC17:14
*** balajiiyer has quit IRC17:14
*** SumitNaiksatam has joined #openstack17:15
*** achanda has joined #openstack17:16
Sam-I-Amshaggycat: whats the problem?17:16
shaggycatSam-I-Am, http://pastebin.com/8wmZuYsy17:16
shaggycatSam-I-Am, packet's not go17:16
shaggycatbetween VMs (with internal bridge) go17:16
shaggycatBut between nodes and VMs not17:16
shaggycat*packets17:16
Sam-I-Amdid you configure vlan 2001 on your switches?17:17
shaggycatSam-I-Am, yes17:17
*** jrist has quit IRC17:17
*** shashankhegde has quit IRC17:18
shaggycatvlan2001 works between hardware systems17:18
*** ancoron has quit IRC17:18
*** jasonsb has joined #openstack17:18
Sam-I-Ameth1 is in your bridge mapping for vlan networks?17:18
shaggycatSam-I-Am, I can copy-paste /etc/neutron/plugins/ml2/ml2_conf.ini17:19
shaggycatOn some of nodes it names eth217:20
Sam-I-Ampaste please17:21
*** ancoron has joined #openstack17:21
*** gyee has joined #openstack17:21
*** liam_ has joined #openstack17:21
*** liam_ is now known as Guest9566017:21
*** baoli_ has quit IRC17:22
shaggycatSam-I-Am, http://pastebin.com/qfTY4qDL17:23
*** josecastroleon has quit IRC17:23
*** ki0 has joined #openstack17:24
shaggycatSam-I-Am, thank you very much for help... I was wait week... I'm glud about you are now have a time17:24
*** jpena is now known as jpena|away17:24
shaggycatSam-I-Am, how is your book?17:24
Sam-I-Amshaggycat: published, maybe you should look at it17:25
*** josecastroleon has joined #openstack17:25
*** AnilV4 has quit IRC17:25
momoterrawdoes anyone knows if ibm storage http://stackoverflow.com/questions/17585881/amazon-s3-direct-file-upload-from-client-browser-private-key-disclosure17:25
shaggycatSam-I-Am, OK. Thank you for your book from nub's openstack users :)17:26
momoterrawcan do this too17:26
Sam-I-Amshaggycat: you created br-vlan and it has a port on some underlying interface?17:26
shaggycatSam-I-Am, is it about neutron?17:26
Sam-I-Amshaggycat: yes17:26
momoterrawi mean if open stack can do direct file upload with signed form17:26
shaggycatmy bigger problems to understand openstack is with Neutron :(17:26
Sam-I-Amshaggycat: you might be interested in this chapter - http://docs.openstack.org/networking-guide/deploy.html17:26
*** josecastroleon has quit IRC17:26
shaggycatSam-I-Am, yes, now I paste it17:27
*** comay has joined #openstack17:27
shaggycatjust a sec please17:27
*** tnovacik has quit IRC17:27
*** josecastroleon has joined #openstack17:28
evilrobHave we had the "who is going to Vancouver" discussion lately?17:28
*** trown is now known as trown|lunch17:29
*** loth has joined #openstack17:29
*** ki0 has quit IRC17:29
*** josecastroleon has quit IRC17:29
*** jmacdonald has quit IRC17:30
Sam-I-Ami'll be there17:30
*** jmacdonald has joined #openstack17:30
*** mnovacyu has joined #openstack17:30
*** baoli has joined #openstack17:30
*** mnovacyu has quit IRC17:31
*** josecastroleon has joined #openstack17:31
*** AbyssOne has quit IRC17:31
shaggycatSam-I-Am, http://pastebin.com/zhNk3xZX17:31
*** xgsa has quit IRC17:32
*** pradk has joined #openstack17:32
*** bkopilov has joined #openstack17:32
*** josecastroleon has quit IRC17:32
*** oro has joined #openstack17:33
Sam-I-Amshaggycat: i see your problem17:33
shaggycatSam-I-Am, thank you for link. I will read it after our conversation when I go in subway17:33
Sam-I-Amyou dont need a sub interface17:33
Sam-I-Amopenvswitch does the tagging for you on br-vlan17:33
*** orzel has quit IRC17:33
*** dims_ has quit IRC17:33
shaggycatSam-I-Am, and?17:33
Sam-I-Amremove eth1.2001 from br-vlan, remove eth1.2001, and add eth1 as a port on br-vlan17:34
*** josecastroleon has joined #openstack17:34
*** mwagner_lap has joined #openstack17:34
*** dims has joined #openstack17:34
Sam-I-Amactually theres other stuff wrong here17:34
*** slowe has joined #openstack17:35
Sam-I-Ambr-ex has only 1 flat network, or it needs to support vlans too?17:35
*** Guest95660 has quit IRC17:35
*** jschwarz has quit IRC17:35
*** vlady_ has quit IRC17:35
*** RedRat_ has joined #openstack17:35
shaggycatbut no tagging ifaces in this bridge17:36
*** josecastroleon has quit IRC17:36
shaggycatReally I make this mistake in br-ex17:36
shaggycatI will fix it after some seconds17:36
Sam-I-Amif you want to create vlan networks in openstack, the bridge needs to use a bare network interface17:37
shaggycatbr-ex has flat network17:37
*** balajiiyer has joined #openstack17:37
*** itarchitectkev has quit IRC17:37
*** josecastroleon has joined #openstack17:37
*** RedRat has quit IRC17:38
*** kushal has quit IRC17:38
*** maishsk has joined #openstack17:39
*** josecastroleon has quit IRC17:39
*** henrynash has joined #openstack17:39
*** W00lf has joined #openstack17:39
*** nmagnezi has quit IRC17:40
*** josecastroleon has joined #openstack17:40
*** AbyssOne has joined #openstack17:40
*** lodgenbd has joined #openstack17:41
*** Zanatoz has quit IRC17:41
Sam-I-Amshaggycat: then you can attach a bare interface to it, or a subinterface (like eth1.123)17:42
*** josecastroleon has quit IRC17:42
*** melwitt_ has joined #openstack17:42
*** melwitt_ has quit IRC17:42
Sam-I-Amthere might be cases where you want to use a flat network, but its actually tagged in your infrastructure17:42
*** thansen has joined #openstack17:43
*** elo1 has joined #openstack17:43
shaggycatSam-I-Am, why?17:43
shaggycatI try to ping not flat17:43
shaggycatip17:43
*** josecastroleon has joined #openstack17:43
shaggycati try to ping demo-net17:43
Sam-I-Amyou wont be able to ping demo-net from the outside network17:44
Sam-I-Amonly from the vm17:44
shaggycatfrom VMs to nodes no way. From VMs to VMs way is. And from nodes to nodes (in this network)17:44
*** sayan_ has quit IRC17:44
*** bkopilov has quit IRC17:45
shaggycatreally?17:45
*** bkopilov has joined #openstack17:45
*** josecastroleon has quit IRC17:45
shaggycatbut why dhcp-agent not works?17:45
shaggycatand tcpdump is silent17:46
*** Networkn3rd has quit IRC17:46
*** josecastroleon has joined #openstack17:46
Sam-I-Amtry with tcpdump -lnpei eth117:47
Sam-I-Amsee if it shows a vlan tag17:47
shaggycatSam-I-Am, http://pastebin.com/nDJEfC9Y17:47
shaggycatNo life here17:47
*** oro has quit IRC17:47
shaggycatin namespace17:47
*** travnewmatic has quit IRC17:47
shaggycatbut in host system, not in OS container, life is17:48
*** tojuvone_ has quit IRC17:48
*** AndroUser has joined #openstack17:48
*** chandankumar has quit IRC17:48
Sam-I-Amthe vm is using a vlan tenant network demo-net?17:48
*** josecastroleon has quit IRC17:48
*** rdo has quit IRC17:49
*** AndroUser has quit IRC17:49
*** shashankhegde has joined #openstack17:49
*** mikeoutland has quit IRC17:49
*** e0ne has joined #openstack17:50
*** josecastroleon has joined #openstack17:50
*** mrmartin has joined #openstack17:50
*** mikeoutland has joined #openstack17:50
*** e0ne is now known as e0ne_17:50
shaggycathttp://pastebin.com/nGT7p8eR17:50
shaggycatSam-I-Am, yes, it is a correct17:50
*** e0ne_ is now known as e0ne17:51
Sam-I-Amthat should be on eth1 on the compute node?17:51
shaggycatand in router and dhcp namespaces in network node no detect life by tcpdump17:51
*** packet has joined #openstack17:51
shaggycatbut in host namespace life is17:51
*** josecastroleon has quit IRC17:51
shaggycatis it correct?17:51
*** maishsk is now known as maishsk_afk17:52
*** gary_perkins has quit IRC17:52
Sam-I-Amwhat does tcpdump -lnpei eth1 on compute node say?17:52
shaggycateth1.. just a sec17:52
*** orzel has joined #openstack17:52
Sam-I-Amyou might need to generate traffic from within the VM (access by console)17:52
*** pm90_ has joined #openstack17:52
*** josecastroleon has joined #openstack17:53
*** harukomoto has joined #openstack17:53
*** ZZelle has quit IRC17:53
shaggycatI think, you mean eth0. It is a my mistake. I need to change names of ifaces.17:53
*** ZZelle has joined #openstack17:53
shaggycatno life in compute node17:53
shaggycateth0, eth117:53
shaggycatoh no17:54
shaggycatLife is!17:54
shaggycathttp://pastebin.com/UmhVGuhV17:54
*** mikeoutland has quit IRC17:54
*** karimb is now known as karimb|champions17:54
*** josecastroleon has quit IRC17:54
*** klamath_ has joined #openstack17:55
shaggycatSam-I-Am, eth0 on compute is same eth1 on network node17:55
shaggycati will rename to eth0 in future17:55
*** klamath_ has quit IRC17:55
*** klamath has quit IRC17:56
*** josecastroleon has joined #openstack17:56
*** klamath has joined #openstack17:56
Sam-I-Amif you do tcpdump -lnpei eth1 the network node, you should see dhcp requests with vlan tag 200117:56
*** skapunker has joined #openstack17:56
shaggycatSam-I-Am, yes. Only in root namespace17:57
shaggycatBut inside dhcp and router namespaces no17:57
*** shibby has joined #openstack17:57
*** pixelbeat has joined #openstack17:57
*** josecastroleon has quit IRC17:57
*** josecastroleon has joined #openstack17:59
*** wt0f_ has quit IRC17:59
*** shayneburgess1 has joined #openstack17:59
*** wt0f has joined #openstack17:59
*** shayneburgess has quit IRC18:00
*** wt0f has quit IRC18:00
Sam-I-Amit wont be tagged inside of the namespace18:00
*** wt0f has joined #openstack18:00
*** bknudson has joined #openstack18:00
*** baoli has quit IRC18:00
*** wt0f has quit IRC18:00
shaggycatSam-I-Am, may be I say incorrect: inside namespace no eth118:01
*** vexoon has quit IRC18:01
shaggycatbut here is bridge tails18:01
shaggycatand here is silient18:01
Sam-I-Amthere wont be an eth1 inside the namespace18:01
*** wt0f has joined #openstack18:01
*** wt0f has quit IRC18:01
*** baoli_ has joined #openstack18:02
Sam-I-Amon the network node, you have vlan mapped to br-vlan, with a port on eth1?18:02
*** wt0f has joined #openstack18:02
*** wt0f has quit IRC18:02
*** dannywilson has quit IRC18:03
*** josecastroleon has quit IRC18:03
shaggycatbridge_mappings = vlan:br-vlan,external:br-ex18:04
*** bdemers has quit IRC18:04
*** josecastroleon has joined #openstack18:04
*** VW__ has joined #openstack18:06
*** VW_ has quit IRC18:06
*** josecastroleon has quit IRC18:06
*** unused_PhD has quit IRC18:06
shaggycatSam-I-Am, eth1,18:06
shaggycatyes, it is a vlan port'18:07
shaggycatand it is in br-vlan18:07
*** josecastroleon has joined #openstack18:07
shaggycatand on compute I has a eth0 inside br-vlan18:08
shaggycat* I have18:08
Sam-I-Amyeah, and that should be fine18:08
*** scuttle|afk is now known as scuttlemonkey18:08
Sam-I-Amif you see the dhcp request coming in on eth1, but it doesnt get into the namespace... something isn't working18:09
Sam-I-Amyou need to figure out where it stops18:09
*** patrickeast_ has joined #openstack18:09
*** josecastroleon has quit IRC18:09
shaggycatSam-I-Am, yes. And I try to figure out this in last week18:09
shaggycatI figure out this some days before18:09
Sam-I-Amif you do 'ovs-ofctl dump-flows br-vlan' you should see a flow for vlan 200118:10
*** hdd has joined #openstack18:10
*** GeorgeHahn has quit IRC18:10
Sam-I-Ami have to go for a bit18:10
*** josecastroleon has joined #openstack18:10
shaggycatSam-I-Am, http://pastebin.com/bJ9cXNHi18:11
*** patrickeast has quit IRC18:11
*** patrickeast_ is now known as patrickeast18:11
*** trueneu has joined #openstack18:11
Sam-I-Amlooks like thats working18:11
shaggycatSam-I-Am, ...18:11
Sam-I-Amthere should also be a vlan 2001 flow on br-int18:12
*** barra204 has joined #openstack18:12
*** josecastroleon has quit IRC18:12
*** sayan has quit IRC18:12
*** Free_maN has quit IRC18:12
*** vexoon has joined #openstack18:13
*** josecastroleon has joined #openstack18:13
shaggycatSam-I-Am, http://pastebin.com/7Lx5FVjh18:14
*** bkopilov has quit IRC18:14
*** packet has quit IRC18:14
*** bkopilov has joined #openstack18:15
*** melmoth has joined #openstack18:15
shaggycatSam-I-Am, no on nethost18:15
shaggycatIt is a place of mistake?18:15
shaggycatoh, no.18:15
shaggycatOn nethhost also is18:15
*** otter768 has joined #openstack18:15
*** josecastroleon has quit IRC18:15
shaggycat:(18:15
*** MentalRay has quit IRC18:16
*** dizquierdo has joined #openstack18:16
*** josecastroleon has joined #openstack18:17
*** lucendio has quit IRC18:17
shaggycatSam-I-Am, I'm cry and want to beat my head against the wall :)))18:18
*** sparkycollier has joined #openstack18:18
*** penick has joined #openstack18:18
*** josecastroleon has quit IRC18:18
*** EricGonczer_ has joined #openstack18:19
*** ivar-laz_ has quit IRC18:20
*** josecastroleon has joined #openstack18:20
*** ivar-lazzaro has joined #openstack18:20
*** otter768 has quit IRC18:20
*** noye has joined #openstack18:21
*** jtomasek has joined #openstack18:21
*** Tapio_T has joined #openstack18:21
*** bkopilov has quit IRC18:21
*** unused_PhD has joined #openstack18:21
*** josecastroleon has quit IRC18:22
*** VW__ has quit IRC18:22
shaggycatI will try to reboot nethost and compute node18:22
shaggycatmay be it help?18:22
*** ivar-lazzaro has quit IRC18:22
*** VW_ has joined #openstack18:22
shaggycatIn windows sometimes it works :)))18:22
*** EricGonczer_ has quit IRC18:22
*** EricGonc_ has joined #openstack18:23
*** hs366 has joined #openstack18:23
*** josecastroleon has joined #openstack18:23
rlrevellshaggycat: i think i already asked you this but have you tried deleting and recreating all networks?18:23
*** ivar-lazzaro has joined #openstack18:23
*** kiran-r has joined #openstack18:24
shaggycatrlrevell, yes18:24
shaggycatand it is not help18:24
*** josecastroleon has quit IRC18:25
*** ki0 has joined #openstack18:25
*** noye has quit IRC18:25
*** josecastroleon has joined #openstack18:26
*** yfauser has joined #openstack18:26
*** yfauser has left #openstack18:26
*** auromed has quit IRC18:27
*** barra204 has quit IRC18:27
*** oro has joined #openstack18:27
*** pkircher has quit IRC18:27
*** hdd has quit IRC18:28
*** rgogunskiy has joined #openstack18:28
*** josecastroleon has quit IRC18:28
*** Ala has joined #openstack18:29
*** josecastroleon has joined #openstack18:29
*** fawadkhaliq has quit IRC18:30
*** ki0 has quit IRC18:30
*** travnewmatic has joined #openstack18:30
*** jdandrea has quit IRC18:30
*** ppinto has joined #openstack18:31
*** josecastroleon has quit IRC18:31
*** AL34N1X has joined #openstack18:31
*** josecastroleon has joined #openstack18:32
*** whenry has joined #openstack18:32
*** rdo has joined #openstack18:33
*** shardy_ has joined #openstack18:33
*** shardy has quit IRC18:34
*** josecastroleon has quit IRC18:34
*** ivar-laz_ has joined #openstack18:34
*** sparkycollier has quit IRC18:34
*** yfauser has joined #openstack18:34
*** ivar-lazzaro has quit IRC18:35
*** ivar-laz_ has quit IRC18:35
shaggycatinteresting new information18:35
*** prad has quit IRC18:35
*** hdd has joined #openstack18:35
*** josecastroleon has joined #openstack18:35
*** ivar-lazzaro has joined #openstack18:35
shaggycatnamespaces has IPs18:36
shaggycatand from root namespace,18:36
shaggycaton network node,18:36
*** Tross has joined #openstack18:36
*** grassass has quit IRC18:36
shaggycatSam-I-Am, I can ping router namespace18:36
*** prad has joined #openstack18:36
shaggycatSam-I-Am, but can't ping dhcp18:37
*** cody-somerville has joined #openstack18:37
*** josecastroleon has quit IRC18:37
*** dasp has joined #openstack18:37
*** Tross1 has quit IRC18:37
*** jobewan has joined #openstack18:38
shaggycatSam-I-Am, http://pastebin.com/30hSUKKP18:38
*** shardy_ has quit IRC18:38
*** josecastroleon has joined #openstack18:38
shaggycatmay be here is solution?18:38
*** packet has joined #openstack18:39
*** kebray has quit IRC18:39
*** shardy has joined #openstack18:39
*** walterheck has joined #openstack18:40
*** rlrevell has quit IRC18:40
*** shayneburgess1 has quit IRC18:40
*** yfauser has left #openstack18:40
*** shayneburgess has joined #openstack18:40
*** josecastroleon has quit IRC18:41
*** Marga_ has quit IRC18:41
shaggycat http://pastebin.com/Y1fbXrx7 it looks correct, did'nt it?18:42
*** Marga_ has joined #openstack18:42
*** josecastroleon has joined #openstack18:42
*** barra204 has joined #openstack18:42
*** ivar-laz_ has joined #openstack18:43
*** ivar-laz_ has quit IRC18:43
*** geaaru has quit IRC18:43
*** fawadkhaliq has joined #openstack18:43
*** josecastroleon has quit IRC18:44
*** ivar-laz_ has joined #openstack18:44
*** maveric7911 has quit IRC18:44
*** jobewan has quit IRC18:44
*** josecastroleon has joined #openstack18:45
*** dasp has left #openstack18:45
*** jobewan has joined #openstack18:45
*** ivar-lazzaro has quit IRC18:46
*** josecastroleon has quit IRC18:47
*** jobewan has quit IRC18:47
*** maishsk_afk has quit IRC18:48
*** josecastroleon has joined #openstack18:48
*** jobewan has joined #openstack18:48
*** maishsk has joined #openstack18:49
*** jrist has joined #openstack18:49
*** josecastroleon has quit IRC18:50
*** auromed has joined #openstack18:50
*** josecastroleon has joined #openstack18:51
*** jdandrea has joined #openstack18:52
*** kenhui has joined #openstack18:52
*** josecastroleon has quit IRC18:53
*** tnovacik has joined #openstack18:53
*** jzk has joined #openstack18:53
*** nikeshm has quit IRC18:54
*** ConConovaloff has joined #openstack18:54
*** josecastroleon has joined #openstack18:54
*** penick has quit IRC18:55
*** VW_ has quit IRC18:55
*** dyasny has joined #openstack18:56
*** josecastroleon has quit IRC18:56
*** gfidente|afk is now known as gfidente18:56
*** pblaho has joined #openstack18:57
*** josecastroleon has joined #openstack18:57
*** mrooney has quit IRC18:57
*** trown|lunch is now known as trown18:57
*** merooney has joined #openstack18:58
*** VW_ has joined #openstack18:58
*** josecastroleon has quit IRC18:59
*** annegentle has joined #openstack18:59
*** penick has joined #openstack19:00
*** bknudson has quit IRC19:00
*** jobewan has quit IRC19:00
*** henrynash has quit IRC19:00
*** nikeshm has joined #openstack19:00
*** jobewan has joined #openstack19:00
*** kiran-r has quit IRC19:00
*** josecastroleon has joined #openstack19:00
*** Tapio_T has quit IRC19:00
mbeierlthe google-fu fails me.  Anyone have an example of doing static ip network config through cloud init (or is that offtopic here?)19:01
*** jobewan has quit IRC19:02
*** Longgeek_ has quit IRC19:02
*** gfidente^2nd has joined #openstack19:02
*** electrocucaracha has quit IRC19:02
*** rlrevell has joined #openstack19:02
*** gfidente is now known as Guest2359019:02
*** josecastroleon has quit IRC19:03
lothmbeierl: im having the same problem, all i have found is do write_files and restart network19:03
*** rdaly2 has quit IRC19:03
*** Guest23590 has quit IRC19:03
*** josecastroleon has joined #openstack19:04
*** hdd has quit IRC19:04
*** balajiiyer has quit IRC19:04
*** Networkn3rd has joined #openstack19:05
mbeierlloth: gotcha.  I was afraid of that, but thanks!19:05
*** josecastroleon has quit IRC19:06
*** Networkn3rd has quit IRC19:06
*** balajiiyer has joined #openstack19:06
*** gringao has joined #openstack19:06
*** baoli_ has quit IRC19:06
lothmbeierl: i found this page, https://access.redhat.com/articles/rhel-atomic-cloud-init-faq which has "network-interfaces", a largely undocumented directive however i was unable to get it to work19:07
*** josecastroleon has joined #openstack19:07
mbeierlloth: interesting.  I'll poke around (not expecting much) and see if I can find anything else further to support that19:07
lothIm assuming its supposed to translate the debian-esque input to whatever your OS is, but i feel its more reliable ot just do write_files19:07
*** epcim has joined #openstack19:08
mbeierlprobably :)19:08
*** jistr has joined #openstack19:08
*** nlahouti1 has quit IRC19:08
*** choirboy has joined #openstack19:08
*** josecastroleon has quit IRC19:09
*** shashankhegde has quit IRC19:09
*** ZZelle_ has joined #openstack19:09
*** josecastroleon has joined #openstack19:10
*** anshul has quit IRC19:10
*** lodgenbd has quit IRC19:11
*** GenteelBen has joined #openstack19:11
*** josecastroleon has quit IRC19:12
*** gfidente^2nd is now known as gfidente19:12
*** dizquierdo is now known as dizquierdo_afk19:12
*** gfidente has quit IRC19:12
*** gfidente has joined #openstack19:12
*** jobewan has joined #openstack19:13
*** gyee has quit IRC19:13
*** josecastroleon has joined #openstack19:13
*** ayoung has quit IRC19:14
*** josecastroleon has quit IRC19:15
*** EmilienM is now known as EmilienM|afk19:15
*** gyee has joined #openstack19:15
*** josecastroleon has joined #openstack19:16
*** lionel has quit IRC19:16
*** josecastroleon has quit IRC19:18
*** baoli has joined #openstack19:18
*** pradk has quit IRC19:19
mbeierlloth: yep, the cloud-init package that I have installed has no support for that stanza.  No handlers will use it.19:19
*** josecastroleon has joined #openstack19:19
*** josecastroleon has quit IRC19:21
*** achampion has quit IRC19:22
*** ppinto has quit IRC19:22
*** josecastroleon has joined #openstack19:23
*** kbrierly has joined #openstack19:23
*** MarkBaker has joined #openstack19:23
*** epcim has quit IRC19:23
*** josecastroleon has quit IRC19:24
*** sjcherry has joined #openstack19:25
*** josecastroleon has joined #openstack19:26
*** lucendio has joined #openstack19:26
*** mazzy_ has joined #openstack19:26
*** subscope_ has joined #openstack19:27
*** josecastroleon has quit IRC19:27
*** yocum has quit IRC19:28
*** shibby has quit IRC19:28
*** MarkBaker has quit IRC19:28
*** annegentle has quit IRC19:28
*** josecastroleon has joined #openstack19:28
*** kebray has joined #openstack19:30
*** penick has quit IRC19:30
*** josecastroleon has quit IRC19:31
*** antons has joined #openstack19:31
*** Networkn3rd has joined #openstack19:32
*** josecastroleon has joined #openstack19:32
*** mtanino has quit IRC19:34
*** josecastroleon has quit IRC19:34
*** penick has joined #openstack19:34
*** imthewhe` has joined #openstack19:34
*** EricGonc_ has quit IRC19:34
*** Ala has quit IRC19:35
*** josecastroleon has joined #openstack19:35
*** obedmr has quit IRC19:36
*** doug-fish has quit IRC19:36
*** obedmr has joined #openstack19:36
*** josecastroleon has quit IRC19:37
*** imthewherd has quit IRC19:37
*** josecastroleon has joined #openstack19:38
*** fzdarsky has quit IRC19:38
*** weshay has quit IRC19:39
*** josecastroleon has quit IRC19:40
mbeierlatactually ... even more fundamentally, how do I get neutron to assign a specific ip?  If I change the IP manually via ifcfg, the floating ip association breaks19:40
*** pavramas has joined #openstack19:40
*** josecastroleon has joined #openstack19:41
shaggycathttp://paste.org.ru/?h5m0fa is it correct?19:41
shaggycatPORT_DOWN , LINK DOWN?19:42
*** yocum has joined #openstack19:42
*** joeg has quit IRC19:42
*** dasp has joined #openstack19:43
*** josecastroleon has quit IRC19:43
lothmbeierl: have to create it when you make the neutron port19:44
lothwhen you make the port there is an option for fixed address19:44
mbeierlah!19:44
*** VW_ has quit IRC19:44
lothyou can also just give it a network, it give you a IP from the pool, and you can use that when you start the instance19:44
*** ConConovaloff has left #openstack19:44
*** josecastroleon has joined #openstack19:45
mbeierlloth: and then how do you associate the port with the vm on boot?  via horizon or cli only19:45
lothcli only19:45
lothi made a simple script19:45
*** imthewhe` is now known as imthewherd19:45
*** dudy has quit IRC19:45
loththat pulls the data from the neutron port creation and other stuff into vars to edit userdata etc19:45
mbeierlthat is why.  cli is where I was just headed.  So I can create a series of ports for fixed addresses, or just assign via v4-fixed-ip=19:46
lothyeah19:46
lothin kilo the port stays when instance is deleted, in juno and below its deleted when instance is deleted19:46
*** josecastroleon has quit IRC19:46
*** josecastroleon has joined #openstack19:48
*** electrocucaracha has joined #openstack19:48
*** mazzy_ has quit IRC19:48
*** gfidente has quit IRC19:48
*** stamak has joined #openstack19:48
*** jistr has quit IRC19:49
*** lionel has joined #openstack19:49
*** jprovazn has quit IRC19:49
*** josecastroleon has quit IRC19:49
*** afs has joined #openstack19:51
*** weshay has joined #openstack19:52
*** promulo_ has quit IRC19:52
*** walterheck has quit IRC19:53
*** promulo_ has joined #openstack19:53
*** josecastroleon has joined #openstack19:54
*** shashankhegde has joined #openstack19:54
*** Networkn_ has joined #openstack19:55
*** crose has quit IRC19:56
*** josecastroleon has quit IRC19:56
*** Networkn3rd has quit IRC19:56
*** stamak has quit IRC19:57
*** Networkn3rd has joined #openstack19:57
*** shibby has joined #openstack19:57
*** nagoor has quit IRC19:57
*** jcarter2 has quit IRC19:57
*** josecastroleon has joined #openstack19:58
*** nphase has joined #openstack19:58
*** nagoor has joined #openstack19:58
*** josecastroleon has quit IRC19:59
*** jpena|away has quit IRC19:59
*** maishsk has quit IRC19:59
*** nmagnezi has joined #openstack19:59
*** maishsk has joined #openstack20:00
*** Networkn_ has quit IRC20:00
*** Networkn_ has joined #openstack20:00
*** josecastroleon has joined #openstack20:01
*** Networkn3rd has quit IRC20:01
*** jcarter2 has joined #openstack20:01
*** josecastroleon has quit IRC20:02
*** two_oes has joined #openstack20:03
*** badbox has joined #openstack20:03
*** josecastroleon has joined #openstack20:04
*** bdemers has joined #openstack20:04
*** badmadrad has quit IRC20:05
*** rmartinelli_ has quit IRC20:05
*** badbox is now known as badmadrad20:05
*** jtomasek has quit IRC20:05
*** josecastroleon has quit IRC20:05
*** annegentle has joined #openstack20:05
*** doug-fish has joined #openstack20:06
*** noeyesanticw has quit IRC20:07
*** josecastroleon has joined #openstack20:07
*** noeyesanticw has joined #openstack20:07
*** josecastroleon has quit IRC20:08
*** ppinto has joined #openstack20:08
*** josecastroleon has joined #openstack20:10
*** mchestr has quit IRC20:11
*** merooney has quit IRC20:11
*** josecastroleon has quit IRC20:11
*** achanda has quit IRC20:11
*** rushiagr_away is now known as rushiagr20:12
*** jwalcik has quit IRC20:12
*** josecastroleon has joined #openstack20:13
*** josecastroleon has quit IRC20:14
*** kebray has quit IRC20:15
*** josecastroleon has joined #openstack20:16
*** otter768 has joined #openstack20:16
*** pm90_ has quit IRC20:17
*** maishsk has quit IRC20:17
*** rmartinelli_ has joined #openstack20:17
*** kebray has joined #openstack20:17
*** josecastroleon has quit IRC20:17
*** elo1 has quit IRC20:17
*** dizquierdo_afk is now known as dizquierdo20:19
*** josecastroleon has joined #openstack20:19
*** StuartMI has quit IRC20:19
*** two_oes has quit IRC20:19
*** mtanino has joined #openstack20:20
*** jckasper has quit IRC20:20
*** josecastroleon has quit IRC20:21
*** bkopilov has joined #openstack20:21
rlrevellhas anyone else found that devstack and network-manager really do not get along?20:21
*** georgem1 has quit IRC20:21
*** otter768 has quit IRC20:21
*** jwalcik has joined #openstack20:22
rlrevellnm will just keep creating "Wired Connection 2, 3, 4, etc" and bounces your connectivity every minute or so20:22
*** josecastroleon has joined #openstack20:22
*** maishsk has joined #openstack20:23
*** josecastroleon has quit IRC20:24
*** josecastroleon has joined #openstack20:25
*** bkopilov has quit IRC20:26
*** tab__ has joined #openstack20:27
*** josecastroleon has quit IRC20:27
*** gyee has quit IRC20:28
*** josecastroleon has joined #openstack20:28
*** VW_ has joined #openstack20:30
*** josecastroleon has quit IRC20:30
mbeierlrlrevell: don't they normally say somewhere to turn nm off?20:30
rlrevellmbeierl: quite possible i missed that.20:30
*** jwalcik has quit IRC20:30
*** slowe is now known as slowe[away]20:30
*** AL34N1X has quit IRC20:31
*** achampion has joined #openstack20:31
lothI always turn networkmanager off wherever possible20:31
rlrevellmbeierl: yep, the docs say turn it off.20:31
*** zarathustra has quit IRC20:31
*** josecastroleon has joined #openstack20:31
mbeierlI got hit by something similar this week...20:32
*** pbandzi has quit IRC20:33
*** deltron has joined #openstack20:34
deltronhey folks, anyone use dell storage arrays in their openstack environment?20:34
*** josecastroleon has quit IRC20:34
*** pbandzi has joined #openstack20:35
*** josecastroleon has joined #openstack20:35
*** achanda has joined #openstack20:35
*** pbandzi has quit IRC20:36
*** josecastroleon has quit IRC20:36
*** barra204 has quit IRC20:37
*** e0ne has quit IRC20:38
*** jsotoca has joined #openstack20:38
*** josecastroleon has joined #openstack20:38
*** jorgew has quit IRC20:38
*** pbandzi has joined #openstack20:38
*** mehdi has quit IRC20:38
*** rgogunskiy has quit IRC20:38
*** Guest15 has joined #openstack20:39
*** TooLmaN has quit IRC20:39
*** Trozz has quit IRC20:39
*** unused_PhD has quit IRC20:39
*** rlrevell has quit IRC20:39
*** rlrevell1 has joined #openstack20:39
*** Trozz has joined #openstack20:39
*** jorgew has joined #openstack20:39
*** Billias has quit IRC20:39
*** josecastroleon has quit IRC20:39
*** persia has quit IRC20:40
*** jehb has quit IRC20:40
*** melmoth has quit IRC20:40
*** rushiagr is now known as rushiagr_away20:40
*** mehdi has joined #openstack20:40
*** d34dh0r53 has quit IRC20:41
*** AG_Clinton has quit IRC20:41
*** josecastroleon has joined #openstack20:41
*** raorn has quit IRC20:41
*** Hien has quit IRC20:41
*** persia has joined #openstack20:41
*** persia has joined #openstack20:41
*** pblaho has quit IRC20:41
*** raorn has joined #openstack20:42
*** ppinto has quit IRC20:42
*** rlrevell1 has quit IRC20:42
*** mwagner_lap has quit IRC20:42
*** josecastroleon has quit IRC20:42
*** rlrevell has joined #openstack20:43
*** ppinto has joined #openstack20:43
*** georgem1 has joined #openstack20:43
*** deltron has quit IRC20:43
*** georgem1 has quit IRC20:43
*** ppinto has quit IRC20:43
*** georgem1 has joined #openstack20:44
*** josecastroleon has joined #openstack20:44
*** walterheck has joined #openstack20:45
*** d34dh0r53 has joined #openstack20:45
*** Billias has joined #openstack20:45
*** ivar-laz_ has quit IRC20:45
*** AG_Clinton has joined #openstack20:45
*** ivar-lazzaro has joined #openstack20:46
*** jehb has joined #openstack20:46
*** josecastroleon has quit IRC20:46
*** ivar-lazzaro has quit IRC20:46
*** r-daneel has joined #openstack20:47
*** RedRat__ has joined #openstack20:47
*** josecastroleon has joined #openstack20:47
*** ivar-lazzaro has joined #openstack20:47
*** Hien has joined #openstack20:49
*** josecastroleon has quit IRC20:49
*** RedRat_ has quit IRC20:49
*** avagi has joined #openstack20:49
*** josecastroleon has joined #openstack20:50
*** ManikM has joined #openstack20:50
*** SaintSinn3r has joined #openstack20:50
*** Lee1092 has quit IRC20:51
*** SaintSinn3r has quit IRC20:51
*** rlrevell has quit IRC20:51
*** fawadkhaliq has quit IRC20:51
*** avagi has left #openstack20:52
*** bill_az has joined #openstack20:52
*** josecastroleon has quit IRC20:52
*** patrickeast has quit IRC20:52
*** sjcherry has quit IRC20:52
*** patrickeast has joined #openstack20:52
*** unused_PhD has joined #openstack20:53
*** karimb|champions is now known as karimb20:53
*** adly has quit IRC20:53
*** ppinto has joined #openstack20:53
*** josecastroleon has joined #openstack20:53
*** adly has joined #openstack20:54
*** gyee has joined #openstack20:54
*** SaintSinn3r has joined #openstack20:55
*** josecastroleon has quit IRC20:55
*** sparkycollier has joined #openstack20:56
*** josecastroleon has joined #openstack20:57
*** elo1 has joined #openstack20:57
*** eblake has quit IRC20:58
*** SaintSinn3r has quit IRC20:58
*** frobware_ has joined #openstack20:58
*** josecastroleon has quit IRC20:59
*** wesd has quit IRC20:59
*** nelsnelson has quit IRC21:00
*** josecastroleon has joined #openstack21:00
*** kenhui has quit IRC21:00
*** noslzzp has quit IRC21:00
*** mrjazzcat has quit IRC21:01
*** hdd has joined #openstack21:02
*** shashankhegde has quit IRC21:03
*** josecastroleon has quit IRC21:03
*** josecastroleon has joined #openstack21:04
*** electrocucaracha has quit IRC21:05
*** RedRat__ has quit IRC21:05
*** josecastroleon has quit IRC21:06
*** avagi has joined #openstack21:06
*** Networkn_ has quit IRC21:06
*** dgurtner has joined #openstack21:06
*** dgurtner has joined #openstack21:06
*** maishsk has quit IRC21:06
*** tkatarki has quit IRC21:06
*** radez is now known as radez_g0n321:06
*** bjornar_ has quit IRC21:06
*** josecastroleon has joined #openstack21:07
*** electrocucaracha has joined #openstack21:07
*** Networkn3rd has joined #openstack21:07
*** hdd has quit IRC21:08
*** nmagnezi has quit IRC21:08
*** ManikM has quit IRC21:08
*** josecastroleon has quit IRC21:09
*** ManikM has joined #openstack21:09
*** avagi has quit IRC21:09
*** josecastroleon has joined #openstack21:10
*** ppinto has quit IRC21:10
*** shibby has quit IRC21:11
*** vexoon has quit IRC21:11
*** annegentle has quit IRC21:11
*** andresmujica has quit IRC21:11
*** josecastroleon has quit IRC21:12
*** annegentle has joined #openstack21:12
*** josecastroleon has joined #openstack21:13
*** anshul has joined #openstack21:13
*** balajiiyer has quit IRC21:13
*** BOKALDO has quit IRC21:14
*** josecastroleon has quit IRC21:15
*** georgem1 has quit IRC21:16
*** josecastroleon has joined #openstack21:16
*** vexoon has joined #openstack21:17
*** vexoon has quit IRC21:17
*** jcarter2 has quit IRC21:17
*** josecastroleon has quit IRC21:18
*** kbrierly has quit IRC21:18
*** kbrierly has joined #openstack21:18
*** merooney has joined #openstack21:19
*** josecastroleon has joined #openstack21:19
*** georgem1 has joined #openstack21:20
*** coredump has quit IRC21:20
*** panda is now known as panda|Zz21:20
*** josecastroleon has quit IRC21:21
*** georgem11 has joined #openstack21:21
*** lborda has quit IRC21:21
*** georgem11 has joined #openstack21:21
*** josecastroleon has joined #openstack21:22
*** georgem1 has quit IRC21:22
*** elo1 has quit IRC21:22
*** mdarby has quit IRC21:23
*** baoli has quit IRC21:23
*** josecastroleon has quit IRC21:24
*** baoli_ has joined #openstack21:24
*** josecastroleon has joined #openstack21:25
*** josecastroleon has quit IRC21:27
*** gyee has quit IRC21:27
*** nphase has quit IRC21:27
*** nphase has joined #openstack21:27
*** daniel3_ has quit IRC21:28
*** MarkBaker has joined #openstack21:28
*** johnbelamaric has quit IRC21:28
*** josecastroleon has joined #openstack21:28
*** dizquierdo has quit IRC21:29
*** danielbruno has quit IRC21:29
*** doug-fish has quit IRC21:30
*** josecastroleon has quit IRC21:30
*** elo1 has joined #openstack21:30
*** alanf-mc has quit IRC21:31
*** merooney has quit IRC21:31
*** shardy is now known as shardy_z21:31
*** alanf-mc has joined #openstack21:31
*** josecastroleon has joined #openstack21:31
*** merooney has joined #openstack21:31
*** Networkn3rd has quit IRC21:32
*** georgem11 has quit IRC21:32
*** sparkycollier has quit IRC21:33
*** dguerri is now known as _dguerri21:33
*** josecastroleon has quit IRC21:33
*** _dguerri is now known as dguerri21:33
*** moha_hunt has quit IRC21:34
*** trown is now known as trown|outttypeww21:34
*** josecastroleon has joined #openstack21:34
*** fzdarsky has joined #openstack21:35
*** badon has quit IRC21:36
*** gregmark has quit IRC21:36
*** KyleMacDonald has joined #openstack21:37
*** josecastroleon has quit IRC21:37
*** JRobinson__ has joined #openstack21:37
*** jbell8 has quit IRC21:37
*** merooney has quit IRC21:38
*** josecastroleon has joined #openstack21:38
*** dguerri is now known as _dguerri21:38
*** _dguerri is now known as dguerri21:38
*** FunnyLookinHat has quit IRC21:39
*** shashankhegde has joined #openstack21:39
*** josecastroleon has quit IRC21:40
*** trueneu has quit IRC21:40
*** bdemers has quit IRC21:40
*** josecastroleon has joined #openstack21:41
*** merooney has joined #openstack21:41
*** fsimonce has quit IRC21:41
*** jsotoca has quit IRC21:42
*** josecastroleon has quit IRC21:43
*** angdraug has joined #openstack21:43
*** josecastroleon has joined #openstack21:44
*** nagoor has quit IRC21:45
*** josecastroleon has quit IRC21:46
*** pavramas has quit IRC21:46
*** stevemar has joined #openstack21:47
*** SumitNaiksatam has quit IRC21:47
*** josecastroleon has joined #openstack21:47
*** nlahouti has joined #openstack21:47
*** jnylen has quit IRC21:48
*** doug-fish has joined #openstack21:48
*** EagleDelta has quit IRC21:49
*** rmartinelli has quit IRC21:49
*** designbybeck has quit IRC21:49
*** josecastroleon has quit IRC21:49
*** Guest15 has quit IRC21:50
*** RedRat has joined #openstack21:50
*** josecastroleon has joined #openstack21:51
*** warriorforGod has quit IRC21:51
*** merooney has quit IRC21:52
*** jnylen has joined #openstack21:52
*** josecastroleon has quit IRC21:52
*** GenteelBen has quit IRC21:52
*** josecastroleon has joined #openstack21:54
*** igordcard has joined #openstack21:54
*** badon has joined #openstack21:55
*** josecastroleon has quit IRC21:55
*** annegent_ has joined #openstack21:55
*** mrmartin has quit IRC21:55
*** afs has quit IRC21:56
*** josecastroleon has joined #openstack21:57
*** afs has joined #openstack21:57
*** cdent has quit IRC21:57
*** slowe[away] is now known as slowe21:58
*** josecastroleon has quit IRC21:58
*** SumitNaiksatam has joined #openstack21:58
*** _neoXsys_ has quit IRC21:58
*** esker has quit IRC21:58
*** josecastroleon has joined #openstack22:00
*** annegentle has quit IRC22:00
*** gildub has joined #openstack22:01
*** penick has quit IRC22:01
*** josecastroleon has quit IRC22:02
*** pixelbeat has quit IRC22:02
*** SumitNaiksatam has quit IRC22:03
*** oro has quit IRC22:03
*** josecastroleon has joined #openstack22:04
*** changbl has quit IRC22:04
*** echirivella has joined #openstack22:05
*** josecastroleon has quit IRC22:05
*** badmadrad has quit IRC22:06
*** penick has joined #openstack22:06
*** josecastroleon has joined #openstack22:07
*** josecastroleon has quit IRC22:08
*** josecastroleon has joined #openstack22:10
*** hs366 has quit IRC22:10
*** FunnyLookinHat has joined #openstack22:10
*** thrash is now known as thrash|g0ne22:11
*** josecastroleon has quit IRC22:11
*** packet has quit IRC22:12
*** josecastroleon has joined #openstack22:13
*** ppinto has joined #openstack22:13
*** josecastroleon has quit IRC22:15
*** merooney has joined #openstack22:15
*** obedmr has quit IRC22:15
*** josecastroleon has joined #openstack22:16
*** otter768 has joined #openstack22:17
*** klamath has quit IRC22:17
*** kbringard has quit IRC22:19
*** electrocucaracha has quit IRC22:19
*** josecastroleon has quit IRC22:19
*** obedmr has joined #openstack22:20
*** jdrumheller has quit IRC22:20
*** josecastroleon has joined #openstack22:21
*** galstrom is now known as galstrom_zzz22:22
*** otter768 has quit IRC22:22
*** josecastroleon has quit IRC22:22
*** johnbelamaric has joined #openstack22:23
*** shibby has joined #openstack22:23
*** josecastroleon has joined #openstack22:24
*** stevemar has quit IRC22:24
*** walterheck has quit IRC22:24
*** walterheck has joined #openstack22:25
*** zarathustra has joined #openstack22:25
*** zarathustra has joined #openstack22:25
*** jwitko2 has joined #openstack22:25
*** bkopilov has joined #openstack22:25
*** josecastroleon has quit IRC22:25
*** Zhongjun_ has joined #openstack22:26
*** Tangen1 has joined #openstack22:26
*** avagi has joined #openstack22:27
*** josecastroleon has joined #openstack22:27
*** blair has joined #openstack22:27
*** achampio1 has joined #openstack22:27
*** baoli_ has quit IRC22:27
*** cgoncalv1s has joined #openstack22:28
*** fsaad1 has joined #openstack22:28
*** jgrimm_ has joined #openstack22:28
*** Ephur has quit IRC22:28
*** josecastroleon has quit IRC22:28
*** electrocucaracha has joined #openstack22:29
*** phil_s_stein_ has joined #openstack22:29
*** yrabl_ has joined #openstack22:29
*** jorgew_ has joined #openstack22:29
*** luyu_ has joined #openstack22:29
*** avagi has left #openstack22:29
*** Acinonyx_ has joined #openstack22:29
*** darvon_ has joined #openstack22:29
*** Zhongjun has quit IRC22:29
*** Savemech has quit IRC22:29
*** jwitko has quit IRC22:30
*** lewq has quit IRC22:30
*** jorgew has quit IRC22:30
*** achampion has quit IRC22:30
*** jgrimm has quit IRC22:30
*** kun_huang has quit IRC22:30
*** cgoncalves has quit IRC22:30
*** darvon has quit IRC22:30
*** fsaad has quit IRC22:30
*** tteggel has quit IRC22:30
*** dales has quit IRC22:30
*** luyu__ has quit IRC22:30
*** rwsu_ has quit IRC22:30
*** kbrierly has quit IRC22:30
*** yrabl has quit IRC22:30
*** Tangen has quit IRC22:30
*** phil_s_stein has quit IRC22:30
*** Acinonyx has quit IRC22:30
*** ndipanov has quit IRC22:30
*** flaf has quit IRC22:30
*** kbrierly has joined #openstack22:30
*** ndipanov has joined #openstack22:30
*** dmellado has quit IRC22:30
*** phil_s_stein_ is now known as phil_s_stein22:30
*** josecastroleon has joined #openstack22:30
*** Zhongjun_ is now known as Zhongjun22:30
*** darvon_ is now known as darvon22:30
*** kun_huang has joined #openstack22:30
*** jorgew_ is now known as jorgew22:30
*** electrocucaracha has quit IRC22:30
*** tteggel has joined #openstack22:30
*** flaf has joined #openstack22:30
*** rwsu_ has joined #openstack22:31
*** dales has joined #openstack22:31
*** electrocucaracha has joined #openstack22:31
*** dmellado has joined #openstack22:31
*** josecastroleon has quit IRC22:31
*** johnbelamaric has quit IRC22:32
*** [BNC]Savemech has joined #openstack22:32
*** johnbelamaric has joined #openstack22:32
*** kebray has quit IRC22:32
*** nphase has quit IRC22:32
*** josecastroleon has joined #openstack22:33
*** thansen has quit IRC22:33
*** tab__ has quit IRC22:33
*** blair has quit IRC22:34
*** j05h1 has quit IRC22:34
*** subscope_ has quit IRC22:34
*** jeraldv has joined #openstack22:34
*** josecastroleon has quit IRC22:34
*** TheAppleMan has quit IRC22:35
*** lewq has joined #openstack22:36
*** josecastroleon has joined #openstack22:36
*** blair has joined #openstack22:37
*** jwitko2 is now known as jwitko22:37
*** andresmujica has joined #openstack22:38
*** josecastroleon has quit IRC22:38
*** ngoracke has quit IRC22:39
*** josecastroleon has joined #openstack22:39
*** jevo has joined #openstack22:39
*** kebray has joined #openstack22:40
*** MarkBaker has quit IRC22:40
*** j05h1 has joined #openstack22:40
*** primechuck has quit IRC22:40
*** josecastroleon has quit IRC22:41
*** aimon has quit IRC22:42
*** jevo has quit IRC22:42
*** josecastroleon has joined #openstack22:42
*** salv-orlando has quit IRC22:43
*** obedmr has quit IRC22:44
*** robbiew has left #openstack22:44
*** josecastroleon has quit IRC22:44
*** echirivella has quit IRC22:44
*** penick has quit IRC22:45
*** josecastroleon has joined #openstack22:45
*** josecastroleon has quit IRC22:47
*** josecastroleon has joined #openstack22:48
*** Equalizer has quit IRC22:48
*** jerematic has quit IRC22:50
*** josecastroleon has quit IRC22:50
*** jerematic has joined #openstack22:51
*** merooney has quit IRC22:51
*** VW_ has quit IRC22:51
*** EmilienM|afk is now known as EmilienM22:52
*** josecastroleon has joined #openstack22:52
*** jeremati_ has joined #openstack22:52
*** jerematic has quit IRC22:52
*** Equalizer has joined #openstack22:52
*** JimFall has quit IRC22:52
*** TheOsprey has quit IRC22:53
*** sarob has quit IRC22:53
*** josecastroleon has quit IRC22:53
orzelHello. I'm still fighting this "vif_type=binding_failed"22:53
orzelNotre sure it's related, but i have this in neutron logs on my network node : http://pastebin.com/84NXZ0UE22:54
orzel10.11.3.94 is supposed to be a router i've created (between external and tenant network)22:54
orzeland indeed, it doesn't ping22:54
*** josecastroleon has joined #openstack22:55
orzelfrom what i understand, vif=type=binding_failed is somehow related to libvirtd, so i enabled logs (they are not by default!) and checked. But i can't find anything meaningful (to me)22:55
orzelany hint on how to debug either problem ? (vif_type or arping)22:56
Sam-I-Amits related to something asking for a network, but the network isnt available22:56
Sam-I-Amusually22:56
*** josecastroleon has quit IRC22:56
*** penick has joined #openstack22:57
duffoloniousorzel: where is that IP?22:57
*** blackboxsw_ has quit IRC22:57
*** ejat has joined #openstack22:57
*** ejat has joined #openstack22:57
duffolonious10.11.3.94 - this IP22:57
orzel.94 ?  it's an ip in my external subnet22:57
*** rgogunskiy has joined #openstack22:57
orzelallocated by neutron to a router for my tenant network22:57
duffoloniousand it's trying to ARP for this address and failing22:58
Sam-I-Ami'm betting on a config error22:58
*** ZZelle_ has quit IRC22:58
*** josecastroleon has joined #openstack22:58
*** ncerny has quit IRC22:58
*** rgogunskiy has quit IRC22:58
*** shibby has quit IRC22:58
*** blairo has joined #openstack22:59
*** josecastroleon has quit IRC22:59
*** blackboxsw has joined #openstack23:00
*** josecastroleon has joined #openstack23:01
*** EricGonczer_ has joined #openstack23:01
*** penick has quit IRC23:01
*** annegent_ has quit IRC23:02
orzelSam-I-Am: i'm pretty sure of that. I've followed both the usual install stuff and http://docs.openstack.org/networking-guide/deploy_scenario1a.html23:02
*** blair has quit IRC23:02
*** ppinto has quit IRC23:02
orzelthe main difference between the two being the 'l2population' that i've never heard about23:02
*** josecastroleon has quit IRC23:03
orzeland the main difference between my setup and the doc is that i have only one nic. I have a bridge 'br-ex' configured with the ip of the node  and with the nic attached.23:03
*** gargola has quit IRC23:03
orzelit can ping/access outside23:03
*** RedW has quit IRC23:03
*** blairo has quit IRC23:03
*** blair has joined #openstack23:04
*** alanf-mc_ has joined #openstack23:04
*** josecastroleon has joined #openstack23:04
Sam-I-Amall nodes only have 1 nic?23:05
*** bogdando has joined #openstack23:05
*** rtheis has quit IRC23:05
orzelSam-I-Am: er. yes.23:06
*** josecastroleon has quit IRC23:06
orzelonly two nodes currently Controller and the network+compute one23:06
*** rbak has quit IRC23:06
*** josecastroleon has joined #openstack23:07
*** alanf-mc has quit IRC23:07
Sam-I-Amok23:08
*** jobewan has quit IRC23:08
Sam-I-Amwhats in your ml2 and l3 agent config files?23:08
*** ManikM has quit IRC23:08
*** RedW has joined #openstack23:09
*** ManikM has joined #openstack23:09
*** josecastroleon has quit IRC23:09
*** MilesDenver has quit IRC23:09
*** josecastroleon has joined #openstack23:10
orzelSam-I-Am: i followed install + networking-guid/deploy.. you want me to pastbin them ?23:11
*** mazzy_ has joined #openstack23:11
Sam-I-Amyeah23:12
*** josecastroleon has quit IRC23:12
orzelhttp://pastebin.com/xtDWB34s23:13
orzelwith openvswitch current output (not sure it matters)23:13
*** josecastroleon has joined #openstack23:13
orzeli had "external_network_bridge = br-ex" previously23:14
orzeli have removed vlan/vxlan stuff (i dont know about this well enough, and i'm not even sure the switch is vlan aware)23:14
*** mazzy_ has quit IRC23:14
*** mazzy_ has joined #openstack23:15
orzel10.11.3.10 is the ip on the br-ex bridge (+physical nic)23:15
Sam-I-Amlooking23:15
*** josecastroleon has quit IRC23:15
*** jbell8 has joined #openstack23:16
*** joeg has joined #openstack23:16
*** mazzy_ has quit IRC23:16
Sam-I-Amwell, the vlan 4095s showing up in your ovs-vsctl tells me that there's a config issue for sure23:16
*** mazzy_ has joined #openstack23:16
orzeloh, indeed. It tried to use vlan nevertheless23:17
*** josecastroleon has joined #openstack23:17
Sam-I-Amwell, there's internal (ovs) vlans and real vlans23:17
Sam-I-Amtwo different things23:17
Sam-I-Amovs will always use internal vlans, with its own numbering scheme23:17
*** jevo has joined #openstack23:17
orzel(btw, i also have the sof link : plugin.ini -> /etc/neutron/plugins/ml2/ml2_conf.ini )23:18
*** panda|Zz has quit IRC23:18
orzelSam-I-Am: ok... then.. why is this 4095 bad ?23:18
Sam-I-Ambecause it means ovs doesnt know how to map it23:18
*** panda|Zz has joined #openstack23:18
*** josecastroleon has quit IRC23:18
*** josecastroleon has joined #openstack23:20
*** jevo has quit IRC23:20
*** auromed has quit IRC23:21
*** shashankhegde has quit IRC23:21
Sam-I-Amwhy is root_helper in ml2_conf.ini?23:21
orzelsome remain of a previous config23:21
orzelcould hurt ?23:21
Sam-I-Amyes23:21
Sam-I-Amneeds to be in neutron.conf if anywhere23:21
*** josecastroleon has quit IRC23:21
Sam-I-Amdid you change the init script to ignore ovs_neutron_plugin.ini ?23:22
orzelremoved23:22
*** pixelbeat has joined #openstack23:22
*** josecastroleon has joined #openstack23:23
orzeler ... not sure about the init script. i'm on gentoo, and there's openrc init sripts (/etc/init.d/*)23:23
orzelusing ps i can see this :/usr/bin/python2.7 /usr/lib/python-exec/python2.7/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini --log-file /var/log/neutron/openvswitch-agent.log23:23
orzellooks bad, no ? there's ovs_neutron_plugin.ini23:24
*** ksobkowiak has quit IRC23:24
*** signed8b_ is now known as signed8bit_ZZZzz23:24
orzeli remember having read something about it23:24
orzelthey come from conf.d/neutron-openvswitch-agent:NEUTRON_CONFS=("/etc/neutron/neutron.conf" "/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini")23:24
*** josecastroleon has quit IRC23:25
Sam-I-Ami'd change the ovs_neutron_plugin.ini part to reference /etc/neutron/plugin.ini or /etc/neutron/plugins/ml2/ml2_conf.ini23:25
Sam-I-Amnone of the install guides cover gentoo23:25
*** karimb has quit IRC23:25
*** MarkBaker has joined #openstack23:25
orzelSam-I-Am: yes, unfortunately23:26
orzelthe gentoo project about it wouldn't "mind" me writing one :/23:26
*** josecastroleon has joined #openstack23:26
Sam-I-Amwell anyway, make that change23:27
Sam-I-Amlooks like it isnt reading your ml2_conf.ini file otherwise23:27
orzelok. It changes things a bit. I still have no ping on the router, still the arping errors. But the ovs stuff is different now23:28
*** jbell8 has quit IRC23:28
*** josecastroleon has quit IRC23:28
orzelhttp://pastebin.com/jt5UnANV23:28
orzellooks better23:28
orzelbut still lot of 409523:28
*** josecastroleon has joined #openstack23:29
*** mattgriffin has quit IRC23:30
Sam-I-Amprobably need to delete and rebuild those networks23:30
*** rbak has joined #openstack23:30
*** shashankhegde has joined #openstack23:30
*** penick has joined #openstack23:31
*** josecastroleon has quit IRC23:31
*** shakamunyi has quit IRC23:31
orzelSam-I-Am: easy23:31
*** jbell8 has joined #openstack23:31
*** jaosorior has quit IRC23:32
*** kam270 has joined #openstack23:32
*** josecastroleon has joined #openstack23:32
orzelSam-I-Am: done. Now the router pings !23:34
orzel(how excitint :-)23:34
orzelexciting23:34
*** josecastroleon has quit IRC23:34
Sam-I-Amyay23:34
orzelno more 4095 in ovs show23:35
*** josecastroleon has joined #openstack23:35
orzelnow trying to create instance23:35
orzelah, error with iptables-restore23:37
*** weezhard has joined #openstack23:37
orzeli know how to fix this23:37
*** dgurtner has quit IRC23:37
*** josecastroleon has quit IRC23:37
orzeli often have those. I changed the code to display the whole iptables file and i can try by hand. Usually it's some missing CONFIG_* in kernel. There's absolutely no documentation about the one required23:37
orzelmostly it's about "use a redhat kernel"23:38
orzel:)23:38
*** josecastroleon has joined #openstack23:38
*** jbell8 has quit IRC23:39
*** apmelton is now known as apmelton_away23:40
Sam-I-Amthe stock kernels on the supported distros work fine23:40
*** josecastroleon has quit IRC23:41
*** ajmiller has quit IRC23:41
orzelyeps23:41
*** josecastroleon has joined #openstack23:42
*** penick_ has joined #openstack23:42
*** penick has quit IRC23:42
*** penick_ is now known as penick23:42
*** josecastroleon has quit IRC23:44
*** salv-orlando has joined #openstack23:44
*** mazzy_ has quit IRC23:44
*** josecastroleon has joined #openstack23:45
*** josecastroleon has quit IRC23:47
*** slowe is now known as slowe[away]23:47
*** annegentle has joined #openstack23:47
*** annegentle has quit IRC23:47
*** josecastroleon has joined #openstack23:48
orzelOk, problem fixed. Now i got something harder http://pastebin.com/9zzRCU3d23:49
*** josecastroleon has quit IRC23:50
orzelSam-I-Am: maybe you can help. I'm not familiar with this 'ipset', but until recently, gentoo required a patch to vanilla kernel to have ipset23:50
orzelthough it seems this is not needed with recent kernels23:50
orzeli couldn't find more precise information (like is the stuff compatible or not with patch used by gentoo)23:50
Sam-I-Amyou could just disable ipset23:51
orzelanyway the ipset stuff seems something not stabilized yet23:51
Sam-I-Amseems like the gentoo kernel is stripped down?23:51
*** josecastroleon has joined #openstack23:51
orzeli use the vanilla kernel actually23:51
orzelunpatched23:51
orzelgentoo has a kernel on its own, patched, not sure about ipset23:51
*** salv-orlando has quit IRC23:51
*** rfolco has quit IRC23:52
orzelthere's no problem with disabling ipset ? will hurt perf ?23:52
orzeli had noticed the setting, it seemed important23:52
*** weezhard has quit IRC23:53
Sam-I-Amit'll hurt performance at some point23:53
*** josecastroleon has quit IRC23:53
*** chutwig has joined #openstack23:54
orzelok, i can postpone23:54
*** josecastroleon has joined #openstack23:54
orzel(but i write in down in my installation notes :)23:54
*** tkatarki has joined #openstack23:55
*** dangers is now known as dangers_away23:56
*** josecastroleon has quit IRC23:56
*** josecastroleon has joined #openstack23:57
*** Joufflu has joined #openstack23:58
*** josecastroleon has quit IRC23:59

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