| *** krtaylor has joined #openstack | 00:00 | |
| *** krtaylor has quit IRC | 00:00 | |
| *** a_le has quit IRC | 00:01 | |
| *** krtaylor has joined #openstack | 00:01 | |
| *** krtaylor has quit IRC | 00:01 | |
| *** crandquist has joined #openstack | 00:01 | |
| *** a_le has joined #openstack | 00:01 | |
| *** krtaylor has joined #openstack | 00:01 | |
| *** krtaylor has quit IRC | 00:01 | |
| *** krtaylor has joined #openstack | 00:02 | |
| *** krtaylor has quit IRC | 00:02 | |
| *** zzelle__ has quit IRC | 00:03 | |
| *** krtaylor has joined #openstack | 00:03 | |
| *** mattgriffin has quit IRC | 00:04 | |
| *** aldavud has quit IRC | 00:04 | |
| *** pmathews has joined #openstack | 00:06 | |
| *** ytw_ has quit IRC | 00:06 | |
| *** mikeoutland has quit IRC | 00:06 | |
| *** gyee has quit IRC | 00:07 | |
| *** yamamoto has joined #openstack | 00:08 | |
| *** dizquierdo has quit IRC | 00:09 | |
| geusebio | when i do glance image-list everything is fine. if I do nova image-list I get 'ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-f9a4477d-a7a0-471a-9328-0200d75daf2e)' My nova.conf is here: https://gist.github.com/matthewbaggett/5fad9c4a486f10dd4c95 | 00:09 |
|---|---|---|
| geusebio | I'm just not winning tonight. | 00:09 |
| *** tomoe_ has joined #openstack | 00:10 | |
| *** Zack_Deee has joined #openstack | 00:10 | |
| *** Trozz has quit IRC | 00:11 | |
| *** yamamoto has quit IRC | 00:13 | |
| *** tsekiyama has quit IRC | 00:13 | |
| *** sarob has joined #openstack | 00:14 | |
| *** vermarah_ has quit IRC | 00:14 | |
| *** vermarah has quit IRC | 00:14 | |
| *** pballand has quit IRC | 00:14 | |
| *** popw1 has joined #openstack | 00:15 | |
| *** vern1 has quit IRC | 00:15 | |
| *** popw has quit IRC | 00:15 | |
| xmltok | is anyone using FC with nova? really interested in if live migration works | 00:17 |
| *** scientist1642 has left #openstack | 00:20 | |
| *** annashen_ has quit IRC | 00:20 | |
| *** tomoe_ has quit IRC | 00:20 | |
| *** tomoe_ has joined #openstack | 00:21 | |
| *** pballand has joined #openstack | 00:21 | |
| *** ranger81 has quit IRC | 00:21 | |
| *** ArcTanSusan has quit IRC | 00:23 | |
| *** kenperkins has joined #openstack | 00:24 | |
| *** ArcTanSusan has joined #openstack | 00:24 | |
| *** a_le has quit IRC | 00:24 | |
| *** krtaylor has quit IRC | 00:25 | |
| *** a_le has joined #openstack | 00:25 | |
| *** tmclaugh[work] has quit IRC | 00:27 | |
| *** sarob has quit IRC | 00:27 | |
| *** pixelb has quit IRC | 00:27 | |
| *** pballand has quit IRC | 00:27 | |
| *** sarob has joined #openstack | 00:27 | |
| *** faizan has quit IRC | 00:29 | |
| *** ricardorocha has joined #openstack | 00:29 | |
| *** mdomsch has joined #openstack | 00:30 | |
| *** m01 has quit IRC | 00:31 | |
| *** darshan104 has quit IRC | 00:31 | |
| *** yamamoto has joined #openstack | 00:31 | |
| *** m01 has joined #openstack | 00:31 | |
| *** sarob has quit IRC | 00:32 | |
| *** kevinconway has quit IRC | 00:33 | |
| *** rossk has quit IRC | 00:33 | |
| skyler | geusebio: I am stuck at the same place and have been for about an hour and a half, but I am getting error 401 instead (needs authentication). You could have an issue with your database. I would suggest running the su -c nova-manage..... command again. | 00:34 |
| *** arielb has joined #openstack | 00:35 | |
| *** foexle has quit IRC | 00:35 | |
| *** andreaturli has quit IRC | 00:35 | |
| *** noslzzp has joined #openstack | 00:36 | |
| geusebio | skyler: still no dice | 00:36 |
| *** jalberts has quit IRC | 00:36 | |
| *** ricardorocha has quit IRC | 00:37 | |
| skyler | geusebio: Check your log files for errors that happen when you try the command. | 00:37 |
| geusebio | https://gist.github.com/matthewbaggett/cda4a8e3eb13383970d2 Tadah | 00:38 |
| *** jprovazn has quit IRC | 00:39 | |
| *** aldavud has joined #openstack | 00:41 | |
| skyler | geusebio: tbh, I don't really have any clue what would cause that. At least you have something to investigate though. Could it be a firewall issue? | 00:41 |
| geusebio | No firewall, this is local->local | 00:41 |
| geusebio | its on the same machine | 00:41 |
| geusebio | and glance works fine | 00:41 |
| *** otter768 has joined #openstack | 00:42 | |
| fzylogic | glance via the command-line doesn’t work in quite the same way as it does when nova talks to it (nova doesn’t use the service catalog) | 00:43 |
| fzylogic | see if glance_api_servers in nova.conf matches your service catalog | 00:43 |
| fzylogic | sounds like nova might be pointing to a different IP | 00:44 |
| *** ricardorocha has joined #openstack | 00:46 | |
| *** eguz has quit IRC | 00:46 | |
| *** kevinc_ has joined #openstack | 00:47 | |
| geusebio | fzylogic: I dont have a glance_api_servers | 00:47 |
| *** jroll is now known as brickednick | 00:47 | |
| geusebio | fzylogic: my config is here: https://gist.github.com/matthewbaggett/5fad9c4a486f10dd4c95 | 00:47 |
| *** Penick has quit IRC | 00:48 | |
| *** brickednick is now known as jroll | 00:48 | |
| *** melwitt has quit IRC | 00:48 | |
| *** bdpayne has quit IRC | 00:48 | |
| *** occup4nt has joined #openstack | 00:49 | |
| *** Hell_Fire has joined #openstack | 00:49 | |
| *** aldavud has quit IRC | 00:50 | |
| *** Hell_Fire_ has quit IRC | 00:50 | |
| *** leeantho has quit IRC | 00:50 | |
| *** aldavud has joined #openstack | 00:51 | |
| *** harmw has quit IRC | 00:51 | |
| *** a_le has quit IRC | 00:51 | |
| *** occupant has quit IRC | 00:51 | |
| *** _cjones_ has quit IRC | 00:52 | |
| *** _cjones_ has joined #openstack | 00:52 | |
| *** a_le has joined #openstack | 00:53 | |
| *** cjellick_ has joined #openstack | 00:53 | |
| *** dschultz has joined #openstack | 00:53 | |
| *** fzylogic has quit IRC | 00:54 | |
| *** gildub has joined #openstack | 00:54 | |
| *** rfolco_ has joined #openstack | 00:54 | |
| *** Hell_Fire has quit IRC | 00:54 | |
| *** cjellick has quit IRC | 00:54 | |
| *** Hell_Fire has joined #openstack | 00:54 | |
| *** chengwei has joined #openstack | 00:55 | |
| *** rfolco has quit IRC | 00:55 | |
| *** enarciso has quit IRC | 00:55 | |
| *** kevinc_ has quit IRC | 00:56 | |
| *** blentz has quit IRC | 00:57 | |
| *** _cjones_ has quit IRC | 00:57 | |
| *** Sri_Designer has joined #openstack | 00:57 | |
| *** mgiampapa has quit IRC | 00:58 | |
| *** blentz has joined #openstack | 00:59 | |
| *** jkienitz has quit IRC | 00:59 | |
| *** promulo has quit IRC | 00:59 | |
| *** exciter0 has quit IRC | 00:59 | |
| *** blackboxsw has quit IRC | 01:00 | |
| *** keith_newstadt has quit IRC | 01:01 | |
| *** keith_newstadt has joined #openstack | 01:01 | |
| *** Sir_Designer has quit IRC | 01:01 | |
| *** trey_h has joined #openstack | 01:01 | |
| *** yamamoto has quit IRC | 01:02 | |
| *** lblanchard has quit IRC | 01:04 | |
| *** shwang has joined #openstack | 01:05 | |
| *** mberlin1 has quit IRC | 01:05 | |
| *** mberlin has joined #openstack | 01:05 | |
| *** morazi has quit IRC | 01:06 | |
| *** yamamoto has joined #openstack | 01:06 | |
| *** baoli has quit IRC | 01:07 | |
| *** vfiduccia has quit IRC | 01:09 | |
| *** gildub has quit IRC | 01:10 | |
| *** otter768 has quit IRC | 01:10 | |
| *** dschultz has quit IRC | 01:10 | |
| *** dschultz has joined #openstack | 01:11 | |
| *** jaosorior has quit IRC | 01:12 | |
| *** tomaw has joined #openstack | 01:12 | |
| *** danfinch has joined #openstack | 01:13 | |
| *** yamamoto has quit IRC | 01:14 | |
| *** gildub has joined #openstack | 01:14 | |
| *** keshav has quit IRC | 01:14 | |
| *** nati_ueno has quit IRC | 01:15 | |
| *** blackboxsw has joined #openstack | 01:15 | |
| *** gigawhat has joined #openstack | 01:16 | |
| *** nati_ueno has joined #openstack | 01:16 | |
| *** mattgriffin has joined #openstack | 01:17 | |
| *** aldavud has quit IRC | 01:18 | |
| *** promulo has joined #openstack | 01:18 | |
| *** flwang_ has joined #openstack | 01:19 | |
| *** aldavud has joined #openstack | 01:19 | |
| *** m01 has quit IRC | 01:20 | |
| *** m01_ has joined #openstack | 01:20 | |
| *** shwang has quit IRC | 01:21 | |
| *** MilesDenver has quit IRC | 01:21 | |
| *** nati_ueno has quit IRC | 01:21 | |
| *** mgiles has quit IRC | 01:22 | |
| *** nati_ueno has joined #openstack | 01:22 | |
| *** flwang_ has quit IRC | 01:23 | |
| *** vt102 has quit IRC | 01:25 | |
| *** yamahata has quit IRC | 01:25 | |
| *** fnaval has joined #openstack | 01:25 | |
| *** jareddlc has quit IRC | 01:27 | |
| *** tomaw has quit IRC | 01:27 | |
| *** JesperA has quit IRC | 01:27 | |
| *** fredk has quit IRC | 01:27 | |
| *** tan has quit IRC | 01:27 | |
| *** crashmag has quit IRC | 01:27 | |
| *** Apsu has quit IRC | 01:27 | |
| *** Clabbe has quit IRC | 01:27 | |
| *** defect has quit IRC | 01:27 | |
| *** al has quit IRC | 01:27 | |
| *** mikal has quit IRC | 01:27 | |
| *** esheffie1d has quit IRC | 01:27 | |
| *** jyrkip has quit IRC | 01:27 | |
| *** akscram has quit IRC | 01:27 | |
| *** myp has quit IRC | 01:27 | |
| *** gpocentek has quit IRC | 01:27 | |
| *** grrrrr has quit IRC | 01:27 | |
| *** pdm has quit IRC | 01:27 | |
| *** imperfect- has quit IRC | 01:27 | |
| *** LanceHaig has quit IRC | 01:27 | |
| *** jkt has quit IRC | 01:27 | |
| *** Whoop has quit IRC | 01:27 | |
| *** dieterdemeyer has quit IRC | 01:27 | |
| *** a_le has quit IRC | 01:27 | |
| *** arielb has quit IRC | 01:27 | |
| *** popw1 has quit IRC | 01:27 | |
| *** Zack_Deee has quit IRC | 01:27 | |
| *** lanfear2667 has quit IRC | 01:27 | |
| *** OutBackDingo_ has quit IRC | 01:27 | |
| *** hacosta_ has quit IRC | 01:27 | |
| *** SergeyLukjanov has quit IRC | 01:27 | |
| *** arun has quit IRC | 01:27 | |
| *** Ile has quit IRC | 01:27 | |
| *** cristov has quit IRC | 01:27 | |
| *** Sauvin has quit IRC | 01:27 | |
| *** comay_ has quit IRC | 01:27 | |
| *** danielbruno has quit IRC | 01:27 | |
| *** Ruetobas has quit IRC | 01:27 | |
| *** jgriffith has quit IRC | 01:27 | |
| *** kaktus has quit IRC | 01:27 | |
| *** sergmelikyan has quit IRC | 01:27 | |
| *** yacks has quit IRC | 01:27 | |
| *** fivethre1o has quit IRC | 01:27 | |
| *** QuantumTunnel has quit IRC | 01:27 | |
| *** jabze_6738 has quit IRC | 01:27 | |
| *** zigo has quit IRC | 01:27 | |
| *** twiceaday has quit IRC | 01:27 | |
| *** bbart has quit IRC | 01:27 | |
| *** nati_ueno has quit IRC | 01:27 | |
| *** trey_h has quit IRC | 01:27 | |
| *** cjellick_ has quit IRC | 01:27 | |
| *** ArxCruz has quit IRC | 01:27 | |
| *** pleia2 has quit IRC | 01:27 | |
| *** ashepelev has quit IRC | 01:27 | |
| *** mieleton has quit IRC | 01:27 | |
| *** masayukig has quit IRC | 01:27 | |
| *** mmitchell_ has quit IRC | 01:27 | |
| *** mux has quit IRC | 01:27 | |
| *** msgodf has quit IRC | 01:27 | |
| *** blamar has quit IRC | 01:27 | |
| *** spandhe has quit IRC | 01:27 | |
| *** vkmc has quit IRC | 01:27 | |
| *** puzzled has quit IRC | 01:27 | |
| *** mattymo has quit IRC | 01:27 | |
| *** irated has quit IRC | 01:27 | |
| *** fc__ has quit IRC | 01:27 | |
| *** m3_del has quit IRC | 01:27 | |
| *** StefanWB has quit IRC | 01:27 | |
| *** meve has quit IRC | 01:27 | |
| *** aldavud has quit IRC | 01:27 | |
| *** blackboxsw has quit IRC | 01:27 | |
| *** gildub has quit IRC | 01:27 | |
| *** crandquist has quit IRC | 01:27 | |
| *** michaelneale has quit IRC | 01:27 | |
| *** rwsu has quit IRC | 01:27 | |
| *** jseutter has quit IRC | 01:27 | |
| *** nrs_ has quit IRC | 01:27 | |
| *** psedlak has quit IRC | 01:27 | |
| *** Guest75179 has quit IRC | 01:27 | |
| *** sanek has quit IRC | 01:27 | |
| *** panda has quit IRC | 01:27 | |
| *** asselin has quit IRC | 01:27 | |
| *** wayneeseguin has quit IRC | 01:27 | |
| *** Er00 has quit IRC | 01:27 | |
| *** Shmouel`away has quit IRC | 01:27 | |
| *** wramthun has quit IRC | 01:27 | |
| *** accela-dev has quit IRC | 01:27 | |
| *** purpleidea has quit IRC | 01:27 | |
| *** raorn has quit IRC | 01:27 | |
| *** damadhatter has quit IRC | 01:27 | |
| *** mancdaz has quit IRC | 01:27 | |
| *** zz_johnthetubagu has quit IRC | 01:27 | |
| *** zxq9 has quit IRC | 01:27 | |
| *** erkules has quit IRC | 01:27 | |
| *** rhagarty has quit IRC | 01:27 | |
| *** thumpba has quit IRC | 01:27 | |
| *** AlexFrolov has quit IRC | 01:27 | |
| *** acidfu has quit IRC | 01:27 | |
| *** _ale_ has quit IRC | 01:27 | |
| *** pradipta_away has quit IRC | 01:27 | |
| *** abramley has quit IRC | 01:27 | |
| *** UForgotten has quit IRC | 01:27 | |
| *** mischief has quit IRC | 01:27 | |
| *** agy has quit IRC | 01:27 | |
| *** telemonster has quit IRC | 01:27 | |
| *** uvirtbot has quit IRC | 01:27 | |
| *** bitnine has quit IRC | 01:27 | |
| *** robotwitharose__ has quit IRC | 01:27 | |
| *** goodwill has quit IRC | 01:27 | |
| *** adarazs_ has quit IRC | 01:27 | |
| *** swat30 has quit IRC | 01:27 | |
| *** Lehtu has quit IRC | 01:27 | |
| *** jamespd has quit IRC | 01:27 | |
| *** yggdrasil has quit IRC | 01:27 | |
| *** davidlenwell has quit IRC | 01:27 | |
| *** lintan__ has quit IRC | 01:27 | |
| *** jgravel has quit IRC | 01:27 | |
| *** _shaps_ has quit IRC | 01:27 | |
| *** freeflying has quit IRC | 01:27 | |
| *** cihhan has quit IRC | 01:27 | |
| *** BLZbubba has quit IRC | 01:27 | |
| *** zeddii has quit IRC | 01:27 | |
| *** benonsoftware has quit IRC | 01:27 | |
| *** lyang0 has quit IRC | 01:27 | |
| *** pingveno has quit IRC | 01:27 | |
| *** sandywalsh has quit IRC | 01:27 | |
| *** mberlin has quit IRC | 01:27 | |
| *** rfolco_ has quit IRC | 01:27 | |
| *** noslzzp has quit IRC | 01:27 | |
| *** tomoe_ has quit IRC | 01:27 | |
| *** moted has quit IRC | 01:27 | |
| *** zoja has quit IRC | 01:27 | |
| *** shanlar has quit IRC | 01:27 | |
| *** alekibango has quit IRC | 01:27 | |
| *** grantbow has quit IRC | 01:27 | |
| *** dhubbard has quit IRC | 01:27 | |
| *** danieru has quit IRC | 01:27 | |
| *** dims_ has quit IRC | 01:27 | |
| *** jsullivandigs has quit IRC | 01:27 | |
| *** crhylove has quit IRC | 01:27 | |
| *** elo has quit IRC | 01:27 | |
| *** jfran__ has quit IRC | 01:27 | |
| *** anonitus has quit IRC | 01:27 | |
| *** Dominic_ has quit IRC | 01:27 | |
| *** aviau has quit IRC | 01:27 | |
| *** RDurrani has quit IRC | 01:27 | |
| *** clopez has quit IRC | 01:27 | |
| *** brutal_lobster has quit IRC | 01:27 | |
| *** cody-somerville has quit IRC | 01:27 | |
| *** Qten has quit IRC | 01:27 | |
| *** ravikumar_hp has quit IRC | 01:27 | |
| *** Tross has quit IRC | 01:27 | |
| *** saintx has quit IRC | 01:27 | |
| *** abhirc_ has quit IRC | 01:27 | |
| *** gleam has quit IRC | 01:27 | |
| *** r0e has quit IRC | 01:27 | |
| *** vsential has quit IRC | 01:27 | |
| *** rmk has quit IRC | 01:27 | |
| *** Guest53419 has quit IRC | 01:27 | |
| *** mbeierl has quit IRC | 01:27 | |
| *** rektide has quit IRC | 01:27 | |
| *** rosmaita has quit IRC | 01:27 | |
| *** xtaylor has quit IRC | 01:27 | |
| *** wcomartin has quit IRC | 01:27 | |
| *** comptona has quit IRC | 01:27 | |
| *** drbrule-away has quit IRC | 01:27 | |
| *** afaranha has quit IRC | 01:27 | |
| *** dangers_away has quit IRC | 01:27 | |
| *** ajo has quit IRC | 01:27 | |
| *** hemna_ has quit IRC | 01:27 | |
| *** datajerk has quit IRC | 01:27 | |
| *** bcrochet has quit IRC | 01:27 | |
| *** jcarter has quit IRC | 01:27 | |
| *** atrius` has quit IRC | 01:27 | |
| *** huats has quit IRC | 01:27 | |
| *** Free_maN has quit IRC | 01:27 | |
| *** xgsa has quit IRC | 01:27 | |
| *** lbrower has quit IRC | 01:27 | |
| *** dachary has quit IRC | 01:27 | |
| *** timthowtdi has quit IRC | 01:27 | |
| *** annegentle has quit IRC | 01:27 | |
| *** glenc has quit IRC | 01:27 | |
| *** leifz has quit IRC | 01:27 | |
| *** blentz has quit IRC | 01:27 | |
| *** chengwei has quit IRC | 01:27 | |
| *** occup4nt has quit IRC | 01:27 | |
| *** jp_at_hp1 has quit IRC | 01:27 | |
| *** kossy has quit IRC | 01:27 | |
| *** dave_tucker has quit IRC | 01:27 | |
| *** klamath has quit IRC | 01:27 | |
| *** badon has quit IRC | 01:27 | |
| *** ufven has quit IRC | 01:27 | |
| *** TREllis has quit IRC | 01:27 | |
| *** sbadia has quit IRC | 01:27 | |
| *** kvanals has quit IRC | 01:27 | |
| *** trash has quit IRC | 01:27 | |
| *** atpa8a has quit IRC | 01:27 | |
| *** evanz has quit IRC | 01:27 | |
| *** key__ has quit IRC | 01:27 | |
| *** diegows has quit IRC | 01:27 | |
| *** geusebio has quit IRC | 01:27 | |
| *** namtzigla has quit IRC | 01:27 | |
| *** negronjl has quit IRC | 01:27 | |
| *** yocum has quit IRC | 01:27 | |
| *** daed has quit IRC | 01:27 | |
| *** iscsi has quit IRC | 01:27 | |
| *** martines_ has quit IRC | 01:27 | |
| *** Miciah has quit IRC | 01:27 | |
| *** smyers has quit IRC | 01:27 | |
| *** fallenbeck has quit IRC | 01:27 | |
| *** rohara has quit IRC | 01:27 | |
| *** emid has quit IRC | 01:27 | |
| *** lionel has quit IRC | 01:27 | |
| *** kordex has quit IRC | 01:27 | |
| *** Zuru has quit IRC | 01:27 | |
| *** pczesno has quit IRC | 01:27 | |
| *** LarsN has quit IRC | 01:27 | |
| *** sdague has quit IRC | 01:27 | |
| *** d10n_ has quit IRC | 01:27 | |
| *** saltsa has quit IRC | 01:27 | |
| *** rocambol1 has quit IRC | 01:27 | |
| *** zunkree has quit IRC | 01:27 | |
| *** ninkotech has quit IRC | 01:27 | |
| *** gil has quit IRC | 01:27 | |
| *** Precea has quit IRC | 01:27 | |
| *** edhall has quit IRC | 01:27 | |
| *** Freekie has quit IRC | 01:27 | |
| *** maurosr has quit IRC | 01:27 | |
| *** _cerberus_ has quit IRC | 01:27 | |
| *** dcmorton has quit IRC | 01:27 | |
| *** cgray has quit IRC | 01:27 | |
| *** basic` has quit IRC | 01:27 | |
| *** jayne has quit IRC | 01:27 | |
| *** cgoncalves has quit IRC | 01:27 | |
| *** hdd has quit IRC | 01:27 | |
| *** torment has quit IRC | 01:27 | |
| *** Levex has quit IRC | 01:27 | |
| *** WormMan has quit IRC | 01:27 | |
| *** anderstj has quit IRC | 01:27 | |
| *** destrudo has quit IRC | 01:27 | |
| *** proffalken has quit IRC | 01:27 | |
| *** sc68cal has quit IRC | 01:27 | |
| *** alpha_ori has quit IRC | 01:27 | |
| *** Gnubie_ has quit IRC | 01:27 | |
| *** erik_x1 has quit IRC | 01:27 | |
| *** larsks has quit IRC | 01:27 | |
| *** trevorjay has quit IRC | 01:27 | |
| *** j^2 has quit IRC | 01:27 | |
| *** pirho has quit IRC | 01:27 | |
| *** Roa_ has quit IRC | 01:27 | |
| *** jeblair has quit IRC | 01:27 | |
| *** benner has quit IRC | 01:27 | |
| *** Bomfunk has quit IRC | 01:27 | |
| *** Akimoto has quit IRC | 01:27 | |
| *** rha has quit IRC | 01:27 | |
| *** puck has quit IRC | 01:27 | |
| *** jcook has quit IRC | 01:27 | |
| *** LetoH_ has quit IRC | 01:27 | |
| *** kbsingh has quit IRC | 01:27 | |
| *** coreping has quit IRC | 01:27 | |
| *** ponyofdeath has quit IRC | 01:27 | |
| *** sifusam has quit IRC | 01:27 | |
| *** sverrest has quit IRC | 01:27 | |
| *** ByteSore has quit IRC | 01:27 | |
| *** kvad32 has quit IRC | 01:27 | |
| *** terribleplan has quit IRC | 01:27 | |
| *** Madasi has quit IRC | 01:27 | |
| *** niedbalski has quit IRC | 01:27 | |
| *** malikeye has quit IRC | 01:27 | |
| *** dk has quit IRC | 01:27 | |
| *** portante has quit IRC | 01:27 | |
| *** kambiz has quit IRC | 01:27 | |
| *** frakt has quit IRC | 01:27 | |
| *** briancline has quit IRC | 01:27 | |
| *** ArcTanSusan has quit IRC | 01:27 | |
| *** sbanka has quit IRC | 01:27 | |
| *** thansen has quit IRC | 01:27 | |
| *** gohko_cui3 has quit IRC | 01:27 | |
| *** itarchitectkev has quit IRC | 01:27 | |
| *** ZZelle_ has quit IRC | 01:27 | |
| *** emk has quit IRC | 01:27 | |
| *** chuckC has quit IRC | 01:27 | |
| *** mixomathoze has quit IRC | 01:27 | |
| *** systadmni has quit IRC | 01:27 | |
| *** ashka has quit IRC | 01:27 | |
| *** lastmikoi has quit IRC | 01:27 | |
| *** Qu4tre has quit IRC | 01:27 | |
| *** zerick has quit IRC | 01:27 | |
| *** marcelodieder has quit IRC | 01:27 | |
| *** balacafalata has quit IRC | 01:27 | |
| *** sgordon has quit IRC | 01:27 | |
| *** torandu has quit IRC | 01:27 | |
| *** shadower has quit IRC | 01:27 | |
| *** koaps has quit IRC | 01:27 | |
| *** nelsnelson has quit IRC | 01:27 | |
| *** Chris_Gibbs_Aus has quit IRC | 01:27 | |
| *** zynzel has quit IRC | 01:27 | |
| *** gaelL has quit IRC | 01:27 | |
| *** rj has quit IRC | 01:27 | |
| *** fhond has quit IRC | 01:27 | |
| *** stein_o has quit IRC | 01:27 | |
| *** apow has quit IRC | 01:27 | |
| *** bladernr_ has quit IRC | 01:27 | |
| *** csd has quit IRC | 01:27 | |
| *** dbrandon has quit IRC | 01:27 | |
| *** soleblaze has quit IRC | 01:27 | |
| *** boltR has quit IRC | 01:27 | |
| *** anteaya has quit IRC | 01:27 | |
| *** CripperZ- has quit IRC | 01:27 | |
| *** makije has quit IRC | 01:27 | |
| *** JoeJulian has quit IRC | 01:27 | |
| *** jpic has quit IRC | 01:27 | |
| *** glzhao_ has quit IRC | 01:27 | |
| *** nick- has quit IRC | 01:27 | |
| *** Charles_JUDITH has quit IRC | 01:27 | |
| *** d_w has quit IRC | 01:27 | |
| *** zul has quit IRC | 01:27 | |
| *** cburgess has quit IRC | 01:27 | |
| *** DuncanT- has quit IRC | 01:27 | |
| *** wickedpuppy has quit IRC | 01:27 | |
| *** Xurong has quit IRC | 01:27 | |
| *** cvbock has quit IRC | 01:27 | |
| *** yamahata__ has quit IRC | 01:27 | |
| *** tomaso has quit IRC | 01:27 | |
| *** m01_ has quit IRC | 01:27 | |
| *** promulo has quit IRC | 01:27 | |
| *** mattgriffin has quit IRC | 01:27 | |
| *** gigawhat has quit IRC | 01:27 | |
| *** keith_newstadt has quit IRC | 01:27 | |
| *** tteggel has quit IRC | 01:27 | |
| *** Superdawg has quit IRC | 01:27 | |
| *** ujjain has quit IRC | 01:27 | |
| *** AbyssOne has quit IRC | 01:27 | |
| *** snelly has quit IRC | 01:27 | |
| *** jidar has quit IRC | 01:27 | |
| *** aloga has quit IRC | 01:27 | |
| *** Ursinha has quit IRC | 01:27 | |
| *** albanc has quit IRC | 01:27 | |
| *** kmartin has quit IRC | 01:27 | |
| *** arnaud has quit IRC | 01:27 | |
| *** mutex has quit IRC | 01:27 | |
| *** nacer has quit IRC | 01:27 | |
| *** killer_prince has quit IRC | 01:27 | |
| *** gsamfira has quit IRC | 01:27 | |
| *** rmartinelli has quit IRC | 01:27 | |
| *** coredumb has quit IRC | 01:27 | |
| *** Darkalia has quit IRC | 01:27 | |
| *** Lexis has quit IRC | 01:27 | |
| *** vendemiat has quit IRC | 01:27 | |
| *** epopt37 has quit IRC | 01:27 | |
| *** scottso has quit IRC | 01:27 | |
| *** cobakobodob has quit IRC | 01:27 | |
| *** ShaunR has quit IRC | 01:27 | |
| *** k_stev has quit IRC | 01:27 | |
| *** rturk|afk has quit IRC | 01:27 | |
| *** gary-smith has quit IRC | 01:27 | |
| *** ircuser-1 has quit IRC | 01:27 | |
| *** derekr has quit IRC | 01:27 | |
| *** dvorak has quit IRC | 01:27 | |
| *** keekz has quit IRC | 01:27 | |
| *** CaptNemo has quit IRC | 01:27 | |
| *** bafbomb has quit IRC | 01:27 | |
| *** xrsa has quit IRC | 01:27 | |
| *** geurt_ has quit IRC | 01:27 | |
| *** Pavlov has quit IRC | 01:27 | |
| *** phiwo has quit IRC | 01:27 | |
| *** evanjfraser has quit IRC | 01:27 | |
| *** zymurgy has quit IRC | 01:27 | |
| *** lazyshot has quit IRC | 01:27 | |
| *** lrr has quit IRC | 01:27 | |
| *** ondergetekende_ has quit IRC | 01:27 | |
| *** tanee2 has quit IRC | 01:27 | |
| *** maxxware_ has quit IRC | 01:27 | |
| *** tms_ has quit IRC | 01:27 | |
| *** ric`_ has quit IRC | 01:27 | |
| *** fale has quit IRC | 01:27 | |
| *** changbl has quit IRC | 01:27 | |
| *** ruagair has quit IRC | 01:27 | |
| *** m1crofarmer has quit IRC | 01:27 | |
| *** ruo91^ has quit IRC | 01:27 | |
| *** infotection has quit IRC | 01:27 | |
| *** mtl1 has quit IRC | 01:27 | |
| *** ush has quit IRC | 01:27 | |
| *** Neptu has quit IRC | 01:27 | |
| *** joearnold has quit IRC | 01:27 | |
| *** mwoodson has quit IRC | 01:27 | |
| *** ToaNii has quit IRC | 01:27 | |
| *** sep has quit IRC | 01:27 | |
| *** jdag has quit IRC | 01:27 | |
| *** bauruine has quit IRC | 01:27 | |
| *** philhug_ has quit IRC | 01:27 | |
| *** Shaan7 has quit IRC | 01:27 | |
| *** ampex_ has quit IRC | 01:27 | |
| *** shadyabhi has quit IRC | 01:27 | |
| *** jimbaker has quit IRC | 01:27 | |
| *** gcha has quit IRC | 01:27 | |
| *** mitz_ has quit IRC | 01:27 | |
| *** frobware has quit IRC | 01:27 | |
| *** bradm has quit IRC | 01:27 | |
| *** puffrfish has quit IRC | 01:27 | |
| *** russix_ has quit IRC | 01:27 | |
| *** jamzed has quit IRC | 01:27 | |
| *** thingee has quit IRC | 01:27 | |
| *** ersi has quit IRC | 01:27 | |
| *** icy_ground has quit IRC | 01:27 | |
| *** rdo has quit IRC | 01:27 | |
| *** mAniAk-_- has quit IRC | 01:27 | |
| *** Deltachaos has quit IRC | 01:27 | |
| *** madorn has quit IRC | 01:27 | |
| *** zz_LoRdToLsToI has quit IRC | 01:27 | |
| *** smeaaagle has quit IRC | 01:27 | |
| *** peterstac has quit IRC | 01:27 | |
| *** zhiyan_ has quit IRC | 01:27 | |
| *** ciypro|afk has quit IRC | 01:27 | |
| *** lubyou has quit IRC | 01:27 | |
| *** fnaval has quit IRC | 01:27 | |
| *** pmathews has quit IRC | 01:27 | |
| *** JRobinson__ has quit IRC | 01:27 | |
| *** eharney has quit IRC | 01:27 | |
| *** kellyp has quit IRC | 01:27 | |
| *** sgordon` has quit IRC | 01:27 | |
| *** harlowja has quit IRC | 01:27 | |
| *** anticw has quit IRC | 01:27 | |
| *** JStoker has quit IRC | 01:27 | |
| *** md_5 has quit IRC | 01:27 | |
| *** fuz1on has quit IRC | 01:27 | |
| *** Arminder has quit IRC | 01:27 | |
| *** tkeith has quit IRC | 01:27 | |
| *** dsneddon has quit IRC | 01:27 | |
| *** rbowen has quit IRC | 01:27 | |
| *** taihen has quit IRC | 01:27 | |
| *** tombee has quit IRC | 01:27 | |
| *** sergeysh has quit IRC | 01:27 | |
| *** jkyle has quit IRC | 01:27 | |
| *** snowboardr04|afk has quit IRC | 01:27 | |
| *** s3an2 has quit IRC | 01:27 | |
| *** OutBackDingo has quit IRC | 01:27 | |
| *** mtreinish has quit IRC | 01:27 | |
| *** mrsnivvel has quit IRC | 01:27 | |
| *** ninkotech__ has quit IRC | 01:27 | |
| *** acrocity has quit IRC | 01:27 | |
| *** jklare has quit IRC | 01:27 | |
| *** vladan has quit IRC | 01:27 | |
| *** kierrr has quit IRC | 01:27 | |
| *** lool has quit IRC | 01:27 | |
| *** peter123 has quit IRC | 01:27 | |
| *** seikath has quit IRC | 01:27 | |
| *** AnilV4 has quit IRC | 01:27 | |
| *** gilliard_ has quit IRC | 01:27 | |
| *** jokke_ has quit IRC | 01:27 | |
| *** Anticime1 has quit IRC | 01:27 | |
| *** scuttlemonkey has quit IRC | 01:27 | |
| *** neoXsys has quit IRC | 01:27 | |
| *** atrius has quit IRC | 01:27 | |
| *** lsamoila has quit IRC | 01:27 | |
| *** mfisch has quit IRC | 01:27 | |
| *** Corey has quit IRC | 01:27 | |
| *** xavpaice_ has quit IRC | 01:27 | |
| *** dgrig_ has quit IRC | 01:27 | |
| *** baffle_ has quit IRC | 01:27 | |
| *** mariusv has quit IRC | 01:27 | |
| *** jhesketh has quit IRC | 01:27 | |
| *** Vek has quit IRC | 01:27 | |
| *** ekarlso has quit IRC | 01:27 | |
| *** Domin has quit IRC | 01:27 | |
| *** charz has quit IRC | 01:27 | |
| *** piokie has quit IRC | 01:27 | |
| *** krphop has quit IRC | 01:27 | |
| *** gmurphy has quit IRC | 01:27 | |
| *** muhanpong has quit IRC | 01:27 | |
| *** avd has quit IRC | 01:27 | |
| *** jeremydei has quit IRC | 01:27 | |
| *** zviratko has quit IRC | 01:27 | |
| *** cfarquha1 has quit IRC | 01:27 | |
| *** fsaad has quit IRC | 01:27 | |
| *** B_Smith has quit IRC | 01:27 | |
| *** hazmat has quit IRC | 01:27 | |
| *** MattAitchison has quit IRC | 01:27 | |
| *** morganfainberg_Z has quit IRC | 01:27 | |
| *** matiu has quit IRC | 01:27 | |
| *** paul-- has quit IRC | 01:27 | |
| *** NightKhaos has quit IRC | 01:27 | |
| *** thewafflecaust has quit IRC | 01:27 | |
| *** minecoins has quit IRC | 01:27 | |
| *** dec has quit IRC | 01:27 | |
| *** dschultz has quit IRC | 01:27 | |
| *** Hell_Fire has quit IRC | 01:27 | |
| *** mdomsch has quit IRC | 01:27 | |
| *** jthorne has quit IRC | 01:27 | |
| *** bandigirl has quit IRC | 01:27 | |
| *** reed has quit IRC | 01:27 | |
| *** lykinsbd has quit IRC | 01:27 | |
| *** dmitryme has quit IRC | 01:27 | |
| *** TheCops has quit IRC | 01:27 | |
| *** martin has quit IRC | 01:27 | |
| *** jdurgin has quit IRC | 01:27 | |
| *** dtrainor has quit IRC | 01:27 | |
| *** angdraug has quit IRC | 01:27 | |
| *** whenry has quit IRC | 01:27 | |
| *** darkxploit has quit IRC | 01:27 | |
| *** aeperezt has quit IRC | 01:27 | |
| *** x1b2j has quit IRC | 01:27 | |
| *** dll- has quit IRC | 01:27 | |
| *** madjar has quit IRC | 01:27 | |
| *** cpjones44_ has quit IRC | 01:27 | |
| *** markvoelker has quit IRC | 01:27 | |
| *** daniel3 has quit IRC | 01:27 | |
| *** coredump has quit IRC | 01:27 | |
| *** rodrigods has quit IRC | 01:27 | |
| *** Qlawy has quit IRC | 01:27 | |
| *** hugokuo has quit IRC | 01:27 | |
| *** antonym has quit IRC | 01:27 | |
| *** kybe has quit IRC | 01:27 | |
| *** dougwig has quit IRC | 01:27 | |
| *** serverascode has quit IRC | 01:27 | |
| *** nikhil___ has quit IRC | 01:27 | |
| *** dmz has quit IRC | 01:27 | |
| *** tru_tru has quit IRC | 01:27 | |
| *** arahal has quit IRC | 01:27 | |
| *** angryjesters has quit IRC | 01:27 | |
| *** PhilSliderS has quit IRC | 01:27 | |
| *** delhage has quit IRC | 01:27 | |
| *** underyx|off has quit IRC | 01:27 | |
| *** jroll has quit IRC | 01:27 | |
| *** peoplemerge has quit IRC | 01:27 | |
| *** revin_ has quit IRC | 01:27 | |
| *** gizmoguy has quit IRC | 01:27 | |
| *** pfallenop has quit IRC | 01:27 | |
| *** [cave] has quit IRC | 01:27 | |
| *** gnuoy has quit IRC | 01:27 | |
| *** d3vz3r0 has quit IRC | 01:27 | |
| *** yang has quit IRC | 01:27 | |
| *** tris has quit IRC | 01:27 | |
| *** goodes has quit IRC | 01:27 | |
| *** chair6 has quit IRC | 01:27 | |
| *** sileht has quit IRC | 01:27 | |
| *** heavystorm has quit IRC | 01:27 | |
| *** razec has quit IRC | 01:27 | |
| *** Daviey has quit IRC | 01:27 | |
| *** EntropyWorks has quit IRC | 01:27 | |
| *** d34dh0r53 has quit IRC | 01:27 | |
| *** miguelgrinberg has quit IRC | 01:27 | |
| *** partner has quit IRC | 01:27 | |
| *** skullone has quit IRC | 01:27 | |
| *** vravn has quit IRC | 01:27 | |
| *** bodepd has quit IRC | 01:27 | |
| *** jkappert has quit IRC | 01:27 | |
| *** phschwartz has quit IRC | 01:27 | |
| *** m_j_h has quit IRC | 01:27 | |
| *** smoser has quit IRC | 01:27 | |
| *** timfreund has quit IRC | 01:27 | |
| *** dhellmann has quit IRC | 01:27 | |
| *** tank100 has quit IRC | 01:27 | |
| *** dosaboy has quit IRC | 01:27 | |
| *** metral has quit IRC | 01:27 | |
| *** xarg has quit IRC | 01:27 | |
| *** med_ has quit IRC | 01:27 | |
| *** Martin8412 has quit IRC | 01:27 | |
| *** bcao has quit IRC | 01:27 | |
| *** jms1 has quit IRC | 01:27 | |
| *** JoshNang has quit IRC | 01:27 | |
| *** martineg_ has quit IRC | 01:27 | |
| *** Guest56682 has quit IRC | 01:27 | |
| *** mnaser has quit IRC | 01:27 | |
| *** aszeszo has quit IRC | 01:27 | |
| *** sulochan_ has quit IRC | 01:27 | |
| *** Sri_Designer has quit IRC | 01:27 | |
| *** Valdo has quit IRC | 01:27 | |
| *** bdperkin has quit IRC | 01:27 | |
| *** spzala has quit IRC | 01:27 | |
| *** lupu1 has quit IRC | 01:27 | |
| *** vuntz has quit IRC | 01:27 | |
| *** comay has quit IRC | 01:27 | |
| *** jmh___ro has quit IRC | 01:27 | |
| *** schweeb has quit IRC | 01:27 | |
| *** Chaser has quit IRC | 01:27 | |
| *** kbrierly has quit IRC | 01:27 | |
| *** l_a_m has quit IRC | 01:27 | |
| *** retr0h has quit IRC | 01:27 | |
| *** penguinRaider has quit IRC | 01:27 | |
| *** jalljo has quit IRC | 01:27 | |
| *** mkerrin has quit IRC | 01:27 | |
| *** sgw has quit IRC | 01:27 | |
| *** shufflebot has quit IRC | 01:27 | |
| *** rathmuller2 has quit IRC | 01:27 | |
| *** dasm has quit IRC | 01:27 | |
| *** JelleB has quit IRC | 01:27 | |
| *** pashi has quit IRC | 01:27 | |
| *** redbo has quit IRC | 01:27 | |
| *** Kharec has quit IRC | 01:27 | |
| *** ToM-- has quit IRC | 01:27 | |
| *** ChrisAM_ has quit IRC | 01:27 | |
| *** shpaq has quit IRC | 01:27 | |
| *** rlucio_ has quit IRC | 01:27 | |
| *** Quack has quit IRC | 01:27 | |
| *** rockey has quit IRC | 01:27 | |
| *** rickerc has quit IRC | 01:27 | |
| *** lupu2 has quit IRC | 01:27 | |
| *** todayman has quit IRC | 01:27 | |
| *** cdub has quit IRC | 01:27 | |
| *** fifieldt has quit IRC | 01:27 | |
| *** coasterz has quit IRC | 01:27 | |
| *** circ-user-mW7Fe has quit IRC | 01:27 | |
| *** Snikt has quit IRC | 01:27 | |
| *** skyler has quit IRC | 01:27 | |
| *** esv has quit IRC | 01:27 | |
| *** kamlesh has quit IRC | 01:27 | |
| *** Guest43968 has quit IRC | 01:27 | |
| *** ignored-256 has quit IRC | 01:27 | |
| *** yyywu has quit IRC | 01:27 | |
| *** y-kosaka has quit IRC | 01:27 | |
| *** danfinch has quit IRC | 01:27 | |
| *** ricardorocha has quit IRC | 01:27 | |
| *** kenperkins has quit IRC | 01:27 | |
| *** aimon has quit IRC | 01:27 | |
| *** n0ano has quit IRC | 01:27 | |
| *** hughsaunders has quit IRC | 01:27 | |
| *** designbybeck has quit IRC | 01:27 | |
| *** jgrimm has quit IRC | 01:27 | |
| *** seanmcg has quit IRC | 01:27 | |
| *** ospud has quit IRC | 01:27 | |
| *** muehsi has quit IRC | 01:27 | |
| *** kore has quit IRC | 01:27 | |
| *** jaimef has quit IRC | 01:27 | |
| *** Isotopp has quit IRC | 01:27 | |
| *** primeministerp has quit IRC | 01:27 | |
| *** lpax has quit IRC | 01:27 | |
| *** bkopilov has quit IRC | 01:27 | |
| *** KaZeR has quit IRC | 01:27 | |
| *** benrodrigue has quit IRC | 01:27 | |
| *** geekinutah has quit IRC | 01:27 | |
| *** brainyron has quit IRC | 01:27 | |
| *** bgmccollum has quit IRC | 01:27 | |
| *** bvandenh has quit IRC | 01:27 | |
| *** sheeprine has quit IRC | 01:27 | |
| *** jpeeler has quit IRC | 01:27 | |
| *** tooth has quit IRC | 01:27 | |
| *** sabzilla has quit IRC | 01:27 | |
| *** bzzeigler has quit IRC | 01:27 | |
| *** sevikkk has quit IRC | 01:27 | |
| *** johnsterdotcom1 has quit IRC | 01:27 | |
| *** Hien has quit IRC | 01:27 | |
| *** arunkant has quit IRC | 01:27 | |
| *** Ephur has quit IRC | 01:27 | |
| *** roaet_ has quit IRC | 01:27 | |
| *** vlad_sta- has quit IRC | 01:27 | |
| *** mgagne has quit IRC | 01:27 | |
| *** Adri2000 has quit IRC | 01:27 | |
| *** zz_gondoi has quit IRC | 01:27 | |
| *** mongo2_ has quit IRC | 01:27 | |
| *** magicrobotmonkey has quit IRC | 01:27 | |
| *** Tribaal has quit IRC | 01:27 | |
| *** jbryce has quit IRC | 01:27 | |
| *** galstrom_zzz has quit IRC | 01:27 | |
| *** tserong has quit IRC | 01:27 | |
| *** pckizer has quit IRC | 01:27 | |
| *** dencaval has quit IRC | 01:27 | |
| *** huleboer has quit IRC | 01:27 | |
| *** rgoodwin has quit IRC | 01:27 | |
| *** gimps has quit IRC | 01:27 | |
| *** lexano has quit IRC | 01:27 | |
| *** carlp has quit IRC | 01:27 | |
| *** asadpanda has quit IRC | 01:27 | |
| *** cloudnull has quit IRC | 01:27 | |
| *** hans_olo has quit IRC | 01:27 | |
| *** OMCK has quit IRC | 01:27 | |
| *** utfans05 has quit IRC | 01:27 | |
| *** gmoro has quit IRC | 01:27 | |
| *** twoflowers has quit IRC | 01:27 | |
| *** lowfive has quit IRC | 01:27 | |
| *** vgnbkr has quit IRC | 01:27 | |
| *** infernix has quit IRC | 01:27 | |
| *** lynxman has quit IRC | 01:27 | |
| *** laurent\ has quit IRC | 01:27 | |
| *** lewq has quit IRC | 01:27 | |
| *** tenaglia has quit IRC | 01:27 | |
| *** fearoffish has quit IRC | 01:27 | |
| *** shengyao has quit IRC | 01:27 | |
| *** afazekas has quit IRC | 01:27 | |
| *** Equalizer has quit IRC | 01:27 | |
| *** troytoman has quit IRC | 01:27 | |
| *** glucas has quit IRC | 01:27 | |
| *** CristinaA1 has quit IRC | 01:27 | |
| *** Bryanstein has quit IRC | 01:27 | |
| *** rh_cloud__ has quit IRC | 01:27 | |
| *** ashwini has quit IRC | 01:27 | |
| *** jiffe98 has quit IRC | 01:27 | |
| *** dandy has quit IRC | 01:27 | |
| *** noeyesan1icw has quit IRC | 01:27 | |
| *** radez_g0n3 has quit IRC | 01:27 | |
| *** LiveOne has quit IRC | 01:27 | |
| *** IRTermite has quit IRC | 01:27 | |
| *** ttx has quit IRC | 01:27 | |
| *** StevenK has quit IRC | 01:27 | |
| *** nikgod has quit IRC | 01:27 | |
| *** idoru has quit IRC | 01:27 | |
| *** EspenN has quit IRC | 01:27 | |
| *** soosfarm_ has quit IRC | 01:27 | |
| *** comstud has quit IRC | 01:27 | |
| *** Peltzi has quit IRC | 01:27 | |
| *** Klumben has quit IRC | 01:27 | |
| *** hshah has quit IRC | 01:27 | |
| *** fyxim_ has quit IRC | 01:27 | |
| *** cyeoh has quit IRC | 01:27 | |
| *** Guest63300 has quit IRC | 01:27 | |
| *** exed_ has quit IRC | 01:27 | |
| *** verdurin has quit IRC | 01:27 | |
| *** ozatomic has quit IRC | 01:27 | |
| *** zacksh has quit IRC | 01:27 | |
| *** godog has quit IRC | 01:27 | |
| *** dweaver has quit IRC | 01:27 | |
| *** mhu has quit IRC | 01:27 | |
| *** VeggieMeat has quit IRC | 01:27 | |
| *** mehdi has quit IRC | 01:27 | |
| *** andymccr has quit IRC | 01:27 | |
| *** sivel has quit IRC | 01:27 | |
| *** ahale has quit IRC | 01:27 | |
| *** swebb has quit IRC | 01:27 | |
| *** xmltok has quit IRC | 01:27 | |
| *** dolphm has quit IRC | 01:27 | |
| *** nask has quit IRC | 01:27 | |
| *** Zaina has quit IRC | 01:27 | |
| *** Su7 has quit IRC | 01:27 | |
| *** daveops_ has quit IRC | 01:27 | |
| *** changlp has quit IRC | 01:27 | |
| *** adam_g has quit IRC | 01:27 | |
| *** creiht has quit IRC | 01:27 | |
| *** jab416171 has quit IRC | 01:27 | |
| *** plomakin_ has quit IRC | 01:27 | |
| *** dguerri has quit IRC | 01:27 | |
| *** AlexB has quit IRC | 01:27 | |
| *** lvh has quit IRC | 01:27 | |
| *** sgran has quit IRC | 01:27 | |
| *** notmyname has quit IRC | 01:27 | |
| *** drffm has quit IRC | 01:27 | |
| *** toddnni has quit IRC | 01:27 | |
| *** mquin has quit IRC | 01:27 | |
| *** GeertJohan has quit IRC | 01:27 | |
| *** flaper87|afk has quit IRC | 01:27 | |
| *** soren has quit IRC | 01:27 | |
| *** danjared has quit IRC | 01:27 | |
| *** xarg_ has quit IRC | 01:27 | |
| *** Llew has quit IRC | 01:27 | |
| *** CybergeekDK has quit IRC | 01:27 | |
| *** rossella_s has quit IRC | 01:27 | |
| *** ChanServ has quit IRC | 01:27 | |
| *** kossy has joined #openstack | 01:28 | |
| *** yimmy has joined #openstack | 01:30 | |
| *** mberlin has joined #openstack | 01:30 | |
| *** blentz has joined #openstack | 01:30 | |
| *** chengwei has joined #openstack | 01:30 | |
| *** rfolco_ has joined #openstack | 01:30 | |
| *** occup4nt has joined #openstack | 01:30 | |
| *** noslzzp has joined #openstack | 01:30 | |
| *** tomoe_ has joined #openstack | 01:30 | |
| *** jp_at_hp1 has joined #openstack | 01:30 | |
| *** moted has joined #openstack | 01:30 | |
| *** atpa8a has joined #openstack | 01:30 | |
| *** zoja has joined #openstack | 01:30 | |
| *** shanlar has joined #openstack | 01:30 | |
| *** grantbow has joined #openstack | 01:30 | |
| *** alekibango has joined #openstack | 01:30 | |
| *** danieru has joined #openstack | 01:30 | |
| *** dhubbard has joined #openstack | 01:30 | |
| *** sbadia has joined #openstack | 01:30 | |
| *** dave_tucker has joined #openstack | 01:30 | |
| *** klamath has joined #openstack | 01:30 | |
| *** TREllis has joined #openstack | 01:30 | |
| *** ufven has joined #openstack | 01:30 | |
| *** trash has joined #openstack | 01:30 | |
| *** kvanals has joined #openstack | 01:30 | |
| *** dims_ has joined #openstack | 01:30 | |
| *** evanz has joined #openstack | 01:30 | |
| *** jsullivandigs has joined #openstack | 01:30 | |
| *** crhylove has joined #openstack | 01:30 | |
| *** key__ has joined #openstack | 01:30 | |
| *** diegows has joined #openstack | 01:30 | |
| *** geusebio has joined #openstack | 01:30 | |
| *** elo has joined #openstack | 01:30 | |
| *** jfran__ has joined #openstack | 01:30 | |
| *** negronjl has joined #openstack | 01:30 | |
| *** anonitus has joined #openstack | 01:30 | |
| *** LarsN has joined #openstack | 01:30 | |
| *** Dominic_ has joined #openstack | 01:30 | |
| *** aviau has joined #openstack | 01:30 | |
| *** RDurrani has joined #openstack | 01:30 | |
| *** yocum has joined #openstack | 01:30 | |
| *** clopez has joined #openstack | 01:30 | |
| *** daed has joined #openstack | 01:30 | |
| *** brutal_lobster has joined #openstack | 01:30 | |
| *** cody-somerville has joined #openstack | 01:30 | |
| *** iscsi has joined #openstack | 01:30 | |
| *** Qten has joined #openstack | 01:30 | |
| *** ravikumar_hp has joined #openstack | 01:30 | |
| *** Tross has joined #openstack | 01:30 | |
| *** saintx has joined #openstack | 01:30 | |
| *** abhirc_ has joined #openstack | 01:30 | |
| *** Precea has joined #openstack | 01:30 | |
| *** zunkree has joined #openstack | 01:30 | |
| *** martines_ has joined #openstack | 01:30 | |
| *** Miciah has joined #openstack | 01:30 | |
| *** smyers has joined #openstack | 01:30 | |
| *** fallenbeck has joined #openstack | 01:30 | |
| *** rohara has joined #openstack | 01:30 | |
| *** emid has joined #openstack | 01:30 | |
| *** lionel has joined #openstack | 01:30 | |
| *** gleam has joined #openstack | 01:30 | |
| *** r0e has joined #openstack | 01:30 | |
| *** kordex has joined #openstack | 01:30 | |
| *** vsential has joined #openstack | 01:30 | |
| *** Zuru has joined #openstack | 01:30 | |
| *** pczesno has joined #openstack | 01:30 | |
| *** sdague has joined #openstack | 01:30 | |
| *** rmk has joined #openstack | 01:30 | |
| *** d10n_ has joined #openstack | 01:30 | |
| *** Guest53419 has joined #openstack | 01:30 | |
| *** mbeierl has joined #openstack | 01:30 | |
| *** rektide has joined #openstack | 01:30 | |
| *** saltsa has joined #openstack | 01:30 | |
| *** rosmaita has joined #openstack | 01:30 | |
| *** rocambol1 has joined #openstack | 01:30 | |
| *** ninkotech has joined #openstack | 01:30 | |
| *** xtaylor has joined #openstack | 01:30 | |
| *** wcomartin has joined #openstack | 01:30 | |
| *** comptona has joined #openstack | 01:30 | |
| *** drbrule-away has joined #openstack | 01:30 | |
| *** edhall has joined #openstack | 01:30 | |
| *** Freekie has joined #openstack | 01:30 | |
| *** afaranha has joined #openstack | 01:30 | |
| *** maurosr has joined #openstack | 01:30 | |
| *** dangers_away has joined #openstack | 01:30 | |
| *** ajo has joined #openstack | 01:30 | |
| *** hemna_ has joined #openstack | 01:30 | |
| *** datajerk has joined #openstack | 01:30 | |
| *** bcrochet has joined #openstack | 01:30 | |
| *** jcarter has joined #openstack | 01:30 | |
| *** atrius` has joined #openstack | 01:30 | |
| *** huats has joined #openstack | 01:30 | |
| *** Free_maN has joined #openstack | 01:30 | |
| *** xgsa has joined #openstack | 01:30 | |
| *** dachary has joined #openstack | 01:30 | |
| *** lbrower has joined #openstack | 01:30 | |
| *** timthowtdi has joined #openstack | 01:30 | |
| *** annegentle has joined #openstack | 01:30 | |
| *** glenc has joined #openstack | 01:30 | |
| *** leifz has joined #openstack | 01:30 | |
| *** _cerberus_ has joined #openstack | 01:30 | |
| *** dcmorton has joined #openstack | 01:30 | |
| *** cgray has joined #openstack | 01:30 | |
| *** niedbalski has joined #openstack | 01:30 | |
| *** basic` has joined #openstack | 01:30 | |
| *** jayne has joined #openstack | 01:30 | |
| *** cgoncalves has joined #openstack | 01:30 | |
| *** hdd has joined #openstack | 01:30 | |
| *** torment has joined #openstack | 01:30 | |
| *** Levex has joined #openstack | 01:30 | |
| *** WormMan has joined #openstack | 01:30 | |
| *** anderstj has joined #openstack | 01:30 | |
| *** destrudo has joined #openstack | 01:30 | |
| *** proffalken has joined #openstack | 01:30 | |
| *** sc68cal has joined #openstack | 01:30 | |
| *** alpha_ori has joined #openstack | 01:30 | |
| *** Gnubie_ has joined #openstack | 01:30 | |
| *** erik_x1 has joined #openstack | 01:30 | |
| *** larsks has joined #openstack | 01:30 | |
| *** trevorjay has joined #openstack | 01:30 | |
| *** j^2 has joined #openstack | 01:30 | |
| *** pirho has joined #openstack | 01:30 | |
| *** Roa_ has joined #openstack | 01:30 | |
| *** jeblair has joined #openstack | 01:30 | |
| *** benner has joined #openstack | 01:30 | |
| *** Akimoto has joined #openstack | 01:30 | |
| *** Bomfunk has joined #openstack | 01:30 | |
| *** rha has joined #openstack | 01:30 | |
| *** puck has joined #openstack | 01:30 | |
| *** jcook has joined #openstack | 01:30 | |
| *** LetoH_ has joined #openstack | 01:30 | |
| *** kbsingh has joined #openstack | 01:30 | |
| *** coreping has joined #openstack | 01:30 | |
| *** ponyofdeath has joined #openstack | 01:30 | |
| *** sifusam has joined #openstack | 01:30 | |
| *** sverrest has joined #openstack | 01:30 | |
| *** ByteSore has joined #openstack | 01:30 | |
| *** kvad32 has joined #openstack | 01:30 | |
| *** terribleplan has joined #openstack | 01:30 | |
| *** Madasi has joined #openstack | 01:30 | |
| *** malikeye has joined #openstack | 01:30 | |
| *** dk has joined #openstack | 01:30 | |
| *** kambiz has joined #openstack | 01:30 | |
| *** portante has joined #openstack | 01:30 | |
| *** frakt has joined #openstack | 01:30 | |
| *** briancline has joined #openstack | 01:30 | |
| *** WackoRobie has joined #openstack | 01:31 | |
| *** rektide has quit IRC | 01:33 | |
| *** gleam has quit IRC | 01:33 | |
| *** rosmaita has quit IRC | 01:33 | |
| *** r0e has quit IRC | 01:33 | |
| *** zoja has quit IRC | 01:33 | |
| *** moted has quit IRC | 01:33 | |
| *** aviau has quit IRC | 01:33 | |
| *** alekibango has quit IRC | 01:33 | |
| *** grantbow has quit IRC | 01:34 | |
| *** vsential has quit IRC | 01:34 | |
| *** cody-somerville has quit IRC | 01:34 | |
| *** rosmaita has joined #openstack | 01:34 | |
| *** grantbow_ has joined #openstack | 01:34 | |
| *** krtaylor has joined #openstack | 01:34 | |
| *** namtzigla has joined #openstack | 01:34 | |
| *** WackoRobie has quit IRC | 01:35 | |
| *** diegows has quit IRC | 01:36 | |
| *** jfran__ has quit IRC | 01:37 | |
| *** nosnos has joined #openstack | 01:45 | |
| *** atpa8a has quit IRC | 01:54 | |
| *** Snikt has joined #openstack | 01:58 | |
| *** circ-user-mW7Fe has joined #openstack | 01:58 | |
| *** coasterz has joined #openstack | 01:58 | |
| *** fifieldt has joined #openstack | 01:58 | |
| *** cdub has joined #openstack | 01:58 | |
| *** todayman has joined #openstack | 01:58 | |
| *** lupu2 has joined #openstack | 01:58 | |
| *** rickerc has joined #openstack | 01:58 | |
| *** rockey has joined #openstack | 01:58 | |
| *** Quack has joined #openstack | 01:58 | |
| *** rlucio_ has joined #openstack | 01:58 | |
| *** shpaq has joined #openstack | 01:58 | |
| *** ChrisAM_ has joined #openstack | 01:58 | |
| *** ToM-- has joined #openstack | 01:58 | |
| *** Kharec has joined #openstack | 01:58 | |
| *** redbo has joined #openstack | 01:58 | |
| *** pashi has joined #openstack | 01:58 | |
| *** JelleB has joined #openstack | 01:58 | |
| *** rathmuller2 has joined #openstack | 01:58 | |
| *** shufflebot has joined #openstack | 01:58 | |
| *** sgw has joined #openstack | 01:58 | |
| *** mkerrin has joined #openstack | 01:58 | |
| *** jalljo has joined #openstack | 01:58 | |
| *** dasm has joined #openstack | 01:58 | |
| *** penguinRaider has joined #openstack | 01:58 | |
| *** retr0h has joined #openstack | 01:58 | |
| *** l_a_m has joined #openstack | 01:58 | |
| *** kbrierly has joined #openstack | 01:58 | |
| *** Chaser has joined #openstack | 01:58 | |
| *** schweeb has joined #openstack | 01:58 | |
| *** vuntz has joined #openstack | 01:58 | |
| *** comay has joined #openstack | 01:58 | |
| *** jmh___ro has joined #openstack | 01:58 | |
| *** lupu1 has joined #openstack | 01:58 | |
| *** spzala has joined #openstack | 01:58 | |
| *** bdperkin has joined #openstack | 01:58 | |
| *** Valdo has joined #openstack | 01:58 | |
| *** Sri_Designer has joined #openstack | 01:58 | |
| *** cobakobodob has joined #openstack | 01:58 | |
| *** nati_ueno has joined #openstack | 01:58 | |
| *** Peltzi has joined #openstack | 01:58 | |
| *** comstud has joined #openstack | 01:58 | |
| *** soosfarm_ has joined #openstack | 01:58 | |
| *** EspenN has joined #openstack | 01:58 | |
| *** idoru has joined #openstack | 01:58 | |
| *** nikgod has joined #openstack | 01:58 | |
| *** StevenK has joined #openstack | 01:58 | |
| *** ttx has joined #openstack | 01:58 | |
| *** IRTermite has joined #openstack | 01:58 | |
| *** LiveOne has joined #openstack | 01:58 | |
| *** radez_g0n3 has joined #openstack | 01:58 | |
| *** noeyesan1icw has joined #openstack | 01:58 | |
| *** dandy has joined #openstack | 01:58 | |
| *** ashwini has joined #openstack | 01:58 | |
| *** rh_cloud__ has joined #openstack | 01:58 | |
| *** CristinaA1 has joined #openstack | 01:58 | |
| *** glucas has joined #openstack | 01:58 | |
| *** troytoman has joined #openstack | 01:58 | |
| *** Equalizer has joined #openstack | 01:58 | |
| *** afazekas has joined #openstack | 01:58 | |
| *** shengyao has joined #openstack | 01:58 | |
| *** fearoffish has joined #openstack | 01:58 | |
| *** tenaglia has joined #openstack | 01:58 | |
| *** lewq has joined #openstack | 01:58 | |
| *** laurent\ has joined #openstack | 01:58 | |
| *** lynxman has joined #openstack | 01:58 | |
| *** vgnbkr has joined #openstack | 01:58 | |
| *** lowfive has joined #openstack | 01:58 | |
| *** twoflowers has joined #openstack | 01:58 | |
| *** gmoro has joined #openstack | 01:58 | |
| *** utfans05 has joined #openstack | 01:58 | |
| *** OMCK has joined #openstack | 01:58 | |
| *** hans_olo has joined #openstack | 01:58 | |
| *** cloudnull has joined #openstack | 01:58 | |
| *** asadpanda has joined #openstack | 01:58 | |
| *** carlp has joined #openstack | 01:58 | |
| *** jiffe98 has joined #openstack | 01:58 | |
| *** lexano has joined #openstack | 01:58 | |
| *** gimps has joined #openstack | 01:58 | |
| *** rgoodwin has joined #openstack | 01:58 | |
| *** huleboer has joined #openstack | 01:58 | |
| *** pckizer has joined #openstack | 01:58 | |
| *** tserong has joined #openstack | 01:58 | |
| *** galstrom_zzz has joined #openstack | 01:58 | |
| *** jbryce has joined #openstack | 01:58 | |
| *** Tribaal has joined #openstack | 01:58 | |
| *** mongo2_ has joined #openstack | 01:58 | |
| *** Adri2000 has joined #openstack | 01:58 | |
| *** mgagne has joined #openstack | 01:58 | |
| *** vlad_sta- has joined #openstack | 01:58 | |
| *** roaet_ has joined #openstack | 01:58 | |
| *** zz_gondoi has joined #openstack | 01:58 | |
| *** Ephur has joined #openstack | 01:58 | |
| *** arunkant has joined #openstack | 01:58 | |
| *** dencaval has joined #openstack | 01:58 | |
| *** Hien has joined #openstack | 01:58 | |
| *** johnsterdotcom1 has joined #openstack | 01:58 | |
| *** sevikkk has joined #openstack | 01:58 | |
| *** magicrobotmonkey has joined #openstack | 01:58 | |
| *** bzzeigler has joined #openstack | 01:58 | |
| *** sabzilla has joined #openstack | 01:58 | |
| *** tooth has joined #openstack | 01:58 | |
| *** jpeeler has joined #openstack | 01:58 | |
| *** sheeprine has joined #openstack | 01:58 | |
| *** bvandenh has joined #openstack | 01:58 | |
| *** bgmccollum has joined #openstack | 01:58 | |
| *** brainyron has joined #openstack | 01:58 | |
| *** geekinutah has joined #openstack | 01:58 | |
| *** benrodrigue has joined #openstack | 01:58 | |
| *** KaZeR has joined #openstack | 01:58 | |
| *** bkopilov has joined #openstack | 01:58 | |
| *** lpax has joined #openstack | 01:58 | |
| *** primeministerp has joined #openstack | 01:58 | |
| *** Isotopp has joined #openstack | 01:58 | |
| *** jaimef has joined #openstack | 01:58 | |
| *** kore has joined #openstack | 01:58 | |
| *** muehsi has joined #openstack | 01:58 | |
| *** seanmcg has joined #openstack | 01:58 | |
| *** ospud has joined #openstack | 01:58 | |
| *** designbybeck has joined #openstack | 01:58 | |
| *** jgrimm has joined #openstack | 01:58 | |
| *** hughsaunders has joined #openstack | 01:58 | |
| *** n0ano has joined #openstack | 01:58 | |
| *** aimon has joined #openstack | 01:58 | |
| *** kenperkins has joined #openstack | 01:58 | |
| *** ricardorocha has joined #openstack | 01:58 | |
| *** danfinch has joined #openstack | 01:58 | |
| *** infernix has joined #openstack | 01:58 | |
| *** cody-somerville has joined #openstack | 01:58 | |
| *** adam_g has joined #openstack | 01:58 | |
| *** Caguax has joined #openstack | 01:58 | |
| *** JayJ has joined #openstack | 01:58 | |
| *** rossella_s has joined #openstack | 01:58 | |
| *** CybergeekDK has joined #openstack | 01:58 | |
| *** Llew has joined #openstack | 01:58 | |
| *** xarg has joined #openstack | 01:58 | |
| *** danjared has joined #openstack | 01:58 | |
| *** soren has joined #openstack | 01:58 | |
| *** flaper87|afk has joined #openstack | 01:58 | |
| *** GeertJohan has joined #openstack | 01:58 | |
| *** mquin has joined #openstack | 01:58 | |
| *** toddnni has joined #openstack | 01:58 | |
| *** drffm has joined #openstack | 01:58 | |
| *** notmyname has joined #openstack | 01:58 | |
| *** sgran has joined #openstack | 01:58 | |
| *** lvh has joined #openstack | 01:58 | |
| *** dguerri has joined #openstack | 01:58 | |
| *** AlexB has joined #openstack | 01:58 | |
| *** plomakin_ has joined #openstack | 01:58 | |
| *** jab416171 has joined #openstack | 01:58 | |
| *** creiht has joined #openstack | 01:58 | |
| *** changlp has joined #openstack | 01:58 | |
| *** daveops_ has joined #openstack | 01:58 | |
| *** Su7 has joined #openstack | 01:58 | |
| *** Zaina has joined #openstack | 01:58 | |
| *** nask has joined #openstack | 01:58 | |
| *** dolphm has joined #openstack | 01:58 | |
| *** xmltok has joined #openstack | 01:58 | |
| *** swebb has joined #openstack | 01:58 | |
| *** ahale has joined #openstack | 01:58 | |
| *** sivel has joined #openstack | 01:58 | |
| *** andymccr has joined #openstack | 01:58 | |
| *** VeggieMeat has joined #openstack | 01:58 | |
| *** mhu has joined #openstack | 01:58 | |
| *** dweaver has joined #openstack | 01:58 | |
| *** godog has joined #openstack | 01:58 | |
| *** zacksh has joined #openstack | 01:58 | |
| *** ozatomic has joined #openstack | 01:58 | |
| *** verdurin has joined #openstack | 01:58 | |
| *** exed_ has joined #openstack | 01:58 | |
| *** Guest63300 has joined #openstack | 01:58 | |
| *** cyeoh has joined #openstack | 01:58 | |
| *** fyxim_ has joined #openstack | 01:58 | |
| *** hshah has joined #openstack | 01:58 | |
| *** Klumben has joined #openstack | 01:58 | |
| *** lubyou has joined #openstack | 01:58 | |
| *** ciypro|afk has joined #openstack | 01:58 | |
| *** peterstac has joined #openstack | 01:58 | |
| *** zhiyan_ has joined #openstack | 01:58 | |
| *** smeaaagle has joined #openstack | 01:58 | |
| *** zz_LoRdToLsToI has joined #openstack | 01:58 | |
| *** madorn has joined #openstack | 01:58 | |
| *** Deltachaos has joined #openstack | 01:58 | |
| *** mAniAk-_- has joined #openstack | 01:58 | |
| *** rdo has joined #openstack | 01:58 | |
| *** icy_ground has joined #openstack | 01:58 | |
| *** ersi has joined #openstack | 01:58 | |
| *** thingee has joined #openstack | 01:58 | |
| *** jamzed has joined #openstack | 01:58 | |
| *** russix_ has joined #openstack | 01:58 | |
| *** puffrfish has joined #openstack | 01:58 | |
| *** bradm has joined #openstack | 01:58 | |
| *** frobware has joined #openstack | 01:58 | |
| *** mitz_ has joined #openstack | 01:58 | |
| *** gcha has joined #openstack | 01:58 | |
| *** jimbaker has joined #openstack | 01:58 | |
| *** ampex_ has joined #openstack | 01:58 | |
| *** shadyabhi has joined #openstack | 01:58 | |
| *** philhug_ has joined #openstack | 01:58 | |
| *** Shaan7 has joined #openstack | 01:58 | |
| *** bauruine has joined #openstack | 01:58 | |
| *** jdag has joined #openstack | 01:58 | |
| *** sep has joined #openstack | 01:58 | |
| *** ToaNii has joined #openstack | 01:58 | |
| *** mwoodson has joined #openstack | 01:58 | |
| *** joearnold has joined #openstack | 01:58 | |
| *** Neptu has joined #openstack | 01:58 | |
| *** ush has joined #openstack | 01:58 | |
| *** mtl1 has joined #openstack | 01:58 | |
| *** infotection has joined #openstack | 01:58 | |
| *** ruo91^ has joined #openstack | 01:58 | |
| *** m1crofarmer has joined #openstack | 01:58 | |
| *** ruagair has joined #openstack | 01:58 | |
| *** changbl has joined #openstack | 01:58 | |
| *** fale has joined #openstack | 01:58 | |
| *** ric`_ has joined #openstack | 01:58 | |
| *** tms_ has joined #openstack | 01:58 | |
| *** maxxware_ has joined #openstack | 01:58 | |
| *** ondergetekende_ has joined #openstack | 01:58 | |
| *** tanee2 has joined #openstack | 01:58 | |
| *** lrr has joined #openstack | 01:58 | |
| *** lazyshot has joined #openstack | 01:58 | |
| *** evanjfraser has joined #openstack | 01:58 | |
| *** zymurgy has joined #openstack | 01:58 | |
| *** phiwo has joined #openstack | 01:58 | |
| *** Pavlov has joined #openstack | 01:58 | |
| *** geurt_ has joined #openstack | 01:58 | |
| *** xrsa has joined #openstack | 01:58 | |
| *** bafbomb has joined #openstack | 01:58 | |
| *** CaptNemo has joined #openstack | 01:58 | |
| *** keekz has joined #openstack | 01:58 | |
| *** dvorak has joined #openstack | 01:58 | |
| *** ircuser-1 has joined #openstack | 01:58 | |
| *** gary-smith has joined #openstack | 01:58 | |
| *** rturk|afk has joined #openstack | 01:58 | |
| *** k_stev has joined #openstack | 01:58 | |
| *** ShaunR has joined #openstack | 01:58 | |
| *** scottso has joined #openstack | 01:58 | |
| *** epopt37 has joined #openstack | 01:58 | |
| *** vendemiat has joined #openstack | 01:58 | |
| *** Lexis has joined #openstack | 01:58 | |
| *** Darkalia has joined #openstack | 01:58 | |
| *** coredumb has joined #openstack | 01:58 | |
| *** rmartinelli has joined #openstack | 01:58 | |
| *** killer_prince has joined #openstack | 01:58 | |
| *** derekr has joined #openstack | 01:58 | |
| *** nacer has joined #openstack | 01:58 | |
| *** mutex has joined #openstack | 01:58 | |
| *** arnaud has joined #openstack | 01:58 | |
| *** kmartin has joined #openstack | 01:58 | |
| *** albanc has joined #openstack | 01:58 | |
| *** aloga has joined #openstack | 01:58 | |
| *** jidar has joined #openstack | 01:58 | |
| *** Ursinha has joined #openstack | 01:58 | |
| *** AbyssOne has joined #openstack | 01:58 | |
| *** snelly has joined #openstack | 01:58 | |
| *** Superdawg has joined #openstack | 01:58 | |
| *** ujjain has joined #openstack | 01:58 | |
| *** tteggel has joined #openstack | 01:58 | |
| *** promulo has joined #openstack | 01:58 | |
| *** m01_ has joined #openstack | 01:58 | |
| *** mischief has joined #openstack | 01:58 | |
| *** r0e has joined #openstack | 01:58 | |
| *** hazmat has joined #openstack | 01:58 | |
| *** fsaad has joined #openstack | 01:58 | |
| *** B_Smith has joined #openstack | 01:58 | |
| *** cfarquha1 has joined #openstack | 01:58 | |
| *** jeremydei has joined #openstack | 01:58 | |
| *** avd has joined #openstack | 01:58 | |
| *** muhanpong has joined #openstack | 01:58 | |
| *** gmurphy has joined #openstack | 01:58 | |
| *** krphop has joined #openstack | 01:58 | |
| *** piokie has joined #openstack | 01:58 | |
| *** charz has joined #openstack | 01:58 | |
| *** Domin has joined #openstack | 01:58 | |
| *** ekarlso has joined #openstack | 01:58 | |
| *** Vek has joined #openstack | 01:58 | |
| *** jhesketh has joined #openstack | 01:58 | |
| *** mariusv has joined #openstack | 01:58 | |
| *** zviratko has joined #openstack | 01:58 | |
| *** dgrig_ has joined #openstack | 01:58 | |
| *** baffle_ has joined #openstack | 01:58 | |
| *** xavpaice_ has joined #openstack | 01:58 | |
| *** Corey has joined #openstack | 01:58 | |
| *** mfisch has joined #openstack | 01:58 | |
| *** lsamoila has joined #openstack | 01:58 | |
| *** atrius has joined #openstack | 01:58 | |
| *** neoXsys has joined #openstack | 01:58 | |
| *** scuttlemonkey has joined #openstack | 01:58 | |
| *** Anticime1 has joined #openstack | 01:58 | |
| *** jokke_ has joined #openstack | 01:58 | |
| *** gilliard_ has joined #openstack | 01:58 | |
| *** AnilV4 has joined #openstack | 01:58 | |
| *** seikath has joined #openstack | 01:58 | |
| *** peter123 has joined #openstack | 01:58 | |
| *** lool has joined #openstack | 01:58 | |
| *** kierrr has joined #openstack | 01:58 | |
| *** vladan has joined #openstack | 01:58 | |
| *** jklare has joined #openstack | 01:58 | |
| *** acrocity has joined #openstack | 01:58 | |
| *** ninkotech__ has joined #openstack | 01:58 | |
| *** mrsnivvel has joined #openstack | 01:58 | |
| *** mtreinish has joined #openstack | 01:58 | |
| *** s3an2 has joined #openstack | 01:58 | |
| *** snowboardr04|afk has joined #openstack | 01:58 | |
| *** jkyle has joined #openstack | 01:58 | |
| *** sergeysh has joined #openstack | 01:58 | |
| *** tombee has joined #openstack | 01:58 | |
| *** taihen has joined #openstack | 01:58 | |
| *** rbowen has joined #openstack | 01:58 | |
| *** dsneddon has joined #openstack | 01:58 | |
| *** tkeith has joined #openstack | 01:58 | |
| *** fuz1on has joined #openstack | 01:58 | |
| *** Arminder has joined #openstack | 01:58 | |
| *** md_5 has joined #openstack | 01:58 | |
| *** anticw has joined #openstack | 01:58 | |
| *** sgordon` has joined #openstack | 01:58 | |
| *** kellyp has joined #openstack | 01:58 | |
| *** eharney has joined #openstack | 01:58 | |
| *** JRobinson__ has joined #openstack | 01:58 | |
| *** pmathews has joined #openstack | 01:58 | |
| *** fnaval has joined #openstack | 01:58 | |
| *** vicky_ has joined #openstack | 01:58 | |
| *** gleam has joined #openstack | 01:58 | |
| *** rektide has joined #openstack | 01:58 | |
| *** 77CAATWZF has joined #openstack | 01:58 | |
| *** michaelneale has joined #openstack | 01:58 | |
| *** zoja has joined #openstack | 01:58 | |
| *** Bryanstein has joined #openstack | 01:58 | |
| *** RicardoSSP has joined #openstack | 01:58 | |
| *** vsential has joined #openstack | 01:58 | |
| *** ArcTanSusan has joined #openstack | 01:58 | |
| *** sbanka has joined #openstack | 01:58 | |
| *** thansen has joined #openstack | 01:58 | |
| *** mixomathoze has joined #openstack | 01:58 | |
| *** gohko_cui3 has joined #openstack | 01:58 | |
| *** lastmikoi has joined #openstack | 01:58 | |
| *** itarchitectkev has joined #openstack | 01:58 | |
| *** emk has joined #openstack | 01:58 | |
| *** ZZelle_ has joined #openstack | 01:58 | |
| *** chuckC has joined #openstack | 01:58 | |
| *** Qu4tre has joined #openstack | 01:58 | |
| *** ashka has joined #openstack | 01:58 | |
| *** systadmni has joined #openstack | 01:58 | |
| *** zerick has joined #openstack | 01:58 | |
| *** marcelodieder has joined #openstack | 01:58 | |
| *** balacafalata has joined #openstack | 01:58 | |
| *** sgordon has joined #openstack | 01:58 | |
| *** torandu has joined #openstack | 01:58 | |
| *** shadower has joined #openstack | 01:58 | |
| *** koaps has joined #openstack | 01:58 | |
| *** nelsnelson has joined #openstack | 01:58 | |
| *** Chris_Gibbs_Aus has joined #openstack | 01:58 | |
| *** gaelL has joined #openstack | 01:58 | |
| *** zynzel has joined #openstack | 01:58 | |
| *** rj has joined #openstack | 01:58 | |
| *** fhond has joined #openstack | 01:58 | |
| *** stein_o has joined #openstack | 01:58 | |
| *** apow has joined #openstack | 01:58 | |
| *** soleblaze has joined #openstack | 01:58 | |
| *** csd has joined #openstack | 01:58 | |
| *** bladernr_ has joined #openstack | 01:58 | |
| *** dbrandon has joined #openstack | 01:58 | |
| *** boltR has joined #openstack | 01:58 | |
| *** anteaya has joined #openstack | 01:58 | |
| *** makije has joined #openstack | 01:58 | |
| *** CripperZ- has joined #openstack | 01:58 | |
| *** JoeJulian has joined #openstack | 01:58 | |
| *** jpic has joined #openstack | 01:58 | |
| *** glzhao_ has joined #openstack | 01:58 | |
| *** nick- has joined #openstack | 01:58 | |
| *** Charles_JUDITH has joined #openstack | 01:58 | |
| *** d_w has joined #openstack | 01:58 | |
| *** zul has joined #openstack | 01:58 | |
| *** cburgess has joined #openstack | 01:58 | |
| *** DuncanT- has joined #openstack | 01:58 | |
| *** wickedpuppy has joined #openstack | 01:58 | |
| *** Xurong has joined #openstack | 01:58 | |
| *** yamahata__ has joined #openstack | 01:58 | |
| *** cvbock has joined #openstack | 01:58 | |
| *** tomaso has joined #openstack | 01:58 | |
| *** erkules has joined #openstack | 01:58 | |
| *** tombee has quit IRC | 01:58 | |
| *** tombee has joined #openstack | 01:58 | |
| *** vicky_ has quit IRC | 01:58 | |
| *** vicky_ has joined #openstack | 01:58 | |
| *** meve has joined #openstack | 01:58 | |
| *** rushiagr has joined #openstack | 01:58 | |
| *** engkur has joined #openstack | 01:59 | |
| *** ramishra has joined #openstack | 02:02 | |
| *** damadhatter has joined #openstack | 02:02 | |
| *** fredk has joined #openstack | 02:03 | |
| *** tan has joined #openstack | 02:03 | |
| *** crashmag has joined #openstack | 02:03 | |
| *** Apsu has joined #openstack | 02:03 | |
| *** Clabbe has joined #openstack | 02:03 | |
| *** defect has joined #openstack | 02:03 | |
| *** al has joined #openstack | 02:03 | |
| *** mikal has joined #openstack | 02:03 | |
| *** esheffie1d has joined #openstack | 02:03 | |
| *** jyrkip has joined #openstack | 02:03 | |
| *** akscram has joined #openstack | 02:03 | |
| *** myp has joined #openstack | 02:03 | |
| *** gpocentek has joined #openstack | 02:03 | |
| *** grrrrr has joined #openstack | 02:03 | |
| *** pdm has joined #openstack | 02:03 | |
| *** imperfect- has joined #openstack | 02:03 | |
| *** jkt has joined #openstack | 02:03 | |
| *** LanceHaig has joined #openstack | 02:03 | |
| *** Whoop has joined #openstack | 02:03 | |
| *** dieterdemeyer has joined #openstack | 02:03 | |
| *** Apsu has quit IRC | 02:03 | |
| *** Apsu has joined #openstack | 02:03 | |
| *** matiu has joined #openstack | 02:03 | |
| *** paul-- has joined #openstack | 02:03 | |
| *** MattAitchison has joined #openstack | 02:03 | |
| *** morganfainberg_Z has joined #openstack | 02:03 | |
| *** NightKhaos has joined #openstack | 02:03 | |
| *** thewafflecaust has joined #openstack | 02:03 | |
| *** minecoins has joined #openstack | 02:03 | |
| *** dec has joined #openstack | 02:03 | |
| *** daneyon has joined #openstack | 02:04 | |
| *** alekibango has joined #openstack | 02:04 | |
| *** gil has joined #openstack | 02:04 | |
| *** arielb has joined #openstack | 02:04 | |
| *** popw1 has joined #openstack | 02:04 | |
| *** Zack_Deee has joined #openstack | 02:04 | |
| *** lanfear2667 has joined #openstack | 02:04 | |
| *** OutBackDingo_ has joined #openstack | 02:04 | |
| *** hacosta_ has joined #openstack | 02:04 | |
| *** arun has joined #openstack | 02:04 | |
| *** SergeyLukjanov has joined #openstack | 02:04 | |
| *** Ile has joined #openstack | 02:04 | |
| *** cristov has joined #openstack | 02:04 | |
| *** kaktus has joined #openstack | 02:04 | |
| *** danielbruno has joined #openstack | 02:04 | |
| *** Ruetobas has joined #openstack | 02:04 | |
| *** jgriffith has joined #openstack | 02:04 | |
| *** sergmelikyan has joined #openstack | 02:04 | |
| *** yacks has joined #openstack | 02:04 | |
| *** fivethre1o has joined #openstack | 02:04 | |
| *** QuantumTunnel has joined #openstack | 02:04 | |
| *** jabze_6738 has joined #openstack | 02:04 | |
| *** zigo has joined #openstack | 02:04 | |
| *** bbart has joined #openstack | 02:04 | |
| *** gil has quit IRC | 02:04 | |
| *** gil has joined #openstack | 02:05 | |
| *** jp_at_hp1 has quit IRC | 02:05 | |
| *** adreznec has joined #openstack | 02:05 | |
| *** harmw has joined #openstack | 02:05 | |
| *** dschultz has joined #openstack | 02:05 | |
| *** Hell_Fire has joined #openstack | 02:05 | |
| *** mdomsch has joined #openstack | 02:05 | |
| *** jthorne has joined #openstack | 02:05 | |
| *** bandigirl has joined #openstack | 02:05 | |
| *** reed has joined #openstack | 02:05 | |
| *** lykinsbd has joined #openstack | 02:05 | |
| *** dmitryme has joined #openstack | 02:05 | |
| *** TheCops has joined #openstack | 02:05 | |
| *** martin has joined #openstack | 02:05 | |
| *** EntropyWorks has joined #openstack | 02:05 | |
| *** jdurgin has joined #openstack | 02:05 | |
| *** dtrainor has joined #openstack | 02:05 | |
| *** whenry has joined #openstack | 02:05 | |
| *** darkxploit has joined #openstack | 02:05 | |
| *** aeperezt has joined #openstack | 02:05 | |
| *** x1b2j has joined #openstack | 02:05 | |
| *** dll- has joined #openstack | 02:05 | |
| *** madjar has joined #openstack | 02:05 | |
| *** cpjones44_ has joined #openstack | 02:05 | |
| *** markvoelker has joined #openstack | 02:05 | |
| *** daniel3 has joined #openstack | 02:05 | |
| *** coredump has joined #openstack | 02:05 | |
| *** rodrigods has joined #openstack | 02:05 | |
| *** Qlawy has joined #openstack | 02:05 | |
| *** hugokuo has joined #openstack | 02:05 | |
| *** antonym has joined #openstack | 02:05 | |
| *** kybe has joined #openstack | 02:05 | |
| *** serverascode has joined #openstack | 02:05 | |
| *** dougwig has joined #openstack | 02:05 | |
| *** nikhil___ has joined #openstack | 02:05 | |
| *** dmz has joined #openstack | 02:05 | |
| *** underyx|off has joined #openstack | 02:05 | |
| *** tru_tru has joined #openstack | 02:05 | |
| *** arahal has joined #openstack | 02:05 | |
| *** angryjesters has joined #openstack | 02:05 | |
| *** PhilSliderS has joined #openstack | 02:05 | |
| *** delhage has joined #openstack | 02:05 | |
| *** jroll has joined #openstack | 02:05 | |
| *** peoplemerge has joined #openstack | 02:05 | |
| *** revin_ has joined #openstack | 02:05 | |
| *** gizmoguy has joined #openstack | 02:05 | |
| *** pfallenop has joined #openstack | 02:05 | |
| *** [cave] has joined #openstack | 02:05 | |
| *** gnuoy has joined #openstack | 02:05 | |
| *** d3vz3r0 has joined #openstack | 02:05 | |
| *** yang has joined #openstack | 02:05 | |
| *** tris has joined #openstack | 02:05 | |
| *** goodes has joined #openstack | 02:05 | |
| *** chair6 has joined #openstack | 02:05 | |
| *** sileht has joined #openstack | 02:05 | |
| *** heavystorm has joined #openstack | 02:05 | |
| *** razec has joined #openstack | 02:05 | |
| *** Daviey has joined #openstack | 02:05 | |
| *** d34dh0r53 has joined #openstack | 02:05 | |
| *** skullone has joined #openstack | 02:05 | |
| *** tank100 has joined #openstack | 02:05 | |
| *** miguelgrinberg has joined #openstack | 02:05 | |
| *** partner has joined #openstack | 02:05 | |
| *** vravn has joined #openstack | 02:05 | |
| *** bodepd has joined #openstack | 02:05 | |
| *** bcao has joined #openstack | 02:05 | |
| *** jkappert has joined #openstack | 02:05 | |
| *** phschwartz has joined #openstack | 02:05 | |
| *** m_j_h has joined #openstack | 02:05 | |
| *** smoser has joined #openstack | 02:05 | |
| *** timfreund has joined #openstack | 02:05 | |
| *** dhellmann has joined #openstack | 02:05 | |
| *** dosaboy has joined #openstack | 02:05 | |
| *** metral has joined #openstack | 02:05 | |
| *** 7F1AACFZ1 has joined #openstack | 02:05 | |
| *** med_ has joined #openstack | 02:05 | |
| *** Martin8412 has joined #openstack | 02:05 | |
| *** mnaser has joined #openstack | 02:05 | |
| *** jms1 has joined #openstack | 02:05 | |
| *** JoshNang has joined #openstack | 02:05 | |
| *** Guest56682 has joined #openstack | 02:05 | |
| *** martineg_ has joined #openstack | 02:05 | |
| *** aszeszo has joined #openstack | 02:05 | |
| *** sulochan_ has joined #openstack | 02:05 | |
| *** leeantho has joined #openstack | 02:06 | |
| *** ranger81 has joined #openstack | 02:06 | |
| *** cjellick_ has joined #openstack | 02:06 | |
| *** ArxCruz has joined #openstack | 02:06 | |
| *** pleia2 has joined #openstack | 02:06 | |
| *** ashepelev has joined #openstack | 02:06 | |
| *** mmitchell_ has joined #openstack | 02:06 | |
| *** masayukig has joined #openstack | 02:06 | |
| *** mieleton has joined #openstack | 02:06 | |
| *** mux has joined #openstack | 02:06 | |
| *** msgodf has joined #openstack | 02:06 | |
| *** vkmc has joined #openstack | 02:06 | |
| *** mattymo has joined #openstack | 02:06 | |
| *** irated has joined #openstack | 02:06 | |
| *** fc__ has joined #openstack | 02:06 | |
| *** m3_del has joined #openstack | 02:06 | |
| *** StefanWB has joined #openstack | 02:06 | |
| *** meve has quit IRC | 02:06 | |
| *** gsamfira has joined #openstack | 02:06 | |
| *** coredump has quit IRC | 02:06 | |
| *** dougwig has quit IRC | 02:06 | |
| *** dougwig has joined #openstack | 02:06 | |
| *** dougwig has quit IRC | 02:07 | |
| *** dougwig has joined #openstack | 02:07 | |
| *** adreznec has quit IRC | 02:07 | |
| *** sballe has joined #openstack | 02:07 | |
| *** darkxploit has quit IRC | 02:07 | |
| *** ashepelev has quit IRC | 02:07 | |
| *** ashepelev has joined #openstack | 02:07 | |
| *** Caguax has quit IRC | 02:07 | |
| *** Caguax has joined #openstack | 02:08 | |
| *** baohua has joined #openstack | 02:08 | |
| *** Sauvin has joined #openstack | 02:08 | |
| *** mehdi has joined #openstack | 02:08 | |
| *** JStoker has joined #openstack | 02:08 | |
| *** twiceaday has joined #openstack | 02:08 | |
| *** blackboxsw has joined #openstack | 02:08 | |
| *** gildub has joined #openstack | 02:08 | |
| *** crandquist has joined #openstack | 02:08 | |
| *** rwsu has joined #openstack | 02:08 | |
| *** nrs_ has joined #openstack | 02:08 | |
| *** jseutter has joined #openstack | 02:08 | |
| *** psedlak has joined #openstack | 02:08 | |
| *** Guest75179 has joined #openstack | 02:08 | |
| *** sanek has joined #openstack | 02:08 | |
| *** panda has joined #openstack | 02:08 | |
| *** acidfu has joined #openstack | 02:08 | |
| *** wayneeseguin has joined #openstack | 02:08 | |
| *** asselin has joined #openstack | 02:08 | |
| *** Er00 has joined #openstack | 02:08 | |
| *** Shmouel`away has joined #openstack | 02:08 | |
| *** wramthun has joined #openstack | 02:08 | |
| *** accela-dev has joined #openstack | 02:08 | |
| *** purpleidea has joined #openstack | 02:08 | |
| *** raorn has joined #openstack | 02:08 | |
| *** mancdaz has joined #openstack | 02:08 | |
| *** zz_johnthetubagu has joined #openstack | 02:08 | |
| *** zxq9 has joined #openstack | 02:08 | |
| *** rhagarty has joined #openstack | 02:08 | |
| *** thumpba has joined #openstack | 02:08 | |
| *** AlexFrolov has joined #openstack | 02:08 | |
| *** _ale_ has joined #openstack | 02:08 | |
| *** pradipta_away has joined #openstack | 02:08 | |
| *** abramley has joined #openstack | 02:08 | |
| *** UForgotten has joined #openstack | 02:08 | |
| *** agy has joined #openstack | 02:08 | |
| *** telemonster has joined #openstack | 02:08 | |
| *** uvirtbot has joined #openstack | 02:08 | |
| *** bitnine has joined #openstack | 02:08 | |
| *** robotwitharose__ has joined #openstack | 02:08 | |
| *** goodwill has joined #openstack | 02:08 | |
| *** adarazs_ has joined #openstack | 02:08 | |
| *** swat30 has joined #openstack | 02:08 | |
| *** Lehtu has joined #openstack | 02:08 | |
| *** jamespd has joined #openstack | 02:08 | |
| *** yggdrasil has joined #openstack | 02:08 | |
| *** davidlenwell has joined #openstack | 02:08 | |
| *** lintan__ has joined #openstack | 02:08 | |
| *** jgravel has joined #openstack | 02:08 | |
| *** _shaps_ has joined #openstack | 02:08 | |
| *** freeflying has joined #openstack | 02:08 | |
| *** cihhan has joined #openstack | 02:08 | |
| *** BLZbubba has joined #openstack | 02:08 | |
| *** zeddii has joined #openstack | 02:08 | |
| *** benonsoftware has joined #openstack | 02:08 | |
| *** lyang0 has joined #openstack | 02:08 | |
| *** pingveno has joined #openstack | 02:08 | |
| *** sandywalsh has joined #openstack | 02:08 | |
| *** mehdi has quit IRC | 02:08 | |
| *** Sauvin has quit IRC | 02:08 | |
| *** smeaaagle has quit IRC | 02:09 | |
| *** gigawhat has joined #openstack | 02:09 | |
| *** subtlepoint has joined #openstack | 02:09 | |
| *** jthorne has quit IRC | 02:09 | |
| *** Sauvin has joined #openstack | 02:09 | |
| *** kype has joined #openstack | 02:10 | |
| *** skyler has joined #openstack | 02:10 | |
| *** esv has joined #openstack | 02:10 | |
| *** kamlesh has joined #openstack | 02:10 | |
| *** Guest43968 has joined #openstack | 02:10 | |
| *** ignored-256 has joined #openstack | 02:10 | |
| *** yyywu has joined #openstack | 02:10 | |
| *** y-kosaka has joined #openstack | 02:10 | |
| *** jalljo has quit IRC | 02:10 | |
| *** kype has quit IRC | 02:10 | |
| *** kype has joined #openstack | 02:10 | |
| *** mehdi has joined #openstack | 02:10 | |
| *** michaelneale has quit IRC | 02:10 | |
| *** yimmy has quit IRC | 02:10 | |
| *** mischief has quit IRC | 02:11 | |
| *** russix_ has quit IRC | 02:11 | |
| *** smeaaagle has joined #openstack | 02:11 | |
| *** jalljo has joined #openstack | 02:11 | |
| *** brutal_lobster has quit IRC | 02:11 | |
| *** vendemiat has quit IRC | 02:11 | |
| *** michaelneale has joined #openstack | 02:11 | |
| *** mischief has joined #openstack | 02:11 | |
| *** rickerc has quit IRC | 02:11 | |
| *** vendemiat has joined #openstack | 02:12 | |
| *** jhesketh__ has joined #openstack | 02:12 | |
| *** meve has joined #openstack | 02:13 | |
| *** samrose has joined #openstack | 02:14 | |
| *** derekr has quit IRC | 02:15 | |
| *** thatsdone has joined #openstack | 02:15 | |
| *** brutal_lobster has joined #openstack | 02:16 | |
| *** Caguax has quit IRC | 02:16 | |
| *** jhesketh__ has quit IRC | 02:16 | |
| *** jhesketh__ has joined #openstack | 02:16 | |
| *** russix has joined #openstack | 02:17 | |
| *** arnaud has quit IRC | 02:17 | |
| *** Ruetobas has quit IRC | 02:17 | |
| *** mehdi has quit IRC | 02:19 | |
| *** aldavud has joined #openstack | 02:19 | |
| *** ChanServ has joined #openstack | 02:20 | |
| *** dickson.freenode.net sets mode: +o ChanServ | 02:20 | |
| *** ashepelev has quit IRC | 02:20 | |
| *** kossy has quit IRC | 02:20 | |
| *** kossy has joined #openstack | 02:20 | |
| *** jhesketh__ has left #openstack | 02:20 | |
| *** Bryanstein has quit IRC | 02:20 | |
| *** Bryanstein has joined #openstack | 02:20 | |
| *** infernix has quit IRC | 02:20 | |
| *** infernix has joined #openstack | 02:20 | |
| *** ashepelev has joined #openstack | 02:20 | |
| *** aviau has joined #openstack | 02:20 | |
| *** badon has joined #openstack | 02:20 | |
| *** Sauvin is now known as Guest45617 | 02:20 | |
| *** mischief is now known as Guest78576 | 02:20 | |
| *** JStoker is now known as Guest81453 | 02:21 | |
| *** erkules is now known as Guest74845 | 02:21 | |
| *** arnaud has joined #openstack | 02:21 | |
| *** klamath has quit IRC | 02:21 | |
| *** jthorne has joined #openstack | 02:21 | |
| *** bmurt has joined #openstack | 02:21 | |
| *** jhesketh__ has joined #openstack | 02:21 | |
| *** otter768 has joined #openstack | 02:21 | |
| *** mehdi has joined #openstack | 02:21 | |
| *** klamath has joined #openstack | 02:21 | |
| *** arnaud__ has joined #openstack | 02:21 | |
| *** jhesketh has quit IRC | 02:21 | |
| *** jhesketh__ is now known as jhesketh | 02:22 | |
| *** danielbruno has quit IRC | 02:22 | |
| *** JayJ has quit IRC | 02:22 | |
| *** derekr has joined #openstack | 02:23 | |
| *** JayJ has joined #openstack | 02:23 | |
| *** signed8bit has joined #openstack | 02:23 | |
| *** harlowja has joined #openstack | 02:23 | |
| *** yamahata has joined #openstack | 02:23 | |
| *** rickerc has joined #openstack | 02:24 | |
| *** spzala has quit IRC | 02:24 | |
| *** mattgriffin has joined #openstack | 02:24 | |
| *** adreznec has joined #openstack | 02:24 | |
| *** Ruetobas has joined #openstack | 02:25 | |
| *** bdpayne has joined #openstack | 02:26 | |
| *** aldavud has quit IRC | 02:26 | |
| *** suresh12 has joined #openstack | 02:26 | |
| *** michaelneale has quit IRC | 02:27 | |
| *** darshan104 has joined #openstack | 02:27 | |
| *** atpa8a has joined #openstack | 02:27 | |
| *** yano has joined #openstack | 02:27 | |
| *** sdouglas has joined #openstack | 02:28 | |
| *** JayJ has quit IRC | 02:28 | |
| *** derekr has quit IRC | 02:28 | |
| *** subtlepoint has quit IRC | 02:29 | |
| *** hshah has quit IRC | 02:29 | |
| *** Ruetobas has quit IRC | 02:29 | |
| *** WackoRobie has joined #openstack | 02:31 | |
| *** dbite has joined #openstack | 02:32 | |
| *** jfarschman has joined #openstack | 02:32 | |
| *** jfarschman is now known as MilesDenver | 02:32 | |
| *** achampion has joined #openstack | 02:32 | |
| *** gigawhat has quit IRC | 02:32 | |
| *** gigawhat has joined #openstack | 02:33 | |
| *** Guest45617 has quit IRC | 02:33 | |
| *** Sauvin has joined #openstack | 02:34 | |
| *** derekr has joined #openstack | 02:35 | |
| *** benrodrigue has quit IRC | 02:36 | |
| *** Ruetobas has joined #openstack | 02:36 | |
| *** MilesDenver has quit IRC | 02:36 | |
| *** WackoRobie has quit IRC | 02:36 | |
| *** mdomsch has quit IRC | 02:37 | |
| *** darshan104 has quit IRC | 02:39 | |
| *** darshan104 has joined #openstack | 02:40 | |
| *** jfarschman has joined #openstack | 02:41 | |
| *** jfarschman is now known as MilesDenver | 02:41 | |
| *** Guest78576 is now known as mischief | 02:42 | |
| *** amcrn has joined #openstack | 02:43 | |
| *** rushiagr has quit IRC | 02:43 | |
| *** crandquist has quit IRC | 02:43 | |
| *** jvv has joined #openstack | 02:43 | |
| *** daneyon has quit IRC | 02:43 | |
| *** MilesDenver has quit IRC | 02:43 | |
| *** moos3 has joined #openstack | 02:43 | |
| *** hypnosb has joined #openstack | 02:43 | |
| *** jfarschman has joined #openstack | 02:44 | |
| *** jfarschman is now known as MilesDenver | 02:44 | |
| *** punkracy has joined #openstack | 02:44 | |
| *** dave_tucker is now known as dave_tucker_zzz | 02:44 | |
| *** darshan104 has quit IRC | 02:44 | |
| *** shardy has joined #openstack | 02:44 | |
| *** suresh12 has quit IRC | 02:44 | |
| *** Azher has joined #openstack | 02:44 | |
| *** lkoranda has joined #openstack | 02:47 | |
| *** MilesDenver has quit IRC | 02:48 | |
| *** gary-smith_ has joined #openstack | 02:48 | |
| *** Warped has joined #openstack | 02:48 | |
| *** fnaval has quit IRC | 02:48 | |
| *** aldavud has joined #openstack | 02:49 | |
| *** michaelneale has joined #openstack | 02:50 | |
| *** tomaw_ has joined #openstack | 02:50 | |
| *** maishsk has joined #openstack | 02:51 | |
| *** paragan has joined #openstack | 02:51 | |
| *** thatsdone has quit IRC | 02:52 | |
| *** dims_ has quit IRC | 02:52 | |
| *** blackboxsw has quit IRC | 02:53 | |
| *** baoli has joined #openstack | 02:53 | |
| *** aldavud has quit IRC | 02:56 | |
| *** mikeoutland has joined #openstack | 02:59 | |
| *** mixomathoze has quit IRC | 03:00 | |
| *** RicardoSSP has quit IRC | 03:00 | |
| *** gigawhat has left #openstack | 03:03 | |
| *** k_stev has quit IRC | 03:05 | |
| *** bmurt has quit IRC | 03:06 | |
| *** jsullivandigs has quit IRC | 03:08 | |
| *** blackboxsw has joined #openstack | 03:08 | |
| *** sballe has quit IRC | 03:09 | |
| *** dsneddon is now known as dsneddon_gone | 03:09 | |
| kype | Hello can glance use cinder as its Backend storage? | 03:09 |
| *** fnaval has joined #openstack | 03:10 | |
| *** mixomathoze has joined #openstack | 03:11 | |
| *** rickerc has quit IRC | 03:11 | |
| *** key__ has quit IRC | 03:11 | |
| *** lanfear2667 has quit IRC | 03:12 | |
| *** Ursinha is now known as Ursinha-afk | 03:13 | |
| *** lanfear2667 has joined #openstack | 03:13 | |
| Sam-I-Am | yes | 03:14 |
| *** key__ has joined #openstack | 03:14 | |
| *** yocum has quit IRC | 03:16 | |
| *** klamath_ has joined #openstack | 03:17 | |
| *** klamath_ has quit IRC | 03:17 | |
| *** klamath_ has joined #openstack | 03:17 | |
| *** klamath has quit IRC | 03:18 | |
| *** ericReeves has joined #openstack | 03:20 | |
| *** flwang_ has joined #openstack | 03:20 | |
| *** neha_ has joined #openstack | 03:20 | |
| *** rawl has joined #openstack | 03:21 | |
| *** nati_ueno has quit IRC | 03:21 | |
| *** gary-smith_ has quit IRC | 03:21 | |
| *** klamath_ has quit IRC | 03:22 | |
| *** jsullivandigs has joined #openstack | 03:23 | |
| *** sbfox has joined #openstack | 03:23 | |
| *** Ursinha-afk is now known as Ursinha | 03:23 | |
| *** flwang_ has quit IRC | 03:24 | |
| *** kevin1024 has joined #openstack | 03:24 | |
| *** rawl has quit IRC | 03:24 | |
| jidar | http://pastie.org/9376595 seems like everytime I go to create a controller node with foreman, it has a problem : in this case the db sync can't connect to the mongo server, logging in a minute later and telnet'ing to localhost and the port works though :/ | 03:26 |
| *** sdouglas has quit IRC | 03:26 | |
| *** mikeoutland has quit IRC | 03:26 | |
| *** sdouglas has joined #openstack | 03:27 | |
| *** michaelneale has quit IRC | 03:28 | |
| *** julianwa has joined #openstack | 03:31 | |
| *** m3_del has quit IRC | 03:31 | |
| *** WackoRobie has joined #openstack | 03:31 | |
| *** ytw_ has joined #openstack | 03:31 | |
| *** m3_del has joined #openstack | 03:31 | |
| *** sdouglas has quit IRC | 03:31 | |
| *** gary-smith_ has joined #openstack | 03:35 | |
| *** WackoRobie has quit IRC | 03:36 | |
| *** arnaud has quit IRC | 03:37 | |
| *** twiceaday has quit IRC | 03:37 | |
| *** twiceaday has joined #openstack | 03:38 | |
| *** jsullivandigs has quit IRC | 03:38 | |
| *** jkt has quit IRC | 03:40 | |
| *** arnaud__ has quit IRC | 03:40 | |
| *** keith_newstadt has joined #openstack | 03:42 | |
| *** OutBackDingo_ has quit IRC | 03:42 | |
| *** mikeoutland has joined #openstack | 03:43 | |
| *** nosnos has quit IRC | 03:43 | |
| *** marun has joined #openstack | 03:43 | |
| *** codybum has joined #openstack | 03:43 | |
| *** r3pl4y has joined #openstack | 03:44 | |
| *** Kbee has joined #openstack | 03:44 | |
| *** jfarschman has joined #openstack | 03:44 | |
| *** jfarschman is now known as MilesDenver | 03:44 | |
| *** OutBackDingo has joined #openstack | 03:44 | |
| *** kenperkins has quit IRC | 03:44 | |
| codybum | anyone going to be around Cinci OH or Lex Ky on July 17th? | 03:45 |
| *** chuckC has quit IRC | 03:45 | |
| *** darshan104 has joined #openstack | 03:45 | |
| codybum | Holding 4th B-day | 03:45 |
| *** overflow has joined #openstack | 03:46 | |
| *** overflow has left #openstack | 03:46 | |
| *** overflow has joined #openstack | 03:46 | |
| *** keith_newstadt has quit IRC | 03:47 | |
| *** achampion has quit IRC | 03:47 | |
| *** achampion has joined #openstack | 03:48 | |
| *** jsullivandigs has joined #openstack | 03:48 | |
| *** dims_ has joined #openstack | 03:48 | |
| *** lyang0 has quit IRC | 03:48 | |
| *** keith_newstadt has joined #openstack | 03:48 | |
| *** MilesDenver has quit IRC | 03:48 | |
| *** chandankumar has joined #openstack | 03:50 | |
| *** overflow has quit IRC | 03:51 | |
| *** dims_ has quit IRC | 03:53 | |
| *** michaelneale has joined #openstack | 03:55 | |
| *** mikeoutland has quit IRC | 03:55 | |
| *** eghobo has joined #openstack | 03:56 | |
| *** HenryG has joined #openstack | 03:56 | |
| *** rushiagr has joined #openstack | 03:57 | |
| *** kebray has joined #openstack | 03:58 | |
| *** kebray has quit IRC | 03:58 | |
| *** signed8bit has quit IRC | 03:59 | |
| *** jthorne has quit IRC | 03:59 | |
| *** whenry has quit IRC | 03:59 | |
| *** adjohn has joined #openstack | 04:00 | |
| *** kebray has joined #openstack | 04:01 | |
| *** ramishra has quit IRC | 04:01 | |
| *** ramishra has joined #openstack | 04:03 | |
| *** rushiagr_ has joined #openstack | 04:03 | |
| *** m3_del has quit IRC | 04:04 | |
| *** sayan has joined #openstack | 04:04 | |
| *** jthorne has joined #openstack | 04:05 | |
| *** rushiagr has quit IRC | 04:06 | |
| *** nphase has joined #openstack | 04:07 | |
| *** noslzzp has quit IRC | 04:08 | |
| *** nosnos has joined #openstack | 04:09 | |
| *** annegent_ has joined #openstack | 04:10 | |
| *** ArminderS has joined #openstack | 04:10 | |
| *** imsurit has joined #openstack | 04:10 | |
| *** m3_del has joined #openstack | 04:11 | |
| *** whenry has joined #openstack | 04:11 | |
| *** hrybacki has joined #openstack | 04:13 | |
| *** acathrow has joined #openstack | 04:14 | |
| *** acathrow has left #openstack | 04:14 | |
| *** haruka has joined #openstack | 04:14 | |
| *** sbfox has quit IRC | 04:14 | |
| *** harlowja is now known as harlowja_away | 04:16 | |
| *** otter768 has quit IRC | 04:16 | |
| *** jthorne has quit IRC | 04:18 | |
| *** Poornima has joined #openstack | 04:19 | |
| *** jkienitz has joined #openstack | 04:21 | |
| *** annegen__ has joined #openstack | 04:22 | |
| *** annegent_ has quit IRC | 04:23 | |
| *** r3pl4y has quit IRC | 04:24 | |
| *** samrose has quit IRC | 04:24 | |
| *** nphase has quit IRC | 04:26 | |
| *** baoli has quit IRC | 04:27 | |
| skullone | Sam-I-Am: did you used to talk in #juniper ? | 04:30 |
| *** WackoRobie has joined #openstack | 04:31 | |
| *** itarchitectkev has quit IRC | 04:33 | |
| *** Ruetobas has quit IRC | 04:33 | |
| *** WackoRobie has quit IRC | 04:36 | |
| *** daneyon has joined #openstack | 04:36 | |
| *** m3_del has quit IRC | 04:37 | |
| *** sgordon has quit IRC | 04:37 | |
| *** rfolco_ has quit IRC | 04:38 | |
| *** kenperkins has joined #openstack | 04:38 | |
| *** Xelnz has joined #openstack | 04:39 | |
| *** Ruetobas has joined #openstack | 04:40 | |
| *** cody-somerville has quit IRC | 04:40 | |
| *** cody-somerville has joined #openstack | 04:41 | |
| Sam-I-Am | skullone: yeh | 04:43 |
| *** giroro_ has joined #openstack | 04:43 | |
| *** Xelnz has quit IRC | 04:43 | |
| *** eghobo has quit IRC | 04:44 | |
| *** Xelenonz has joined #openstack | 04:44 | |
| *** eghobo has joined #openstack | 04:44 | |
| *** jfarschman has joined #openstack | 04:45 | |
| *** jfarschman is now known as MilesDenver | 04:45 | |
| *** Ruetobas has quit IRC | 04:45 | |
| *** aveek has joined #openstack | 04:45 | |
| *** pravins has joined #openstack | 04:46 | |
| skullone | ah i knew you seemed familiar | 04:47 |
| *** killer_prince has quit IRC | 04:48 | |
| *** chandankumar has quit IRC | 04:48 | |
| *** annegen__ has quit IRC | 04:49 | |
| *** Warped has quit IRC | 04:49 | |
| *** dims_ has joined #openstack | 04:49 | |
| *** neeti has joined #openstack | 04:49 | |
| *** MilesDenver has quit IRC | 04:49 | |
| *** ajc_ has joined #openstack | 04:49 | |
| *** ajc__ has joined #openstack | 04:49 | |
| *** ajc___ has joined #openstack | 04:49 | |
| *** hrybacki has quit IRC | 04:50 | |
| *** moted has joined #openstack | 04:50 | |
| *** annegent_ has joined #openstack | 04:50 | |
| *** a_le has joined #openstack | 04:51 | |
| skullone | have you been running openstack for a while? | 04:53 |
| *** vern1 has joined #openstack | 04:53 | |
| *** ytw_ has quit IRC | 04:53 | |
| *** dims_ has quit IRC | 04:54 | |
| *** keith_newstadt has quit IRC | 04:54 | |
| *** anand_ts has joined #openstack | 04:55 | |
| *** annegent_ has quit IRC | 04:55 | |
| *** achampion has quit IRC | 04:55 | |
| *** Warped has joined #openstack | 04:55 | |
| *** _cjones_ has joined #openstack | 04:56 | |
| *** ArxCruz has quit IRC | 04:56 | |
| *** RDurrani has quit IRC | 04:57 | |
| *** _cjones_ has quit IRC | 04:58 | |
| *** mkoderer has joined #openstack | 04:59 | |
| *** _cjones_ has joined #openstack | 04:59 | |
| *** rdurrani has joined #openstack | 04:59 | |
| *** bdpayne has quit IRC | 04:59 | |
| *** bdpayne has joined #openstack | 05:00 | |
| *** chandankumar has joined #openstack | 05:01 | |
| *** dbite has quit IRC | 05:03 | |
| *** ericReeves has quit IRC | 05:04 | |
| *** lykinsbd has quit IRC | 05:06 | |
| *** klamath has joined #openstack | 05:06 | |
| *** moted has quit IRC | 05:08 | |
| *** moted has joined #openstack | 05:10 | |
| *** comay has quit IRC | 05:10 | |
| *** KnuckleSangwich has joined #openstack | 05:10 | |
| *** psharma has joined #openstack | 05:11 | |
| *** devoid has joined #openstack | 05:11 | |
| *** klamath has quit IRC | 05:11 | |
| *** dims_ has joined #openstack | 05:12 | |
| *** sbfox has joined #openstack | 05:12 | |
| *** aeperezt has quit IRC | 05:13 | |
| *** michaelneale has quit IRC | 05:13 | |
| *** arnaud has joined #openstack | 05:13 | |
| *** Guest81453 has quit IRC | 05:14 | |
| *** Guest81453 has joined #openstack | 05:14 | |
| *** Guest81453 is now known as JStoker | 05:14 | |
| *** KnuckleSangwich has quit IRC | 05:14 | |
| *** whenry has quit IRC | 05:17 | |
| *** k4n0 has joined #openstack | 05:17 | |
| *** dims_ has quit IRC | 05:17 | |
| *** annegent_ has joined #openstack | 05:19 | |
| *** achampion has joined #openstack | 05:20 | |
| *** Xelenonz has quit IRC | 05:21 | |
| *** sgordon has joined #openstack | 05:21 | |
| *** colinmcnamara has joined #openstack | 05:21 | |
| *** pmathews has quit IRC | 05:21 | |
| *** adreznec has quit IRC | 05:22 | |
| *** faizan has joined #openstack | 05:22 | |
| *** rdas has joined #openstack | 05:22 | |
| *** drjones has joined #openstack | 05:23 | |
| *** annegent_ has quit IRC | 05:24 | |
| *** sdouglas has joined #openstack | 05:26 | |
| *** sbfox has quit IRC | 05:26 | |
| *** _cjones_ has quit IRC | 05:27 | |
| *** HenryG has quit IRC | 05:28 | |
| *** leeantho has quit IRC | 05:28 | |
| *** drjones has quit IRC | 05:29 | |
| *** _cjones_ has joined #openstack | 05:29 | |
| *** kopparam has joined #openstack | 05:30 | |
| *** daneyon has quit IRC | 05:30 | |
| *** ranger81 has quit IRC | 05:31 | |
| *** aldavud has joined #openstack | 05:31 | |
| *** WackoRobie has joined #openstack | 05:31 | |
| *** bdpayne has quit IRC | 05:31 | |
| *** _cjones_ has quit IRC | 05:33 | |
| *** yamamoto has joined #openstack | 05:35 | |
| *** michaelneale has joined #openstack | 05:35 | |
| *** aldavud has quit IRC | 05:36 | |
| *** WackoRobie has quit IRC | 05:36 | |
| *** bdpayne has joined #openstack | 05:36 | |
| *** bdpayne has quit IRC | 05:36 | |
| *** bdpayne has joined #openstack | 05:37 | |
| *** sigurding has joined #openstack | 05:37 | |
| *** mattgriffin has quit IRC | 05:37 | |
| *** m1crofarmer has quit IRC | 05:40 | |
| *** Xelenonz has joined #openstack | 05:42 | |
| *** tkay has joined #openstack | 05:44 | |
| *** achampion has quit IRC | 05:45 | |
| *** jfarschman has joined #openstack | 05:46 | |
| *** jfarschman is now known as MilesDenver | 05:46 | |
| *** naveen_ has joined #openstack | 05:46 | |
| *** fnaval has quit IRC | 05:46 | |
| *** amitpp has joined #openstack | 05:46 | |
| *** Xelenonz has quit IRC | 05:47 | |
| *** christophe-wk3-o has joined #openstack | 05:49 | |
| *** MilesDenver has quit IRC | 05:50 | |
| *** sayan has quit IRC | 05:52 | |
| *** devoid has quit IRC | 05:53 | |
| *** ramishra has quit IRC | 05:55 | |
| *** devoid has joined #openstack | 05:55 | |
| *** Zack_Deee has quit IRC | 05:55 | |
| esv | geusebio: still around ? | 05:56 |
| *** Zack_Deee has joined #openstack | 05:56 | |
| *** Zack_Deee has quit IRC | 05:57 | |
| *** Zack_Deee has joined #openstack | 05:57 | |
| *** vkmc has quit IRC | 05:59 | |
| *** mpaolino has joined #openstack | 06:00 | |
| *** haruka has quit IRC | 06:01 | |
| *** shausy has joined #openstack | 06:01 | |
| *** MattAitchison has quit IRC | 06:02 | |
| *** afazekas is now known as __afazekas | 06:02 | |
| *** MattAitchison has joined #openstack | 06:03 | |
| *** morganfainberg_Z is now known as morganfainberg | 06:03 | |
| *** shausy has quit IRC | 06:04 | |
| *** ramishra has joined #openstack | 06:05 | |
| *** sgordon has quit IRC | 06:07 | |
| *** nosnos has quit IRC | 06:08 | |
| *** jprovazn has joined #openstack | 06:09 | |
| *** badon_ has joined #openstack | 06:10 | |
| *** nkrinner has joined #openstack | 06:10 | |
| *** badon has quit IRC | 06:10 | |
| *** sam__ has joined #openstack | 06:12 | |
| *** coolsvap has joined #openstack | 06:12 | |
| *** dims_ has joined #openstack | 06:12 | |
| *** badon_ is now known as badon | 06:13 | |
| *** mohits has joined #openstack | 06:14 | |
| *** cody-somerville has quit IRC | 06:14 | |
| *** _cjones_ has joined #openstack | 06:14 | |
| *** a_le has quit IRC | 06:15 | |
| *** kopparam has quit IRC | 06:16 | |
| *** chengwei has quit IRC | 06:16 | |
| *** kopparam has joined #openstack | 06:17 | |
| *** dims_ has quit IRC | 06:17 | |
| *** sigurding has quit IRC | 06:18 | |
| *** _cjones_ has quit IRC | 06:18 | |
| *** yacks has quit IRC | 06:19 | |
| *** imsurit has quit IRC | 06:20 | |
| *** annegent_ has joined #openstack | 06:20 | |
| *** morganfainberg is now known as morganfainberg_Z | 06:21 | |
| *** maishsk has quit IRC | 06:22 | |
| *** michaelneale has quit IRC | 06:22 | |
| *** morganfainberg_Z is now known as morganfainberg | 06:23 | |
| *** _cjones_ has joined #openstack | 06:23 | |
| *** mrunge has joined #openstack | 06:23 | |
| *** reed has quit IRC | 06:24 | |
| *** drankis has joined #openstack | 06:24 | |
| *** annegent_ has quit IRC | 06:25 | |
| *** yfauser has joined #openstack | 06:25 | |
| *** yfauser has left #openstack | 06:25 | |
| *** zigo has quit IRC | 06:26 | |
| *** kebray has quit IRC | 06:26 | |
| *** pradipta_away has quit IRC | 06:28 | |
| *** eguz has joined #openstack | 06:28 | |
| *** cody-somerville has joined #openstack | 06:28 | |
| *** michaelneale has joined #openstack | 06:29 | |
| *** shausy has joined #openstack | 06:29 | |
| *** _cjones_ has quit IRC | 06:29 | |
| *** _cjones_ has joined #openstack | 06:30 | |
| *** evanz has quit IRC | 06:31 | |
| *** aldavud has joined #openstack | 06:31 | |
| *** WackoRobie has joined #openstack | 06:31 | |
| *** drankis has quit IRC | 06:32 | |
| *** eghobo has quit IRC | 06:32 | |
| *** kopparam has quit IRC | 06:34 | |
| *** SumitNaiksatam has joined #openstack | 06:34 | |
| *** zigo has joined #openstack | 06:34 | |
| *** kopparam has joined #openstack | 06:34 | |
| *** WackoRobie has quit IRC | 06:35 | |
| *** sigurding has joined #openstack | 06:36 | |
| *** ranger81 has joined #openstack | 06:36 | |
| *** aldavud has quit IRC | 06:37 | |
| *** vern1 has quit IRC | 06:38 | |
| *** jamesl has joined #openstack | 06:38 | |
| *** kopparam has quit IRC | 06:38 | |
| *** r3pl4y has joined #openstack | 06:39 | |
| *** bdpayne has quit IRC | 06:39 | |
| *** afazekas has joined #openstack | 06:39 | |
| *** achampion has joined #openstack | 06:40 | |
| *** michaelneale has quit IRC | 06:42 | |
| *** Hell_Fire_ has joined #openstack | 06:42 | |
| *** michaelneale has joined #openstack | 06:43 | |
| *** sy01 has joined #openstack | 06:43 | |
| *** Hell_Fire has quit IRC | 06:43 | |
| *** achampion has quit IRC | 06:44 | |
| *** MaxV has joined #openstack | 06:45 | |
| *** belmoreira has joined #openstack | 06:46 | |
| *** moted has quit IRC | 06:46 | |
| *** ranger81 has quit IRC | 06:46 | |
| *** jfarschman has joined #openstack | 06:46 | |
| *** jfarschman is now known as MilesDenver | 06:46 | |
| *** 77CAATWZF has quit IRC | 06:47 | |
| *** linuxgeek_ has joined #openstack | 06:49 | |
| *** kevin1024 has quit IRC | 06:50 | |
| *** MilesDenver has quit IRC | 06:51 | |
| *** michaelneale has quit IRC | 06:52 | |
| *** sayan has joined #openstack | 06:53 | |
| *** drankis has joined #openstack | 06:53 | |
| *** marius_endian has joined #openstack | 06:53 | |
| *** klamath has joined #openstack | 06:55 | |
| *** naveen_ has quit IRC | 06:56 | |
| *** annashen_ has joined #openstack | 06:57 | |
| *** MaxV has quit IRC | 06:58 | |
| *** klamath has quit IRC | 06:59 | |
| *** jamespage_ has joined #openstack | 07:00 | |
| *** yacks has joined #openstack | 07:01 | |
| *** alesales has joined #openstack | 07:01 | |
| *** eglynn has joined #openstack | 07:01 | |
| *** mmcardle has joined #openstack | 07:01 | |
| *** kopparam has joined #openstack | 07:02 | |
| *** sdouglas has quit IRC | 07:02 | |
| *** rdurrani has quit IRC | 07:02 | |
| *** sdouglas has joined #openstack | 07:03 | |
| *** gfidente has joined #openstack | 07:05 | |
| *** aloga has quit IRC | 07:06 | |
| *** aloga has joined #openstack | 07:06 | |
| *** rdurrani has joined #openstack | 07:07 | |
| *** jamespage_ has quit IRC | 07:07 | |
| *** sdouglas has quit IRC | 07:07 | |
| *** MaxV has joined #openstack | 07:08 | |
| *** chengwei has joined #openstack | 07:08 | |
| *** bantu has joined #openstack | 07:10 | |
| *** warik has joined #openstack | 07:10 | |
| *** kopparam has quit IRC | 07:10 | |
| *** arnaud has quit IRC | 07:12 | |
| *** MaxV has quit IRC | 07:12 | |
| *** ranger81 has joined #openstack | 07:13 | |
| *** naveen_ has joined #openstack | 07:13 | |
| *** pantea has joined #openstack | 07:13 | |
| *** oro has joined #openstack | 07:13 | |
| *** underyx|off is now known as underyx | 07:13 | |
| *** dims_ has joined #openstack | 07:13 | |
| *** flaper87|afk is now known as flaper87 | 07:13 | |
| *** vnguyen has joined #openstack | 07:14 | |
| *** artem_panchenko has joined #openstack | 07:16 | |
| *** devoid has quit IRC | 07:16 | |
| *** _cjones_ has quit IRC | 07:16 | |
| *** jcoufal-mobile has joined #openstack | 07:17 | |
| *** _cjones_ has joined #openstack | 07:17 | |
| *** marun has quit IRC | 07:18 | |
| *** dims_ has quit IRC | 07:18 | |
| *** sy01 has quit IRC | 07:19 | |
| *** BAKfr has joined #openstack | 07:19 | |
| *** jcoufal has joined #openstack | 07:19 | |
| *** Arminder has quit IRC | 07:19 | |
| *** Arminder has joined #openstack | 07:20 | |
| *** annegent_ has joined #openstack | 07:20 | |
| *** _cjones_ has quit IRC | 07:21 | |
| *** flwang_ has joined #openstack | 07:21 | |
| *** ndipanov has joined #openstack | 07:23 | |
| *** darshan104 has quit IRC | 07:23 | |
| *** racedo has joined #openstack | 07:24 | |
| *** Dominic_ has quit IRC | 07:24 | |
| *** MarcMorata has joined #openstack | 07:24 | |
| *** annegent_ has quit IRC | 07:25 | |
| *** sy01 has joined #openstack | 07:26 | |
| *** alesales has quit IRC | 07:26 | |
| *** flwang_ has quit IRC | 07:26 | |
| *** ade_b has joined #openstack | 07:27 | |
| *** warik has quit IRC | 07:29 | |
| *** Longgeek has joined #openstack | 07:30 | |
| *** kamlesh_ has joined #openstack | 07:30 | |
| *** Arminder has quit IRC | 07:30 | |
| *** WackoRobie has joined #openstack | 07:31 | |
| *** darshan104 has joined #openstack | 07:31 | |
| *** vicky_ has quit IRC | 07:32 | |
| kamlesh_ | hello ..I do want to store user input data for processing new application on horizon.Is it possible to store it in database? | 07:32 |
| *** darshan104 has quit IRC | 07:33 | |
| *** qba73 has joined #openstack | 07:33 | |
| *** jtomasek has joined #openstack | 07:33 | |
| *** gildub has quit IRC | 07:34 | |
| *** nask is now known as nask`off | 07:35 | |
| *** racedo has quit IRC | 07:35 | |
| *** underyx is now known as underyx|off | 07:35 | |
| *** WackoRobie has quit IRC | 07:36 | |
| *** gary-smith_ has quit IRC | 07:37 | |
| *** andreaturli has joined #openstack | 07:41 | |
| *** egallen has joined #openstack | 07:41 | |
| *** Arminder has joined #openstack | 07:41 | |
| *** maishsk has joined #openstack | 07:41 | |
| *** pnavarro has joined #openstack | 07:41 | |
| *** sayan has quit IRC | 07:41 | |
| *** MaxV has joined #openstack | 07:41 | |
| *** adjohn has quit IRC | 07:41 | |
| *** MaxV has quit IRC | 07:41 | |
| *** colinmcnamara has quit IRC | 07:41 | |
| *** eguz has quit IRC | 07:41 | |
| *** MaxV has joined #openstack | 07:41 | |
| *** openstack has joined #openstack | 07:41 | |
| *** underyx|off is now known as underyx | 07:42 | |
| *** fsimonce has joined #openstack | 07:43 | |
| *** seyeongkim has joined #openstack | 07:43 | |
| *** tnovacik|leaving is now known as tnovacik|gone | 07:44 | |
| *** tnovacik|gone is now known as tnovacik | 07:44 | |
| *** Hell_Fire has joined #openstack | 07:44 | |
| *** ifarkas has joined #openstack | 07:44 | |
| *** Hell_Fire_ has quit IRC | 07:44 | |
| *** sevikkk has quit IRC | 07:44 | |
| *** annashen_ has quit IRC | 07:44 | |
| *** adjohn has joined #openstack | 07:44 | |
| *** MarcMorata has quit IRC | 07:45 | |
| *** achampion has quit IRC | 07:45 | |
| *** alesales has joined #openstack | 07:46 | |
| *** mrunge has quit IRC | 07:46 | |
| *** darshan104 has joined #openstack | 07:47 | |
| *** jfarschman has joined #openstack | 07:47 | |
| *** jfarschman is now known as MilesDenver | 07:47 | |
| *** darshan104 has quit IRC | 07:48 | |
| *** mrunge has joined #openstack | 07:48 | |
| *** adjohn has quit IRC | 07:49 | |
| *** tkay has quit IRC | 07:50 | |
| *** jlibosva has joined #openstack | 07:51 | |
| *** MilesDenver has quit IRC | 07:52 | |
| *** larsam has joined #openstack | 07:52 | |
| *** rPawel has joined #openstack | 07:52 | |
| *** mkoderer has quit IRC | 07:52 | |
| *** Longgeek_ has joined #openstack | 07:52 | |
| *** Longgeek_ has quit IRC | 07:52 | |
| *** melmoth has joined #openstack | 07:53 | |
| *** Longgeek_ has joined #openstack | 07:53 | |
| *** sayan has joined #openstack | 07:55 | |
| *** sayan has joined #openstack | 07:55 | |
| *** nask`off is now known as nask | 07:55 | |
| *** JRobinson__ has quit IRC | 07:55 | |
| *** shausy has quit IRC | 07:55 | |
| Qlawy | UnicodeError: NV-64408AE Message objects do not support str() because they may contain non-ascii characters. Please use unicode() or translate() instead. | 07:56 |
| Qlawy | anyone? | 07:56 |
| *** Longgeek has quit IRC | 07:56 | |
| *** zhiyan_ is now known as zhiyan | 07:57 | |
| *** MarcMorata has joined #openstack | 07:58 | |
| *** linuxgeek_ has quit IRC | 07:59 | |
| *** nelsnels_ has joined #openstack | 08:00 | |
| *** nacim has joined #openstack | 08:01 | |
| *** rPawel has left #openstack | 08:02 | |
| *** linuxgeek_ has joined #openstack | 08:03 | |
| *** vnguyen has quit IRC | 08:03 | |
| *** nelsnelson has quit IRC | 08:03 | |
| *** rushiagr_ has quit IRC | 08:04 | |
| *** rushiagr_ has joined #openstack | 08:04 | |
| *** Longgeek_ has quit IRC | 08:04 | |
| *** cody-somerville has quit IRC | 08:05 | |
| *** dwaite has joined #openstack | 08:05 | |
| *** xianghui has joined #openstack | 08:05 | |
| *** marrusl has joined #openstack | 08:06 | |
| *** darshan104 has joined #openstack | 08:07 | |
| *** linuxgeek_ has quit IRC | 08:08 | |
| *** linuxgeek_ has joined #openstack | 08:08 | |
| *** sy01 has quit IRC | 08:09 | |
| *** tvvcox has joined #openstack | 08:09 | |
| *** rushiagr_ has quit IRC | 08:09 | |
| *** cody-somerville has joined #openstack | 08:10 | |
| *** linuxgeek_ has quit IRC | 08:11 | |
| *** linuxgeek_ has joined #openstack | 08:11 | |
| *** darshan104 has quit IRC | 08:11 | |
| *** yaguang has joined #openstack | 08:12 | |
| *** mrunge has quit IRC | 08:12 | |
| *** rushiagr_ has joined #openstack | 08:13 | |
| *** dims_ has joined #openstack | 08:14 | |
| *** dbogun has joined #openstack | 08:14 | |
| *** nihilifer has joined #openstack | 08:14 | |
| *** kamlesh_ has quit IRC | 08:15 | |
| *** kamlesh has quit IRC | 08:15 | |
| *** ramishra has quit IRC | 08:15 | |
| *** foexle has joined #openstack | 08:16 | |
| *** beejee has joined #openstack | 08:17 | |
| *** shausy has joined #openstack | 08:17 | |
| *** cookednoodles has joined #openstack | 08:17 | |
| *** tan has quit IRC | 08:17 | |
| *** pixelb has joined #openstack | 08:17 | |
| *** aveek has quit IRC | 08:17 | |
| *** mrunge has joined #openstack | 08:17 | |
| *** jistr has joined #openstack | 08:17 | |
| *** dims_ has quit IRC | 08:18 | |
| *** dbogun has quit IRC | 08:19 | |
| *** Chris_Gibbs_Aus has quit IRC | 08:19 | |
| *** mkoderer has joined #openstack | 08:20 | |
| *** Chris_Gibbs_Aus has joined #openstack | 08:20 | |
| *** ajo_ has joined #openstack | 08:20 | |
| *** dtrainor has quit IRC | 08:20 | |
| *** fthamura has joined #openstack | 08:21 | |
| fthamura | hi all | 08:21 |
| *** epcim has joined #openstack | 08:21 | |
| fthamura | where is the place to as question, regarding follow installation guide in openstack 's doc | 08:21 |
| *** dbogun has joined #openstack | 08:22 | |
| _shaps_ | Hi, think here should be ok | 08:22 |
| *** ddmitriev has joined #openstack | 08:23 | |
| *** gszasz has joined #openstack | 08:23 | |
| fthamura | i am following the cinder tutorial | 08:23 |
| fthamura | and i see my region, RegionOne and regionOne | 08:23 |
| fthamura | is the region case sensitive? | 08:23 |
| _shaps_ | Think so, yes | 08:23 |
| *** tan has joined #openstack | 08:24 | |
| *** arezmerita has joined #openstack | 08:25 | |
| *** lborda has joined #openstack | 08:25 | |
| *** sputnik1_ has joined #openstack | 08:25 | |
| fthamura | i has follow installation guide | 08:25 |
| fthamura | but my case, i use /dev/sda6 for lvm | 08:26 |
| *** bbcmicrocomputer has joined #openstack | 08:26 | |
| *** bbcmicrocomputer has joined #openstack | 08:26 | |
| *** kushal has joined #openstack | 08:26 | |
| fthamura | any best configuration to make cinder work? | 08:26 |
| _shaps_ | Which guide are you following? | 08:27 |
| *** kopparam has joined #openstack | 08:27 | |
| Qlawy | fthamura: pvcreate /dev/sda6, vgcreate cinder-volumes /dev/sda6 | 08:27 |
| Qlawy | restart and you are done | 08:27 |
| fthamura | Qlawy: i did that | 08:27 |
| Qlawy | fthamura: ah, and remember to start tgtd | 08:27 |
| fthamura | my sda6 now lvm2 | 08:27 |
| Qlawy | it should work | 08:27 |
| Qlawy | if not, check /var/log/cinder/*.log | 08:28 |
| fthamura | chapter 9, cinder create --display-name myVolume 1 | 08:28 |
| Qlawy | and what you have? | 08:28 |
| *** dims_ has joined #openstack | 08:28 | |
| fthamura | Could not find any suitable endpoint. Correct region? | 08:28 |
| *** lcavassa has joined #openstack | 08:28 | |
| Qlawy | yeah, correct region | 08:28 |
| Qlawy | its case sensitive | 08:28 |
| Qlawy | best way is to update it directly in databse | 08:29 |
| Qlawy | imho ofc... | 08:29 |
| *** aveek has joined #openstack | 08:29 | |
| fthamura | i use mysql workbench, now all "regionOne" rather "RegionOne" | 08:29 |
| Qlawy | if you are using mysql its preetey simple | 08:29 |
| *** ajo has quit IRC | 08:29 | |
| *** ajo_ is now known as ajo | 08:29 | |
| fthamura | we use mysql all here | 08:29 |
| fthamura | nova, glance, keystone all in mysql | 08:29 |
| fthamura | easier to change with mysql workbench | 08:29 |
| Qlawy | good | 08:29 |
| fthamura | how to know, that pvcreate /dev/sda6 work well? | 08:30 |
| *** bandigirl has quit IRC | 08:30 | |
| Qlawy | so go to keystone databse, select endpoint table and check if all rows in region column are exact same | 08:30 |
| Qlawy | fthamura: vgdisplay | 08:30 |
| Qlawy | fthamura: or pvdisplay | 08:31 |
| fthamura | meruvian@mervbare:~$ vgdisplay /dev/mapper/control: open failed: Permission denied Failure to communicate with kernel device-mapper driver. WARNING: Ignoring duplicate config node: filter (seeking filter) WARNING: Running as a non-root user. Functionality may be unavailable. No volume groups found | 08:31 |
| *** RoozbehShafiee has joined #openstack | 08:31 | |
| *** kopparam has quit IRC | 08:31 | |
| *** WackoRobie has joined #openstack | 08:31 | |
| Qlawy | fthamura: oO | 08:31 |
| fthamura | aha :) | 08:31 |
| Qlawy | fthamura: run as root | 08:31 |
| fthamura | G Name cinder-volumes System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 1 | 08:31 |
| fthamura | format lvm2 | 08:31 |
| Qlawy | fthamura: dude... use some pastebin or sth | 08:31 |
| fthamura | sorry :) | 08:32 |
| fthamura | for "cinder-manage db sync" | 08:32 |
| fthamura | will it create "cinder" table | 08:32 |
| Qlawy | nope | 08:32 |
| fthamura | because keystone, glance, nova, create table | 08:33 |
| Qlawy | back... it wil create cinder tables, but not databse (afair) | 08:33 |
| *** dims_ has quit IRC | 08:33 | |
| *** TusharV has joined #openstack | 08:34 | |
| _shaps_ | db sync doesn't create db | 08:34 |
| *** makije has quit IRC | 08:34 | |
| *** Kbee has quit IRC | 08:34 | |
| Qlawy | _shaps_: thnx for confirmation | 08:34 |
| _shaps_ | ;) | 08:34 |
| *** linuxgeek_ has quit IRC | 08:35 | |
| *** TusharV has quit IRC | 08:35 | |
| fthamura | how to know , the cinder db sync work well? | 08:35 |
| *** rushiagr__ has joined #openstack | 08:35 | |
| _shaps_ | It gives you back errors if it didn't work | 08:35 |
| *** berendt has joined #openstack | 08:35 | |
| fthamura | i has follow the installation doc step, now try to troubleshoot, because cannot cinder create | 08:35 |
| _shaps_ | what's in the cinder db? | 08:35 |
| *** linuxgeek_ has joined #openstack | 08:35 | |
| Qlawy | mysql cinder -e "show tables;" | 08:35 |
| *** lborda has quit IRC | 08:35 | |
| *** WackoRobie has quit IRC | 08:36 | |
| fthamura | no database, cinder | 08:37 |
| Qlawy | database is smalles problem with cinder ;) | 08:37 |
| Qlawy | fthamura: did you create it? | 08:37 |
| fthamura | only have glance, keystone, heat, and nova | 08:37 |
| *** neeti has quit IRC | 08:37 | |
| Qlawy | ... | 08:37 |
| _shaps_ | fthamura: you have to create it.. | 08:37 |
| fthamura | aha :) | 08:37 |
| fthamura | hwhwhw ;) | 08:37 |
| fthamura | thx :) | 08:37 |
| fthamura | that is the missing step :) | 08:37 |
| _shaps_ | yep definetely :) | 08:38 |
| *** rushiagr_ has quit IRC | 08:39 | |
| *** larsam has quit IRC | 08:39 | |
| *** corXi has joined #openstack | 08:40 | |
| *** mattjo has joined #openstack | 08:40 | |
| *** rotbeard has joined #openstack | 08:41 | |
| *** achampion has joined #openstack | 08:41 | |
| fthamura | I try "cinder-manage db sync" | 08:41 |
| *** linuxgeek_ has quit IRC | 08:42 | |
| fthamura | insallation guide wrote: # su -s /bin/sh -c "cinder-manage db sync" cinder | 08:42 |
| fthamura | can i use "cinder-manage db sync" without full blown syntax | 08:42 |
| _shaps_ | fthamura: yes, run it as cinder user | 08:42 |
| fthamura | _shaps_: must login as cinder user? | 08:42 |
| *** cody-somerville has quit IRC | 08:43 | |
| _shaps_ | fthamura: no, if you just run su -s ... it will run the command as cinder, but shouldn't be a problem if you run it as root | 08:43 |
| _shaps_ | fthamura: as soon as you run it as root | 08:43 |
| fthamura | i try as root, but still problem | 08:43 |
| fthamura | Failed to parse /etc/cinder/cinder.conf: at /etc/cinder/cinder.conf:27, No ':' or '=' found in assignment: '... | 08:43 |
| _shaps_ | check that line, is a config err | 08:44 |
| *** soleblaze has quit IRC | 08:44 | |
| fthamura | is the "[DEFAULT] rpc_backend = cinder.openstack.common.rpc.impl_kombu" in cinder.conf optional? | 08:45 |
| *** arezmerita has quit IRC | 08:45 | |
| *** berendt has quit IRC | 08:46 | |
| *** achampion has quit IRC | 08:46 | |
| fthamura | i think my cinder db sync work well | 08:46 |
| *** arezmerita has joined #openstack | 08:46 | |
| fthamura | but in database no table generated | 08:46 |
| *** berendt has joined #openstack | 08:47 | |
| _shaps_ | No, the rpc_backend is not optional | 08:47 |
| *** jfarschman has joined #openstack | 08:48 | |
| *** jfarschman is now known as MilesDenver | 08:48 | |
| *** soleblaze has joined #openstack | 08:48 | |
| *** Zack_Deee has quit IRC | 08:49 | |
| *** linuxgeek_ has joined #openstack | 08:49 | |
| *** Zack_Deee has joined #openstack | 08:49 | |
| fthamura | cinder.conf different with nova.conf or keystone | 08:50 |
| fthamura | cinder.conf is very little setting | 08:50 |
| fthamura | including [database] also is not exist, we must use it | 08:50 |
| rotbeard | regarding to the hypervisor support matrix, what means "Auto configure disk" really? means this that with kvm my instances with 50GB disk size specified in a flavor still have the disk size of the underlying image? | 08:50 |
| fthamura | any reason why? | 08:50 |
| _shaps_ | http://docs.openstack.org/icehouse/install-guide/install/apt/content/cinder-controller.html | 08:51 |
| _shaps_ | The second point says to update the [database] section | 08:51 |
| *** rdurrani has quit IRC | 08:52 | |
| *** MilesDenver has quit IRC | 08:52 | |
| *** rdurrani has joined #openstack | 08:53 | |
| *** Zack_Deee has quit IRC | 08:54 | |
| *** rdurrani has quit IRC | 08:54 | |
| *** jp_at_hp has joined #openstack | 08:55 | |
| *** derekh__ has joined #openstack | 08:56 | |
| *** robbiew has joined #openstack | 08:56 | |
| *** lborda has joined #openstack | 08:58 | |
| *** Kbee has joined #openstack | 08:58 | |
| *** lborda has quit IRC | 08:59 | |
| *** lborda has joined #openstack | 08:59 | |
| *** lborda has quit IRC | 09:00 | |
| *** rushiagr__ has quit IRC | 09:01 | |
| *** foexle has quit IRC | 09:01 | |
| *** zerick has quit IRC | 09:03 | |
| *** zerick has joined #openstack | 09:04 | |
| *** ddmitriev has quit IRC | 09:07 | |
| *** rotbeard has quit IRC | 09:07 | |
| *** mattjo has quit IRC | 09:07 | |
| *** ddmitriev has joined #openstack | 09:08 | |
| fthamura | _shaps_: i did that.. | 09:08 |
| *** amcrn has quit IRC | 09:08 | |
| *** rotbeard has joined #openstack | 09:10 | |
| _shaps_ | fthamura: so how can the [database] not exist? | 09:10 |
| fthamura | i added it | 09:11 |
| fthamura | in default [database] is not in cinder.conf | 09:11 |
| fthamura | we should add it | 09:11 |
| fthamura | only rootwrap.conf and api-paste.ini | 09:12 |
| *** dizquierdo has joined #openstack | 09:12 | |
| *** arezmerita has quit IRC | 09:12 | |
| fthamura | i found my cinder tables still missing | 09:13 |
| fthamura | my conf: | 09:13 |
| *** arezmerita has joined #openstack | 09:13 | |
| fthamura | [database] sql_connection = mysql://cinder:cinder@192.168.1.52/cinder | 09:13 |
| *** puzzled has joined #openstack | 09:14 | |
| *** MattAitchison has quit IRC | 09:15 | |
| trash | then execute the dbsync again. | 09:16 |
| *** kype has quit IRC | 09:16 | |
| *** darshan104 has joined #openstack | 09:16 | |
| *** sigurding has quit IRC | 09:17 | |
| fthamura | trash: when do "cinder-manage db sync" no result, how to know db sync run well? | 09:17 |
| *** sigurding has joined #openstack | 09:17 | |
| *** AlexFrolov has quit IRC | 09:17 | |
| *** ramishra has joined #openstack | 09:18 | |
| *** AlexFrolov has joined #openstack | 09:18 | |
| fthamura | i try "cinder-manage db sync logs" | 09:18 |
| fthamura | 2014-07-11 16:18:06.182 7612 CRITICAL cinder [-] Error: version should be an integer | 09:18 |
| *** lykinsbd has joined #openstack | 09:19 | |
| *** pelix has joined #openstack | 09:19 | |
| *** rotbeard has quit IRC | 09:19 | |
| *** lborda has joined #openstack | 09:20 | |
| *** darshan104 has quit IRC | 09:20 | |
| *** MattAitchison has joined #openstack | 09:20 | |
| *** adjohn has joined #openstack | 09:21 | |
| *** sputnik1_ has quit IRC | 09:21 | |
| *** ranger81 has quit IRC | 09:22 | |
| *** zz_johnthetubagu is now known as johnthetubaguy | 09:23 | |
| *** lykinsbd has quit IRC | 09:24 | |
| *** zhiyan_ has joined #openstack | 09:25 | |
| *** rotbeard has joined #openstack | 09:25 | |
| *** adjohn has quit IRC | 09:26 | |
| *** vdo has joined #openstack | 09:26 | |
| *** pczesno has quit IRC | 09:27 | |
| *** sigurding has quit IRC | 09:27 | |
| *** dims_ has joined #openstack | 09:29 | |
| *** sputnik1_ has joined #openstack | 09:29 | |
| fthamura | Q: what is the different between OS_TENANT_ID vs OS_TENANT_NAME | 09:30 |
| *** geekinutah has quit IRC | 09:30 | |
| *** geekinut1h has joined #openstack | 09:30 | |
| *** WackoRobie has joined #openstack | 09:31 | |
| *** aldavud has joined #openstack | 09:33 | |
| *** tvvcox has quit IRC | 09:34 | |
| trash | the ID is the ID (like 1c4ab4...) , the name is the name (like services) | 09:34 |
| *** dims_ has quit IRC | 09:34 | |
| *** lborda has quit IRC | 09:35 | |
| *** zhiyan_ has left #openstack | 09:35 | |
| *** zhiyan_ has joined #openstack | 09:36 | |
| *** WackoRobie has quit IRC | 09:36 | |
| *** flwang_ has joined #openstack | 09:39 | |
| *** sigurding has joined #openstack | 09:39 | |
| *** zhiyan_ has quit IRC | 09:41 | |
| *** zhiyan_ has joined #openstack | 09:41 | |
| *** achampion has joined #openstack | 09:42 | |
| *** zhiyan has left #openstack | 09:43 | |
| *** tan has quit IRC | 09:44 | |
| *** tan has joined #openstack | 09:45 | |
| *** zhiyan_ has quit IRC | 09:45 | |
| *** zhiyan_ has joined #openstack | 09:45 | |
| *** zhiyan_ has quit IRC | 09:46 | |
| *** zhiyan_ has joined #openstack | 09:46 | |
| *** achampion has quit IRC | 09:47 | |
| *** zhiyan_ has quit IRC | 09:47 | |
| *** jfarschman has joined #openstack | 09:49 | |
| *** jfarschman is now known as MilesDenver | 09:49 | |
| *** fsimonce` has joined #openstack | 09:49 | |
| *** fsimonce has quit IRC | 09:49 | |
| *** rotbeard has quit IRC | 09:49 | |
| *** foexle has joined #openstack | 09:49 | |
| *** zhiyan_ has joined #openstack | 09:50 | |
| *** zhiyan_ has quit IRC | 09:52 | |
| *** wolsen has joined #openstack | 09:53 | |
| *** MilesDenver has quit IRC | 09:53 | |
| *** fsimonce has joined #openstack | 09:54 | |
| *** fsimonce` has quit IRC | 09:54 | |
| *** zhiyan_ has joined #openstack | 09:54 | |
| *** bilco105 has joined #openstack | 09:54 | |
| *** rotbeard has joined #openstack | 09:55 | |
| *** OutBackDingo_ has joined #openstack | 09:56 | |
| *** fthamura has quit IRC | 09:58 | |
| *** Longgeek has joined #openstack | 09:59 | |
| *** pintergreg has joined #openstack | 09:59 | |
| *** zhiyan_ has quit IRC | 10:01 | |
| *** ramishra_ has joined #openstack | 10:01 | |
| *** zhiyan has joined #openstack | 10:01 | |
| *** wolsen has quit IRC | 10:02 | |
| *** baohua has quit IRC | 10:02 | |
| *** ramishra has quit IRC | 10:03 | |
| *** zhiyan has quit IRC | 10:04 | |
| *** arezmerita has quit IRC | 10:04 | |
| *** arezmerita has joined #openstack | 10:04 | |
| *** baohua has joined #openstack | 10:04 | |
| *** zhiyan has joined #openstack | 10:05 | |
| x1b2j | hi everyone, i have an issue while launching the vm, while using docker as a hypervisor in openstack. i am getting the following error : Error: Failed to launch instance "centos": Please try again later [Error: No valid host was found. ]. the nova-scheduler logs can be found at : https://gist.github.com/anonymous/4e813ea82859bc418397 | 10:05 |
| *** overlayer has joined #openstack | 10:05 | |
| *** hs366 has joined #openstack | 10:05 | |
| *** ArxCruz has joined #openstack | 10:06 | |
| *** ongolaBoy has joined #openstack | 10:08 | |
| *** mkulke has joined #openstack | 10:12 | |
| *** perror has joined #openstack | 10:12 | |
| trash | Then you have no compute node for docker | 10:13 |
| *** ranger81 has joined #openstack | 10:13 | |
| *** morganfainberg is now known as morganfainberg_Z | 10:13 | |
| *** arezmerita has quit IRC | 10:13 | |
| *** underyx is now known as underyx|off | 10:13 | |
| *** yamamoto has quit IRC | 10:14 | |
| *** epcim has quit IRC | 10:15 | |
| *** ignored-256 has quit IRC | 10:16 | |
| *** sigurding has quit IRC | 10:16 | |
| *** ranger81 has quit IRC | 10:18 | |
| *** dbogun has quit IRC | 10:19 | |
| *** Zack_Deee has joined #openstack | 10:21 | |
| *** mmcardle has quit IRC | 10:21 | |
| *** Abhijeet has joined #openstack | 10:23 | |
| *** foexle has quit IRC | 10:24 | |
| *** Abhijeet has quit IRC | 10:24 | |
| *** wolsen has joined #openstack | 10:24 | |
| *** mmcardle has joined #openstack | 10:25 | |
| *** fsimonce` has joined #openstack | 10:25 | |
| *** fsimonce has quit IRC | 10:25 | |
| *** aldavud has quit IRC | 10:26 | |
| *** dbogun has joined #openstack | 10:27 | |
| *** pintergreg has quit IRC | 10:28 | |
| *** epcim has joined #openstack | 10:28 | |
| *** niteshselkari has joined #openstack | 10:29 | |
| *** foexle has joined #openstack | 10:29 | |
| *** mdavidson has joined #openstack | 10:29 | |
| *** dims_ has joined #openstack | 10:30 | |
| *** jamesl has quit IRC | 10:30 | |
| *** inc0 has joined #openstack | 10:31 | |
| *** WackoRobie has joined #openstack | 10:31 | |
| *** klamath has joined #openstack | 10:32 | |
| *** kopparam has joined #openstack | 10:32 | |
| *** dims_ has quit IRC | 10:34 | |
| *** WackoRobie has quit IRC | 10:36 | |
| *** paragan has quit IRC | 10:36 | |
| *** underyx|off is now known as underyx | 10:36 | |
| *** klamath has quit IRC | 10:37 | |
| *** ramishra_ has quit IRC | 10:37 | |
| *** scottso has quit IRC | 10:38 | |
| *** ramishra has joined #openstack | 10:38 | |
| *** yocum has joined #openstack | 10:38 | |
| *** Longgeek has quit IRC | 10:39 | |
| *** scottso has joined #openstack | 10:39 | |
| *** kopparam has quit IRC | 10:39 | |
| *** kopparam has joined #openstack | 10:40 | |
| *** venkatesh has joined #openstack | 10:40 | |
| *** sigurding has joined #openstack | 10:42 | |
| *** achampion has joined #openstack | 10:43 | |
| *** neha_ has quit IRC | 10:43 | |
| *** venkatesh has quit IRC | 10:43 | |
| *** kopparam has quit IRC | 10:44 | |
| *** vhoward has joined #openstack | 10:45 | |
| *** Kbee has quit IRC | 10:46 | |
| *** venkatesh has joined #openstack | 10:47 | |
| *** achampion has quit IRC | 10:47 | |
| *** neiljerram has joined #openstack | 10:49 | |
| *** jfarschman has joined #openstack | 10:49 | |
| *** jfarschman is now known as MilesDenver | 10:49 | |
| *** venkatesh has quit IRC | 10:50 | |
| *** pravins has quit IRC | 10:52 | |
| neiljerram | Hello there! Is there anyone on who might be able to help me with a problem running OpenStack on RHEL6.5? It's a single node setup, installed using RDO and packstack, and the problem I'm seeing is that the dashboard reports the nova-compute service and all the network agents as being down. | 10:52 |
| *** kopparam has joined #openstack | 10:53 | |
| *** MilesDenver has quit IRC | 10:54 | |
| *** al has quit IRC | 10:55 | |
| *** ramishra_ has joined #openstack | 10:56 | |
| *** ramishra has quit IRC | 10:56 | |
| *** underyx is now known as underyx|off | 10:57 | |
| *** underyx|off is now known as underyx | 10:57 | |
| *** al has joined #openstack | 10:57 | |
| *** kopparam has quit IRC | 10:57 | |
| neiljerram | What should rpc_backend be set to, in a single node system? | 10:58 |
| *** kopparam has joined #openstack | 10:58 | |
| *** kopparam_ has joined #openstack | 10:59 | |
| *** kopparam has quit IRC | 11:00 | |
| *** Azher has quit IRC | 11:00 | |
| *** jprovazn has quit IRC | 11:01 | |
| *** kopparam_ has quit IRC | 11:02 | |
| *** darshan104 has joined #openstack | 11:02 | |
| *** diegows has joined #openstack | 11:02 | |
| *** jcoufal has quit IRC | 11:03 | |
| *** kopparam has joined #openstack | 11:04 | |
| *** xavpaice_ is now known as xavpaice | 11:04 | |
| *** giorgiodinapoli has joined #openstack | 11:04 | |
| *** jcoufal has joined #openstack | 11:04 | |
| *** dave_tucker_zzz is now known as dave_tucker | 11:06 | |
| *** darshan104 has quit IRC | 11:06 | |
| *** seyeongkim has quit IRC | 11:07 | |
| *** tvvcox has joined #openstack | 11:08 | |
| *** rtheis has joined #openstack | 11:08 | |
| *** kopparam has quit IRC | 11:09 | |
| *** mpaolino has quit IRC | 11:09 | |
| perror | StackExchange site on Virtualization: Create new question and vote for question: http://area51.stackexchange.com/proposals/60894/virtualization-cloud-and-grid-computing | 11:10 |
| *** wolsen has quit IRC | 11:11 | |
| *** xianghui has quit IRC | 11:11 | |
| x1b2j | hi everyone, i have an issue while launching the vm, while using docker as a hypervisor in openstack. i am getting the following error : | 11:13 |
| x1b2j | Error: Failed to launch instance "centos": Please try again later [Error: No valid host was found. ]. | 11:14 |
| *** ranger81 has joined #openstack | 11:14 | |
| x1b2j | the nova-scheduler logs can be found at : https://gist.github.com/anonymous/4e813ea82859bc418397 | 11:14 |
| *** avozza has joined #openstack | 11:15 | |
| *** foexle has quit IRC | 11:16 | |
| *** kopparam has joined #openstack | 11:17 | |
| *** baoli has joined #openstack | 11:17 | |
| *** yaguang has quit IRC | 11:18 | |
| *** xrsa has quit IRC | 11:18 | |
| *** rushiagr has joined #openstack | 11:18 | |
| *** ranger81 has quit IRC | 11:19 | |
| *** aldavud_away has joined #openstack | 11:19 | |
| neiljerram | I don't know Docker, but just a thought: What do see if you look at Admin, Hypervisors in the OpenStack dashboard? | 11:19 |
| *** adjohn has joined #openstack | 11:22 | |
| *** mmcardle has quit IRC | 11:23 | |
| neiljerram | Can anyone confirm that a single node RDO/packstack installation (on RHEL6.5) normally works? | 11:24 |
| *** julim has joined #openstack | 11:24 | |
| *** arezmerita has joined #openstack | 11:24 | |
| *** dims_ has joined #openstack | 11:25 | |
| anand_ts | neiljerram: do you have any specific question? | 11:25 |
| neiljerram | Yes - hang on, I'll just repeat the one I asked a few minutes ago above... | 11:26 |
| *** julim has quit IRC | 11:27 | |
| *** adjohn has quit IRC | 11:27 | |
| neiljerram | I wrote: "Is there anyone on who might be able to help me with a problem running OpenStack on RHEL6.5? It's a single node setup, installed using RDO and packstack, and the problem I'm seeing is that the dashboard reports the nova-compute service and all the network agents as being down." | 11:27 |
| anand_ts | try to start it using command line | 11:28 |
| *** benrodrigue has joined #openstack | 11:29 | |
| *** kopparam has quit IRC | 11:29 | |
| neiljerram | In addition, I then see that instance creation fails. But I guessed it might make sense to investigate and understand the "down" states first. | 11:29 |
| *** Harry51S has joined #openstack | 11:30 | |
| anand_ts | neiljerram: if the openstack services are down, you cannot launch instances first, also it is better to start by checking log files | 11:30 |
| *** WackoRobie has joined #openstack | 11:31 | |
| neiljerram | anand_ts: I have done a lot of looking at log files, and googling for possible error messages in them. Where would you look first? | 11:32 |
| anand_ts | neiljerram: I would start from /var/log/nova/*.log | 11:33 |
| anand_ts | neiljerram: nova service-list , openstack-status | 11:33 |
| *** arezmerita has quit IRC | 11:34 | |
| *** faizan has quit IRC | 11:35 | |
| *** kopparam has joined #openstack | 11:36 | |
| *** WackoRobie has quit IRC | 11:36 | |
| *** dneary has joined #openstack | 11:36 | |
| neiljerram | anand_ts: Here's my nova service-list: | 11:37 |
| neiljerram | $ nova service-list | 11:38 |
| neiljerram | +------------------+----------------+----------+---------+-------+----------------------------+-----------------+ | 11:38 |
| neiljerram | | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason | | 11:38 |
| neiljerram | +------------------+----------------+----------+---------+-------+----------------------------+-----------------+ | 11:38 |
| neiljerram | | nova-consoleauth | LINUX-ESX3-068 | internal | enabled | up | 2014-07-11T11:36:12.000000 | - | | 11:38 |
| neiljerram | | nova-scheduler | LINUX-ESX3-068 | internal | enabled | up | 2014-07-11T11:36:11.000000 | - | | 11:38 |
| neiljerram | | nova-conductor | LINUX-ESX3-068 | internal | enabled | up | 2014-07-11T11:36:10.000000 | - | | 11:38 |
| neiljerram | | nova-compute | LINUX-ESX3-068 | nova | enabled | down | 2014-07-10T14:59:00.000000 | - | | 11:38 |
| neiljerram | | nova-cert | LINUX-ESX3-068 | internal | enabled | up | 2014-07-11T11:36:12.000000 | - | | 11:38 |
| neiljerram | +------------------+----------------+----------+---------+-------+----------------------------+-----------------+ | 11:38 |
| neiljerram | 11:38 | |
| *** tomoe_ has quit IRC | 11:38 | |
| *** mmcardle has joined #openstack | 11:39 | |
| neiljerram | And openstack-status (which I didn't know about, so thanks for suggesting it!): | 11:39 |
| anand_ts | neiljerram: please use pastebin to paste the output next time. paste.openstack.org will be handy | 11:39 |
| neiljerram | OK, will do... | 11:39 |
| *** jcoufal has quit IRC | 11:39 | |
| anand_ts | neiljerram: just start your nova compute service. | 11:41 |
| neiljerram | anand_ts: openstack-status is at http://paste.openstack.org/show/86081/ | 11:41 |
| *** neha_ has joined #openstack | 11:41 | |
| *** ericgoncz has joined #openstack | 11:42 | |
| neiljerram | anand_ts: nova-compute is currently running. I've previously restarted it several times by doing "sudo service openstack-nova-compute restart" - is that what you mean, or do you think I should do something different? | 11:43 |
| *** achampion has joined #openstack | 11:43 | |
| *** naveen_ has quit IRC | 11:43 | |
| *** RoozbehShafiee has quit IRC | 11:44 | |
| neiljerram | anand_ts: Is "rabbitmq-server: inactive" a problem, in the openstack-status output? | 11:44 |
| *** julim has joined #openstack | 11:44 | |
| *** keith_newstadt has joined #openstack | 11:45 | |
| anand_ts | neiljerram: $ /etc/init.d/rabbitmq-server restart | 11:45 |
| *** marcelodieder has quit IRC | 11:47 | |
| *** FunnyLookinHat has joined #openstack | 11:48 | |
| *** achampion has quit IRC | 11:48 | |
| *** julim has quit IRC | 11:49 | |
| *** keith_newstadt has quit IRC | 11:49 | |
| *** jprovazn has joined #openstack | 11:49 | |
| neiljerram | anand_ts: Hmm, interesting. I've restarted rabbitmq-server, and "ps waux" shows that it is really running. But openstack-status still says "rabbitmq-server: inactive". | 11:49 |
| *** kushal has quit IRC | 11:50 | |
| *** keith_newstadt has joined #openstack | 11:50 | |
| *** jfarschman has joined #openstack | 11:50 | |
| *** jfarschman is now known as MilesDenver | 11:50 | |
| neiljerram | Also openstack-status now says "openstack-nova-compute: dead", and /var/log/nova/compute.log ends with a traceback for a "Connection reset by peer" error. | 11:51 |
| *** negronjl has quit IRC | 11:51 | |
| *** rotbeard has quit IRC | 11:52 | |
| *** negronjl has joined #openstack | 11:52 | |
| neiljerram | I guess that happened when I restarted rabbitmq. Other Nova log files (consoleauth, cert, scheduler, conductor) show the same error but with a successful connection retry | 11:53 |
| neiljerram | ... a short while later. | 11:53 |
| *** flwang_ has quit IRC | 11:54 | |
| *** MilesDenver has quit IRC | 11:55 | |
| *** aldavud_away is now known as aldavud | 11:55 | |
| *** keith_newstadt has quit IRC | 11:57 | |
| *** rotbeard has joined #openstack | 11:58 | |
| *** TheOsprey has joined #openstack | 11:58 | |
| *** ericReeves has joined #openstack | 12:00 | |
| *** k4n0 has quit IRC | 12:00 | |
| neiljerram | It seems I also have a cinder problem. openstack-status says "openstack-cinder-scheduler: dead", and /var/log/cinder/scheduler.log ends with a traceback for "AMQPChannelException: (404, u"NOT_FOUND - no exchange 'cinder-volume_fanout' in vhost '/'", (60, 40), 'Channel.basic_publish')". Does that give anyone a clue about what is wrong in my setup? | 12:01 |
| *** jdob has joined #openstack | 12:01 | |
| *** arezmerita has joined #openstack | 12:01 | |
| *** acathrow has joined #openstack | 12:02 | |
| *** samrose has joined #openstack | 12:02 | |
| *** epcim has quit IRC | 12:02 | |
| *** marcelodieder has joined #openstack | 12:03 | |
| *** eharney has quit IRC | 12:04 | |
| *** codybum has quit IRC | 12:06 | |
| *** jcoufal-mobile has quit IRC | 12:07 | |
| *** jcoufal-mobile_ has joined #openstack | 12:07 | |
| *** TheAppleMan has joined #openstack | 12:07 | |
| *** TheAppleMan has joined #openstack | 12:07 | |
| *** egallen has quit IRC | 12:09 | |
| *** egallen has joined #openstack | 12:09 | |
| *** egallen has joined #openstack | 12:10 | |
| *** egallen has left #openstack | 12:10 | |
| *** egallen has joined #openstack | 12:11 | |
| *** ahasenack has joined #openstack | 12:11 | |
| *** tvvcox has quit IRC | 12:11 | |
| *** vkmc has joined #openstack | 12:12 | |
| *** baoli has quit IRC | 12:13 | |
| *** wolsen has joined #openstack | 12:14 | |
| *** achampion has joined #openstack | 12:14 | |
| *** mmcardle has quit IRC | 12:14 | |
| *** arielb has quit IRC | 12:14 | |
| *** ranger81 has joined #openstack | 12:15 | |
| *** benrodrigue has quit IRC | 12:15 | |
| *** neha_ has quit IRC | 12:15 | |
| *** bknudson has joined #openstack | 12:15 | |
| *** sigurding has quit IRC | 12:15 | |
| *** eharney has joined #openstack | 12:17 | |
| *** mpaolino has joined #openstack | 12:18 | |
| *** rfolco has joined #openstack | 12:18 | |
| *** ranger81 has quit IRC | 12:19 | |
| *** lexano has quit IRC | 12:19 | |
| *** ramishra_ has quit IRC | 12:20 | |
| *** bknudson has quit IRC | 12:20 | |
| *** jcoufal-mobile_ has quit IRC | 12:20 | |
| *** renatoarmani has joined #openstack | 12:20 | |
| *** kbringard has joined #openstack | 12:21 | |
| *** ramishra has joined #openstack | 12:21 | |
| *** jcoufal-mobile_ has joined #openstack | 12:21 | |
| *** mrunge has quit IRC | 12:22 | |
| *** lykinsbd has joined #openstack | 12:22 | |
| *** krtaylor has quit IRC | 12:22 | |
| *** annashen_ has joined #openstack | 12:22 | |
| *** renatoarmani has quit IRC | 12:25 | |
| *** julim has joined #openstack | 12:26 | |
| *** lykinsbd has quit IRC | 12:27 | |
| *** ericgoncz has quit IRC | 12:27 | |
| *** jprovazn has quit IRC | 12:27 | |
| *** paragan has joined #openstack | 12:27 | |
| *** paragan has quit IRC | 12:27 | |
| *** paragan has joined #openstack | 12:27 | |
| *** ericgoncz_ has joined #openstack | 12:27 | |
| *** racedo has joined #openstack | 12:28 | |
| *** ade_b has quit IRC | 12:28 | |
| *** nacim has quit IRC | 12:29 | |
| *** eharney has quit IRC | 12:29 | |
| *** epcim has joined #openstack | 12:30 | |
| *** jmh has joined #openstack | 12:31 | |
| *** WackoRobie has joined #openstack | 12:31 | |
| *** tonisbones has joined #openstack | 12:31 | |
| *** radez_g0n3 is now known as radez | 12:32 | |
| *** tbarron has joined #openstack | 12:32 | |
| *** chuckC has joined #openstack | 12:32 | |
| *** vishvendra has joined #openstack | 12:32 | |
| *** avozza has quit IRC | 12:32 | |
| *** jprovazn has joined #openstack | 12:33 | |
| *** kopparam has quit IRC | 12:33 | |
| *** renatoarmani has joined #openstack | 12:34 | |
| *** kopparam has joined #openstack | 12:34 | |
| *** mmcardle has joined #openstack | 12:34 | |
| *** bknudson has joined #openstack | 12:35 | |
| *** WackoRobie has quit IRC | 12:36 | |
| *** ajc_ has quit IRC | 12:36 | |
| *** ajc___ has quit IRC | 12:36 | |
| *** ajc__ has quit IRC | 12:36 | |
| *** ramishra has quit IRC | 12:36 | |
| *** engkur has quit IRC | 12:36 | |
| *** amitpp has quit IRC | 12:36 | |
| *** avozza has joined #openstack | 12:36 | |
| *** bmurt has joined #openstack | 12:37 | |
| *** annegent_ has joined #openstack | 12:38 | |
| *** baoli has joined #openstack | 12:38 | |
| *** kopparam has quit IRC | 12:39 | |
| *** ericReeves has quit IRC | 12:39 | |
| *** tkramer has joined #openstack | 12:40 | |
| *** Xurong has quit IRC | 12:40 | |
| *** Xurong has joined #openstack | 12:41 | |
| *** weshay has joined #openstack | 12:42 | |
| *** oro has quit IRC | 12:43 | |
| *** kopparam has joined #openstack | 12:44 | |
| *** jprovazn has quit IRC | 12:45 | |
| *** mjturek has joined #openstack | 12:45 | |
| *** rdas has quit IRC | 12:45 | |
| *** kopparam has quit IRC | 12:46 | |
| *** dims_ has quit IRC | 12:46 | |
| *** cookednoodles has quit IRC | 12:47 | |
| *** dims_ has joined #openstack | 12:47 | |
| *** adalbas has joined #openstack | 12:47 | |
| *** dasm has quit IRC | 12:49 | |
| *** eglynn has quit IRC | 12:50 | |
| *** darshan104 has joined #openstack | 12:50 | |
| *** jfarschman has joined #openstack | 12:51 | |
| *** jfarschman is now known as MilesDenver | 12:51 | |
| *** lblanchard has joined #openstack | 12:51 | |
| *** hrybacki has joined #openstack | 12:54 | |
| *** darshan104 has quit IRC | 12:54 | |
| *** baoli has quit IRC | 12:54 | |
| *** jheroux has joined #openstack | 12:55 | |
| *** MilesDenver has quit IRC | 12:55 | |
| *** annashen_ has quit IRC | 12:56 | |
| *** baoli has joined #openstack | 12:57 | |
| *** anonitus has quit IRC | 12:57 | |
| *** achampion has quit IRC | 12:58 | |
| *** hewbrocca has joined #openstack | 12:59 | |
| *** timello has joined #openstack | 12:59 | |
| *** danielbruno has joined #openstack | 12:59 | |
| *** inc0 has quit IRC | 12:59 | |
| *** coolsvap1 has joined #openstack | 13:00 | |
| *** sdouglas has joined #openstack | 13:00 | |
| *** annegent_ has quit IRC | 13:00 | |
| *** avozza has quit IRC | 13:00 | |
| *** coolsvap1 has quit IRC | 13:01 | |
| *** ramishra has joined #openstack | 13:02 | |
| *** racedo has quit IRC | 13:02 | |
| *** sgordon has joined #openstack | 13:03 | |
| *** morazi has joined #openstack | 13:04 | |
| *** cference has joined #openstack | 13:05 | |
| *** morazi has quit IRC | 13:06 | |
| *** hrybacki has quit IRC | 13:07 | |
| *** morazi has joined #openstack | 13:08 | |
| *** abonilla has joined #openstack | 13:09 | |
| *** ahmed_ has joined #openstack | 13:09 | |
| abonilla | is there a centOS base image for openStack, with cloud-init included? | 13:09 |
| ahmed_ | Hi all, I am trying to install openstack and I got this error : ERROR (ConnectionError): HTTPConnectionPool(host='10.33.12.80', port=8774): Max retries exceeded with url: /v2/38f3f0f59b394bad90a8ffdb62270d35/os-certificates (Caused by <class 'socket.error'>: [Errno 111] Connection refused) ... What is the problem here please? | 13:09 |
| *** adreznec has joined #openstack | 13:10 | |
| *** ramishra has quit IRC | 13:10 | |
| *** ramishra has joined #openstack | 13:10 | |
| *** AciiDic has joined #openstack | 13:11 | |
| *** rushiagr has quit IRC | 13:11 | |
| *** mdenny has joined #openstack | 13:11 | |
| *** rushiagr has joined #openstack | 13:12 | |
| *** AciiDic has quit IRC | 13:12 | |
| *** xianghui has joined #openstack | 13:12 | |
| *** racedo has joined #openstack | 13:12 | |
| *** jprovazn has joined #openstack | 13:14 | |
| *** benrodrigue has joined #openstack | 13:14 | |
| *** AciiDic has joined #openstack | 13:14 | |
| *** maishsk has quit IRC | 13:15 | |
| *** sayan_ has joined #openstack | 13:15 | |
| *** ranger81 has joined #openstack | 13:15 | |
| *** jp_at_hp has quit IRC | 13:16 | |
| *** bknudson has quit IRC | 13:17 | |
| *** prad has joined #openstack | 13:17 | |
| *** klamath has joined #openstack | 13:17 | |
| *** colinmcnamara has joined #openstack | 13:18 | |
| *** sayan has quit IRC | 13:18 | |
| *** sayan_ has quit IRC | 13:18 | |
| *** mwagner_lap has joined #openstack | 13:18 | |
| anand_ts | ahmed_: openstack-api service running? | 13:18 |
| *** sayan has joined #openstack | 13:19 | |
| *** sayan has quit IRC | 13:19 | |
| *** sayan has joined #openstack | 13:19 | |
| *** mwagner_lap is now known as mwagner_rdu | 13:19 | |
| *** eglynn has joined #openstack | 13:19 | |
| *** ericReeves has joined #openstack | 13:19 | |
| esv | abonilla: what do you meant with cloud-init included ? | 13:19 |
| *** whenry has joined #openstack | 13:19 | |
| *** Poornima has left #openstack | 13:20 | |
| *** ericReeves1 has joined #openstack | 13:20 | |
| *** ranger81 has quit IRC | 13:21 | |
| *** yaguang has joined #openstack | 13:21 | |
| drankis | Hello, I wonder, someone is testing neutron's l3 and dhcp nodes setup's limits? For example, how much tenants one node can handle, etc? | 13:21 |
| abonilla | esv: well, with the code to talk with the meta-data | 13:21 |
| *** jp_at_hp has joined #openstack | 13:21 | |
| *** ramishra has quit IRC | 13:21 | |
| *** changbl has quit IRC | 13:22 | |
| *** annegent_ has joined #openstack | 13:22 | |
| esv | you mean the client apis? | 13:22 |
| *** che-arne has joined #openstack | 13:23 | |
| *** colinmcnamara has quit IRC | 13:23 | |
| *** mohits has quit IRC | 13:23 | |
| *** ericReeves has quit IRC | 13:24 | |
| *** Dominic__ has joined #openstack | 13:25 | |
| *** baohua has quit IRC | 13:26 | |
| *** crandquist has joined #openstack | 13:26 | |
| *** doc_ has joined #openstack | 13:26 | |
| *** maishsk has joined #openstack | 13:27 | |
| *** colinmcnamara has joined #openstack | 13:27 | |
| *** yaguang has quit IRC | 13:28 | |
| *** nacim has joined #openstack | 13:28 | |
| *** annegent_ has quit IRC | 13:28 | |
| *** annegentle is now known as notsogentle | 13:29 | |
| *** jgrimm has quit IRC | 13:29 | |
| *** benrodrigue has quit IRC | 13:29 | |
| *** rickerc has joined #openstack | 13:29 | |
| *** vishvendra has quit IRC | 13:30 | |
| *** benrodrigue has joined #openstack | 13:30 | |
| *** JuanDRay has joined #openstack | 13:30 | |
| *** mrsnivvel has quit IRC | 13:31 | |
| ahmed_ | Hi all, I am trying to install openstack and I got this error : ERROR (ConnectionError): HTTPConnectionPool(host='10.33.12.80', port=8774): Max retries exceeded with url: /v2/38f3f0f59b394bad90a8ffdb62270d35/os-certificates (Caused by <class 'socket.error'>: [Errno 111] Connection refused) ... What is the problem here please? | 13:31 |
| *** psharma has quit IRC | 13:31 | |
| *** jaypipes has joined #openstack | 13:31 | |
| *** aeperezt has joined #openstack | 13:31 | |
| *** WackoRobie has joined #openstack | 13:31 | |
| *** jang has quit IRC | 13:31 | |
| *** sigurding has joined #openstack | 13:31 | |
| *** decede has joined #openstack | 13:32 | |
| *** ddieterly has joined #openstack | 13:32 | |
| *** pmathews has joined #openstack | 13:32 | |
| *** jcoufal-mobile_ has quit IRC | 13:33 | |
| *** jcoufal-mobile_ has joined #openstack | 13:33 | |
| *** FunnyLookinHat has quit IRC | 13:33 | |
| *** krtaylor has joined #openstack | 13:34 | |
| *** pmathews has quit IRC | 13:35 | |
| *** nphase has joined #openstack | 13:35 | |
| *** nphase has joined #openstack | 13:35 | |
| *** jfarschman has joined #openstack | 13:35 | |
| rushiagr | ahmed_: are you behind a proxy? | 13:35 |
| *** noslzzp has joined #openstack | 13:36 | |
| *** WackoRobie has quit IRC | 13:36 | |
| *** rushiagr has quit IRC | 13:36 | |
| *** vladx has joined #openstack | 13:36 | |
| *** adjohn has joined #openstack | 13:37 | |
| *** adjohn_ has joined #openstack | 13:37 | |
| *** colinmcnamara has quit IRC | 13:39 | |
| *** jfarschman has quit IRC | 13:39 | |
| *** foexle has joined #openstack | 13:40 | |
| *** georgem2 has joined #openstack | 13:40 | |
| *** JayJ has joined #openstack | 13:40 | |
| *** ericReeves1 has quit IRC | 13:40 | |
| *** yamamoto has joined #openstack | 13:41 | |
| *** sigurding has quit IRC | 13:41 | |
| *** adjohn has quit IRC | 13:41 | |
| *** pmathews has joined #openstack | 13:42 | |
| *** trey_h has joined #openstack | 13:43 | |
| *** HenryG has joined #openstack | 13:43 | |
| *** komanda has joined #openstack | 13:46 | |
| *** pmathews has quit IRC | 13:46 | |
| *** komanda has quit IRC | 13:46 | |
| *** achampion has joined #openstack | 13:46 | |
| *** shausy has quit IRC | 13:47 | |
| *** dyasny has joined #openstack | 13:47 | |
| *** timello has quit IRC | 13:49 | |
| *** morazi has quit IRC | 13:50 | |
| *** Ursinha is now known as Ursinha-afk | 13:50 | |
| *** JayJ has quit IRC | 13:51 | |
| *** JayJ has joined #openstack | 13:51 | |
| *** morazi has joined #openstack | 13:51 | |
| *** nihilifer has quit IRC | 13:52 | |
| *** FunnyLookinHat has joined #openstack | 13:52 | |
| *** lcavassa has quit IRC | 13:52 | |
| *** timello has joined #openstack | 13:52 | |
| *** LarsN has left #openstack | 13:53 | |
| *** WackoRobie has joined #openstack | 13:53 | |
| *** adjohn_ has quit IRC | 13:54 | |
| *** stronghere has joined #openstack | 13:54 | |
| *** thangp has joined #openstack | 13:55 | |
| *** dan___ has joined #openstack | 13:55 | |
| *** klamath has quit IRC | 13:57 | |
| ahmed_ | Hi all, I am trying to install devstack and I got this error : ERROR (ConnectionError): HTTPConnectionPool(host='10.33.12.80', port=8774): Max retries exceeded with url: /v2/38f3f0f59b394bad90a8ffdb62270d35/os-certificates (Caused by <class 'socket.error'>: [Errno 111] Connection refused) ... What is the problem here please? | 13:57 |
| *** klamath has joined #openstack | 13:57 | |
| *** crandquist has quit IRC | 13:58 | |
| dan___ | hi all.. is there a way to add and remove a server (physical) to openstack cluster safely? We have a set of servers and some users want to make exclusive use of them when necessary. They want to install a dual boot installation (one with openstack another with a customized distro for their needs). Therefore we need that before shutting down the machine we make sure that no vm is running on it. | 13:59 |
| dan___ | I saw that the dashboard shows the resources usage but there is no connection of what resources is being used for which physical server/hypervisor | 14:00 |
| *** jistr has quit IRC | 14:00 | |
| *** sdouglas has quit IRC | 14:00 | |
| *** klamath has quit IRC | 14:01 | |
| Qlawy | dan___: evacuate hypervisor before shutting down host | 14:02 |
| *** jistr has joined #openstack | 14:02 | |
| *** Ursinha-afk is now known as Ursinha | 14:02 | |
| Qlawy | dan___: if hypervisor is down, scheduler does not use it while scheduling | 14:02 |
| dan___ | Qlawy: how do I make sure that no one is using it?? | 14:03 |
| *** eharney has joined #openstack | 14:03 | |
| Qlawy | ahmed_: check if nova-api (8774 looks like nova api) is running | 14:03 |
| georgem2 | dan___:run "nova hypervisor-servers compute_node" to see what instances are running there, then you can disable nova services so no new instances are scheduled and then you can live-migrate existing instances | 14:03 |
| Qlawy | ahmed_: if not, start it | 14:03 |
| Qlawy | jup, as georgem2 said | 14:03 |
| dan___ | thanks a lot guys!! | 14:04 |
| Qlawy | np | 14:04 |
| ahmed_ | okay @Qlawy | 14:04 |
| *** kenhui has joined #openstack | 14:04 | |
| dan___ | it is easier than I thought.. | 14:04 |
| Qlawy | ahmed_: im not very familiar with devstack (I really dont like it) but it should work ;) | 14:04 |
| Qlawy | dan___: btw strange scenario with dualbooting compute node oO | 14:05 |
| *** daMaestro has joined #openstack | 14:06 | |
| Qlawy | they should take advantage of using openstack and IaaS and boot their customized distros on openstack | 14:06 |
| Qlawy | but its your/their choice ;) | 14:06 |
| *** xianghui has quit IRC | 14:07 | |
| *** jobewan has joined #openstack | 14:07 | |
| *** zerick has quit IRC | 14:08 | |
| *** jokke_ has quit IRC | 14:08 | |
| *** fnaval has joined #openstack | 14:08 | |
| *** klamath has joined #openstack | 14:09 | |
| *** hrybacki has joined #openstack | 14:09 | |
| *** yfauser has joined #openstack | 14:09 | |
| *** yfauser has left #openstack | 14:10 | |
| *** nkrinner has quit IRC | 14:11 | |
| *** sayan_ has joined #openstack | 14:11 | |
| *** nphase has quit IRC | 14:12 | |
| *** lykinsbd has joined #openstack | 14:12 | |
| *** pballand has joined #openstack | 14:12 | |
| *** nphase has joined #openstack | 14:13 | |
| *** anand_ts has quit IRC | 14:13 | |
| *** r-x-w- has joined #openstack | 14:14 | |
| *** nelsnels_ has quit IRC | 14:15 | |
| *** jaosorior has joined #openstack | 14:15 | |
| *** bknudson has joined #openstack | 14:15 | |
| *** colinmcnamara has joined #openstack | 14:16 | |
| *** zerick has joined #openstack | 14:16 | |
| *** ranger81 has joined #openstack | 14:16 | |
| *** mikeoutland has joined #openstack | 14:17 | |
| *** fsimonce has joined #openstack | 14:17 | |
| *** jfarschman has joined #openstack | 14:18 | |
| *** jfarschman is now known as MilesDenver | 14:18 | |
| *** eoutin has joined #openstack | 14:18 | |
| *** acidfu has quit IRC | 14:18 | |
| *** kevinconway has joined #openstack | 14:19 | |
| *** jokke_ has joined #openstack | 14:19 | |
| *** fsimonce` has quit IRC | 14:19 | |
| *** lykinsbd has quit IRC | 14:20 | |
| *** nphase has quit IRC | 14:20 | |
| *** marrusl has quit IRC | 14:20 | |
| *** daneyon has joined #openstack | 14:21 | |
| *** ranger81 has quit IRC | 14:21 | |
| *** bknudson has quit IRC | 14:22 | |
| *** negronjl has quit IRC | 14:22 | |
| *** nelsnelson has joined #openstack | 14:22 | |
| *** OutBackDingo_ has quit IRC | 14:22 | |
| *** avozza has joined #openstack | 14:22 | |
| *** ramishra has joined #openstack | 14:22 | |
| *** negronjl has joined #openstack | 14:23 | |
| *** gregmark has joined #openstack | 14:23 | |
| ahmed_ | @Qlawy How to start nova-api in devstack | 14:26 |
| *** Hao has joined #openstack | 14:26 | |
| *** mwagner_rdu has quit IRC | 14:26 | |
| *** ramishra has quit IRC | 14:26 | |
| *** devoid has joined #openstack | 14:26 | |
| *** sabzilla` has joined #openstack | 14:27 | |
| *** sabzilla has quit IRC | 14:27 | |
| *** morganfainberg_Z is now known as morganfainberg | 14:27 | |
| *** mrunge has joined #openstack | 14:28 | |
| *** annegentle has joined #openstack | 14:28 | |
| *** pcichonski has joined #openstack | 14:28 | |
| *** annegentle is now known as Guest65545 | 14:28 | |
| *** colinmcnamara has quit IRC | 14:29 | |
| *** gargola has joined #openstack | 14:29 | |
| *** rotbeard has quit IRC | 14:29 | |
| *** tomoe_ has joined #openstack | 14:29 | |
| *** gigawhat has joined #openstack | 14:30 | |
| *** jtomasek has quit IRC | 14:31 | |
| *** ArminderS has quit IRC | 14:31 | |
| *** benrodrigue has quit IRC | 14:32 | |
| *** mattgriffin has joined #openstack | 14:32 | |
| *** lexano has joined #openstack | 14:32 | |
| *** gary-smith_ has joined #openstack | 14:32 | |
| *** dbite has joined #openstack | 14:33 | |
| *** Free_maN has quit IRC | 14:33 | |
| *** arielb has joined #openstack | 14:33 | |
| *** bknudson has joined #openstack | 14:36 | |
| *** devoid has quit IRC | 14:37 | |
| *** JayJ has quit IRC | 14:37 | |
| *** jgrimm has joined #openstack | 14:37 | |
| *** JayJ has joined #openstack | 14:37 | |
| *** davi has joined #openstack | 14:37 | |
| *** davi has joined #openstack | 14:37 | |
| *** fnaval has quit IRC | 14:38 | |
| *** CripperZ- is now known as cripperz | 14:38 | |
| jobewan | Will packstack support multinode installs w/ icehouse? | 14:39 |
| *** freyes has quit IRC | 14:39 | |
| *** rbak has joined #openstack | 14:39 | |
| *** hipokrit has joined #openstack | 14:39 | |
| *** devoid has joined #openstack | 14:40 | |
| *** chuckC has quit IRC | 14:40 | |
| *** jistr has quit IRC | 14:40 | |
| Sam-I-Am | i dont see why not | 14:40 |
| *** Dominic__ has quit IRC | 14:41 | |
| *** core__ has joined #openstack | 14:41 | |
| *** avozza has quit IRC | 14:41 | |
| *** zz_gondoi is now known as gondoi | 14:41 | |
| *** core__ has quit IRC | 14:41 | |
| doc_ | Hi all, I'm trying to solve an issue with neutron : My compute & network nodes are configured with 2 interfaces, one for mgmt and one for data traffic. When I launch an instance, I got absolutely no network connectivity. I've configured ovs with "flat" network, and I can see traffic from the VM to tap device -> int-br-eth1 (which is the data brige), even phy-br-eth1... But then, no package is transmitted nowhere, doesn't leave my co | 14:41 |
| doc_ | in my setup, but I don't get it :( | 14:42 |
| *** JayJ has quit IRC | 14:42 | |
| *** core__ has joined #openstack | 14:42 | |
| *** Hao has quit IRC | 14:42 | |
| *** che-arne has quit IRC | 14:44 | |
| *** r3pl4y has quit IRC | 14:44 | |
| *** cference has quit IRC | 14:44 | |
| *** dizquierdo has quit IRC | 14:45 | |
| *** itarchitectkev has joined #openstack | 14:46 | |
| *** cference has joined #openstack | 14:47 | |
| Qlawy | doc_: neutron is soooo pain | 14:47 |
| Qlawy | doc_: those are physical hosts or VMs? (those nodes | 14:47 |
| *** corXi has quit IRC | 14:47 | |
| doc_ | Qlawy : those are vms on a debian host with libvirt | 14:48 |
| Qlawy | doc_: on vmware vms there where issue with no promisc mode on VMware vSwitch | 14:48 |
| *** Barker has joined #openstack | 14:48 | |
| Qlawy | doc_: it might be sth similar | 14:48 |
| *** gary-smith__ has joined #openstack | 14:48 | |
| *** jfran__ has joined #openstack | 14:49 | |
| doc_ | Qlawy: I'll try to look a this... can be... but U're right... It's soooo pain ! ;) | 14:49 |
| *** clayb has joined #openstack | 14:49 | |
| Qlawy | doc_: try to sniff if sth is going out from that vm on data interface | 14:49 |
| Qlawy | doc_: dont tell me :/ | 14:49 |
| *** jistr has joined #openstack | 14:49 | |
| *** maishsk has quit IRC | 14:50 | |
| *** sputnik1_ has quit IRC | 14:50 | |
| *** georgem2 has quit IRC | 14:50 | |
| *** jehb has joined #openstack | 14:50 | |
| doc_ | Qlawy: that's what surpising me : If I sniff phy-br-eth1, I see traffic. If I sniff br-eth1, or even eth1, I see Nothing :( | 14:50 |
| *** karimb has joined #openstack | 14:50 | |
| *** Razique has joined #openstack | 14:51 | |
| *** ramishra has joined #openstack | 14:52 | |
| *** timello has quit IRC | 14:54 | |
| *** enarciso has joined #openstack | 14:54 | |
| *** JuanDRay has quit IRC | 14:55 | |
| *** radez is now known as radez_g0n3 | 14:55 | |
| *** daneyon has quit IRC | 14:56 | |
| *** timello has joined #openstack | 14:56 | |
| Qlawy | doc_: is eth1 set to promisc? | 14:56 |
| doc_ | yep | 14:56 |
| Qlawy | erm… :/ I think that neutron has too much black magic inside | 14:56 |
| *** kbrierly has quit IRC | 14:57 | |
| Qlawy | ovs-vsctl show shows those ifaces bridged? | 14:57 |
| *** ramishra has quit IRC | 14:57 | |
| Qlawy | sometimes really nice idea is to wipe whole ovs ;/ | 14:57 |
| Qlawy | I mean database on configuration | 14:57 |
| Qlawy | and existing interfaces | 14:58 |
| *** crandquist has joined #openstack | 14:58 | |
| *** AlanClark has joined #openstack | 14:59 | |
| *** marrusl has joined #openstack | 14:59 | |
| *** JuanDRay has joined #openstack | 14:59 | |
| *** blackboxsw has quit IRC | 14:59 | |
| doc_ | yep, ovs does see the interfaces. It has "itself" created the int-br-eth1 and the "phy-br-eth1", that seem to connect well together cause I can see the dhcp request going through these 2 interfaces :) | 15:00 |
| ahmed_ | hii guys, How to start nova-api in devstack ? | 15:00 |
| *** wolsen has quit IRC | 15:00 | |
| *** dtrainor has joined #openstack | 15:00 | |
| *** hshah has joined #openstack | 15:01 | |
| *** sdouglas has joined #openstack | 15:01 | |
| *** drankis has quit IRC | 15:02 | |
| doc_ | Qlawy: when you say "wipe all ovs" ? delete everything with ovs-vsctl ? | 15:02 |
| *** blackboxsw has joined #openstack | 15:03 | |
| *** moted has joined #openstack | 15:04 | |
| *** baoli has quit IRC | 15:04 | |
| *** bknudson has quit IRC | 15:04 | |
| *** pballand has quit IRC | 15:05 | |
| doc_ | Qlawy: actually, I'm thinking that it looks like some "virtual cable" is unplugged, or not plugged in the right place... But I'm trying to figure it out for a few hours (days ?) now, and I'm getting a little pissed off :) | 15:06 |
| *** sergeysh has quit IRC | 15:06 | |
| *** sgordon has quit IRC | 15:06 | |
| *** foexle has quit IRC | 15:07 | |
| *** darkxploit has joined #openstack | 15:08 | |
| *** killer_prince has joined #openstack | 15:08 | |
| *** killer_prince is now known as lazy_prince | 15:08 | |
| *** MilesDenver has quit IRC | 15:08 | |
| *** coredump has joined #openstack | 15:09 | |
| *** vnguyen has joined #openstack | 15:09 | |
| *** kevinc_ has joined #openstack | 15:09 | |
| *** xianghui has joined #openstack | 15:10 | |
| *** karimb has quit IRC | 15:10 | |
| *** devoid has quit IRC | 15:11 | |
| *** TheOsprey has quit IRC | 15:11 | |
| *** whenry has quit IRC | 15:11 | |
| *** Penick has joined #openstack | 15:14 | |
| *** chandankumar has quit IRC | 15:15 | |
| *** cjellick_ has quit IRC | 15:15 | |
| *** itarchitectkev has quit IRC | 15:15 | |
| *** sayan has quit IRC | 15:15 | |
| *** reed has joined #openstack | 15:15 | |
| *** cjellick has joined #openstack | 15:16 | |
| *** dims_ has quit IRC | 15:16 | |
| *** dyasny_ has joined #openstack | 15:16 | |
| *** aveek has quit IRC | 15:16 | |
| *** puzzled has quit IRC | 15:17 | |
| *** renatoarmani has quit IRC | 15:18 | |
| *** dyasny has quit IRC | 15:19 | |
| *** sabzilla` has quit IRC | 15:19 | |
| *** gigawhat has quit IRC | 15:20 | |
| *** bknudson has joined #openstack | 15:20 | |
| *** kebray has joined #openstack | 15:21 | |
| esv | u folks joining the Openstack hangout today at 2PM EDT ? | 15:21 |
| *** gigawhat has joined #openstack | 15:22 | |
| esv | geusebio: u back? | 15:22 |
| *** sdouglas has quit IRC | 15:23 | |
| *** dyasny_ has quit IRC | 15:23 | |
| *** xgsa has quit IRC | 15:23 | |
| neiljerram | For anyone who saw my RDO/packstack question and discussion with anand_ts earlier - my problem was rabbit's disk_free_limit configuration being too large. When I reduced this, to less than my free disk space, and restarted the rabbit and nova-compute services, all my services were then reported as up, and instance creation succeeded. | 15:24 |
| *** julianwa has quit IRC | 15:25 | |
| *** lupu2 has left #openstack | 15:25 | |
| *** whenry has joined #openstack | 15:25 | |
| *** nati_ueno has joined #openstack | 15:25 | |
| *** klamath__ has joined #openstack | 15:26 | |
| *** belmoreira has quit IRC | 15:26 | |
| *** ahmed_ has quit IRC | 15:26 | |
| *** yacks has quit IRC | 15:26 | |
| *** linuxgeek_ has quit IRC | 15:26 | |
| *** okrieg has joined #openstack | 15:26 | |
| *** tvvcox has joined #openstack | 15:27 | |
| *** klamath has quit IRC | 15:27 | |
| *** qba73 has quit IRC | 15:27 | |
| *** danielbruno has quit IRC | 15:27 | |
| Qlawy | doc_: wipe -> delete ovs config file :P | 15:27 |
| *** r3pl4y has joined #openstack | 15:29 | |
| *** ramishra has joined #openstack | 15:30 | |
| *** klamath__ has quit IRC | 15:31 | |
| *** fyb3r has joined #openstack | 15:31 | |
| *** BAKfr has quit IRC | 15:31 | |
| *** eoutin has quit IRC | 15:31 | |
| *** l_a_m has quit IRC | 15:31 | |
| *** Guest65545 has quit IRC | 15:33 | |
| *** marun has joined #openstack | 15:33 | |
| *** annegentle has joined #openstack | 15:33 | |
| *** annegentle is now known as Guest34291 | 15:34 | |
| fyb3r | When creating an external subnet, do I set the gateway as my actual gateway's IP address? as In what I would use if I was setting up an actual machine? | 15:34 |
| *** kellyp has quit IRC | 15:34 | |
| *** ramishra has quit IRC | 15:34 | |
| *** Guest34291 is now known as gentleanne | 15:34 | |
| fyb3r | And I already asked in neutron :P but the MOTD says come here for support | 15:34 |
| *** kellyp has joined #openstack | 15:34 | |
| *** annashen_ has joined #openstack | 15:34 | |
| *** signed8bit has joined #openstack | 15:35 | |
| *** baoli has joined #openstack | 15:35 | |
| Sam-I-Am | fyb3r: yes | 15:35 |
| Sam-I-Am | fyb3r: actual machine = instance/vm? | 15:36 |
| *** gigawhat has quit IRC | 15:36 | |
| *** dtrainor has quit IRC | 15:36 | |
| *** ranger81 has joined #openstack | 15:37 | |
| fyb3r | Should of worded that better, I meant actual machine as in instead of me setting up these bridges and a vlan, the gateway should be pointing to my physical firewall that is the gateway for my internet | 15:37 |
| *** cflowe has joined #openstack | 15:38 | |
| *** baoli has quit IRC | 15:38 | |
| Sam-I-Am | the gateway for the external network references the real gateway IP on that network | 15:38 |
| Sam-I-Am | but i dont know how you're configuring neutron either | 15:38 |
| Sam-I-Am | if you're following the install guide, thats how i works | 15:38 |
| Sam-I-Am | it | 15:39 |
| *** baoli has joined #openstack | 15:39 | |
| fyb3r | yep thats waht im followin | 15:39 |
| fyb3r | I cannot find a way to test it though, cause pinging the lowest ip in the ext-subnet's range claims no host | 15:39 |
| *** jaypipes has quit IRC | 15:39 | |
| *** danielbruno has joined #openstack | 15:39 | |
| fyb3r | >_> been troubleshooting this for two weeks lol | 15:39 |
| *** jprovazn has quit IRC | 15:40 | |
| *** jpomero has joined #openstack | 15:40 | |
| Sam-I-Am | so... | 15:40 |
| Sam-I-Am | the lowest ip in the allocation range? | 15:40 |
| fyb3r | root@nebulacontroller:~# ping 10.1.10.180 PING 10.1.10.180 (10.1.10.180) 56(84) bytes of data. | 15:40 |
| fyb3r | yeah | 15:40 |
| *** kevinc_ has quit IRC | 15:40 | |
| fyb3r | sry about the paste 0,o misclicked | 15:41 |
| Sam-I-Am | when you create the tenant network, that should become the IP that the tenant router uses to access the external network | 15:41 |
| Sam-I-Am | what command did you create ext-net using? | 15:41 |
| *** dtrainor has joined #openstack | 15:41 | |
| *** vermarah_ has joined #openstack | 15:42 | |
| *** vermarah has joined #openstack | 15:42 | |
| *** colinmcnamara has joined #openstack | 15:42 | |
| *** ranger81 has quit IRC | 15:42 | |
| *** jfarschman has joined #openstack | 15:42 | |
| *** jfarschman is now known as MilesDenver | 15:42 | |
| fyb3r | subnet-create ext-net --name (name) --allocation-pool start=10.1.10.180,end=10.1.10.210 --disable-dhcp --gateway 10.1.10.99 10.1.10.0/24 | 15:43 |
| *** baoli has quit IRC | 15:43 | |
| *** xianghui has quit IRC | 15:44 | |
| Sam-I-Am | did you create the tenant network yet? | 15:44 |
| *** annashen_ has quit IRC | 15:44 | |
| *** balacafalata has quit IRC | 15:44 | |
| *** vsential has quit IRC | 15:45 | |
| *** dims_ has joined #openstack | 15:45 | |
| *** vsential has joined #openstack | 15:45 | |
| *** vsential has joined #openstack | 15:45 | |
| fyb3r | yep. | 15:45 |
| fyb3r | let me find the settngs | 15:45 |
| *** jlibosva has quit IRC | 15:45 | |
| Sam-I-Am | is this a three-node env? | 15:45 |
| Sam-I-Am | and is it on metal or VMs? | 15:45 |
| *** mkulke has quit IRC | 15:46 | |
| fyb3r | network and controller are Hyper-V vm's, compute is a physical node | 15:46 |
| *** kevinc_ has joined #openstack | 15:46 | |
| *** metral is now known as metral_zzz | 15:47 | |
| *** ranger81 has joined #openstack | 15:47 | |
| *** dyasny has joined #openstack | 15:47 | |
| *** overlayer has quit IRC | 15:47 | |
| *** pballand has joined #openstack | 15:47 | |
| *** hewbrocca has quit IRC | 15:48 | |
| *** yacks has joined #openstack | 15:49 | |
| *** hewbrocca has joined #openstack | 15:49 | |
| Sam-I-Am | did you enable promiscous mode and/or mac address forging on the hyper-v virtual network that the network node uses for external access? | 15:49 |
| *** overlayer has joined #openstack | 15:49 | |
| fyb3r | as far as I know there is no way to enable promiscous mode, but ill check for forging, moment. | 15:50 |
| *** nati_ueno has quit IRC | 15:50 | |
| *** fthamura has joined #openstack | 15:50 | |
| *** larsam has joined #openstack | 15:51 | |
| *** itarchitectkev has joined #openstack | 15:51 | |
| fyb3r | No, mac address spoofing is disabled | 15:51 |
| *** renatoarmani has joined #openstack | 15:51 | |
| fyb3r | for all of the adapters on controller and network | 15:51 |
| esv | Sam-I-Am: I am following the RHEL/CEntOS/Fedora install guide for Icehouse, using 3 physical nodes and neutron network, when I add the external interface to the br-ex switch , my host gets off the network | 15:51 |
| *** richa has joined #openstack | 15:51 | |
| esv | could this be a local setting on the network switch? | 15:51 |
| Sam-I-Am | fyb3r: you need to enable it | 15:52 |
| *** abonilla has quit IRC | 15:52 | |
| Sam-I-Am | esv: sounds like br-ex is trying to use an interface configured for something else | 15:52 |
| fyb3r | Sam-I-Am: for all of the adapters? or just the external ones? | 15:52 |
| *** georgem2 has joined #openstack | 15:52 | |
| Sam-I-Am | fyb3r: particularly the external network | 15:52 |
| *** JuanDRay has quit IRC | 15:52 | |
| *** arielb_ has joined #openstack | 15:52 | |
| fyb3r | should I just do it for all of them? | 15:53 |
| fyb3r | makes no difference to me :) | 15:53 |
| Sam-I-Am | shouldnt be necessary | 15:53 |
| *** arielb has quit IRC | 15:53 | |
| Sam-I-Am | only the underlying network for ext-net needs to forge macs | 15:53 |
| fyb3r | esv, mine was doing the same thing a while back. Turned out I had set the management ethernet adapter for br-ex on accident | 15:54 |
| *** changbl has joined #openstack | 15:54 | |
| *** yamamoto has quit IRC | 15:54 | |
| *** hshah has left #openstack | 15:55 | |
| *** ifarkas has quit IRC | 15:55 | |
| *** beejee has quit IRC | 15:55 | |
| fyb3r | Ok I have it set, should I reboot the machine to get the settings to stick? | 15:55 |
| *** itarchitectkev has quit IRC | 15:55 | |
| *** itarchitectkev has joined #openstack | 15:55 | |
| *** flwang_ has joined #openstack | 15:56 | |
| *** underyx is now known as underyx|off | 15:56 | |
| fyb3r | also I noticed when I do an ifconfig on network and compute, the br-int interface has only 8 packets >_> not sure if that means anything | 15:56 |
| *** Penick_ has joined #openstack | 15:56 | |
| *** nati_ueno has joined #openstack | 15:56 | |
| *** kushal has joined #openstack | 15:57 | |
| esv | I fixed this way: https://gist.github.com/anonymous/d66b8cbc4352a83381e7 and now I can ping my neutron router from the outside | 15:57 |
| *** klamath has joined #openstack | 15:57 | |
| esv | but seems rather unorthodox | 15:57 |
| *** Penick has quit IRC | 15:58 | |
| *** Penick_ is now known as Penick | 15:58 | |
| *** maishsk has joined #openstack | 15:58 | |
| georgem2 | esv:the IP address should be moved from the physical interface to the ovs bridge, it's documented | 15:59 |
| Sam-I-Am | fyb3r: i dont know what hyper-v requires | 16:00 |
| *** kevinc_ has quit IRC | 16:00 | |
| *** ddmitriev has quit IRC | 16:00 | |
| *** tsekiyama has joined #openstack | 16:01 | |
| esv | georgem2: I remember seeing that somewhere in RDO but not here: http://docs.openstack.org/icehouse/install-guide/install/yum/content/neutron-ml2-network-node.html | 16:01 |
| *** flwang_ has quit IRC | 16:01 | |
| *** giroro_ has quit IRC | 16:01 | |
| *** henrynash has joined #openstack | 16:01 | |
| *** pantea has quit IRC | 16:02 | |
| Sam-I-Am | esv: the official install guide assumes you have an interface dedicated to the neutron ext-net | 16:02 |
| fyb3r | Sam-I-Am: well I expect you to know these things, GAH! lol Ill check to see if this is working and let you know shortly | 16:02 |
| Sam-I-Am | esv: if the ext-net interface in your environment is shared with another network (like management), you'll need to add an IP address to br-ex | 16:03 |
| *** Scott95747 has joined #openstack | 16:03 | |
| esv | Sam-I-Am: what does that mean? | 16:03 |
| *** rsmitty has joined #openstack | 16:03 | |
| *** Ruetobas has joined #openstack | 16:03 | |
| Sam-I-Am | fyb3r: i've used vmware and virtualbox | 16:03 |
| esv | the external network is dedicated physical adapter. | 16:03 |
| Sam-I-Am | hyper-v is not popular in these circles | 16:03 |
| *** chandankumar has joined #openstack | 16:03 | |
| Sam-I-Am | esv: with no ip address? | 16:03 |
| *** leeantho has joined #openstack | 16:03 | |
| *** dan___ has quit IRC | 16:04 | |
| *** paragan has quit IRC | 16:04 | |
| esv | how would ......... .... ..... .... ... ... | 16:04 |
| fyb3r | Yea, I just use it because I have my MSCE so I figured id delv into mixing microsoft and linux to see if I implode the universe | 16:04 |
| *** marrusl has quit IRC | 16:04 | |
| *** okrieg has quit IRC | 16:04 | |
| * esv is thinking .. | 16:04 | |
| rsmitty | hi all - quick question. Is there a way to allow project members to add existing users to their project, or is that something that an admin user must do? | 16:04 |
| *** renatoarmani has quit IRC | 16:04 | |
| *** afazekas has quit IRC | 16:04 | |
| *** aimon has quit IRC | 16:05 | |
| fthamura | hi all, how to show all endpoint in horizon? | 16:05 |
| fthamura | i have redudance endpoint, and how to remove it also | 16:05 |
| *** sgordon has joined #openstack | 16:06 | |
| *** gentleanne has quit IRC | 16:07 | |
| georgem2 | rsmitty:you would have to change keystone's policy to do that, by default only admins can add roles to users | 16:07 |
| *** dsneddon_gone is now known as dsneddon | 16:07 | |
| *** arnaud has joined #openstack | 16:07 | |
| *** yamahata has quit IRC | 16:07 | |
| rsmitty | dang, I'd like to allow a "project admin" that can manage their own users. | 16:08 |
| georgem2 | rsmitty:it's probably easier to integrate Keystone with AD and do it there | 16:08 |
| rsmitty | or rather, which existing users are part of their project | 16:08 |
| *** Ruetobas has quit IRC | 16:08 | |
| rsmitty | yeah, we've been talking about AD authentication anyways. Thx @georgem2 | 16:08 |
| *** jalberts has joined #openstack | 16:08 | |
| *** vdo has quit IRC | 16:09 | |
| *** ron-slc has joined #openstack | 16:09 | |
| *** cody-somerville has joined #openstack | 16:09 | |
| *** yacks has quit IRC | 16:10 | |
| *** gigawhat has joined #openstack | 16:10 | |
| *** eghobo has joined #openstack | 16:11 | |
| *** dbogun has quit IRC | 16:11 | |
| *** mikeoutland has quit IRC | 16:12 | |
| georgem2 | rsmitty: welcome | 16:13 |
| *** Ruetobas has joined #openstack | 16:14 | |
| *** overlayer has quit IRC | 16:14 | |
| *** overlayer has joined #openstack | 16:16 | |
| *** A[D]minS has joined #openstack | 16:16 | |
| *** A[D]minS has joined #openstack | 16:16 | |
| *** A[D]minS has quit IRC | 16:16 | |
| *** eghobo has quit IRC | 16:17 | |
| *** eghobo has joined #openstack | 16:17 | |
| *** devoid has joined #openstack | 16:17 | |
| *** smyers has quit IRC | 16:17 | |
| *** marun has quit IRC | 16:18 | |
| *** spandhe___ has joined #openstack | 16:18 | |
| *** gigawhat has quit IRC | 16:18 | |
| *** gigawhat has joined #openstack | 16:19 | |
| *** rmoe has joined #openstack | 16:19 | |
| *** maishsk has quit IRC | 16:20 | |
| *** itarchitectkev has quit IRC | 16:20 | |
| *** smyers has joined #openstack | 16:20 | |
| *** artem_panchenko has quit IRC | 16:20 | |
| *** aimon has joined #openstack | 16:22 | |
| *** maishsk has joined #openstack | 16:22 | |
| *** gigawhat has quit IRC | 16:22 | |
| *** ramishra has joined #openstack | 16:23 | |
| fyb3r | Sam-I-Am: Still not working >_> | 16:23 |
| *** _cjones_ has joined #openstack | 16:24 | |
| *** rsmitty has quit IRC | 16:24 | |
| *** renatoarmani has joined #openstack | 16:25 | |
| *** jdob has quit IRC | 16:25 | |
| *** kbrierly has joined #openstack | 16:26 | |
| fyb3r | Im seeing a buttload of ARP requests on network, but seems like nothing is going through. So im guessing maybe I fudged DHCP? | 16:26 |
| *** darshan104 has joined #openstack | 16:26 | |
| *** gigawhat has joined #openstack | 16:26 | |
| *** arnaud has quit IRC | 16:27 | |
| *** ndipanov has quit IRC | 16:28 | |
| *** marun has joined #openstack | 16:28 | |
| *** ramishra_ has joined #openstack | 16:28 | |
| *** melmoth has quit IRC | 16:28 | |
| Sam-I-Am | fyb3r: are you familiar with namespaces? | 16:29 |
| *** bdpayne has joined #openstack | 16:29 | |
| *** dsneddon has quit IRC | 16:29 | |
| *** dsneddon has joined #openstack | 16:29 | |
| *** arnaud has joined #openstack | 16:30 | |
| *** ramishra has quit IRC | 16:30 | |
| fyb3r | some yes, but if I dont know it Im more than happy to sit and learn it | 16:31 |
| *** arezmerita has quit IRC | 16:31 | |
| *** darshan104 has quit IRC | 16:31 | |
| *** gary-smith_ has quit IRC | 16:32 | |
| *** gary-smith__ has quit IRC | 16:32 | |
| *** ramishra_ has quit IRC | 16:32 | |
| *** tbarron has quit IRC | 16:32 | |
| *** sballe has joined #openstack | 16:34 | |
| *** doc_ has quit IRC | 16:34 | |
| Sam-I-Am | on the network node, what does 'ip netns' say? | 16:35 |
| *** colinmcnamara has quit IRC | 16:36 | |
| fthamura | hi all, why i got this error cinder-manage db sync | 16:36 |
| fthamura | cinder-manage db sync logs 2014-07-11 23:33:40.205 10069 CRITICAL cinder [-] Error: version should be an integer | 16:36 |
| *** wt0f has joined #openstack | 16:37 | |
| *** harlowja_away is now known as harlowja | 16:37 | |
| *** hogepodge has joined #openstack | 16:37 | |
| *** tomoe_ has quit IRC | 16:39 | |
| *** warik has joined #openstack | 16:39 | |
| *** tomoe_ has joined #openstack | 16:40 | |
| *** jgrimm has quit IRC | 16:40 | |
| *** devoid has left #openstack | 16:40 | |
| georgem2 | rsmitty:this will help you: http://adam.younglogic.com/2013/11/policy-enforcement-openstack/ | 16:41 |
| *** yamamoto has joined #openstack | 16:42 | |
| *** jaimef has quit IRC | 16:42 | |
| *** AnilV4 has quit IRC | 16:43 | |
| *** yamamoto has quit IRC | 16:44 | |
| *** alesales has quit IRC | 16:44 | |
| *** yamamoto has joined #openstack | 16:44 | |
| *** tomoe_ has quit IRC | 16:44 | |
| *** gigawhat has quit IRC | 16:44 | |
| fyb3r | Sam-I-Am: It shows nothing | 16:45 |
| Sam-I-Am | sure you're on the network node? | 16:45 |
| fyb3r | positive | 16:45 |
| *** yacks has joined #openstack | 16:45 | |
| fyb3r | i type in ip netns and it gives nothing back | 16:46 |
| fyb3r | Ubuntu 14.04 VM | 16:46 |
| Sam-I-Am | something is wrong with your configuration | 16:46 |
| fyb3r | well crap lol | 16:46 |
| *** vladx has quit IRC | 16:46 | |
| Sam-I-Am | when you ran those tenant network creation commands, it should have created some network namespaces on the network node | 16:46 |
| fyb3r | crud. this is the third time ive totally remade it too haha | 16:47 |
| *** vfiduccia has joined #openstack | 16:47 | |
| fyb3r | ill try deleting the tenant network and re-creating it | 16:47 |
| Sam-I-Am | any errors in the neutron log on the controller node? | 16:47 |
| Sam-I-Am | are your services running on the network node? | 16:47 |
| fyb3r | yup they're all running, openvswitch has to be started up after each reboot though | 16:48 |
| *** dbite has quit IRC | 16:48 | |
| *** MaxV has quit IRC | 16:48 | |
| fyb3r | agent-list shows everything as up | 16:48 |
| *** yamamoto has quit IRC | 16:48 | |
| *** jaimef has joined #openstack | 16:48 | |
| fyb3r | server.log has a bunch of debugs listed | 16:49 |
| Sam-I-Am | why is openvswitch not starting automatically? | 16:49 |
| fyb3r | that I havent looked into yet | 16:49 |
| *** angdraug has joined #openstack | 16:50 | |
| *** samrose has quit IRC | 16:50 | |
| *** epcim has quit IRC | 16:51 | |
| *** dims_ is now known as dimsum | 16:51 | |
| *** daneyon has joined #openstack | 16:52 | |
| fyb3r | the only thing serverlog shows is saying its dropping contexts when they are being created | 16:53 |
| Sam-I-Am | hmm | 16:53 |
| Sam-I-Am | l3 and dhcp agents running on the network node? | 16:53 |
| fyb3r | its repeating though, a lot | 16:53 |
| fyb3r | like since 7am when I turned everything back on until now, 11:52am server.log is 56402071bytes | 16:54 |
| Sam-I-Am | you dont need debug mode on, just verbose mode | 16:54 |
| skyler | Hi, I am setting up OpenStack in some VMs right now. I am wondering, can I use the same interface for instance tunnels, management and external networking. In the network node I would move my IP address to br-ext. Does this work? | 16:54 |
| fyb3r | oh | 16:54 |
| fyb3r | :D | 16:54 |
| *** dstarnes has joined #openstack | 16:54 | |
| *** sjmc7 has joined #openstack | 16:55 | |
| Sam-I-Am | skyler: yeah, but its more difficult to troubleshoot | 16:55 |
| Sam-I-Am | there arent really any limitations to how you do networking | 16:55 |
| fyb3r | Im currently dealing with an issue doing that skyler ^_^ sam's been helping me bang my head on a wall lol | 16:55 |
| *** pnavarro has quit IRC | 16:55 | |
| reed | Get To Know Ask OpenStack hangout is today https://plus.google.com/events/c7vn530mrpo0np6kbv9j100pt5o | 16:56 |
| *** soleblaze has quit IRC | 16:56 | |
| fyb3r | ok i killed debug, and i may have found the problem | 16:57 |
| *** gszasz has quit IRC | 16:57 | |
| skyler | Sam-I-Am: Thanks. It seems like it would be a little simpler to use just one IP than to make my VMs have multiple nics and then make them each have IPs. | 16:57 |
| *** soleblaze has joined #openstack | 16:57 | |
| *** racedo has quit IRC | 16:57 | |
| *** ostack has joined #openstack | 16:58 | |
| skyler | fyb3r: Installing OpenStack seems to be best left to heavy metal enthusiasts. Lots of head banging. | 16:58 |
| fyb3r | Sam-I-Am: http://paste.openstack.org/show/86129/ | 16:58 |
| fyb3r | good thing I am one :) | 16:59 |
| *** jcoufal-mobile_ has quit IRC | 16:59 | |
| *** arnaud has quit IRC | 17:00 | |
| Sam-I-Am | fyb3r: that looks ok. whats your core_plugin set to in neutron.conf? and what distro is this? | 17:01 |
| Sam-I-Am | bbiaf | 17:01 |
| fyb3r | All of the core_plugin s are set to ml2, and all nodes are 14.04 | 17:02 |
| *** samrose has joined #openstack | 17:02 | |
| *** sarob has joined #openstack | 17:03 | |
| *** bdpayne has quit IRC | 17:04 | |
| *** lykinsbd has joined #openstack | 17:05 | |
| *** fthamura has quit IRC | 17:07 | |
| *** derekh__ has quit IRC | 17:07 | |
| *** jistr has quit IRC | 17:07 | |
| *** soleblaze has quit IRC | 17:08 | |
| *** kebray has quit IRC | 17:09 | |
| *** marius_endian has quit IRC | 17:10 | |
| *** jareddlc has joined #openstack | 17:10 | |
| *** baylight has joined #openstack | 17:10 | |
| *** lykinsbd has quit IRC | 17:10 | |
| *** vgnbkr has quit IRC | 17:11 | |
| *** JayJ has joined #openstack | 17:11 | |
| *** soupboy has quit IRC | 17:11 | |
| *** dstarnes has quit IRC | 17:11 | |
| *** baylight has quit IRC | 17:12 | |
| *** soleblaze has joined #openstack | 17:12 | |
| *** belmoreira has joined #openstack | 17:12 | |
| fyb3r | ERROR neutron.agent.dhcp_agent [-] Unable to enable dhcp for a48761b3-f945-45d8-9b8d-395ce721af2f. | 17:12 |
| *** vgnbkr has joined #openstack | 17:12 | |
| fyb3r | just found that on netork in the dhcp-agent.log | 17:13 |
| *** baylight has joined #openstack | 17:13 | |
| *** bbcmicrocomputer has quit IRC | 17:13 | |
| *** baoli has joined #openstack | 17:13 | |
| *** ChrisAM_ is now known as ChrisAM | 17:13 | |
| *** yamamoto has joined #openstack | 17:13 | |
| *** hrybacki has quit IRC | 17:14 | |
| *** mmcardle has quit IRC | 17:14 | |
| *** a_le has joined #openstack | 17:15 | |
| *** masayukig has quit IRC | 17:15 | |
| *** bknudson has quit IRC | 17:15 | |
| *** rdt_82524 has joined #openstack | 17:16 | |
| *** chuckC has joined #openstack | 17:16 | |
| *** berendt has quit IRC | 17:16 | |
| *** jgriffit1 has joined #openstack | 17:17 | |
| *** jgriffit1 has quit IRC | 17:17 | |
| skyler | Can I set the "local_ip" value in the [ovs] section of ml2_conf.ini to be a host name. For example should I add an entry to /etc/hosts specifying the instance tunnels ip and then use that name in my config file? I ask because I am going to move my VM and when I do, my IP will change. So I would like to just change a hosts entry to fix it when I move. | 17:17 |
| *** sbfox has joined #openstack | 17:17 | |
| *** jgriffith has quit IRC | 17:18 | |
| *** jgriffith has joined #openstack | 17:19 | |
| *** signed8bit is now known as signed8bit_ZZZzz | 17:20 | |
| *** Harry51S has quit IRC | 17:20 | |
| *** dwaite has quit IRC | 17:20 | |
| *** rossk has joined #openstack | 17:21 | |
| *** masayukig has joined #openstack | 17:21 | |
| *** bdpayne has joined #openstack | 17:21 | |
| *** mgiampapa has joined #openstack | 17:22 | |
| *** MaxV has joined #openstack | 17:23 | |
| *** marcelodieder has quit IRC | 17:23 | |
| *** marun has quit IRC | 17:23 | |
| *** atiwari has joined #openstack | 17:25 | |
| *** gigawhat has joined #openstack | 17:25 | |
| *** jsidhu has joined #openstack | 17:25 | |
| *** marun has joined #openstack | 17:25 | |
| *** signed8bit_ZZZzz is now known as signed8bit | 17:28 | |
| *** okrieg has joined #openstack | 17:28 | |
| *** annashen_ has joined #openstack | 17:28 | |
| *** eglynn has quit IRC | 17:29 | |
| *** afazekas has joined #openstack | 17:29 | |
| *** WackoRobie has quit IRC | 17:31 | |
| *** kushal has quit IRC | 17:31 | |
| *** jpomero_ has joined #openstack | 17:31 | |
| *** WackoRobie has joined #openstack | 17:32 | |
| *** pballand_ has joined #openstack | 17:32 | |
| *** sjmc7_ has joined #openstack | 17:32 | |
| *** adjohn has joined #openstack | 17:33 | |
| fyb3r | Also, I do show ports open on the tenant network | 17:33 |
| *** vnguyen has quit IRC | 17:33 | |
| skyler | Is there a way to get floating IPs from dhcp? I don't want to specify an arbitrary block of IP address and end up messing up my coworkers. | 17:33 |
| *** ongolaBoy has quit IRC | 17:33 | |
| *** carlp has quit IRC | 17:33 | |
| *** tnovacik has quit IRC | 17:34 | |
| *** s3an2_ has joined #openstack | 17:34 | |
| *** charz_ has joined #openstack | 17:34 | |
| *** xavpaice_ has joined #openstack | 17:34 | |
| *** fsaad1 has joined #openstack | 17:34 | |
| *** jistr has joined #openstack | 17:34 | |
| *** snep has joined #openstack | 17:35 | |
| *** jistr is now known as jistr|off | 17:35 | |
| *** sgordon`` has joined #openstack | 17:35 | |
| *** Anticimex has joined #openstack | 17:35 | |
| *** kierrr has quit IRC | 17:35 | |
| *** snep is now known as kierrr | 17:36 | |
| *** fleducquede_ has joined #openstack | 17:36 | |
| *** WackoRobie has quit IRC | 17:36 | |
| *** blackboxsw_ has joined #openstack | 17:36 | |
| *** nask is now known as nask`off | 17:37 | |
| *** AciiDicBa55 has joined #openstack | 17:37 | |
| *** johnthetubaguy is now known as zz_johnthetubagu | 17:37 | |
| *** cfarquhar has joined #openstack | 17:37 | |
| *** cfarquhar has joined #openstack | 17:37 | |
| *** gilliard has joined #openstack | 17:37 | |
| *** Corey_ has joined #openstack | 17:37 | |
| *** muhanpon1 has joined #openstack | 17:37 | |
| *** gil has quit IRC | 17:37 | |
| *** mtreinish_ has joined #openstack | 17:38 | |
| *** dgrig has joined #openstack | 17:38 | |
| *** anticw_ has joined #openstack | 17:38 | |
| *** acrocity_ has joined #openstack | 17:38 | |
| *** B_Smith_ has joined #openstack | 17:38 | |
| *** cm2 has joined #openstack | 17:38 | |
| *** taihen_ has joined #openstack | 17:38 | |
| *** mariusv_ has joined #openstack | 17:38 | |
| *** _shaps_ has quit IRC | 17:38 | |
| *** jgriffit1 has joined #openstack | 17:39 | |
| *** gleam_ has joined #openstack | 17:39 | |
| *** zviratko_ has joined #openstack | 17:39 | |
| *** gleam has quit IRC | 17:39 | |
| *** gleam_ is now known as gleam | 17:39 | |
| *** peter123_ has joined #openstack | 17:40 | |
| *** gyee has joined #openstack | 17:40 | |
| *** md_5- has joined #openstack | 17:40 | |
| *** jmickle has joined #openstack | 17:40 | |
| *** moted_ has joined #openstack | 17:40 | |
| *** baffle has joined #openstack | 17:40 | |
| *** dtrainor_ has joined #openstack | 17:40 | |
| *** gmurphy_ has joined #openstack | 17:40 | |
| *** Domin_ has joined #openstack | 17:41 | |
| *** jp_at_hp has quit IRC | 17:41 | |
| *** jgriffith has quit IRC | 17:41 | |
| *** pballand has quit IRC | 17:41 | |
| *** dtrainor has quit IRC | 17:41 | |
| *** jpomero has quit IRC | 17:41 | |
| *** moted has quit IRC | 17:41 | |
| *** blackboxsw has quit IRC | 17:41 | |
| *** sjmc7 has quit IRC | 17:41 | |
| *** daMaestro has quit IRC | 17:41 | |
| *** AciiDic has quit IRC | 17:41 | |
| *** al has quit IRC | 17:41 | |
| *** jalljo has quit IRC | 17:41 | |
| *** rektide has quit IRC | 17:41 | |
| *** sgordon` has quit IRC | 17:41 | |
| *** anticw has quit IRC | 17:41 | |
| *** md_5 has quit IRC | 17:41 | |
| *** tkeith has quit IRC | 17:41 | |
| *** fuz1on has quit IRC | 17:41 | |
| *** rbowen has quit IRC | 17:41 | |
| *** taihen has quit IRC | 17:41 | |
| *** tombee has quit IRC | 17:41 | |
| *** jkyle has quit IRC | 17:41 | |
| *** snowboardr04|afk has quit IRC | 17:41 | |
| *** s3an2 has quit IRC | 17:41 | |
| *** mtreinish has quit IRC | 17:41 | |
| *** ninkotech__ has quit IRC | 17:41 | |
| *** acrocity has quit IRC | 17:41 | |
| *** jklare has quit IRC | 17:41 | |
| *** vladan has quit IRC | 17:41 | |
| *** lool has quit IRC | 17:41 | |
| *** peter123 has quit IRC | 17:41 | |
| *** seikath has quit IRC | 17:41 | |
| *** gilliard_ has quit IRC | 17:41 | |
| *** Anticime1 has quit IRC | 17:41 | |
| *** scuttlemonkey has quit IRC | 17:41 | |
| *** neoXsys has quit IRC | 17:41 | |
| *** atrius has quit IRC | 17:41 | |
| *** lsamoila has quit IRC | 17:41 | |
| *** mfisch has quit IRC | 17:41 | |
| *** Corey has quit IRC | 17:41 | |
| *** xavpaice has quit IRC | 17:41 | |
| *** dgrig_ has quit IRC | 17:41 | |
| *** baffle_ has quit IRC | 17:41 | |
| *** mariusv has quit IRC | 17:41 | |
| *** Vek has quit IRC | 17:41 | |
| *** ekarlso has quit IRC | 17:41 | |
| *** Domin has quit IRC | 17:41 | |
| *** charz has quit IRC | 17:41 | |
| *** piokie has quit IRC | 17:41 | |
| *** krphop has quit IRC | 17:41 | |
| *** gmurphy has quit IRC | 17:41 | |
| *** muhanpong has quit IRC | 17:41 | |
| *** avd has quit IRC | 17:41 | |
| *** jeremydei has quit IRC | 17:41 | |
| *** zviratko has quit IRC | 17:41 | |
| *** cfarquha1 has quit IRC | 17:41 | |
| *** fsaad has quit IRC | 17:41 | |
| *** B_Smith has quit IRC | 17:41 | |
| *** hazmat has quit IRC | 17:41 | |
| *** acrocity_ is now known as acrocity | 17:41 | |
| *** jalljo has joined #openstack | 17:41 | |
| *** Domin_ is now known as Domin | 17:42 | |
| *** pballand_ is now known as pballand | 17:42 | |
| *** mtreinish_ is now known as mtreinish | 17:42 | |
| *** moted_ is now known as moted | 17:42 | |
| *** zzelle has joined #openstack | 17:42 | |
| *** atrius_ has joined #openstack | 17:42 | |
| *** krphop has joined #openstack | 17:42 | |
| *** pmathews has joined #openstack | 17:42 | |
| *** atrius_ is now known as atrius | 17:42 | |
| *** comstud is now known as bearhands | 17:42 | |
| *** dgel has joined #openstack | 17:42 | |
| *** dansmith is now known as superdan | 17:42 | |
| *** mfisch has joined #openstack | 17:42 | |
| *** mfisch has quit IRC | 17:42 | |
| *** mfisch has joined #openstack | 17:42 | |
| *** dsneddon has quit IRC | 17:43 | |
| *** lool has joined #openstack | 17:43 | |
| *** vladan has joined #openstack | 17:43 | |
| *** Corey_ is now known as Corey | 17:43 | |
| *** mrunge has quit IRC | 17:44 | |
| *** esv is now known as panzon | 17:44 | |
| *** tkeith has joined #openstack | 17:44 | |
| *** tombee has joined #openstack | 17:44 | |
| *** tombee has joined #openstack | 17:44 | |
| *** panzon is now known as maleta | 17:44 | |
| *** seikath has joined #openstack | 17:44 | |
| *** dsneddon has joined #openstack | 17:45 | |
| *** dsneddon_ has joined #openstack | 17:45 | |
| *** dsneddon has quit IRC | 17:45 | |
| *** dsneddon_ has quit IRC | 17:45 | |
| *** jcoufal-mobile has joined #openstack | 17:46 | |
| *** rektide has joined #openstack | 17:46 | |
| *** gregmark has quit IRC | 17:46 | |
| *** gregmark has joined #openstack | 17:46 | |
| *** krphop has quit IRC | 17:46 | |
| *** krphop has joined #openstack | 17:47 | |
| *** scuttle` has joined #openstack | 17:47 | |
| *** mikeoutland has joined #openstack | 17:47 | |
| *** jcoufal-mobile has quit IRC | 17:47 | |
| *** punal has joined #openstack | 17:47 | |
| *** rbowen has joined #openstack | 17:47 | |
| *** lsamoila has joined #openstack | 17:47 | |
| *** jcoufal-mobile has joined #openstack | 17:47 | |
| *** samrose_ has joined #openstack | 17:48 | |
| *** WackoRobie has joined #openstack | 17:48 | |
| *** punal has quit IRC | 17:48 | |
| *** ekarlso has joined #openstack | 17:48 | |
| *** daMaestro has joined #openstack | 17:48 | |
| *** exciter0 has joined #openstack | 17:48 | |
| *** arnaud has joined #openstack | 17:48 | |
| *** mjturek has quit IRC | 17:48 | |
| *** baylight has quit IRC | 17:48 | |
| *** baylight has joined #openstack | 17:49 | |
| *** samrose has quit IRC | 17:49 | |
| *** jheroux has quit IRC | 17:49 | |
| *** maleta is now known as maletilla | 17:49 | |
| *** cm2_ has joined #openstack | 17:49 | |
| *** jkyle has joined #openstack | 17:49 | |
| *** kbrierly has quit IRC | 17:50 | |
| *** adjohn has quit IRC | 17:50 | |
| *** darshan104 has joined #openstack | 17:50 | |
| *** meve has quit IRC | 17:50 | |
| *** lykinsbd has joined #openstack | 17:50 | |
| *** adjohn has joined #openstack | 17:51 | |
| *** kbrierly has joined #openstack | 17:51 | |
| *** jcoufal-mobile_ has joined #openstack | 17:51 | |
| *** darshan104 has quit IRC | 17:52 | |
| *** reed has quit IRC | 17:52 | |
| *** gigawhat has quit IRC | 17:52 | |
| *** jcoufal-mobile_ has quit IRC | 17:52 | |
| *** dsneddon has joined #openstack | 17:54 | |
| *** dsneddon_ has joined #openstack | 17:54 | |
| *** krtaylor has quit IRC | 17:54 | |
| *** dgel has quit IRC | 17:54 | |
| *** adjohn has quit IRC | 17:55 | |
| *** jcoufal-mobile has quit IRC | 17:55 | |
| *** gigawhat has joined #openstack | 17:56 | |
| *** jeremydei has joined #openstack | 17:56 | |
| *** jmh has quit IRC | 17:57 | |
| *** baylight1 has joined #openstack | 17:57 | |
| *** dtrainor_ has quit IRC | 17:58 | |
| *** jmickle has quit IRC | 17:58 | |
| *** baylight has quit IRC | 17:58 | |
| *** dtrainor has joined #openstack | 17:58 | |
| *** jmickle has joined #openstack | 17:59 | |
| *** dsneddon has quit IRC | 18:00 | |
| *** dsneddon_ has quit IRC | 18:00 | |
| *** meve has joined #openstack | 18:01 | |
| *** dsneddon_ has joined #openstack | 18:01 | |
| *** dsneddon has joined #openstack | 18:01 | |
| *** krtaylor has joined #openstack | 18:02 | |
| *** robbiew has quit IRC | 18:02 | |
| *** baylight1 has quit IRC | 18:02 | |
| *** jprovazn has joined #openstack | 18:02 | |
| *** vnguyen has joined #openstack | 18:03 | |
| *** kenhui has quit IRC | 18:03 | |
| *** baylight has joined #openstack | 18:03 | |
| *** gcha has quit IRC | 18:03 | |
| *** key__ has quit IRC | 18:04 | |
| *** key__ has joined #openstack | 18:05 | |
| *** mdenny has quit IRC | 18:05 | |
| *** baylight has quit IRC | 18:05 | |
| *** lykinsbd has quit IRC | 18:06 | |
| *** lykinsbd has joined #openstack | 18:06 | |
| *** baylight has joined #openstack | 18:07 | |
| *** baylight1 has joined #openstack | 18:07 | |
| *** metral_zzz is now known as metral | 18:09 | |
| Sam-I-Am | skyler: not that i'm aware of | 18:09 |
| Sam-I-Am | at least not unless you move into another network model | 18:09 |
| Sam-I-Am | fyb3r: yo | 18:09 |
| *** okrieg has quit IRC | 18:09 | |
| skyler | Okay, so I just have to carve out a chunk of IP addresses. Alright, I guess that works. | 18:09 |
| skyler | Thanks Sam-I-Am | 18:10 |
| *** k_stev has joined #openstack | 18:10 | |
| *** vnguyen has quit IRC | 18:10 | |
| *** scuttle` is now known as scuttle|afk | 18:10 | |
| *** belmoreira has quit IRC | 18:10 | |
| *** sarcasticidiot has joined #openstack | 18:11 | |
| *** cripperz is now known as N0DE` | 18:11 | |
| fyb3r | allo | 18:11 |
| *** lykinsbd has quit IRC | 18:11 | |
| *** meve has quit IRC | 18:11 | |
| *** nbarnett has joined #openstack | 18:11 | |
| fyb3r | redoing the tenant network and making sure my bridges were correct | 18:11 |
| *** MilesDenver has quit IRC | 18:12 | |
| *** geekinut1h is now known as geekinutah | 18:12 | |
| *** darshan104 has joined #openstack | 18:13 | |
| *** nask`off is now known as nask | 18:13 | |
| *** timello has quit IRC | 18:14 | |
| _cjones_ | Hello I've got a neutron CLI question for any neutron folks. | 18:14 |
| _cjones_ | If I were to do the following: neutron net-create foobar --admin-state-down, neutron net-update --admin-state-up <id> .. .how do I bring the admin-state back down? | 18:14 |
| *** metral is now known as metral_zzz | 18:14 | |
| *** bknudson has joined #openstack | 18:15 | |
| *** SumitNaiksatam has quit IRC | 18:15 | |
| *** vnguyen has joined #openstack | 18:15 | |
| *** aldavud is now known as aldavud_away | 18:16 | |
| *** jmickle has joined #openstack | 18:16 | |
| *** sarob has quit IRC | 18:16 | |
| *** kenhui has joined #openstack | 18:16 | |
| *** KurtMartin has joined #openstack | 18:16 | |
| *** timello has joined #openstack | 18:17 | |
| *** shakamunyi has joined #openstack | 18:17 | |
| *** shakamunyi has quit IRC | 18:17 | |
| *** shakamunyi has joined #openstack | 18:18 | |
| *** shakamunyi has quit IRC | 18:18 | |
| *** sarcasticidiot has quit IRC | 18:19 | |
| *** sarcasticidiot has joined #openstack | 18:19 | |
| *** dlaw has joined #openstack | 18:19 | |
| *** sarcasticidiot has quit IRC | 18:19 | |
| *** kmartin has quit IRC | 18:20 | |
| *** fsaad1 is now known as fsaad | 18:20 | |
| *** kebray has joined #openstack | 18:21 | |
| *** marcelodieder has joined #openstack | 18:21 | |
| *** dave_tucker is now known as dave_tucker_zzz | 18:22 | |
| *** dgel has joined #openstack | 18:22 | |
| *** meve has joined #openstack | 18:22 | |
| *** pixelb has quit IRC | 18:24 | |
| fyb3r | the hell lol. now theres a vpn namespace on my controller | 18:25 |
| Sam-I-Am | vpn? | 18:25 |
| fyb3r | lol no idea, i removed it | 18:25 |
| *** signed8bit is now known as signed8bit_ZZZzz | 18:25 | |
| *** itarchitectkev has joined #openstack | 18:26 | |
| fyb3r | well, all logs are clear now except openvswitch | 18:27 |
| *** signed8bit_ZZZzz is now known as signed8bit | 18:27 | |
| *** adjohn has joined #openstack | 18:27 | |
| *** overlayer has quit IRC | 18:27 | |
| fyb3r | http://paste.openstack.org/show/86144/ | 18:28 |
| Sam-I-Am | well there's a problem | 18:28 |
| Sam-I-Am | name resolution | 18:28 |
| fyb3r | http://paste.openstack.org/show/86145/ l3 had some too that was semi recent | 18:29 |
| fyb3r | 0,o | 18:29 |
| fyb3r | WOW | 18:29 |
| *** itarchitectkev_ has joined #openstack | 18:29 | |
| fyb3r | im an idiot >_> i totally fubard the hosts file | 18:29 |
| *** Sauvin has quit IRC | 18:31 | |
| fyb3r | Sam-I-Am: if this works, Ilove you for pointing out my biggest flaw ^_^ always overlooking the simplest thing | 18:31 |
| Sam-I-Am | it happens | 18:31 |
| Sam-I-Am | usually people mess up their openstack config files | 18:32 |
| fyb3r | i had all hosts files misconfigured on each machine rofl, dunno how its worked up until this | 18:32 |
| Sam-I-Am | is not difficult, and the services dont do a good job of validation | 18:32 |
| fyb3r | ah | 18:32 |
| fyb3r | my config files have been flawless thus far lol, thats why ive been so confused. upside is that I have read all of the manuals almost lol | 18:32 |
| *** a_le has quit IRC | 18:33 | |
| *** dgel has quit IRC | 18:33 | |
| Sam-I-Am | lol | 18:33 |
| *** pballand has quit IRC | 18:33 | |
| *** a_le has joined #openstack | 18:33 | |
| *** meve has quit IRC | 18:34 | |
| *** itarchitectkev has quit IRC | 18:34 | |
| *** SumitNaiksatam has joined #openstack | 18:34 | |
| *** giorgiodinapoli has quit IRC | 18:35 | |
| *** arnaud__ has joined #openstack | 18:36 | |
| enarciso | Hello everyone, so I had to delete a port of a VM and in need to re-create it. After 'neutron port-create' I tried to assign it back to the VM by 'nova add-fixed-ip $vm $port_id' but that doesn't seem to and and the port has a status of "DOWN". Has anyone encountered this before? Thanks | 18:38 |
| *** pballand has joined #openstack | 18:38 | |
| *** arnaud has quit IRC | 18:38 | |
| enarciso | I made sure that mac address, securitygroup, etc are the same when I created the port again. | 18:38 |
| *** rturk|afk is now known as rturk | 18:38 | |
| *** devoid has joined #openstack | 18:39 | |
| enarciso | But that doesn't seem to be working. The only viable thing to do is to delete the VM and 'nova boot --nic port_id=$port_id' | 18:39 |
| *** gaud has joined #openstack | 18:39 | |
| enarciso | Add thing is I am able to associate my floatingip to this port just fine | 18:40 |
| enarciso | odd* | 18:40 |
| gaud | ok.. so to create the keystone database, I would do keystone-manage db_sync , to create the nova database I would do nova-manage db_sync , to create the neutron database.. neutron-db-manage.. ? | 18:40 |
| gaud | also, keystone-manage takes an important argument --conf-file , where I can define a sql_connection | 18:41 |
| gaud | nova doesn't | 18:41 |
| georgem2 | enarciso: did you try using the "nova interface-attach" command? | 18:41 |
| gaud | why is it lacking consistency that much ? | 18:41 |
| enarciso | georgem2: no, let me try that. | 18:41 |
| georgem2 | gaud: different dev teams | 18:42 |
| Sam-I-Am | gaud: the services should look for their respective config files | 18:42 |
| *** jecarey has joined #openstack | 18:42 | |
| georgem2 | gaud: lack of coordination | 18:42 |
| gaud | Sam-I-Am, I like the ability to specify a sql_connection to use for the db_sync | 18:42 |
| *** wramthun has quit IRC | 18:42 | |
| *** wramthun has joined #openstack | 18:43 | |
| gaud | i'm trying to make that puppetlabs/openstack modules to work with a mysql cluster instead of having the mysql server running absolutely on the controller. | 18:43 |
| *** KodiakF has joined #openstack | 18:43 | |
| Sam-I-Am | sql_connection is a defunct ke | 18:43 |
| Sam-I-Am | key | 18:43 |
| Sam-I-Am | most services now use 'connection' | 18:44 |
| *** kenhui has quit IRC | 18:44 | |
| *** meve has joined #openstack | 18:44 | |
| *** arnaud has joined #openstack | 18:44 | |
| gaud | the only way I found is to remove the mysql installation and the db creation (db_sync for each service) in the controller manifest and to , prior to running the controller, create the db "manually" | 18:44 |
| KodiakF | Could someone please tell me if I can integrate (Icehouse) Keystone with Active Directory using groups rather than OUs? All my users already live in a general purpose OU in AD. | 18:44 |
| *** benkevan has joined #openstack | 18:44 | |
| gaud | Sam-I-Am, i'm still in havana | 18:45 |
| *** dstarnes has joined #openstack | 18:45 | |
| *** timello_ has joined #openstack | 18:45 | |
| *** m3_del has joined #openstack | 18:45 | |
| *** xianghui has joined #openstack | 18:46 | |
| Sam-I-Am | gaud: so some services use different keys. however, they should read those from their config files | 18:46 |
| *** timello has quit IRC | 18:46 | |
| *** mpaolino has quit IRC | 18:47 | |
| *** dstarnes has quit IRC | 18:47 | |
| *** nbarnett is now known as PsionTheory | 18:48 | |
| *** nati_ueno has quit IRC | 18:48 | |
| *** lykinsbd has joined #openstack | 18:48 | |
| fyb3r | http://paste.openstack.org/show/86146/ | 18:48 |
| fyb3r | sigh | 18:48 |
| *** dlaw has quit IRC | 18:50 | |
| Sam-I-Am | fyb3r: probably a config error | 18:51 |
| fyb3r | dunno where it would be at this point >_> | 18:52 |
| *** Longgeek has joined #openstack | 18:52 | |
| *** davi has quit IRC | 18:53 | |
| *** mgarza has joined #openstack | 18:53 | |
| *** al has joined #openstack | 18:53 | |
| georgem2 | fyb3r:it's complaining about missing the rootwrap.cmd module | 18:54 |
| Sam-I-Am | georgem2: thats an unusual error | 18:54 |
| georgem2 | fyb3r:I don't know how you installed Neutron | 18:54 |
| *** reed has joined #openstack | 18:54 | |
| *** benrodrigue has joined #openstack | 18:54 | |
| enarciso | georgem2: running `nova interface-attach` yields an "error: $port_id is still in use. " | 18:55 |
| *** vermarah_ has quit IRC | 18:55 | |
| *** vermarah has quit IRC | 18:55 | |
| georgem2 | fyb3r:that module should be in python-oslo.rootwrap: /usr/lib/python2.7/dist-packages/oslo/rootwrap/cmd.py | 18:55 |
| fyb3r | http://docs.openstack.org/icehouse/install-guide/install/apt/content/neutron-ml2-network-node.html | 18:55 |
| *** vermarah has joined #openstack | 18:55 | |
| *** mgiles has joined #openstack | 18:55 | |
| *** vermarah_ has joined #openstack | 18:55 | |
| enarciso | for sanity; I port-delete|create it again then tried to attach it and still gives the same error | 18:55 |
| fyb3r | yup its not in there at all | 18:56 |
| georgem2 | fyb3r:do you have the python-oslo.rootwrap package installed? | 18:56 |
| *** linuxgeek_ has joined #openstack | 18:56 | |
| *** aldavud has joined #openstack | 18:56 | |
| fyb3r | wait nm, there it is. cmd.py | 18:57 |
| georgem2 | enarciso:how did you delete the neutron port in the first place? and you said you reused all parameters when you recreated, it might be a bug | 18:58 |
| georgem2 | fyb3r: can you clean up your neutron.conf and paste it in pastebin? use | 18:58 |
| *** kebray has quit IRC | 18:58 | |
| fyb3r | yup | 18:58 |
| fyb3r | sec | 18:58 |
| georgem2 | fyb3r: egrep -v "^$|^#" /etc/neutron/neutron.conf | 18:58 |
| fyb3r | want it from the network not? | 18:59 |
| fyb3r | node* | 18:59 |
| georgem2 | yes | 18:59 |
| *** N0DE` is now known as CripperZ- | 18:59 | |
| fyb3r | http://paste.openstack.org/show/86148/ | 18:59 |
| enarciso | yes; `neutron port-show $port_id`, then to create `neutron port-create --tenant-id $id --security-group $id --device-id $device --mac-address $mac_add $network_name` | 18:59 |
| enarciso | I also shutdown the VM already | 19:00 |
| enarciso | before doing above | 19:00 |
| *** benrodrigue has quit IRC | 19:00 | |
| *** meve has quit IRC | 19:00 | |
| enarciso | then after I did the `nova interface-attach --port-id $id $server_name` | 19:00 |
| *** benrodrigue has joined #openstack | 19:01 | |
| *** dlaw has joined #openstack | 19:01 | |
| *** CripperZ- is now known as cripperz | 19:02 | |
| *** vermarah_ has quit IRC | 19:03 | |
| *** vermarah has quit IRC | 19:03 | |
| *** BillTheKat has joined #openstack | 19:03 | |
| *** tvvcox has quit IRC | 19:04 | |
| *** ArcTanSusan has quit IRC | 19:04 | |
| georgem2 | enarciso:if you pass in the device-id it basically connects to that VM | 19:04 |
| *** adreznec has quit IRC | 19:04 | |
| *** tonisbones has quit IRC | 19:05 | |
| *** Longgeek has quit IRC | 19:06 | |
| *** tonisbones has joined #openstack | 19:06 | |
| *** devoid has quit IRC | 19:06 | |
| fyb3r | any ideas where i went wrong? | 19:06 |
| georgem2 | fyb3r:I cannot see that pastebin, it's broken | 19:07 |
| georgem2 | fyb3r:pastebin working now, give me a few min | 19:07 |
| *** tbarron has joined #openstack | 19:07 | |
| enarciso | I thought so too. but my VM cannot get an IP address via DHCP. | 19:08 |
| fyb3r | kk | 19:08 |
| enarciso | I'll try to create the port again without device_id | 19:08 |
| *** amcrn has joined #openstack | 19:08 | |
| *** marun has quit IRC | 19:09 | |
| *** marun_ has joined #openstack | 19:09 | |
| *** mgiampapa has quit IRC | 19:09 | |
| enarciso | yup that did it! | 19:10 |
| enarciso | Thanks! | 19:10 |
| *** tonisbones has quit IRC | 19:10 | |
| enarciso | I re-created the port without device_id and ran 'nova interface-attached' | 19:11 |
| enarciso | and once the VM booted it was able to picked up an IP | 19:11 |
| enarciso | I guess it's a bug? | 19:11 |
| georgem2 | enarciso:or a feature :) | 19:13 |
| *** Akshya has joined #openstack | 19:13 | |
| enarciso | Ha! :-) def. a feature | 19:13 |
| georgem2 | fyb3r:can you paste the ml2_conf.ini file as well, cleaned up? | 19:13 |
| *** metral_zzz is now known as metral | 19:13 | |
| *** mwagner_lap has joined #openstack | 19:14 | |
| *** tsekiyama has quit IRC | 19:14 | |
| *** avozza has joined #openstack | 19:14 | |
| fyb3r | kk | 19:14 |
| fyb3r | http://paste.openstack.org/show/86149/ | 19:15 |
| georgem2 | fyb3r:also, can you try running this command and see if it works? sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ovs-vsctl --timeout=10 get Interface patch-int ofport | 19:16 |
| *** tbarron has quit IRC | 19:16 | |
| *** panda has quit IRC | 19:16 | |
| *** baoli has quit IRC | 19:17 | |
| *** panda has joined #openstack | 19:17 | |
| *** baoli has joined #openstack | 19:17 | |
| fyb3r | error lin6, no module named rootwrap.cmd | 19:17 |
| *** adreznec has joined #openstack | 19:17 | |
| *** badon_ has joined #openstack | 19:18 | |
| *** noslzzp has quit IRC | 19:18 | |
| enarciso | ok. stupid question time... how can send a notice to a <nick> in chat? I'm using 'Limechat' client for my Mac. Do I run "/notice <nick>" ? | 19:18 |
| *** badon has quit IRC | 19:19 | |
| enarciso | sorry | 19:19 |
| *** Akshya has left #openstack | 19:19 | |
| *** sjmc7_ is now known as sjmc7 | 19:19 | |
| georgem2 | fyb3r:did you remove any packages, do you have any half-installed ones? I would backup the config files, uninstall the neutron packages and install them again | 19:19 |
| *** avozza has quit IRC | 19:19 | |
| *** sjmc7 has left #openstack | 19:19 | |
| *** aldavud_away has quit IRC | 19:20 | |
| *** badon_ is now known as badon | 19:21 | |
| fyb3r | should i just do apt-get remove --purge? | 19:22 |
| georgem2 | fyb3r:yes | 19:22 |
| *** adreznec has quit IRC | 19:25 | |
| fyb3r | http://paste.openstack.org/show/86151/ | 19:26 |
| fyb3r | just to make sure im doing it right lol | 19:26 |
| *** adreznec has joined #openstack | 19:26 | |
| *** dlaw has quit IRC | 19:26 | |
| *** ostack has quit IRC | 19:27 | |
| *** ostack has joined #openstack | 19:28 | |
| skyler | I am configuring neutron. I can ping my router just fine from all nodes. However, when I go to create an instance, my compute node times out when trying to talk to neutron. Anyone know common causes of this? | 19:28 |
| *** dstarnes has joined #openstack | 19:28 | |
| *** min has joined #openstack | 19:28 | |
| skyler | Note, I am connecting to my AMQP server just fine. | 19:28 |
| Sam-I-Am | skyler: does compute know about neutron? | 19:28 |
| *** baoli has quit IRC | 19:28 | |
| Sam-I-Am | there are some tidbits the nova conf needs | 19:28 |
| *** min is now known as Guest52707 | 19:28 | |
| *** ostack has quit IRC | 19:29 | |
| *** wramthun has quit IRC | 19:29 | |
| Sam-I-Am | fyb3r: thats about right | 19:29 |
| *** Guest52707 has quit IRC | 19:29 | |
| *** baoli has joined #openstack | 19:29 | |
| skyler | Sam-I-Am: I think so... | 19:29 |
| *** d3fc0n has joined #openstack | 19:29 | |
| *** dstarnes has quit IRC | 19:29 | |
| *** ostack has joined #openstack | 19:29 | |
| georgem2 | fyb3r:I think its should be fine | 19:29 |
| fyb3r | here goes nothin :), thank god for snapshots too | 19:30 |
| *** chandankumar has quit IRC | 19:30 | |
| *** rbak has quit IRC | 19:30 | |
| skyler | Sam-I-Am: Is there a good way to verify? | 19:30 |
| georgem2 | skyler:what do you mean by "compute node times out when trying to talk to neutron" ? | 19:30 |
| *** rbak has joined #openstack | 19:31 | |
| georgem2 | skyler:can you paste your logs? | 19:31 |
| georgem2 | skyler:in pastebin | 19:31 |
| *** suneelb has joined #openstack | 19:32 | |
| skyler | georgem2: Yeah, just a sec. | 19:32 |
| *** wramthun has joined #openstack | 19:32 | |
| *** jecarey has quit IRC | 19:34 | |
| *** bradley has joined #openstack | 19:35 | |
| skyler | georgem2: http://paste.openstack.org/show/86153/ | 19:35 |
| *** lblanchard has quit IRC | 19:36 | |
| *** a_le has quit IRC | 19:36 | |
| *** dave_tucker_zzz is now known as dave_tucker | 19:36 | |
| *** alekibango has quit IRC | 19:37 | |
| *** bknudson has quit IRC | 19:37 | |
| skyler | specifically the line that ends with "Error: Connection to neutron failed: timed out" is what I was refering to. | 19:38 |
| *** bknudson has joined #openstack | 19:38 | |
| Sam-I-Am | skyler: its looking for the neutron api, not rabbit | 19:38 |
| *** dstarnes has joined #openstack | 19:38 | |
| *** arnaud__ has quit IRC | 19:38 | |
| *** arnaud has quit IRC | 19:38 | |
| *** mgiampapa has joined #openstack | 19:38 | |
| Sam-I-Am | so either a) neutron-server isn't running/listening, b) its firewalled, c) your nova.conf is missing directives for where to find the api. | 19:39 |
| *** a_le has joined #openstack | 19:39 | |
| *** mtl1 has quit IRC | 19:40 | |
| *** itarchitectkev_ has quit IRC | 19:40 | |
| *** weshay has quit IRC | 19:40 | |
| *** itarchitectkev has joined #openstack | 19:40 | |
| *** bradley is now known as jab | 19:40 | |
| georgem2 | skyler: I second that | 19:41 |
| *** hs366 has quit IRC | 19:41 | |
| Sam-I-Am | also check to make sure config keys are under the correct [header] and spelled correctly | 19:41 |
| *** ArcTanSusan has joined #openstack | 19:42 | |
| *** sgordon`` has quit IRC | 19:42 | |
| *** stronghere has quit IRC | 19:42 | |
| *** nmagnezi has joined #openstack | 19:42 | |
| *** jfarschman has joined #openstack | 19:42 | |
| *** jfarschman is now known as MilesDenver | 19:42 | |
| skyler | Sam-I-Am, georgem2: Here is my nova.conf on the compute node: http://paste.openstack.org/show/86154/ | 19:43 |
| *** makije has joined #openstack | 19:43 | |
| fyb3r | well ok, check this out http://paste.openstack.org/show/86155/ | 19:43 |
| *** sgordon` has joined #openstack | 19:44 | |
| skyler | I can ping the router that I created with neutron. Does this indicate that neutron-server is running/listening? | 19:44 |
| *** okrieg has joined #openstack | 19:44 | |
| fyb3r | yup | 19:44 |
| Qlawy | skyler: almost ;) | 19:44 |
| fyb3r | :P im still trying to even get that far haha | 19:45 |
| Qlawy | skyler: it means neutron-l3-agent is running ;) | 19:45 |
| Qlawy | fyb3r: gl | 19:45 |
| *** bknudson has quit IRC | 19:45 | |
| Qlawy | fyb3r: every time I get neutron running im partying ;) | 19:45 |
| fyb3r | is there a better choice? lol | 19:46 |
| skyler | Qlawy: Thanks! | 19:46 |
| *** danielbruno has quit IRC | 19:47 | |
| *** devoid has joined #openstack | 19:48 | |
| georgem2 | skyler:the config looks good to me, but you could try adding "vif_plugging_is_fatal = false" in the [default] section and restart services on the compute node and test again | 19:48 |
| fyb3r | ok so even after the reinstall, running /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ovs-vsctl --timeout=10 get Interface patch-int ofport still results in the same error | 19:49 |
| *** baoli has quit IRC | 19:49 | |
| *** bknudson has joined #openstack | 19:49 | |
| *** baoli has joined #openstack | 19:49 | |
| georgem2 | fyb3r:I'm leaving in 3 min but I don't know why your installation is so broken... | 19:50 |
| *** koaps_ has joined #openstack | 19:50 | |
| fyb3r | yet i can see its in there lol | 19:50 |
| skyler | georgem2: okay, I will give that a shot after lunch. Thanks for looking over that for me. | 19:50 |
| Sam-I-Am | skyler: can you get to controller:9696 from the compute node? | 19:50 |
| georgem2 | skyler:no problem, Sam-I-Am is still here and he's working late everyday :) | 19:50 |
| skyler | Sam-I-Am: What command could I use to test that? | 19:51 |
| georgem2 | skyler:telnet | 19:51 |
| skyler | georgem2: ty | 19:52 |
| *** koaps has quit IRC | 19:52 | |
| *** Vek has joined #openstack | 19:52 | |
| *** vnguyen has quit IRC | 19:52 | |
| Sam-I-Am | lol, sort of around :) | 19:53 |
| *** gigawhat has quit IRC | 19:53 | |
| *** cristov has quit IRC | 19:53 | |
| *** bknudson has quit IRC | 19:53 | |
| *** ostack has quit IRC | 19:53 | |
| *** ostack has joined #openstack | 19:54 | |
| *** henrynash has quit IRC | 19:54 | |
| *** daniel3 has quit IRC | 19:54 | |
| *** gigawhat has joined #openstack | 19:54 | |
| *** r3pl4y has quit IRC | 19:54 | |
| *** kebray has joined #openstack | 19:54 | |
| *** thangp has quit IRC | 19:54 | |
| *** pmathews has quit IRC | 19:54 | |
| *** cripperz is now known as N0DE` | 19:55 | |
| skyler | Sam-I-Am: Yes, I can connect to controller:9696 | 19:55 |
| *** r3pl4y has joined #openstack | 19:55 | |
| *** georgem2 has quit IRC | 19:55 | |
| *** jaimef has quit IRC | 19:56 | |
| *** prad has quit IRC | 19:56 | |
| *** changbl has quit IRC | 19:56 | |
| Sam-I-Am | anything in the neutron logs on the controller node? | 19:56 |
| fyb3r | forgot to do an autoremove to get rif og all those random packages, so re removing all of it and then ill reinstall | 19:57 |
| *** pmathews has joined #openstack | 19:57 | |
| *** dyasny has quit IRC | 19:57 | |
| Sam-I-Am | fyb3r: i havent seen your problem before | 19:58 |
| *** carlp has joined #openstack | 19:58 | |
| fyb3r | yay, i love being the first | 19:58 |
| fyb3r | >_> | 19:58 |
| Sam-I-Am | lol | 19:58 |
| Sam-I-Am | i see plenty of problems | 19:58 |
| skyler | Sam-I-Am: Yes two warnings: one saying "Authorization failed for token" the other saying "Gre endpoint with ip compute already exists" | 19:58 |
| Sam-I-Am | skyler: could be an auth problem somewhere | 19:59 |
| *** danielbruno has joined #openstack | 19:59 | |
| skyler | Sam-I-Am: so that means that I likely messed up in the keystone_authtoken section in one of the conf files, right? | 20:00 |
| *** devoid has left #openstack | 20:00 | |
| Sam-I-Am | most likely | 20:00 |
| Sam-I-Am | or forgot to tell it to use keystone in general | 20:00 |
| Sam-I-Am | since your networks created ok, i wonder if its neutron.conf on the compute node | 20:00 |
| *** jehb has quit IRC | 20:00 | |
| *** r3pl4y has quit IRC | 20:01 | |
| skyler | Right. It looks fine at first glance, but I will inspect it more carefully. For now, I am off to lunch. Thanks for all the help! | 20:02 |
| *** henrynash has joined #openstack | 20:02 | |
| Sam-I-Am | sure | 20:02 |
| *** aldavud has quit IRC | 20:02 | |
| *** mkoderer has quit IRC | 20:02 | |
| *** r3pl4y has joined #openstack | 20:02 | |
| *** lblanchard has joined #openstack | 20:03 | |
| *** dsneddon_ has quit IRC | 20:04 | |
| *** jaimef has joined #openstack | 20:04 | |
| *** dsneddon has quit IRC | 20:04 | |
| KodiakF | can openstack (icehouse) use a mix of local accounts and ldap accounts? Each time I try to enable ldap accounts for Identity I lose my local 'admin' account | 20:04 |
| KodiakF | (ie I can't log in w/ 'admin' and my password from my .rc file) | 20:04 |
| *** dsneddon has joined #openstack | 20:04 | |
| *** Penick has quit IRC | 20:05 | |
| *** lazy_prince has quit IRC | 20:05 | |
| *** core__ has quit IRC | 20:06 | |
| *** adreznec has quit IRC | 20:07 | |
| *** pmathews has quit IRC | 20:07 | |
| *** koaps has joined #openstack | 20:07 | |
| *** pballand has quit IRC | 20:07 | |
| *** sicarie has joined #openstack | 20:08 | |
| *** adreznec has joined #openstack | 20:08 | |
| *** amcrn has quit IRC | 20:08 | |
| *** killer_prince has joined #openstack | 20:08 | |
| *** killer_prince is now known as lazy_prince | 20:09 | |
| *** lblanchard has quit IRC | 20:09 | |
| *** sdouglas has joined #openstack | 20:09 | |
| *** __afazekas has quit IRC | 20:09 | |
| *** koaps_ has quit IRC | 20:10 | |
| *** sicarie has quit IRC | 20:10 | |
| *** okrieg has quit IRC | 20:10 | |
| *** sicarie has joined #openstack | 20:10 | |
| *** Krinkle has joined #openstack | 20:11 | |
| Krinkle | I'm having issues building jenkins-job-builder on macosx | 20:11 |
| Krinkle | any known issue? | 20:11 |
| Krinkle | https://gist.github.com/Krinkle/db81425dc783bfa9e0f0 | 20:11 |
| Sam-I-Am | Krinkle: what is this for? | 20:11 |
| Krinkle | getting a bit out of my comfort zone, I haven't a clue. | 20:11 |
| *** changbl has joined #openstack | 20:12 | |
| Krinkle | openstack develops jenkins-job-builder, used for compiling jenkins jobs used in zuul/gerrit. | 20:12 |
| Krinkle | we use it at Wikimedia as well and frequently pull in updates | 20:12 |
| Krinkle | the latest update I just pulled in, no longer compiles. and I rarely develop in python on more complex apps like jjb, so Im kinda clueless | 20:12 |
| *** eharney has quit IRC | 20:13 | |
| *** darshan104 has quit IRC | 20:13 | |
| Sam-I-Am | you might have more luck in -infra | 20:13 |
| *** kebray has quit IRC | 20:13 | |
| Krinkle | aye, thanks | 20:14 |
| *** JesperA has joined #openstack | 20:14 | |
| *** Krinkle has left #openstack | 20:14 | |
| *** adreznec has quit IRC | 20:14 | |
| *** BillTheKat has quit IRC | 20:15 | |
| *** fifieldt has quit IRC | 20:15 | |
| *** jehb has joined #openstack | 20:16 | |
| sicarie | Hello, I have an API question I'm hoping someone can help me with - I'm looking for the python method for finding the glance image used to create an instance - similar to what's in the output of 'nova list' cli command | 20:16 |
| *** weshay has joined #openstack | 20:16 | |
| *** masayukig has quit IRC | 20:16 | |
| *** mutex has quit IRC | 20:16 | |
| *** adreznec has joined #openstack | 20:18 | |
| sicarie | As far as I can tell it's not something returned by the wonderfully documented server item that comes from something like instances = nova_client.servers.list() and looking at the flavor or any of the id methods from that | 20:18 |
| *** arnaud__ has joined #openstack | 20:19 | |
| *** arnaud has joined #openstack | 20:19 | |
| *** avozza has joined #openstack | 20:20 | |
| fyb3r | so rootwrap is still totally missing | 20:20 |
| fyb3r | >_> | 20:20 |
| *** benrodrigue has quit IRC | 20:20 | |
| fyb3r | i think Its about time to take out the ole sledge-hammer to this setup | 20:20 |
| Sam-I-Am | fyb3r: whats in your apt sources? | 20:21 |
| *** rturk is now known as rturk|afk | 20:21 | |
| *** masayukig has joined #openstack | 20:21 | |
| fyb3r | sec. doing a find / for rootwrap.cmd lol | 20:21 |
| fyb3r | i wanna see if its anywhere on the system | 20:21 |
| *** danfinch has quit IRC | 20:21 | |
| *** rturk|afk is now known as rturk | 20:22 | |
| *** stronghere has joined #openstack | 20:22 | |
| *** atiwari has quit IRC | 20:23 | |
| *** mutex has joined #openstack | 20:23 | |
| *** spandhe___ has quit IRC | 20:24 | |
| fyb3r | http://paste.openstack.org/show/86158/ | 20:25 |
| *** baoli has quit IRC | 20:26 | |
| *** darshan104 has joined #openstack | 20:27 | |
| Sam-I-Am | that looks fine | 20:27 |
| fyb3r | damn. def not what i wanted to hear rofl | 20:28 |
| Sam-I-Am | i'm about to do an install here | 20:28 |
| Sam-I-Am | probably wont get done soon though | 20:28 |
| fyb3r | im getting ready to setup another instance | 20:28 |
| fyb3r | and ill be on for another 12 hours probably lol | 20:28 |
| *** fifieldt has joined #openstack | 20:29 | |
| *** sicarie has quit IRC | 20:29 | |
| *** lazy_prince has quit IRC | 20:29 | |
| *** wt0f has quit IRC | 20:29 | |
| fyb3r | https://bugs.launchpad.net/oslo/+bug/1273581 ??? similar to my problem? | 20:30 |
| *** wt0f has joined #openstack | 20:30 | |
| *** nacer has quit IRC | 20:30 | |
| *** gondoi is now known as zz_gondoi | 20:30 | |
| *** killer_prince has joined #openstack | 20:31 | |
| *** killer_prince is now known as lazy_prince | 20:31 | |
| *** sicarie has joined #openstack | 20:31 | |
| *** okrieg has joined #openstack | 20:32 | |
| *** larsam has quit IRC | 20:32 | |
| *** atiwari has joined #openstack | 20:33 | |
| *** dave_tucker is now known as dave_tucker_zzz | 20:34 | |
| *** wt0f has quit IRC | 20:34 | |
| *** jehb has quit IRC | 20:35 | |
| *** wt0f has joined #openstack | 20:35 | |
| *** davi_ has joined #openstack | 20:35 | |
| *** wt0f has quit IRC | 20:36 | |
| *** daMaestro has quit IRC | 20:36 | |
| *** davi_ has quit IRC | 20:37 | |
| *** davi_ has joined #openstack | 20:37 | |
| *** pballand has joined #openstack | 20:38 | |
| *** aldavud has joined #openstack | 20:38 | |
| *** rfolco has quit IRC | 20:38 | |
| Sam-I-Am | probably not | 20:40 |
| *** alop has joined #openstack | 20:40 | |
| *** rturk is now known as rturk|afk | 20:40 | |
| *** spandhe has joined #openstack | 20:41 | |
| *** okrieg has quit IRC | 20:42 | |
| *** mikeoutland has quit IRC | 20:43 | |
| *** evanz has joined #openstack | 20:43 | |
| *** occup4nt has quit IRC | 20:44 | |
| *** okrieg has joined #openstack | 20:44 | |
| *** occup4nt has joined #openstack | 20:44 | |
| *** davi_ has quit IRC | 20:45 | |
| *** mikeoutland has joined #openstack | 20:45 | |
| *** lazy_prince has quit IRC | 20:45 | |
| *** gsamfira has quit IRC | 20:45 | |
| *** davi_ has joined #openstack | 20:45 | |
| *** gsamfira has joined #openstack | 20:45 | |
| *** jsullivandigs has quit IRC | 20:46 | |
| *** Razique has quit IRC | 20:46 | |
| *** jalberts has quit IRC | 20:47 | |
| *** marun_ has quit IRC | 20:47 | |
| *** davi_ has left #openstack | 20:47 | |
| *** pmathews has joined #openstack | 20:48 | |
| *** jehb has joined #openstack | 20:48 | |
| *** killer_prince has joined #openstack | 20:49 | |
| *** daneyon has quit IRC | 20:50 | |
| *** achampion has quit IRC | 20:50 | |
| *** killer_prince is now known as lazy_prince | 20:50 | |
| *** vfiduccia has quit IRC | 20:50 | |
| *** nmagnezi has quit IRC | 20:51 | |
| *** henrynash has quit IRC | 20:51 | |
| *** pmathews1 has joined #openstack | 20:51 | |
| *** jfran__ has quit IRC | 20:52 | |
| *** pmathews has quit IRC | 20:52 | |
| *** davi has joined #openstack | 20:54 | |
| *** davi has joined #openstack | 20:54 | |
| *** itarchitectkev has quit IRC | 20:55 | |
| *** dave_tucker_zzz is now known as dave_tucker | 20:56 | |
| skyler | How long does it normally take to delete an instance? | 20:57 |
| *** jsullivandigs has joined #openstack | 20:57 | |
| Sam-I-Am | shouldnt take too long | 20:57 |
| *** timello has joined #openstack | 20:57 | |
| Sam-I-Am | did it use a cinder volume? | 20:58 |
| *** EricGonczer_ has joined #openstack | 20:58 | |
| skyler | No cinder volume. I want to reboot my controller node, but I am trying to wait for it to finish deleting instances. | 20:58 |
| *** jprovazn has quit IRC | 20:59 | |
| *** timello_ has quit IRC | 20:59 | |
| *** arthurh has joined #openstack | 20:59 | |
| *** lupu2 has joined #openstack | 21:00 | |
| *** dave_tucker is now known as dave_tucker_zzz | 21:00 | |
| *** r3pl4y has quit IRC | 21:01 | |
| *** marcelodieder has quit IRC | 21:01 | |
| *** jehb has quit IRC | 21:03 | |
| *** jareddlc has quit IRC | 21:03 | |
| *** ahasenack has quit IRC | 21:03 | |
| *** renatoarmani has quit IRC | 21:03 | |
| *** amrith has joined #openstack | 21:03 | |
| *** AlanClark has quit IRC | 21:03 | |
| *** HACKING-TWITTER] has joined #openstack | 21:04 | |
| *** ahasenack has joined #openstack | 21:04 | |
| *** richa has quit IRC | 21:04 | |
| *** Guest74845 is now known as erkules | 21:04 | |
| *** larsam has joined #openstack | 21:05 | |
| *** erkules is now known as Guest65225 | 21:05 | |
| *** amrith has left #openstack | 21:05 | |
| *** skyler has quit IRC | 21:05 | |
| *** bmurt has quit IRC | 21:05 | |
| *** Guest65225 has quit IRC | 21:06 | |
| *** Guest65225 has joined #openstack | 21:06 | |
| *** SumitNaiksatam has quit IRC | 21:06 | |
| *** ericgoncz_ has left #openstack | 21:06 | |
| *** okrieg has quit IRC | 21:06 | |
| fyb3r | almost have the VM created :D | 21:07 |
| *** Barker has quit IRC | 21:08 | |
| *** ShaunR has quit IRC | 21:09 | |
| *** kebray has joined #openstack | 21:09 | |
| *** ahasenack has quit IRC | 21:09 | |
| *** yyywu has quit IRC | 21:09 | |
| *** Guest65225 is now known as erkules | 21:10 | |
| *** ahasenack has joined #openstack | 21:10 | |
| *** eharney has joined #openstack | 21:10 | |
| *** stronghere has quit IRC | 21:10 | |
| *** prad has joined #openstack | 21:11 | |
| *** kevinc_ has joined #openstack | 21:11 | |
| *** coredump has quit IRC | 21:13 | |
| *** pmathews1 has quit IRC | 21:13 | |
| *** lblanchard has joined #openstack | 21:14 | |
| *** JayJ has quit IRC | 21:14 | |
| *** lazy_prince has quit IRC | 21:14 | |
| *** JayJ has joined #openstack | 21:14 | |
| *** skyler has joined #openstack | 21:15 | |
| *** pmathews has joined #openstack | 21:15 | |
| *** mikeoutl_ has joined #openstack | 21:15 | |
| *** ShaunR has joined #openstack | 21:15 | |
| *** mikeoutland has quit IRC | 21:15 | |
| *** ahasenack has quit IRC | 21:16 | |
| *** ahasenack has joined #openstack | 21:16 | |
| *** gregmark has quit IRC | 21:17 | |
| *** scuttle|afk is now known as scuttlemonkey | 21:17 | |
| *** killer_prince has joined #openstack | 21:18 | |
| *** killer_prince is now known as lazy_prince | 21:18 | |
| *** daneyon has joined #openstack | 21:18 | |
| *** dstarnes_ has joined #openstack | 21:19 | |
| *** dstarnes has quit IRC | 21:19 | |
| *** sicarie has quit IRC | 21:19 | |
| *** kebray has quit IRC | 21:20 | |
| *** keith_newstadt has joined #openstack | 21:21 | |
| *** hipokrit has quit IRC | 21:21 | |
| *** kevinc_ has quit IRC | 21:22 | |
| *** hipokrit has joined #openstack | 21:22 | |
| *** ahasenack has quit IRC | 21:22 | |
| *** lazy_prince has quit IRC | 21:23 | |
| *** ahasenack has joined #openstack | 21:23 | |
| *** derekh__ has joined #openstack | 21:23 | |
| *** killer_prince has joined #openstack | 21:25 | |
| *** keith_newstadt has quit IRC | 21:25 | |
| *** jmickle has quit IRC | 21:25 | |
| *** killer_prince is now known as lazy_prince | 21:25 | |
| *** fawadkhaliq has joined #openstack | 21:26 | |
| *** d3vz3r0 has quit IRC | 21:27 | |
| *** Hien has quit IRC | 21:27 | |
| *** jmickle has joined #openstack | 21:28 | |
| *** dims_ has joined #openstack | 21:28 | |
| *** pelix has quit IRC | 21:28 | |
| *** OutBackDingo_ has joined #openstack | 21:28 | |
| *** dims_ has quit IRC | 21:29 | |
| *** ahasenack has quit IRC | 21:29 | |
| *** gigawhat has quit IRC | 21:29 | |
| *** andreas__ has joined #openstack | 21:29 | |
| *** warik has left #openstack | 21:30 | |
| *** dims_ has joined #openstack | 21:30 | |
| *** rbak has quit IRC | 21:30 | |
| *** dimsum has quit IRC | 21:30 | |
| *** gigawhat has joined #openstack | 21:33 | |
| *** samrose_ has quit IRC | 21:33 | |
| *** dgel has joined #openstack | 21:33 | |
| *** WackoRobie has quit IRC | 21:34 | |
| *** sarob has joined #openstack | 21:35 | |
| *** andreas__ has quit IRC | 21:36 | |
| *** vnguyen has joined #openstack | 21:36 | |
| *** yocum has quit IRC | 21:36 | |
| *** andreas__ has joined #openstack | 21:36 | |
| *** JayJ has quit IRC | 21:37 | |
| *** dave_tucker_zzz is now known as dave_tucker | 21:37 | |
| *** lblanchard has quit IRC | 21:37 | |
| *** benrodrigue has joined #openstack | 21:38 | |
| *** lazy_prince has quit IRC | 21:39 | |
| *** sgordon` has quit IRC | 21:39 | |
| *** timello_ has joined #openstack | 21:39 | |
| *** key__ has quit IRC | 21:39 | |
| *** sgordon` has joined #openstack | 21:40 | |
| *** killer_prince has joined #openstack | 21:40 | |
| *** changbl has quit IRC | 21:40 | |
| *** dgel has quit IRC | 21:40 | |
| *** killer_prince is now known as lazy_prince | 21:40 | |
| *** UICTamale has joined #openstack | 21:40 | |
| *** EricGonczer_ has quit IRC | 21:41 | |
| *** jistr|off has quit IRC | 21:42 | |
| *** timello has quit IRC | 21:42 | |
| *** lblanchard has joined #openstack | 21:42 | |
| *** ahasenack has joined #openstack | 21:43 | |
| *** amcrn has joined #openstack | 21:44 | |
| *** davi has quit IRC | 21:44 | |
| *** jmickle has quit IRC | 21:44 | |
| *** derekh__ has quit IRC | 21:44 | |
| *** andreas__ has quit IRC | 21:45 | |
| *** signed8bit has quit IRC | 21:45 | |
| *** PsionTheory has quit IRC | 21:48 | |
| *** SumitNaiksatam has joined #openstack | 21:48 | |
| *** ahasenack has quit IRC | 21:49 | |
| *** ahasenack has joined #openstack | 21:49 | |
| *** yano has quit IRC | 21:51 | |
| *** rtheis has quit IRC | 21:51 | |
| *** designbybeck has quit IRC | 21:52 | |
| *** gigawhat has quit IRC | 21:53 | |
| *** marun has joined #openstack | 21:53 | |
| skyler | Does the controller node have any reference to the network node's IP address in its configuration? | 21:54 |
| *** gigawhat has joined #openstack | 21:55 | |
| *** ahasenack has quit IRC | 21:55 | |
| alop | is it expected behavior to have instance snapshots be public? | 21:55 |
| *** ahasenack has joined #openstack | 21:56 | |
| *** morazi has quit IRC | 21:58 | |
| *** flwang_ has joined #openstack | 21:59 | |
| *** comay has joined #openstack | 21:59 | |
| *** lazy_prince has quit IRC | 22:00 | |
| *** nthacker has joined #openstack | 22:01 | |
| *** nthacker has left #openstack | 22:01 | |
| *** okrieg has joined #openstack | 22:01 | |
| *** yano has joined #openstack | 22:02 | |
| *** killer_prince has joined #openstack | 22:02 | |
| *** killer_prince is now known as lazy_prince | 22:02 | |
| *** whenry has quit IRC | 22:02 | |
| *** ahasenack has quit IRC | 22:02 | |
| *** ahasenack has joined #openstack | 22:03 | |
| *** adreznec has quit IRC | 22:03 | |
| *** flwang_ has quit IRC | 22:04 | |
| *** dstarnes_ has quit IRC | 22:04 | |
| *** evanz_ has joined #openstack | 22:05 | |
| *** cference has quit IRC | 22:05 | |
| *** arielb_ has quit IRC | 22:06 | |
| *** adjohn has quit IRC | 22:07 | |
| *** sdouglas has quit IRC | 22:07 | |
| *** hrybacki has joined #openstack | 22:08 | |
| *** lazy_prince has quit IRC | 22:08 | |
| *** kevinconway has quit IRC | 22:08 | |
| *** Akshya has joined #openstack | 22:09 | |
| *** ahasenack has quit IRC | 22:09 | |
| *** ahasenack has joined #openstack | 22:09 | |
| Akshya | Hello. I am new to openstack and looking for guidance for nova | 22:10 |
| *** adjohn has joined #openstack | 22:10 | |
| *** morganfainberg is now known as morganfainberg_Z | 22:10 | |
| *** flwang_ has joined #openstack | 22:11 | |
| *** timello_ has quit IRC | 22:11 | |
| *** jobewan has quit IRC | 22:11 | |
| *** rmartinelli has quit IRC | 22:12 | |
| *** timello_ has joined #openstack | 22:14 | |
| *** killer_prince has joined #openstack | 22:15 | |
| *** killer_prince is now known as lazy_prince | 22:15 | |
| *** andreas__ has joined #openstack | 22:16 | |
| *** Hien has joined #openstack | 22:16 | |
| *** Arminder has quit IRC | 22:16 | |
| *** UICTamale has quit IRC | 22:17 | |
| *** jareddlc has joined #openstack | 22:17 | |
| *** nacim has quit IRC | 22:17 | |
| *** weshay has quit IRC | 22:18 | |
| *** wHATEver has joined #openstack | 22:18 | |
| *** hogepodge has quit IRC | 22:18 | |
| *** myp has quit IRC | 22:19 | |
| *** wHATEver is now known as Guest77648 | 22:19 | |
| *** ahasenack has quit IRC | 22:19 | |
| *** alekibango has joined #openstack | 22:19 | |
| *** egallen has quit IRC | 22:20 | |
| *** ArxCruz has quit IRC | 22:21 | |
| *** lazy_prince has quit IRC | 22:22 | |
| *** hipokrit has quit IRC | 22:22 | |
| *** gsamfira has quit IRC | 22:23 | |
| *** andreas__ has quit IRC | 22:23 | |
| *** killer_prince has joined #openstack | 22:23 | |
| *** killer_prince is now known as lazy_prince | 22:24 | |
| *** andreas__ has joined #openstack | 22:24 | |
| *** achampion has joined #openstack | 22:24 | |
| *** adjohn has quit IRC | 22:26 | |
| *** pballand has quit IRC | 22:26 | |
| *** fsimonce has quit IRC | 22:26 | |
| *** gsamfira has joined #openstack | 22:27 | |
| *** lazy_prince has quit IRC | 22:28 | |
| *** pmathews1 has joined #openstack | 22:29 | |
| *** pballand has joined #openstack | 22:29 | |
| *** killer_prince has joined #openstack | 22:29 | |
| *** killer_prince is now known as lazy_prince | 22:29 | |
| *** andreas__ has quit IRC | 22:29 | |
| *** andreas__ has joined #openstack | 22:30 | |
| *** pmathews has quit IRC | 22:31 | |
| *** whenry has joined #openstack | 22:31 | |
| *** lazy_prince has quit IRC | 22:33 | |
| *** ZZelle_ has quit IRC | 22:33 | |
| *** seanmcg has quit IRC | 22:33 | |
| *** seanmcg has joined #openstack | 22:33 | |
| *** ZZelle_ has joined #openstack | 22:33 | |
| *** timello_ has quit IRC | 22:33 | |
| *** timello_ has joined #openstack | 22:34 | |
| *** okrieg has joined #openstack | 22:36 | |
| *** adjohn has joined #openstack | 22:36 | |
| *** andreas__ has quit IRC | 22:36 | |
| *** adjohn has quit IRC | 22:37 | |
| *** gigawhat has quit IRC | 22:37 | |
| *** andreas__ has joined #openstack | 22:37 | |
| *** killer_prince has joined #openstack | 22:38 | |
| *** killer_prince is now known as lazy_prince | 22:38 | |
| *** krisd has quit IRC | 22:40 | |
| *** ddieterly has quit IRC | 22:42 | |
| *** lazy_prince has quit IRC | 22:43 | |
| *** ahasenack has joined #openstack | 22:43 | |
| *** prad has quit IRC | 22:45 | |
| *** killer_prince has joined #openstack | 22:45 | |
| *** killer_prince is now known as lazy_prince | 22:45 | |
| *** arthurh has quit IRC | 22:45 | |
| *** andreas__ has quit IRC | 22:47 | |
| *** rPawel has joined #openstack | 22:47 | |
| *** marun has quit IRC | 22:48 | |
| *** stronghere has joined #openstack | 22:49 | |
| *** lazy_prince has quit IRC | 22:49 | |
| *** andreas__ has joined #openstack | 22:50 | |
| *** kbringard has quit IRC | 22:50 | |
| *** FunnyLookinHat has quit IRC | 22:51 | |
| *** killer_prince has joined #openstack | 22:52 | |
| *** killer_prince is now known as lazy_prince | 22:52 | |
| *** ahasenack has quit IRC | 22:52 | |
| *** mattgriffin has quit IRC | 22:52 | |
| *** barclaac has joined #openstack | 22:52 | |
| *** larsam has quit IRC | 22:53 | |
| *** marun has joined #openstack | 22:54 | |
| *** atiwari has quit IRC | 22:54 | |
| *** jab has quit IRC | 22:55 | |
| *** arnaud has quit IRC | 22:55 | |
| *** arnaud__ has quit IRC | 22:55 | |
| *** andreas__ has quit IRC | 22:56 | |
| *** lazy_prince has quit IRC | 22:56 | |
| *** andreas__ has joined #openstack | 22:56 | |
| fyb3r | Creating a snapshot of a fresh ubuntu 14.04 with the pre-reqs installed, then going to run the neutron plugin installations and see what happens | 22:57 |
| *** hrybacki has quit IRC | 22:58 | |
| *** tkramer has quit IRC | 22:59 | |
| *** arnaud has joined #openstack | 23:01 | |
| *** arnaud__ has joined #openstack | 23:01 | |
| *** reed has quit IRC | 23:02 | |
| *** colinmcnamara has joined #openstack | 23:03 | |
| *** andreas__ has quit IRC | 23:03 | |
| *** andreas__ has joined #openstack | 23:04 | |
| *** marun has quit IRC | 23:05 | |
| *** MaxV has quit IRC | 23:06 | |
| *** killer_prince has joined #openstack | 23:06 | |
| *** killer_prince is now known as lazy_prince | 23:07 | |
| *** suneelb has quit IRC | 23:08 | |
| *** keshav has joined #openstack | 23:08 | |
| keshav | having some issues with openstack neutron | 23:08 |
| *** Rob70 has joined #openstack | 23:09 | |
| keshav | manually creating a port on a compute node, i see " Device f6f29683-78d0-4e61-a422-0c4e265e872f not defined on plugin" in the agent logs and the port has no network connectivity to the network controller | 23:09 |
| keshav | can anyone help? | 23:09 |
| *** johnsterdotcom1 has quit IRC | 23:10 | |
| *** andreas__ has quit IRC | 23:10 | |
| *** andreas__ has joined #openstack | 23:10 | |
| *** lazy_prince has quit IRC | 23:11 | |
| *** killer_prince has joined #openstack | 23:12 | |
| *** killer_prince is now known as lazy_prince | 23:12 | |
| *** OutBackDingo_ has quit IRC | 23:12 | |
| *** mgiampapa has quit IRC | 23:12 | |
| *** pballand has quit IRC | 23:13 | |
| *** masayukig has quit IRC | 23:13 | |
| *** ArcTanSusan has quit IRC | 23:13 | |
| *** flwang_ has quit IRC | 23:14 | |
| *** Rob70 has quit IRC | 23:14 | |
| *** lazy_prince has quit IRC | 23:16 | |
| *** Rob70 has joined #openstack | 23:16 | |
| *** gyee has quit IRC | 23:16 | |
| *** andreas__ has quit IRC | 23:17 | |
| *** ArcTanSusan has joined #openstack | 23:17 | |
| *** andreas__ has joined #openstack | 23:17 | |
| *** Rob70 has quit IRC | 23:18 | |
| *** colinmcnamara has quit IRC | 23:18 | |
| *** MilesDenver has quit IRC | 23:19 | |
| *** evanz_ has quit IRC | 23:19 | |
| *** gfidente has quit IRC | 23:21 | |
| *** whenry has quit IRC | 23:22 | |
| *** HenryG has quit IRC | 23:22 | |
| *** benkevan has quit IRC | 23:23 | |
| *** ericReeves has joined #openstack | 23:23 | |
| *** mikeoutl_ has quit IRC | 23:23 | |
| *** andreas__ has quit IRC | 23:23 | |
| *** dneary has quit IRC | 23:24 | |
| *** andreas__ has joined #openstack | 23:24 | |
| *** bandicot has joined #openstack | 23:25 | |
| *** killer_prince has joined #openstack | 23:25 | |
| *** killer_prince is now known as lazy_prince | 23:25 | |
| *** aimon has quit IRC | 23:26 | |
| skyler | Can anyone give me an overview of how the controller keeps track of compute nodes? I don't see anything in the controller that specifies compute nodes. | 23:29 |
| *** pmathews1 has quit IRC | 23:29 | |
| *** lazy_prince has quit IRC | 23:30 | |
| *** shakamunyi has joined #openstack | 23:31 | |
| *** andreas__ has quit IRC | 23:31 | |
| *** shakamunyi has quit IRC | 23:31 | |
| *** zzelle has quit IRC | 23:31 | |
| *** killer_prince has joined #openstack | 23:31 | |
| *** killer_prince is now known as lazy_prince | 23:31 | |
| *** shakamunyi has joined #openstack | 23:31 | |
| *** shakamunyi has quit IRC | 23:31 | |
| *** andreas__ has joined #openstack | 23:31 | |
| *** sbfox1 has joined #openstack | 23:31 | |
| *** jaosorior has quit IRC | 23:32 | |
| *** bandicot has quit IRC | 23:34 | |
| *** sbfox has quit IRC | 23:35 | |
| *** sbfox has joined #openstack | 23:36 | |
| *** sbfox1 has quit IRC | 23:36 | |
| *** rturk|afk is now known as rturk | 23:37 | |
| *** lazy_prince has quit IRC | 23:37 | |
| fyb3r | Sam-I-Am: Im not sure wtf I did to screw it up, but on a fresh installation, the /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ovs-vsctl --timeout=10 get Interface patch-int ofport command works just fine | 23:38 |
| *** andreas__ has quit IRC | 23:38 | |
| *** andreas__ has joined #openstack | 23:38 | |
| fyb3r | so ill just rebuild the thing since im half way home already with this little test server lol | 23:38 |
| *** bmurt has joined #openstack | 23:38 | |
| *** bandicot has joined #openstack | 23:38 | |
| *** mikeoutland has joined #openstack | 23:40 | |
| *** rmoe has quit IRC | 23:40 | |
| *** cflowe has quit IRC | 23:41 | |
| *** killer_prince has joined #openstack | 23:42 | |
| *** killer_prince is now known as lazy_prince | 23:42 | |
| *** fyb3r has quit IRC | 23:42 | |
| *** kellyp has quit IRC | 23:43 | |
| *** lpax has quit IRC | 23:44 | |
| *** andreas__ has quit IRC | 23:44 | |
| *** kellyp has joined #openstack | 23:44 | |
| *** okrieg has quit IRC | 23:44 | |
| *** lazy_prince has quit IRC | 23:47 | |
| *** tmclaugh[work] has joined #openstack | 23:47 | |
| *** rPawel has quit IRC | 23:49 | |
| *** keshav has quit IRC | 23:49 | |
| skyler | Is it a problem if my compute node is in a different subnet than my other nodes? | 23:50 |
| *** killer_prince has joined #openstack | 23:51 | |
| *** killer_prince is now known as lazy_prince | 23:51 | |
| *** arnaud has quit IRC | 23:52 | |
| *** arnaud__ has quit IRC | 23:52 | |
| *** lazy_prince has quit IRC | 23:53 | |
| *** killer_prince has joined #openstack | 23:54 | |
| *** killer_prince is now known as lazy_prince | 23:54 | |
| *** rfolco has joined #openstack | 23:55 | |
| *** fawadkhaliq has quit IRC | 23:56 | |
| *** rfolco has quit IRC | 23:56 | |
| *** _cjones_ has quit IRC | 23:56 | |
| *** rmoe has joined #openstack | 23:56 | |
| *** _cjones_ has joined #openstack | 23:57 | |
| *** alop has quit IRC | 23:57 | |
| *** rturk is now known as rturk|afk | 23:57 | |
| *** twiceaday has quit IRC | 23:58 | |
| *** lazy_prince has quit IRC | 23:59 | |
| *** mikeoutland has quit IRC | 23:59 | |
| *** mikeoutl_ has joined #openstack | 23:59 | |
| *** rturk|afk is now known as rturk | 23:59 | |
| *** twiceaday has joined #openstack | 23:59 | |
| *** rturk is now known as rturk|afk | 23:59 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!