*** tzn has joined #openstack | 00:02 | |
*** harlowja has quit IRC | 00:02 | |
*** MasterPiece has joined #openstack | 00:03 | |
*** harlowja has joined #openstack | 00:03 | |
*** nkhare has joined #openstack | 00:04 | |
*** ZZelle_ has quit IRC | 00:05 | |
*** cjellick has quit IRC | 00:06 | |
*** matjazp has joined #openstack | 00:06 | |
*** matjazp has quit IRC | 00:07 | |
*** sputnik13 has quit IRC | 00:07 | |
*** elo has quit IRC | 00:08 | |
*** hdd has quit IRC | 00:09 | |
*** tkatarki has quit IRC | 00:09 | |
*** dtrainor has quit IRC | 00:09 | |
*** wfoster has quit IRC | 00:11 | |
*** pavel_bondar has quit IRC | 00:11 | |
*** elo has joined #openstack | 00:12 | |
*** pavel_bondar has joined #openstack | 00:12 | |
*** masoz has joined #openstack | 00:14 | |
*** promulo has joined #openstack | 00:17 | |
*** AmirBaleghi114 has quit IRC | 00:17 | |
*** johnpur has quit IRC | 00:17 | |
*** salv-orlando has quit IRC | 00:18 | |
*** SumitNaiksatam has quit IRC | 00:19 | |
*** atrius has quit IRC | 00:19 | |
*** annashen has quit IRC | 00:19 | |
*** wfoster has joined #openstack | 00:20 | |
*** hdd has joined #openstack | 00:20 | |
*** promulo__ has quit IRC | 00:21 | |
*** atrius has joined #openstack | 00:21 | |
*** shaunj has quit IRC | 00:21 | |
*** side_control has joined #openstack | 00:23 | |
*** mwdev has joined #openstack | 00:25 | |
*** _Cyclone_ has quit IRC | 00:26 | |
*** gargola has quit IRC | 00:27 | |
*** gildub has joined #openstack | 00:28 | |
*** jerematic has quit IRC | 00:29 | |
*** hdd has quit IRC | 00:30 | |
*** thrash is now known as thrash|g0ne | 00:31 | |
*** cpg is now known as cpg|away | 00:32 | |
*** jerematic has joined #openstack | 00:32 | |
*** rossk has quit IRC | 00:35 | |
Tusker | heya guys, for keystone auth tokens, what is the best way to distribute the token cache, so that requests to either of the 2 controllers we have (behind haproxy) can respond to the requests and not send back a 401 ? | 00:36 |
---|---|---|
*** cptweasel has joined #openstack | 00:36 | |
*** cptweasel has quit IRC | 00:41 | |
*** johnpur has joined #openstack | 00:42 | |
*** yamamoto has joined #openstack | 00:42 | |
*** _Cyclone_ has joined #openstack | 00:43 | |
Sam-I-Am | memcache? | 00:45 |
*** bengo has quit IRC | 00:45 | |
*** MarkBaker has joined #openstack | 00:46 | |
Tusker | Sam-I-Am: and running that distributed ? | 00:47 |
Sam-I-Am | yes | 00:48 |
*** tkatarki has joined #openstack | 00:49 | |
Sam-I-Am | iirc, you dont load balance memcache | 00:49 |
Sam-I-Am | how are you doing it now? | 00:49 |
Tusker | OK, so a single memcached instance running on one of the two controllers ? | 00:49 |
*** zhangtralon has joined #openstack | 00:50 | |
Sam-I-Am | you can run > 1 | 00:50 |
Tusker | at the moment memcached_servers=<None>, and just going against keystone for auth | 00:50 |
*** mwichmann has quit IRC | 00:51 | |
Sam-I-Am | one database backend? | 00:51 |
Tusker | yes | 00:51 |
*** jab416171 has joined #openstack | 00:51 | |
Sam-I-Am | hmm wondering why you'd get 401s then.. both keystone services should see the same list of tokens | 00:51 |
Sam-I-Am | if thats what you mean by cache | 00:52 |
*** johnpur has left #openstack | 00:52 | |
Tusker | #caching=true < looks like caching is true | 00:52 |
*** noslzzp has joined #openstack | 00:52 | |
Tusker | by default | 00:52 |
Tusker | does it cache it in memory in the keystone process perhaps ? | 00:52 |
*** gargola has joined #openstack | 00:53 | |
*** pcypher has joined #openstack | 00:53 | |
Sam-I-Am | thats just catalog cachine | 00:53 |
Sam-I-Am | caching | 00:53 |
Sam-I-Am | is this a token problem? | 00:53 |
Tusker | let me find the error in the logs for you, and replicate | 00:54 |
*** _cjones_ has quit IRC | 00:54 | |
*** voip_ has quit IRC | 00:54 | |
Tusker | essentially, if I do a nova list in a while loop, it eventually hits a 401 | 00:54 |
Tusker | URL endpoint in the haproxy IP, with the two controllers behind it | 00:54 |
*** SumitNaiksatam has joined #openstack | 00:55 | |
Tusker | 2015-04-01 08:56:37.161 15707 WARNING keystonemiddleware.auth_token [-] Authorization failed for token | 00:56 |
Tusker | that's the nova-api log, and the error on the nova client is "ERROR (Unauthorized): Unauthorized (HTTP 401) (Request-ID: req-c00159be-13d4-4741-a4ba-8b8c3d3de0f5)" | 00:57 |
*** jagee has quit IRC | 00:57 | |
Tusker | 2015-04-01 08:58:11.383 1520 WARNING keystone.common.wsgi [-] Could not find token: b32c9eec45a649fea66098acd7b7ced7 | 00:58 |
*** SweetyDumling has joined #openstack | 00:58 | |
Sam-I-Am | how are these requests getting distributed among the keystone services? | 00:59 |
*** yaguang has quit IRC | 01:00 | |
*** leeantho has quit IRC | 01:00 | |
Tusker | haproxy balance source | 01:00 |
*** suresh12 has quit IRC | 01:01 | |
Sam-I-Am | do you see this if you tell nova to hit the same keystone server? (bypassing the proxy) ? | 01:01 |
*** MentalRay has quit IRC | 01:01 | |
Tusker | OK, let me try that approach | 01:01 |
*** MentalRay_ has joined #openstack | 01:01 | |
*** PingKuo has joined #openstack | 01:01 | |
*** nlahouti has quit IRC | 01:01 | |
Tusker | OK, while loop running, will let you know if it trips up while going to a single contorller | 01:02 |
*** gringao has quit IRC | 01:02 | |
*** baoli has joined #openstack | 01:03 | |
*** jimbaker has joined #openstack | 01:03 | |
Tusker | nope, still going without a blip | 01:04 |
*** yamamoto has quit IRC | 01:04 | |
*** Lee1092 has joined #openstack | 01:05 | |
*** badon has joined #openstack | 01:06 | |
*** suresh12 has joined #openstack | 01:07 | |
*** ponyofdeath has quit IRC | 01:07 | |
Tusker | yeah, still no issue | 01:09 |
*** sfeole is now known as sfeole_away | 01:09 | |
Sam-I-Am | try the other server? | 01:10 |
*** gli has joined #openstack | 01:10 | |
*** ponyofdeath has joined #openstack | 01:10 | |
*** pixelb has quit IRC | 01:11 | |
Tusker | OK | 01:11 |
*** badmadrad has joined #openstack | 01:13 | |
Tusker | ok, for some reason this server is flakey... :| will compare configs | 01:13 |
Tusker | sorry to waste youro time | 01:13 |
*** flaviosr has quit IRC | 01:14 | |
*** gringao has joined #openstack | 01:14 | |
*** gli has quit IRC | 01:15 | |
Tusker | config are identical though... only my_ip is different | 01:15 |
Sam-I-Am | np. i think i'm checking out for the night. long day. | 01:15 |
Tusker | ciao | 01:16 |
*** ChuckC has quit IRC | 01:16 | |
*** devlaps has quit IRC | 01:16 | |
*** ujjain has quit IRC | 01:17 | |
*** etacsufbo has joined #openstack | 01:17 | |
*** annegentle has joined #openstack | 01:18 | |
*** lmh has joined #openstack | 01:19 | |
*** pcypher has quit IRC | 01:19 | |
*** osc_khoj has joined #openstack | 01:20 | |
*** annashen has joined #openstack | 01:20 | |
*** pm90_ has joined #openstack | 01:20 | |
*** baoli has quit IRC | 01:20 | |
*** baoli has joined #openstack | 01:21 | |
*** radez is now known as radez_g0n3 | 01:22 | |
*** yixuanzhang has joined #openstack | 01:22 | |
*** tzn has quit IRC | 01:24 | |
*** otter768 has joined #openstack | 01:24 | |
*** lmh1 has joined #openstack | 01:25 | |
*** KaZeR has quit IRC | 01:25 | |
*** diegows has quit IRC | 01:25 | |
*** annashen has quit IRC | 01:26 | |
*** KaZeR has joined #openstack | 01:26 | |
*** lmh has quit IRC | 01:26 | |
*** badbox has joined #openstack | 01:26 | |
*** lmh1 has quit IRC | 01:26 | |
*** lmh has joined #openstack | 01:26 | |
*** MentalRay_ has quit IRC | 01:26 | |
*** nkhare has quit IRC | 01:28 | |
*** yaguang has joined #openstack | 01:29 | |
*** otter768 has quit IRC | 01:30 | |
*** KaZeR has quit IRC | 01:30 | |
*** tzn has joined #openstack | 01:30 | |
*** tzn has quit IRC | 01:31 | |
*** pm90_ has quit IRC | 01:31 | |
*** lucendio has quit IRC | 01:31 | |
*** gli has joined #openstack | 01:31 | |
*** lucendio has joined #openstack | 01:32 | |
*** gargola has quit IRC | 01:32 | |
*** johnbelamaric has joined #openstack | 01:34 | |
*** okrieg has joined #openstack | 01:34 | |
*** vicky has joined #openstack | 01:36 | |
*** baoli has quit IRC | 01:36 | |
*** dsanders has quit IRC | 01:36 | |
*** pm90_ has joined #openstack | 01:36 | |
*** vicky is now known as Guest25495 | 01:36 | |
*** dsanders has joined #openstack | 01:36 | |
*** gargola has joined #openstack | 01:36 | |
*** byro has quit IRC | 01:38 | |
*** rubiojr_ has joined #openstack | 01:38 | |
*** rubiojr has quit IRC | 01:38 | |
*** yamamoto has joined #openstack | 01:38 | |
*** pcypher has joined #openstack | 01:39 | |
*** julim has quit IRC | 01:39 | |
*** dsanders has quit IRC | 01:41 | |
*** annegentle has quit IRC | 01:43 | |
*** yixuanzhang1 has joined #openstack | 01:44 | |
*** salv-orlando has joined #openstack | 01:44 | |
*** pm90_ has quit IRC | 01:45 | |
*** georgem1 has joined #openstack | 01:45 | |
*** yixuanzhang has quit IRC | 01:46 | |
*** alanf-mc has quit IRC | 01:47 | |
*** pcypher has quit IRC | 01:47 | |
*** ChuckC has joined #openstack | 01:47 | |
*** zhangtralon has quit IRC | 01:48 | |
*** RedRat_ has joined #openstack | 01:48 | |
*** osc_khoj has quit IRC | 01:48 | |
*** georgem1 has quit IRC | 01:48 | |
*** georgem1 has joined #openstack | 01:48 | |
*** erkules_ has joined #openstack | 01:49 | |
*** erkules has quit IRC | 01:49 | |
*** RedRat has quit IRC | 01:51 | |
*** ChuckC has quit IRC | 01:51 | |
*** ancoron_ has joined #openstack | 01:52 | |
*** ChuckC has joined #openstack | 01:52 | |
*** vmtrooper has joined #openstack | 01:52 | |
*** comay has quit IRC | 01:54 | |
*** pcypher has joined #openstack | 01:55 | |
*** ancoron has quit IRC | 01:56 | |
*** patrickeast has quit IRC | 02:09 | |
*** badbox has quit IRC | 02:10 | |
*** mtanino has quit IRC | 02:10 | |
*** ChuckC has quit IRC | 02:10 | |
*** ChuckC has joined #openstack | 02:10 | |
*** kebray has joined #openstack | 02:10 | |
*** sputnik13 has joined #openstack | 02:11 | |
*** TwitchGG has joined #openstack | 02:12 | |
*** lyang0 has joined #openstack | 02:12 | |
*** popw has joined #openstack | 02:14 | |
*** rfolco has joined #openstack | 02:15 | |
*** yamahata has quit IRC | 02:15 | |
*** baoli has joined #openstack | 02:16 | |
*** maveric7911 has quit IRC | 02:17 | |
*** jets has joined #openstack | 02:17 | |
*** pcypher has quit IRC | 02:17 | |
*** annegentle has joined #openstack | 02:19 | |
*** gli has quit IRC | 02:20 | |
*** shaunj has joined #openstack | 02:22 | |
*** jets has quit IRC | 02:23 | |
*** annegentle has quit IRC | 02:24 | |
*** vmtrooper has quit IRC | 02:25 | |
*** cptweasel has joined #openstack | 02:26 | |
*** johnbelamaric has quit IRC | 02:26 | |
*** atrius has quit IRC | 02:28 | |
*** macjack has joined #openstack | 02:29 | |
*** harlowja is now known as harlowja_away | 02:29 | |
*** cptweasel has quit IRC | 02:30 | |
*** jecarey has joined #openstack | 02:31 | |
*** lucendio has quit IRC | 02:31 | |
*** suresh12 has quit IRC | 02:33 | |
*** aswadr has joined #openstack | 02:33 | |
*** jruano has joined #openstack | 02:34 | |
*** fam has quit IRC | 02:35 | |
*** jdurgin1 has quit IRC | 02:35 | |
*** shaunj has quit IRC | 02:35 | |
*** zhangtralon has joined #openstack | 02:36 | |
*** _cjones_ has joined #openstack | 02:36 | |
*** maveric_amitc_ has joined #openstack | 02:36 | |
*** atrius has joined #openstack | 02:37 | |
*** suresh12 has joined #openstack | 02:38 | |
*** luflores has joined #openstack | 02:38 | |
*** tkatarki has quit IRC | 02:38 | |
*** gli has joined #openstack | 02:38 | |
*** sputnik13 has quit IRC | 02:38 | |
*** balajiiyer has joined #openstack | 02:38 | |
*** luflores_ has joined #openstack | 02:39 | |
*** shaunj has joined #openstack | 02:39 | |
*** cptweasel has joined #openstack | 02:41 | |
*** luflores has quit IRC | 02:42 | |
*** eghobo has joined #openstack | 02:43 | |
*** t_p has joined #openstack | 02:46 | |
*** balajiiyer has quit IRC | 02:46 | |
*** balajiiyer has joined #openstack | 02:46 | |
*** cptweasel has quit IRC | 02:46 | |
*** george_goh has quit IRC | 02:50 | |
*** george_goh has joined #openstack | 02:51 | |
*** _cjones_ has quit IRC | 02:52 | |
*** _cjones_ has joined #openstack | 02:53 | |
*** linuxgeek_ has joined #openstack | 02:54 | |
*** jecarey has quit IRC | 02:54 | |
*** dims_ has quit IRC | 02:55 | |
*** zongliang has quit IRC | 02:56 | |
*** annegentle has joined #openstack | 02:57 | |
*** Poornima has joined #openstack | 02:57 | |
*** MarkBaker has quit IRC | 02:57 | |
*** eghobo has quit IRC | 02:58 | |
*** achanda has quit IRC | 02:59 | |
*** salv-orlando has quit IRC | 02:59 | |
*** mixomathoze has quit IRC | 03:00 | |
*** aswadr has quit IRC | 03:01 | |
*** kbrierly has quit IRC | 03:01 | |
*** medieval1 has joined #openstack | 03:01 | |
*** MentalRay has joined #openstack | 03:01 | |
*** Longgeek_ has joined #openstack | 03:03 | |
*** shaunj has quit IRC | 03:04 | |
*** nstrug has quit IRC | 03:04 | |
*** jerematic has quit IRC | 03:04 | |
*** Longgeek has quit IRC | 03:05 | |
*** ManikM has joined #openstack | 03:06 | |
*** medieval1 has quit IRC | 03:06 | |
*** medieval1_ has joined #openstack | 03:06 | |
*** engkur has joined #openstack | 03:06 | |
*** Networkn3rd has quit IRC | 03:06 | |
*** ayoung is now known as ayoung_ZZZzzz__z | 03:07 | |
*** mattgriffin has joined #openstack | 03:09 | |
*** hdd has joined #openstack | 03:09 | |
*** mixomathoze has joined #openstack | 03:10 | |
*** spzala has quit IRC | 03:10 | |
*** Networkn3rd has joined #openstack | 03:11 | |
*** medieval1_ has quit IRC | 03:11 | |
*** Networkn3rd has quit IRC | 03:11 | |
*** jerematic has joined #openstack | 03:13 | |
*** SumitNaiksatam has quit IRC | 03:13 | |
*** SumitNaiksatam has joined #openstack | 03:14 | |
*** linuxgeek_ has quit IRC | 03:15 | |
*** loz-- has quit IRC | 03:15 | |
*** luflores_ has quit IRC | 03:16 | |
*** linuxgeek_ has joined #openstack | 03:17 | |
*** jerematic has quit IRC | 03:17 | |
*** nstrug has joined #openstack | 03:18 | |
*** pcypher has joined #openstack | 03:19 | |
*** rlt has joined #openstack | 03:20 | |
*** cemason has joined #openstack | 03:20 | |
*** hdd has quit IRC | 03:21 | |
*** suresh12 has quit IRC | 03:23 | |
*** annashen has joined #openstack | 03:23 | |
*** dsanders has joined #openstack | 03:23 | |
*** SumitNaiksatam has quit IRC | 03:24 | |
*** otter768 has joined #openstack | 03:25 | |
*** rlt has left #openstack | 03:27 | |
*** loz-- has joined #openstack | 03:27 | |
*** jasonsb has joined #openstack | 03:27 | |
*** annashen has quit IRC | 03:27 | |
*** capricorn_1 has joined #openstack | 03:28 | |
*** blackboxsw_ has joined #openstack | 03:29 | |
*** pcypher has quit IRC | 03:30 | |
*** geek_cl has quit IRC | 03:30 | |
*** otter768 has quit IRC | 03:30 | |
*** shaunj has joined #openstack | 03:30 | |
*** ManikM has quit IRC | 03:33 | |
*** SumitNaiksatam has joined #openstack | 03:33 | |
*** btaroli has joined #openstack | 03:34 | |
*** shaunj has quit IRC | 03:35 | |
*** okrieg has quit IRC | 03:35 | |
*** aveek has joined #openstack | 03:35 | |
*** changbl_ has joined #openstack | 03:36 | |
*** changbl has quit IRC | 03:38 | |
*** shaunj has joined #openstack | 03:39 | |
*** cucumber_ has quit IRC | 03:42 | |
*** dsanders has quit IRC | 03:44 | |
*** MasterPiece has quit IRC | 03:44 | |
*** martinst is now known as martins-afk | 03:44 | |
*** Marga_ has quit IRC | 03:44 | |
*** Egyptian[Home] has quit IRC | 03:44 | |
*** Marga_ has joined #openstack | 03:46 | |
*** JRobinson__ is now known as JRobinson__afk | 03:47 | |
*** _cjones_ has quit IRC | 03:47 | |
*** nkhare has joined #openstack | 03:47 | |
*** george_goh has quit IRC | 03:48 | |
*** george_goh has joined #openstack | 03:48 | |
*** george_goh has joined #openstack | 03:51 | |
*** galstrom_zzz is now known as galstrom | 03:53 | |
*** rushiagr_away is now known as rushiagr | 03:54 | |
Tusker | OK, have narrowed down the 401 error to the nova-compute API returning 401, rather than the nova api identical, so the X-Auth-Token: 080119946c1a4812b8933994956f29ae is what is expiring for some reason | 03:54 |
*** pal_ has joined #openstack | 03:55 | |
*** baoli has quit IRC | 03:55 | |
*** pcypher has joined #openstack | 03:56 | |
*** mikeoutland has joined #openstack | 03:56 | |
*** salv-orlando has joined #openstack | 03:58 | |
*** heyun has joined #openstack | 04:00 | |
*** stanchan has joined #openstack | 04:00 | |
*** vmtrooper has joined #openstack | 04:00 | |
*** vmtrooper has quit IRC | 04:01 | |
*** vmtrooper has joined #openstack | 04:01 | |
*** galstrom is now known as galstrom_zzz | 04:03 | |
*** skullone has joined #openstack | 04:03 | |
*** macjack1 has joined #openstack | 04:03 | |
skullone | has anyone used the Infoblox adaptor with Openstack yet? | 04:03 |
*** macjack has quit IRC | 04:04 | |
*** PingKuo has quit IRC | 04:04 | |
*** MentalRay has quit IRC | 04:05 | |
*** MentalRay has joined #openstack | 04:05 | |
*** pravins has joined #openstack | 04:06 | |
*** medieval1 has joined #openstack | 04:07 | |
*** RedRat_ is now known as RedRat | 04:09 | |
*** medieval1 has quit IRC | 04:12 | |
*** beejee has joined #openstack | 04:12 | |
*** medieval1 has joined #openstack | 04:12 | |
*** achanda has joined #openstack | 04:12 | |
SamYaple | Tusker: that sounds like a problem with Keystone, not nova. 401 is basically always a problem with keystone. Is your nova configuration setup properly to auth back to keystone? | 04:13 |
*** georgem1 has quit IRC | 04:13 | |
*** jerematic has joined #openstack | 04:14 | |
*** dsanders has joined #openstack | 04:14 | |
*** mikeoutland has quit IRC | 04:15 | |
*** jerematic has quit IRC | 04:19 | |
*** neha has joined #openstack | 04:19 | |
*** eghobo has joined #openstack | 04:20 | |
*** george_goh has quit IRC | 04:20 | |
*** JRobinson__afk is now known as JRobinson__ | 04:21 | |
*** rushiagr is now known as rushiagr_away | 04:22 | |
*** zehicle_ has joined #openstack | 04:24 | |
*** george_goh has joined #openstack | 04:24 | |
*** chrislol has quit IRC | 04:25 | |
*** annegentle has quit IRC | 04:26 | |
*** signed8bit_ZZZzz is now known as signed8b_ | 04:27 | |
*** pcypher has quit IRC | 04:28 | |
*** groen692 has joined #openstack | 04:32 | |
*** salv-orlando has quit IRC | 04:32 | |
Tusker | heya guys, for the dnsmasq servers, how do I configure it to cache the instance requests to an upstream DNS server? | 04:37 |
*** george_goh has quit IRC | 04:38 | |
*** nkhare_ has joined #openstack | 04:39 | |
*** rdas has joined #openstack | 04:39 | |
*** maveric_amitc_ has quit IRC | 04:42 | |
*** Marga_ has quit IRC | 04:42 | |
*** groen692 has quit IRC | 04:43 | |
*** badmadrad has quit IRC | 04:43 | |
*** Fenuks has joined #openstack | 04:44 | |
*** medieval1 has quit IRC | 04:44 | |
*** mwdev has quit IRC | 04:44 | |
*** badon has quit IRC | 04:45 | |
*** badon_ has joined #openstack | 04:45 | |
*** badon_ is now known as badon | 04:45 | |
*** Bhaskarakiran has joined #openstack | 04:46 | |
*** aimon has quit IRC | 04:46 | |
*** aimon has joined #openstack | 04:46 | |
*** eharney has quit IRC | 04:47 | |
*** krtaylor has quit IRC | 04:48 | |
*** mkolesni has joined #openstack | 04:49 | |
*** krtaylor has joined #openstack | 04:49 | |
*** eharney has joined #openstack | 04:49 | |
*** vmtrooper has quit IRC | 04:50 | |
*** zhangtralon has quit IRC | 04:50 | |
*** deepakcs has joined #openstack | 04:50 | |
*** macjack1 has quit IRC | 04:53 | |
*** sayan has joined #openstack | 04:56 | |
*** balajiiyer has quit IRC | 04:58 | |
*** george_goh has joined #openstack | 04:58 | |
*** hdd has joined #openstack | 04:59 | |
*** balajiiyer has joined #openstack | 04:59 | |
*** Marga_ has joined #openstack | 05:03 | |
*** Marga_ has quit IRC | 05:03 | |
*** medieval1 has joined #openstack | 05:04 | |
*** Marga_ has joined #openstack | 05:04 | |
*** yaguang has quit IRC | 05:06 | |
*** mrmartin has joined #openstack | 05:07 | |
*** medieval1 has quit IRC | 05:10 | |
*** signed8b_ has quit IRC | 05:10 | |
*** Fenuks has quit IRC | 05:10 | |
*** balajiiyer has quit IRC | 05:11 | |
*** shaunj has quit IRC | 05:11 | |
*** medieval1 has joined #openstack | 05:11 | |
*** nlahouti has joined #openstack | 05:12 | |
*** masco has joined #openstack | 05:12 | |
*** shailendhran has joined #openstack | 05:13 | |
*** jruano has quit IRC | 05:13 | |
*** AnilV4 has joined #openstack | 05:13 | |
*** rushiagr_away is now known as rushiagr | 05:14 | |
*** nlahouti has quit IRC | 05:15 | |
*** Fenuks has joined #openstack | 05:16 | |
*** macjack has joined #openstack | 05:16 | |
*** medieval1 has quit IRC | 05:17 | |
*** Rishi_ has joined #openstack | 05:18 | |
Rishi_ | hi | 05:18 |
*** nlahouti has joined #openstack | 05:20 | |
*** rushiagr is now known as rushiagr_away | 05:23 | |
*** otter768 has joined #openstack | 05:26 | |
*** kushal has joined #openstack | 05:28 | |
*** reed has quit IRC | 05:29 | |
*** yamahata has joined #openstack | 05:30 | |
*** otter768 has quit IRC | 05:31 | |
*** etacsufbo has quit IRC | 05:31 | |
*** fawadkhaliq has joined #openstack | 05:34 | |
*** _ale1_ has quit IRC | 05:35 | |
*** itzikb has joined #openstack | 05:35 | |
*** _ale1_ has joined #openstack | 05:35 | |
*** _ale1_ has quit IRC | 05:38 | |
*** __ale__ has joined #openstack | 05:38 | |
*** Longgeek_ has quit IRC | 05:38 | |
*** Longgeek has joined #openstack | 05:39 | |
*** maveric_amitc_ has joined #openstack | 05:39 | |
*** tshefi has joined #openstack | 05:39 | |
*** mrmartin has quit IRC | 05:39 | |
*** yellowbig has quit IRC | 05:43 | |
*** yellowbig has joined #openstack | 05:43 | |
*** ajeet1 has joined #openstack | 05:47 | |
*** Poornima has quit IRC | 05:47 | |
*** kebray has quit IRC | 05:48 | |
*** kebray has joined #openstack | 05:49 | |
*** etacsufbo has joined #openstack | 05:49 | |
*** justin_01 has quit IRC | 05:49 | |
*** cpg|away is now known as cpg | 05:49 | |
*** mosulica has quit IRC | 05:53 | |
*** thumpba has joined #openstack | 05:53 | |
*** BOKALDO has joined #openstack | 05:56 | |
*** sayan has quit IRC | 05:58 | |
*** melmoth has joined #openstack | 05:58 | |
*** yaguang has joined #openstack | 05:58 | |
*** yamamoto_ has joined #openstack | 05:59 | |
*** yamamoto has quit IRC | 05:59 | |
*** scheuran has joined #openstack | 06:01 | |
*** gem has joined #openstack | 06:01 | |
*** jerematic has joined #openstack | 06:02 | |
*** hdd has quit IRC | 06:04 | |
*** park_heijlong has joined #openstack | 06:04 | |
*** fawadkhaliq has quit IRC | 06:04 | |
*** sks has joined #openstack | 06:04 | |
*** pradipta has joined #openstack | 06:05 | |
*** bengo has joined #openstack | 06:05 | |
*** zhangtralon has joined #openstack | 06:06 | |
*** hblixt has quit IRC | 06:07 | |
*** jerematic has quit IRC | 06:07 | |
*** packet has quit IRC | 06:07 | |
*** johnpur has joined #openstack | 06:08 | |
*** rbradfor has quit IRC | 06:09 | |
*** Poornima has joined #openstack | 06:10 | |
*** fawadkhaliq has joined #openstack | 06:10 | |
*** purpleidea has quit IRC | 06:10 | |
*** purpleidea has joined #openstack | 06:10 | |
*** purpleidea has joined #openstack | 06:10 | |
*** surabujin has joined #openstack | 06:11 | |
*** nlevinki has joined #openstack | 06:12 | |
*** henrynash has joined #openstack | 06:13 | |
*** sendro has quit IRC | 06:14 | |
*** groen692 has joined #openstack | 06:15 | |
*** KrustyB has joined #openstack | 06:15 | |
*** oro has joined #openstack | 06:17 | |
*** henrynash has quit IRC | 06:18 | |
*** sergef has joined #openstack | 06:18 | |
*** medieval1 has joined #openstack | 06:18 | |
*** salv-orlando has joined #openstack | 06:19 | |
*** afazekas has joined #openstack | 06:21 | |
*** kushal has quit IRC | 06:22 | |
*** bvandenh has joined #openstack | 06:23 | |
*** medieval1 has quit IRC | 06:23 | |
*** annashen has joined #openstack | 06:25 | |
*** walterheck has quit IRC | 06:27 | |
*** rbradfor has joined #openstack | 06:29 | |
*** ParsectiX has joined #openstack | 06:29 | |
*** annashen has quit IRC | 06:29 | |
*** abehl has joined #openstack | 06:29 | |
*** zhangtralon has quit IRC | 06:31 | |
*** Ala has joined #openstack | 06:31 | |
*** Guest25495 has quit IRC | 06:32 | |
*** ronis has joined #openstack | 06:33 | |
*** ogzy has joined #openstack | 06:34 | |
ogzy | i am using juno at my devstack installation, if i change the heat branch to master instead of stable/juno, will it continue to work with the rest of the installation? the problem is heat-docker plugin breaks the h-eng because it is updating the requests module | 06:34 |
*** kushal has joined #openstack | 06:35 | |
*** ejat has joined #openstack | 06:37 | |
*** ejat has joined #openstack | 06:37 | |
*** vmtrooper has joined #openstack | 06:38 | |
*** _kiran_ has joined #openstack | 06:39 | |
*** _kiran_ is now known as kiran-r | 06:39 | |
*** AnilV4 has quit IRC | 06:39 | |
*** k4n0 has joined #openstack | 06:41 | |
*** eghobo has quit IRC | 06:42 | |
*** blackboxsw_ has quit IRC | 06:42 | |
*** Raj_ has joined #openstack | 06:43 | |
*** MentalRay has quit IRC | 06:44 | |
*** dulek has joined #openstack | 06:45 | |
*** stevemar has joined #openstack | 06:45 | |
*** tnovacik has joined #openstack | 06:47 | |
*** Fenuks has quit IRC | 06:47 | |
*** cristicalin has joined #openstack | 06:47 | |
*** maufart has joined #openstack | 06:48 | |
*** elnin0_ has quit IRC | 06:48 | |
*** etacsufbo has quit IRC | 06:48 | |
*** stevemar has quit IRC | 06:48 | |
*** vicky has joined #openstack | 06:50 | |
*** vicky is now known as Guest76499 | 06:51 | |
*** yfauser has joined #openstack | 06:52 | |
Raj_ | Hi anyone knw how to call any .sh or python script after click on button | 06:52 |
*** yfauser has left #openstack | 06:52 | |
Raj_ | from dashboard | 06:52 |
*** JRobinson__ has quit IRC | 06:52 | |
*** surabujin has quit IRC | 06:53 | |
*** vmtrooper has quit IRC | 06:53 | |
*** Fenuks has joined #openstack | 06:53 | |
*** vmtrooper has joined #openstack | 06:53 | |
*** elnin0 has joined #openstack | 06:54 | |
*** salv-orlando has quit IRC | 06:54 | |
*** fzdarsky has joined #openstack | 06:55 | |
*** gildub has quit IRC | 06:56 | |
*** vmtrooper has quit IRC | 06:58 | |
*** revin_ has quit IRC | 06:58 | |
*** neeti has joined #openstack | 06:59 | |
*** zhangtralon has joined #openstack | 06:59 | |
*** hivearts_ has joined #openstack | 07:00 | |
*** henrynash has joined #openstack | 07:00 | |
*** park_heijlong has quit IRC | 07:00 | |
*** hivearts_ is now known as hivearts | 07:00 | |
*** manjaro_user__ has joined #openstack | 07:00 | |
*** jcoufal has joined #openstack | 07:01 | |
*** blankspace has joined #openstack | 07:01 | |
*** henrynash has quit IRC | 07:02 | |
*** timfreund has quit IRC | 07:03 | |
*** mattgriffin has quit IRC | 07:03 | |
*** erkules_ is now known as erkules | 07:03 | |
*** kawa2014 has joined #openstack | 07:04 | |
*** jprovazn has joined #openstack | 07:05 | |
*** pravins has quit IRC | 07:08 | |
*** ejat has quit IRC | 07:08 | |
*** fawadkhaliq has quit IRC | 07:08 | |
*** markvoelker has quit IRC | 07:09 | |
*** fawadkhaliq has joined #openstack | 07:10 | |
*** KrustyB has quit IRC | 07:10 | |
*** blair has quit IRC | 07:10 | |
*** sbfox has joined #openstack | 07:11 | |
*** pask81 has joined #openstack | 07:12 | |
*** timfreund has joined #openstack | 07:12 | |
*** geguileo has joined #openstack | 07:13 | |
*** AnilV4 has joined #openstack | 07:13 | |
*** jistr has joined #openstack | 07:14 | |
*** park_heijlong has joined #openstack | 07:15 | |
*** fawadkhaliq is now known as fawadkhaliq_ | 07:15 | |
*** fawadkhaliq_ is now known as fawadkhaliq | 07:15 | |
*** kklimonda has joined #openstack | 07:15 | |
*** KrustyB has joined #openstack | 07:16 | |
*** fawadkhaliq_ has joined #openstack | 07:16 | |
*** fawadkhaliq_ has left #openstack | 07:16 | |
*** fawadkhaliq has quit IRC | 07:16 | |
kiran-r | Hello | 07:16 |
kiran-r | I have a question here. | 07:17 |
*** fawadkhaliq has joined #openstack | 07:17 | |
*** nlahouti has quit IRC | 07:17 | |
*** fawadkhaliq has left #openstack | 07:17 | |
kiran-r | is that, the person who has been assigned only should commit the new code? | 07:17 |
*** fawadkhaliq has joined #openstack | 07:17 | |
*** nlahouti has joined #openstack | 07:18 | |
*** matjazp has joined #openstack | 07:19 | |
*** heyun has quit IRC | 07:19 | |
*** yellowbig has quit IRC | 07:19 | |
*** medieval1 has joined #openstack | 07:19 | |
*** yellowbig has joined #openstack | 07:20 | |
*** timfreund has quit IRC | 07:20 | |
*** purpleidea has quit IRC | 07:20 | |
*** timfreund has joined #openstack | 07:20 | |
*** PingKuo has joined #openstack | 07:20 | |
*** purpleidea has joined #openstack | 07:20 | |
*** fawadkhaliq has quit IRC | 07:21 | |
*** fawadkhaliq has joined #openstack | 07:22 | |
*** sbfox has quit IRC | 07:22 | |
*** fawadkhaliq has left #openstack | 07:22 | |
*** fawadkhaliq has joined #openstack | 07:22 | |
*** blair has joined #openstack | 07:23 | |
*** medieval1 has quit IRC | 07:24 | |
*** vishwanathj has quit IRC | 07:24 | |
*** beejee has quit IRC | 07:24 | |
*** agarciam1 has joined #openstack | 07:25 | |
*** dsanders has quit IRC | 07:26 | |
*** otter768 has joined #openstack | 07:27 | |
*** dsanders has joined #openstack | 07:28 | |
*** surabujin has joined #openstack | 07:28 | |
*** surabujin has quit IRC | 07:28 | |
*** etacsufbo has joined #openstack | 07:28 | |
*** blair has quit IRC | 07:30 | |
*** nkhare has quit IRC | 07:30 | |
*** rushiagr_away is now known as rushiagr | 07:30 | |
*** nkhare has joined #openstack | 07:31 | |
*** jcoufal has quit IRC | 07:32 | |
*** arxcruz has joined #openstack | 07:32 | |
*** otter768 has quit IRC | 07:32 | |
*** nmagnezi has joined #openstack | 07:33 | |
*** stamak has joined #openstack | 07:33 | |
*** MarkBaker has joined #openstack | 07:33 | |
*** Hendrik_ has joined #openstack | 07:34 | |
*** Hendrik_ has quit IRC | 07:35 | |
*** dgurtner has joined #openstack | 07:35 | |
*** dgurtner has joined #openstack | 07:35 | |
*** stevemar has joined #openstack | 07:36 | |
*** wicope has joined #openstack | 07:36 | |
*** yog__ has joined #openstack | 07:36 | |
*** wicope has quit IRC | 07:36 | |
*** achanda has quit IRC | 07:36 | |
*** wicope has joined #openstack | 07:37 | |
*** geaaru has joined #openstack | 07:37 | |
*** itarchitectkev has joined #openstack | 07:37 | |
*** rushiagr is now known as rushiagr_away | 07:37 | |
*** aswadr has joined #openstack | 07:40 | |
*** corXi has joined #openstack | 07:40 | |
*** park_heijlong has quit IRC | 07:40 | |
*** agarciam1 has left #openstack | 07:40 | |
*** c0m0 has joined #openstack | 07:41 | |
*** achanda has joined #openstack | 07:42 | |
*** aveek has quit IRC | 07:42 | |
*** nlahouti has quit IRC | 07:42 | |
*** achanda has quit IRC | 07:43 | |
*** markus_z has joined #openstack | 07:44 | |
*** markus_z has quit IRC | 07:47 | |
*** fsimonce has joined #openstack | 07:47 | |
*** ki0 has joined #openstack | 07:48 | |
*** Muntaner has joined #openstack | 07:50 | |
*** dims_ has joined #openstack | 07:50 | |
*** stevemar has quit IRC | 07:50 | |
Muntaner | good morning guys | 07:50 |
Muntaner | I have 2 questions | 07:50 |
*** Marga_ has quit IRC | 07:50 | |
*** pnavarro|off has quit IRC | 07:51 | |
Muntaner | 1 - let's say I have a VM, normally instantiated and running. I create a file in this VM, and then I reboot the OpenStack machine (I have a all-in-one installation): what happens to this file? At the reboot the VM runs again by zero and I lose it? | 07:51 |
*** aveek has joined #openstack | 07:51 | |
*** jerematic has joined #openstack | 07:51 | |
Muntaner | 2 - I have to add a NAS device to my all-in-one installation (a buffalo), how can I achieve this? | 07:51 |
*** eglynn has joined #openstack | 07:52 | |
*** mpavone has joined #openstack | 07:53 | |
*** agarciam has joined #openstack | 07:53 | |
*** thumpba has quit IRC | 07:54 | |
*** dims_ has quit IRC | 07:55 | |
*** dizquierdo has joined #openstack | 07:55 | |
*** jerematic has quit IRC | 07:55 | |
*** jcoufal has joined #openstack | 07:56 | |
*** gary_perkins has joined #openstack | 07:56 | |
*** zz_ttrifonov is now known as ttrifonov | 07:56 | |
*** gfidente has joined #openstack | 07:57 | |
*** gfidente has quit IRC | 07:57 | |
*** gfidente has joined #openstack | 07:57 | |
*** nstrug has quit IRC | 07:57 | |
*** surabujin has joined #openstack | 07:57 | |
*** dkusidlo has joined #openstack | 07:58 | |
*** purpleidea has quit IRC | 07:58 | |
*** nstrug has joined #openstack | 07:59 | |
*** purpleidea has joined #openstack | 07:59 | |
*** purpleidea has joined #openstack | 07:59 | |
*** qntm has joined #openstack | 08:01 | |
*** itarchitectkev has quit IRC | 08:01 | |
*** nati_ueno has joined #openstack | 08:01 | |
*** yamahata has quit IRC | 08:02 | |
*** dsanders has quit IRC | 08:02 | |
*** salv-orlando has joined #openstack | 08:03 | |
*** beejee has joined #openstack | 08:04 | |
*** manjaro_user__ has quit IRC | 08:04 | |
*** ChrisNBlum has joined #openstack | 08:05 | |
*** bengo has quit IRC | 08:05 | |
*** maishsk has joined #openstack | 08:06 | |
*** bobmel has joined #openstack | 08:06 | |
*** ndipanov has joined #openstack | 08:07 | |
*** park_heijlong has joined #openstack | 08:07 | |
*** AnilV4 has quit IRC | 08:08 | |
*** pravins has joined #openstack | 08:08 | |
*** mpaolino has joined #openstack | 08:08 | |
*** btaroli has quit IRC | 08:09 | |
*** btaroli has joined #openstack | 08:09 | |
*** kebray has quit IRC | 08:10 | |
*** grassass has quit IRC | 08:11 | |
*** linswap has joined #openstack | 08:11 | |
*** park_heijlong has quit IRC | 08:12 | |
*** asrangne has joined #openstack | 08:12 | |
*** Longgeek has quit IRC | 08:13 | |
*** park_heijlong has joined #openstack | 08:13 | |
*** Longgeek has joined #openstack | 08:13 | |
*** aswadr has quit IRC | 08:14 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 08:15 | |
*** elnin0 has quit IRC | 08:15 | |
*** asaladin has quit IRC | 08:15 | |
*** asaladin_ has joined #openstack | 08:15 | |
*** e0ne has joined #openstack | 08:16 | |
*** PingKuo has quit IRC | 08:17 | |
*** ejat has joined #openstack | 08:18 | |
*** ejat has joined #openstack | 08:18 | |
*** park_heijlong has quit IRC | 08:18 | |
*** ChrisNBlum has quit IRC | 08:20 | |
*** medieval1 has joined #openstack | 08:20 | |
*** johnpur has quit IRC | 08:21 | |
*** gargola has quit IRC | 08:22 | |
*** gargola has joined #openstack | 08:23 | |
*** zhangtralon has quit IRC | 08:23 | |
*** nati_ueno has quit IRC | 08:24 | |
*** medieval1 has quit IRC | 08:25 | |
*** Free_maN has joined #openstack | 08:25 | |
*** bengo has joined #openstack | 08:26 | |
*** itarchitectkev has joined #openstack | 08:28 | |
*** e0ne is now known as e0ne_ | 08:29 | |
*** yamamoto_ has quit IRC | 08:30 | |
*** ktosiek has quit IRC | 08:30 | |
*** MaxV has joined #openstack | 08:30 | |
*** lgao has joined #openstack | 08:30 | |
*** mrmartin has joined #openstack | 08:31 | |
*** itarchitectkev_ has joined #openstack | 08:32 | |
*** ktosiek has joined #openstack | 08:32 | |
*** asrangne has quit IRC | 08:33 | |
*** aswadr has joined #openstack | 08:33 | |
*** itarchitectkev has quit IRC | 08:33 | |
*** park_heijlong has joined #openstack | 08:34 | |
*** avagi has joined #openstack | 08:36 | |
*** sayan has joined #openstack | 08:36 | |
*** Egoist_ has joined #openstack | 08:39 | |
Egoist_ | Hello | 08:39 |
Egoist_ | larsks: are you there ? | 08:39 |
Rishi_ | hi | 08:40 |
Egoist_ | is it possible to create security group rule using python API ? | 08:40 |
*** gem has quit IRC | 08:41 | |
*** vmtrooper has joined #openstack | 08:42 | |
*** e0ne_ is now known as e0ne | 08:43 | |
*** nkhare has quit IRC | 08:43 | |
*** itarchitectkev_ has quit IRC | 08:44 | |
*** itarchitectkev has joined #openstack | 08:44 | |
*** kei_yama has quit IRC | 08:44 | |
*** itarchitectkev has quit IRC | 08:44 | |
*** park_heijlong has quit IRC | 08:45 | |
*** rdas has quit IRC | 08:45 | |
*** gem has joined #openstack | 08:46 | |
*** rdas has joined #openstack | 08:47 | |
*** vmtrooper has quit IRC | 08:47 | |
*** itarchitectkev has joined #openstack | 08:47 | |
*** nmagnezi has quit IRC | 08:47 | |
*** lgao has quit IRC | 08:47 | |
*** nmagnezi has joined #openstack | 08:47 | |
*** Udayendu has joined #openstack | 08:48 | |
*** anande has joined #openstack | 08:48 | |
*** hivearts has quit IRC | 08:49 | |
*** scheuran has quit IRC | 08:50 | |
*** matjazp has quit IRC | 08:51 | |
*** hichihara has quit IRC | 08:54 | |
*** pbandark has joined #openstack | 08:54 | |
*** sergmelikyan has joined #openstack | 08:54 | |
*** deuche has joined #openstack | 08:55 | |
*** oro has quit IRC | 08:56 | |
*** park_heijlong has joined #openstack | 08:57 | |
*** nkhare has joined #openstack | 08:57 | |
*** deepakcs has quit IRC | 08:58 | |
*** giorgis has joined #openstack | 08:59 | |
*** Longgeek has quit IRC | 08:59 | |
giorgis | Hello all! Is it possible to attach more than 26 cinder volumes to one VM instance? | 08:59 |
*** manjaro_user__ has joined #openstack | 09:00 | |
*** Bhaskarakiran has quit IRC | 09:00 | |
*** Miouge has quit IRC | 09:00 | |
giorgis | Dashboard show that it tries to attach it to /dev/vdab but then it fails without any warning or error message and the volume remains available | 09:00 |
*** Udayendu has quit IRC | 09:01 | |
*** Krin has joined #openstack | 09:01 | |
*** rushiagr_away is now known as rushiagr | 09:01 | |
*** matjazp has joined #openstack | 09:03 | |
*** shailendhran has left #openstack | 09:04 | |
*** lucendio has joined #openstack | 09:05 | |
giorgis | is there a CINDER limit on attaching disks to instances? | 09:06 |
*** aswadr has quit IRC | 09:07 | |
*** mcornea has joined #openstack | 09:08 | |
*** park_heijlong has quit IRC | 09:08 | |
*** Bhaskarakiran has joined #openstack | 09:09 | |
*** sks has quit IRC | 09:10 | |
*** Muntaner has quit IRC | 09:13 | |
*** pelix has joined #openstack | 09:13 | |
*** unused_PhD has joined #openstack | 09:14 | |
*** dizquierdo has quit IRC | 09:14 | |
*** markus_z has joined #openstack | 09:15 | |
*** matjazp has quit IRC | 09:15 | |
*** tnovacik has quit IRC | 09:15 | |
*** lmh has quit IRC | 09:16 | |
*** bbcmicrocomputer has joined #openstack | 09:17 | |
*** bbcmicrocomputer has joined #openstack | 09:17 | |
*** matjazp has joined #openstack | 09:18 | |
*** salv-orl_ has joined #openstack | 09:19 | |
*** bluex-pl has joined #openstack | 09:19 | |
*** TwitchGG has quit IRC | 09:19 | |
*** medieval1 has joined #openstack | 09:21 | |
*** nagoor has joined #openstack | 09:22 | |
*** maishsk has quit IRC | 09:22 | |
*** salv-orlando has quit IRC | 09:22 | |
*** manjaro_user__ has quit IRC | 09:23 | |
*** anande has quit IRC | 09:23 | |
*** phil_s_stein is now known as phil_s|away | 09:23 | |
*** neeti has quit IRC | 09:24 | |
*** manjaro_user__ has joined #openstack | 09:24 | |
*** sks has joined #openstack | 09:24 | |
*** medieval1 has quit IRC | 09:26 | |
*** Longgeek has joined #openstack | 09:27 | |
*** links has joined #openstack | 09:27 | |
*** annashen has joined #openstack | 09:27 | |
*** otter768 has joined #openstack | 09:28 | |
*** TREllis has quit IRC | 09:29 | |
*** neeti has joined #openstack | 09:30 | |
*** phil_s|away is now known as phil_s_stein | 09:31 | |
*** AnilV4 has joined #openstack | 09:32 | |
*** annashen has quit IRC | 09:33 | |
*** otter768 has quit IRC | 09:33 | |
*** zz_kernal is now known as kernal | 09:33 | |
*** bluex-pl has quit IRC | 09:34 | |
*** HIBA98 has joined #openstack | 09:34 | |
*** pixelb has joined #openstack | 09:36 | |
*** TREllis has joined #openstack | 09:36 | |
*** atrius has quit IRC | 09:38 | |
*** mrmartin has quit IRC | 09:38 | |
*** KrustyB has quit IRC | 09:38 | |
*** jerematic has joined #openstack | 09:40 | |
*** Miouge has joined #openstack | 09:41 | |
*** ejat has quit IRC | 09:41 | |
*** nask is now known as nask`off | 09:42 | |
*** cemason has quit IRC | 09:43 | |
giorgis | Do you know of any solution for this: https://bugzilla.redhat.com/show_bug.cgi?id=617490 | 09:43 |
openstack | bugzilla.redhat.com bug 617490 in virt-manager "libvirtError: internal error unable to reserve PCI address 0:0:1" [Medium,Closed: currentrelease] - Assigned to crobinso | 09:43 |
*** neha has quit IRC | 09:45 | |
*** jerematic has quit IRC | 09:45 | |
*** neha has joined #openstack | 09:45 | |
*** dkusidlo has quit IRC | 09:49 | |
*** GenteelBen has joined #openstack | 09:50 | |
*** Raj_ has quit IRC | 09:51 | |
*** anande has joined #openstack | 09:52 | |
*** HIBA98 has quit IRC | 09:53 | |
*** heyun has joined #openstack | 09:54 | |
*** lmh has joined #openstack | 09:56 | |
*** yixuanzhang1 has quit IRC | 09:56 | |
*** lmh has left #openstack | 09:57 | |
*** neeti has quit IRC | 09:57 | |
*** nask`off is now known as nask | 09:58 | |
*** txomon|fon has quit IRC | 09:58 | |
*** neeti has joined #openstack | 09:58 | |
*** cemason has joined #openstack | 09:59 | |
*** txomon|fon has joined #openstack | 09:59 | |
*** AmirBaleghi114 has joined #openstack | 09:59 | |
*** dims_ has joined #openstack | 10:00 | |
*** dims__ has joined #openstack | 10:01 | |
*** bluex-pl has joined #openstack | 10:01 | |
*** cdent has joined #openstack | 10:02 | |
*** mpavone has quit IRC | 10:03 | |
*** Fenuks has quit IRC | 10:04 | |
*** rotbeard has joined #openstack | 10:04 | |
*** okrieg has joined #openstack | 10:04 | |
*** dims_ has quit IRC | 10:04 | |
*** sergef has quit IRC | 10:05 | |
*** purpleidea has quit IRC | 10:05 | |
*** stetho has joined #openstack | 10:06 | |
*** oro has joined #openstack | 10:07 | |
*** Miouge has quit IRC | 10:07 | |
*** brokencycle has joined #openstack | 10:08 | |
*** bluex-pl has quit IRC | 10:08 | |
*** ashneo76 has quit IRC | 10:08 | |
*** bluex-pl has joined #openstack | 10:09 | |
*** Muntaner has joined #openstack | 10:10 | |
*** bluex-pl has joined #openstack | 10:10 | |
Muntaner | hey guys | 10:11 |
Muntaner | I just added a NAS to my OpenStack all-in-one installation - I can ping it via openstack | 10:12 |
Muntaner | now, I'd like to use for my cinder (or maybe also swift) services, can you address me in what to do? | 10:12 |
*** dizquierdo has joined #openstack | 10:12 | |
*** kernal is now known as zz_kernal | 10:13 | |
*** pixelb has quit IRC | 10:16 | |
*** okrieg has quit IRC | 10:16 | |
*** ghostpl_ has joined #openstack | 10:17 | |
*** wicope has quit IRC | 10:18 | |
*** randres has quit IRC | 10:18 | |
*** Miouge has joined #openstack | 10:19 | |
*** Fenuks has joined #openstack | 10:19 | |
*** rushiagr is now known as rushiagr_away | 10:19 | |
*** tnovacik has joined #openstack | 10:21 | |
*** pblaho has joined #openstack | 10:22 | |
*** medieval1 has joined #openstack | 10:22 | |
*** rushiagr_away is now known as rushiagr | 10:22 | |
*** jistr has quit IRC | 10:23 | |
*** stockpirate has joined #openstack | 10:24 | |
*** itarchitectkev has quit IRC | 10:24 | |
stockpirate | hi | 10:24 |
stockpirate | im really frustrated now | 10:24 |
stockpirate | why do i get this | 10:24 |
stockpirate | keystone user-list | 10:24 |
stockpirate | The request you have made requires authentication. (HTTP 401) | 10:24 |
*** itarchitectkev has joined #openstack | 10:24 | |
*** Krin has quit IRC | 10:24 | |
stockpirate | how to reset it to good state again? | 10:25 |
*** yaguang has quit IRC | 10:25 | |
*** aarefiev has quit IRC | 10:25 | |
Egoist_ | giorgis: hi | 10:25 |
giorgis | Egoist_ : Hi! | 10:25 |
Egoist_ | yes it's possible, but to do that, you need to use SCSI instead of PCI | 10:25 |
*** bengo has quit IRC | 10:25 | |
giorgis | Egoist_ : What should I change?? Should I update the image's properties? | 10:26 |
Egoist_ | yes | 10:26 |
*** medieval1 has quit IRC | 10:26 | |
Egoist_ | giorgis: hw_disk_bus | 10:26 |
giorgis | something like: glance image-update --property hw_disk_bus=scsi | 10:26 |
*** pboros has joined #openstack | 10:27 | |
Egoist_ | hw_scsi_model | 10:27 |
Egoist_ | giorgis: | 10:27 |
Egoist_ | yes, that't right :) | 10:27 |
giorgis | what about hw_scsi_model? | 10:27 |
giorgis | what is that? | 10:27 |
Egoist_ | Enables the use of VirtIO SCSI | 10:27 |
*** pixelb has joined #openstack | 10:27 | |
Egoist_ | set it to hw_scsi_model=virtio-scsi | 10:27 |
giorgis | Egoist_ : so the command should be | 10:28 |
giorgis | Egoist_ : glance image-update --property hw_disk_bus=scsi --property hw_scsi_model=virtio-scsi | 10:28 |
Egoist_ | giorgis: yes, it should be ok | 10:28 |
giorgis | Egoist_ : Both properties are needed right? | 10:29 |
giorgis | Egoist_ : And do you know what is the upper limit for that??? | 10:29 |
Egoist_ | to use SCSI I think yes | 10:29 |
*** pdb has quit IRC | 10:30 | |
Egoist_ | a've attached 100 volumes to one vm when that vm was using scsi | 10:30 |
Egoist_ | I've* | 10:30 |
*** pdb has joined #openstack | 10:30 | |
Egoist_ | to be honest i don't know what's the limitation, you need to check in virtio-scsi documentation | 10:31 |
*** vmtrooper has joined #openstack | 10:31 | |
*** martinsbalodis has quit IRC | 10:31 | |
*** atrius has joined #openstack | 10:31 | |
*** yixuanzhang has joined #openstack | 10:32 | |
stockpirate | how do i get access to keystone after get: Authorization failed. The request you have made requires authentication. | 10:32 |
*** yaguang has joined #openstack | 10:33 | |
giorgis | Egoist_ : I understand! And is there any speed limitation on that?? | 10:33 |
*** randres has joined #openstack | 10:34 | |
stockpirate | im stucked. pleas help me | 10:35 |
*** RedRat has quit IRC | 10:35 | |
*** aarefiev has joined #openstack | 10:36 | |
*** vmtrooper has quit IRC | 10:36 | |
*** jistr has joined #openstack | 10:36 | |
*** gli has quit IRC | 10:37 | |
*** yixuanzhang has quit IRC | 10:39 | |
Muntaner | nobody? I'm pretty lost right now | 10:40 |
*** rtheis has joined #openstack | 10:40 | |
Egoist_ | giorgis: I never do performance test :/ | 10:40 |
Egoist_ | giorgis: You can do that, and can share it if you want :) | 10:41 |
*** Raj_ has joined #openstack | 10:41 | |
*** pravins has quit IRC | 10:41 | |
giorgis | Egoist_: OK! Thanks!! I will try to implement it first and see that I can attach more than 27 drives and later on I can try to do some performance benchmarks!! | 10:41 |
*** brokencycle has quit IRC | 10:41 | |
giorgis | Egoist_ : Sure I can share them... | 10:41 |
*** okrieg has joined #openstack | 10:42 | |
Muntaner | Egoist_, maybe you can help me? I see you're able with volumes :) | 10:42 |
Egoist_ | Muntaner: What i can do for you ? | 10:42 |
Muntaner | I just added a NAS to my OpenStack all-in-one installation - I can ping it via openstack | 10:43 |
Muntaner | now, I'd like to use for my cinder (or maybe also swift) services, can you address me in what to do? | 10:43 |
Muntaner | I'd like to use iscsi - but I'm pretty lost in what to do exactly+ | 10:43 |
*** AmirBaleghi114 has quit IRC | 10:43 | |
Muntaner | Egoist_, need more background? | 10:44 |
*** achanda has joined #openstack | 10:44 | |
*** etacsufbo has quit IRC | 10:45 | |
*** randres has quit IRC | 10:46 | |
*** rubiojr has joined #openstack | 10:46 | |
stockpirate | I reinstalled keystone database and service. get still :: The request you have made requires authentication. (HTTP 401) | 10:46 |
stockpirate | im totally given up... | 10:46 |
*** matjazp has quit IRC | 10:47 | |
*** achanda has quit IRC | 10:48 | |
*** mpaolino has quit IRC | 10:49 | |
*** rubiojr_ has quit IRC | 10:49 | |
*** manjaro_user__ has quit IRC | 10:50 | |
*** Gwys has joined #openstack | 10:50 | |
stockpirate | no more openstack for me! good bye! | 10:51 |
*** stockpirate has left #openstack | 10:51 | |
*** derekh has joined #openstack | 10:52 | |
*** Fenuks has quit IRC | 10:52 | |
*** matjazp has joined #openstack | 10:52 | |
*** e0ne is now known as e0ne_ | 10:53 | |
*** Fenuks has joined #openstack | 10:54 | |
Gwys | Hi all ! I'm trying to install openstack through MAAS following this documentation http://ubuntu-cloud-installer.readthedocs.org/en/latest/multi-installer.guide.html | 10:55 |
giorgis | is there a fast way to attach and detach volumes at one specific VM? | 10:55 |
Gwys | But I've an issue with br0 during openstall-install | 10:55 |
Gwys | There are error logs : http://pastebin.com/22yELB7r | 10:55 |
Gwys | Someone can help me ? | 10:55 |
*** itarchitectkev_ has joined #openstack | 10:56 | |
*** itarchitectkev has quit IRC | 10:57 | |
*** e0ne_ is now known as e0ne | 10:57 | |
*** sks has quit IRC | 10:57 | |
*** heyun has quit IRC | 10:58 | |
*** brokencycle has joined #openstack | 10:58 | |
*** yixuanzhang has joined #openstack | 11:00 | |
*** Fenuks has quit IRC | 11:00 | |
*** doug-fish has joined #openstack | 11:01 | |
Egoist_ | Muntaner: you're NAS is on VM deployed from openstack | 11:01 |
Egoist_ | ? | 11:01 |
Muntaner | no Egoist_ it's a physical NAS, a buffalo | 11:02 |
Muntaner | I'd like to use it for cinder, for volumes | 11:03 |
*** Hell_Fire has quit IRC | 11:03 | |
*** dkusidlo has joined #openstack | 11:04 | |
*** scheuran has joined #openstack | 11:04 | |
*** linuxgeek_ has quit IRC | 11:04 | |
Egoist_ | Muntaner: to be sure, you want to use your NAS to store ther your cinder volumes ? | 11:05 |
Muntaner | yes Egoist_ , and maybe in the future as a glance repository or for swift - still not sure about this | 11:05 |
Muntaner | but certainly for iscsi | 11:05 |
Muntaner | for cinder* | 11:05 |
*** dizquierdo has quit IRC | 11:08 | |
*** cihhan has joined #openstack | 11:08 | |
*** OutBackDingo has quit IRC | 11:08 | |
Egoist_ | Muntaner: to be honest, i don't know is there something like driver for cinder to handle buffalo NAS | 11:09 |
*** OutBackDingo has joined #openstack | 11:09 | |
Egoist_ | Muntaner: I think, If you want to do that in that way, you need to find driver for cinder for nas, or you can create one | 11:09 |
Muntaner | Egoist_, shouldn't I be able to achieve this via iscsi? | 11:09 |
*** thrash|g0ne is now known as thrash | 11:09 | |
Muntaner | Egoist_, via iscsi should I see the NAS as a sort of local drive on the server? | 11:10 |
Egoist_ | Muntaner: ah yes, sorry, you're right | 11:10 |
*** sks has joined #openstack | 11:11 | |
Egoist_ | Muntaner: but to be honest, i never do that | 11:11 |
*** jistr is now known as jistr|demo | 11:11 | |
*** masoz has quit IRC | 11:11 | |
*** lgao has joined #openstack | 11:12 | |
*** thrash has quit IRC | 11:13 | |
*** Fenuks has joined #openstack | 11:13 | |
*** itarchitectkev_ has quit IRC | 11:15 | |
*** itarchitectkev has joined #openstack | 11:16 | |
*** RedRat has joined #openstack | 11:18 | |
*** yixuanzhang has quit IRC | 11:18 | |
*** dizquierdo has joined #openstack | 11:19 | |
*** nkhare has quit IRC | 11:20 | |
*** Fenuks has quit IRC | 11:20 | |
*** mpavone has joined #openstack | 11:21 | |
*** pal has joined #openstack | 11:21 | |
giorgis | Egoist_ : Just an update. It works with --property hw_disk_bus=scsi --property hw_scsi_model=virtio-scsi | 11:22 |
*** Muntaner has quit IRC | 11:22 | |
giorgis | I will set it up now and after the users are satisfied I may run a few tests! | 11:22 |
giorgis | Egoist_ : Thanks a lot for your help!!! | 11:22 |
*** medieval1 has joined #openstack | 11:22 | |
*** Egyptian[Home] has joined #openstack | 11:23 | |
*** lpax has joined #openstack | 11:23 | |
*** ajeet1 has quit IRC | 11:23 | |
*** pal_ has quit IRC | 11:24 | |
*** okrieg has quit IRC | 11:25 | |
*** Krin has joined #openstack | 11:25 | |
*** surabujin has quit IRC | 11:25 | |
*** thrash has joined #openstack | 11:26 | |
*** yaguang has quit IRC | 11:26 | |
*** medieval1 has quit IRC | 11:27 | |
*** asadpanda has quit IRC | 11:27 | |
*** rushiagr is now known as rushiagr_away | 11:28 | |
*** rushiagr_away is now known as rushiagr | 11:28 | |
*** mrmartin has joined #openstack | 11:29 | |
*** jerematic has joined #openstack | 11:29 | |
*** otter768 has joined #openstack | 11:29 | |
*** t_p has quit IRC | 11:29 | |
Egoist_ | giorgis: You're welcome :) | 11:29 |
*** annashen has joined #openstack | 11:29 | |
*** mrmartin has quit IRC | 11:30 | |
*** jerematic has quit IRC | 11:34 | |
*** otter768 has quit IRC | 11:34 | |
*** annashen has quit IRC | 11:34 | |
*** Fenuks has joined #openstack | 11:34 | |
*** gnuoy` is now known as gnuoy | 11:36 | |
*** yixuanzhang has joined #openstack | 11:36 | |
*** cpg is now known as cpg|away | 11:37 | |
*** surabujin has joined #openstack | 11:39 | |
*** dulek has quit IRC | 11:40 | |
*** morazi has joined #openstack | 11:41 | |
*** brokencycle has quit IRC | 11:42 | |
*** fzdarsky is now known as fzdarsky|afk | 11:42 | |
*** marrusl has joined #openstack | 11:43 | |
*** Free_maN has quit IRC | 11:45 | |
*** pradipta has quit IRC | 11:45 | |
*** pal_ has joined #openstack | 11:46 | |
*** yfauser has joined #openstack | 11:47 | |
*** popw has quit IRC | 11:47 | |
*** bdossant has joined #openstack | 11:48 | |
*** martins-afk is now known as martinst | 11:49 | |
*** pal has quit IRC | 11:49 | |
*** martinst is now known as martins-afk | 11:49 | |
*** yfauser has left #openstack | 11:50 | |
*** TheOsprey has joined #openstack | 11:51 | |
*** matjazp has quit IRC | 11:53 | |
*** matjazp has joined #openstack | 11:53 | |
*** asadpanda has joined #openstack | 11:53 | |
*** lpax_ has joined #openstack | 11:54 | |
*** criptoverso has joined #openstack | 11:57 | |
*** lpax has quit IRC | 11:57 | |
*** gszasz has joined #openstack | 11:57 | |
*** martinsbalodis has joined #openstack | 11:58 | |
*** sks has quit IRC | 11:58 | |
*** jruano has joined #openstack | 11:59 | |
*** Lee1092 has quit IRC | 12:00 | |
*** trown|outttypeww is now known as trown | 12:01 | |
*** e0ne is now known as e0ne_ | 12:01 | |
*** asadpanda has quit IRC | 12:01 | |
*** scheuran has quit IRC | 12:02 | |
*** RedW has quit IRC | 12:02 | |
*** martinsbalodis has quit IRC | 12:02 | |
*** martinsbalodis has joined #openstack | 12:03 | |
*** cihhan has quit IRC | 12:03 | |
*** emptyspace has joined #openstack | 12:04 | |
*** blankspace has quit IRC | 12:04 | |
*** tnovacik has quit IRC | 12:05 | |
*** pblaho has quit IRC | 12:06 | |
*** blankspace has joined #openstack | 12:07 | |
*** RedW has joined #openstack | 12:07 | |
*** amitry has joined #openstack | 12:08 | |
*** jeevan_ullas has quit IRC | 12:09 | |
*** mpaolino has joined #openstack | 12:09 | |
*** st34lth has joined #openstack | 12:10 | |
*** emptyspace has quit IRC | 12:10 | |
*** _kiran_ has joined #openstack | 12:13 | |
*** shailendhran has joined #openstack | 12:13 | |
*** kiran-r has quit IRC | 12:13 | |
*** fzdarsky|afk is now known as fzdarsky | 12:13 | |
*** weshay has joined #openstack | 12:13 | |
*** henrynash has joined #openstack | 12:14 | |
*** arxcruz has quit IRC | 12:14 | |
*** jerematic has joined #openstack | 12:14 | |
*** MentalRay has joined #openstack | 12:14 | |
*** saibarspeis has joined #openstack | 12:14 | |
*** tnovacik has joined #openstack | 12:14 | |
*** markvoelker has joined #openstack | 12:14 | |
*** RoozbehShafiee has joined #openstack | 12:15 | |
*** matjazp has quit IRC | 12:16 | |
*** ghostpl_ has quit IRC | 12:16 | |
*** busterswt has joined #openstack | 12:16 | |
*** shailendhran has quit IRC | 12:17 | |
*** yixuanzhang has quit IRC | 12:18 | |
*** okrieg has joined #openstack | 12:18 | |
*** CripperZ- is now known as cripperz | 12:19 | |
*** matjazp has joined #openstack | 12:19 | |
*** vmtrooper has joined #openstack | 12:20 | |
*** johnbelamaric has joined #openstack | 12:21 | |
*** cripperz is now known as CripperZ | 12:22 | |
*** okrieg has quit IRC | 12:23 | |
*** medieval1 has joined #openstack | 12:23 | |
*** smccully_ has joined #openstack | 12:23 | |
*** smccully has joined #openstack | 12:23 | |
*** ala_ has joined #openstack | 12:24 | |
*** smccully has quit IRC | 12:24 | |
*** dizquierdo has quit IRC | 12:24 | |
*** vmtrooper has quit IRC | 12:25 | |
*** smccully_ has quit IRC | 12:25 | |
*** pal has joined #openstack | 12:25 | |
*** yaguang has joined #openstack | 12:26 | |
*** scheuran has joined #openstack | 12:26 | |
*** dneary has joined #openstack | 12:26 | |
*** smccully has joined #openstack | 12:27 | |
*** Ala has quit IRC | 12:27 | |
*** pal_ has quit IRC | 12:27 | |
*** RoozbehShafiee has quit IRC | 12:27 | |
*** medieval1 has quit IRC | 12:27 | |
*** Poornima has quit IRC | 12:28 | |
*** StuartMI has joined #openstack | 12:28 | |
*** tkatarki has joined #openstack | 12:30 | |
*** links has quit IRC | 12:30 | |
*** mkolesni has quit IRC | 12:30 | |
*** pal has quit IRC | 12:31 | |
*** salv-orl_ has quit IRC | 12:32 | |
*** rdaly2 has joined #openstack | 12:33 | |
*** sfeole_away is now known as sfeole | 12:34 | |
*** Miouge has quit IRC | 12:34 | |
*** lborda has joined #openstack | 12:35 | |
*** dizquierdo has joined #openstack | 12:37 | |
*** k4n0 has quit IRC | 12:38 | |
*** tkatarki has quit IRC | 12:38 | |
*** k4n0 has joined #openstack | 12:39 | |
*** jruano has quit IRC | 12:39 | |
*** ghostpl_ has joined #openstack | 12:39 | |
*** dulek has joined #openstack | 12:39 | |
*** gem has quit IRC | 12:39 | |
*** pblaho has joined #openstack | 12:39 | |
*** maxxware has quit IRC | 12:39 | |
*** tkatarki has joined #openstack | 12:40 | |
*** ws2k3 has joined #openstack | 12:40 | |
*** MentalRay has quit IRC | 12:41 | |
*** rubiojr_ has joined #openstack | 12:41 | |
*** Miouge has joined #openstack | 12:42 | |
*** jets has joined #openstack | 12:42 | |
*** maxxware has joined #openstack | 12:43 | |
*** e0ne_ is now known as e0ne | 12:43 | |
*** hdd has joined #openstack | 12:43 | |
*** osc_khoj has joined #openstack | 12:44 | |
*** flaviosr has joined #openstack | 12:44 | |
*** hivearts has joined #openstack | 12:44 | |
*** rubiojr has quit IRC | 12:45 | |
*** mpaolino has quit IRC | 12:46 | |
*** diegows has joined #openstack | 12:47 | |
*** spzala has joined #openstack | 12:49 | |
*** MasterPiece has joined #openstack | 12:49 | |
*** brokencycle has joined #openstack | 12:49 | |
*** cemason has quit IRC | 12:49 | |
*** luflores has joined #openstack | 12:49 | |
*** jets has quit IRC | 12:50 | |
*** tkatarki has quit IRC | 12:50 | |
*** pixelb has quit IRC | 12:51 | |
*** joeg has joined #openstack | 12:51 | |
*** neha has quit IRC | 12:51 | |
*** diegows has quit IRC | 12:51 | |
*** Networkn3rd has joined #openstack | 12:52 | |
*** hivearts has quit IRC | 12:52 | |
*** jruano has joined #openstack | 12:52 | |
*** otter768 has joined #openstack | 12:52 | |
*** georgem1 has joined #openstack | 12:53 | |
*** tier has joined #openstack | 12:53 | |
*** salv-orlando has joined #openstack | 12:53 | |
*** leong has joined #openstack | 12:54 | |
*** johnbelamaric has quit IRC | 12:55 | |
*** mattgriffin has joined #openstack | 12:55 | |
*** baoli has joined #openstack | 12:56 | |
*** ser_rhaegar has joined #openstack | 12:57 | |
*** zul has quit IRC | 12:57 | |
*** ngoracke has joined #openstack | 12:57 | |
*** flaviosr has quit IRC | 12:57 | |
*** zul has joined #openstack | 12:57 | |
*** cjellick has joined #openstack | 12:57 | |
*** flaviosr has joined #openstack | 12:57 | |
*** maveric7911 has joined #openstack | 12:58 | |
*** baoli has quit IRC | 12:59 | |
*** johnpur has joined #openstack | 13:00 | |
*** baoli has joined #openstack | 13:00 | |
*** klamath has joined #openstack | 13:01 | |
*** mpaolino has joined #openstack | 13:02 | |
*** jcarter2 has joined #openstack | 13:02 | |
*** klamath has quit IRC | 13:02 | |
*** suresh12 has joined #openstack | 13:02 | |
*** hdd has quit IRC | 13:02 | |
*** klamath has joined #openstack | 13:02 | |
*** johnpur has quit IRC | 13:02 | |
*** galstrom_zzz is now known as galstrom | 13:04 | |
*** adalbas has joined #openstack | 13:04 | |
*** doug-fish has left #openstack | 13:05 | |
*** annegentle has joined #openstack | 13:05 | |
*** saibarspeis has quit IRC | 13:05 | |
*** doug-fish has joined #openstack | 13:06 | |
*** julim has joined #openstack | 13:07 | |
*** medieval1 has joined #openstack | 13:08 | |
*** mwichmann has joined #openstack | 13:09 | |
*** leong has quit IRC | 13:09 | |
*** joeg has quit IRC | 13:10 | |
*** bknudson has quit IRC | 13:10 | |
*** jaosorior has joined #openstack | 13:11 | |
*** petertr7 has joined #openstack | 13:11 | |
*** designbybeck__ has joined #openstack | 13:12 | |
*** tochi has quit IRC | 13:12 | |
*** Nishi has joined #openstack | 13:12 | |
*** zz_kernal is now known as kernal | 13:13 | |
*** kernal is now known as zz_kernal | 13:13 | |
*** shailendhran has joined #openstack | 13:14 | |
*** joeg has joined #openstack | 13:16 | |
*** jckasper has joined #openstack | 13:16 | |
*** j05h has joined #openstack | 13:16 | |
*** tkramer has joined #openstack | 13:16 | |
*** pixelb has joined #openstack | 13:17 | |
*** yamamoto has joined #openstack | 13:17 | |
*** masco has quit IRC | 13:18 | |
*** otter768 has quit IRC | 13:18 | |
*** pask81 has quit IRC | 13:18 | |
*** j05h has quit IRC | 13:18 | |
*** blomquisg has joined #openstack | 13:19 | |
*** j05h has joined #openstack | 13:19 | |
*** pask81 has joined #openstack | 13:20 | |
*** andi- has joined #openstack | 13:21 | |
*** cemason has joined #openstack | 13:22 | |
*** jmckind has joined #openstack | 13:23 | |
*** okrieg has joined #openstack | 13:23 | |
*** Raj_ has quit IRC | 13:23 | |
*** suresh12 has quit IRC | 13:23 | |
*** amitry has quit IRC | 13:24 | |
*** jecarey has joined #openstack | 13:26 | |
*** joesavak has joined #openstack | 13:26 | |
*** dkusidlo has quit IRC | 13:26 | |
*** jmckind has quit IRC | 13:27 | |
-openstackstatus- NOTICE: gerrit has been restarted to restore event streaming. any change events missed by zuul (between 12:48 and 13:28 utc) will need to be rechecked or have new approval votes set | 13:27 | |
*** giorgis has quit IRC | 13:28 | |
*** robbiew has joined #openstack | 13:28 | |
*** dudy has joined #openstack | 13:30 | |
*** pixelb has quit IRC | 13:30 | |
*** tkatarki has joined #openstack | 13:32 | |
*** jmckind has joined #openstack | 13:32 | |
*** masco has joined #openstack | 13:32 | |
*** lastops has joined #openstack | 13:32 | |
*** erkules has quit IRC | 13:32 | |
*** erkules has joined #openstack | 13:32 | |
*** jprovazn has quit IRC | 13:33 | |
*** dkusidlo has joined #openstack | 13:33 | |
*** moha_hunt has joined #openstack | 13:33 | |
*** okrieg has quit IRC | 13:34 | |
*** okrieg has joined #openstack | 13:34 | |
*** _kiran_ has quit IRC | 13:34 | |
*** warriorforGod has joined #openstack | 13:34 | |
*** signed8bit has joined #openstack | 13:35 | |
*** cjellick has quit IRC | 13:36 | |
*** cjellick_ has joined #openstack | 13:36 | |
*** Fenuks has quit IRC | 13:36 | |
*** arbrandes has joined #openstack | 13:37 | |
*** VW_ has joined #openstack | 13:37 | |
*** matjazp has quit IRC | 13:38 | |
*** ddmitriev1 has joined #openstack | 13:39 | |
*** ddmitriev has quit IRC | 13:39 | |
*** ddmitriev1 has quit IRC | 13:39 | |
*** OutBackDingo has quit IRC | 13:39 | |
*** ddmitriev has joined #openstack | 13:39 | |
*** zhenq has joined #openstack | 13:39 | |
*** cjellick has joined #openstack | 13:39 | |
*** prad has joined #openstack | 13:40 | |
*** warriorf1rGod has joined #openstack | 13:40 | |
*** cjellick_ has quit IRC | 13:40 | |
*** jwalcik has joined #openstack | 13:41 | |
*** OutBackDingo has joined #openstack | 13:41 | |
*** hdd has joined #openstack | 13:41 | |
*** Rishi_ has quit IRC | 13:41 | |
*** warriorforGod has quit IRC | 13:41 | |
Egyptian[Home] | howdy doo dee - this morning i updated my openstack lab (all in one cloud lol) and it updated flac?! it started life as a minimal server install and yet needs flac? and i cant remove it via yum coz then i will erase the hypervisor! | 13:41 |
Egyptian[Home] | woos .. wrong channel :) | 13:42 |
*** unused_PhD has quit IRC | 13:42 | |
*** AnilV4 has quit IRC | 13:42 | |
*** cjellick_ has joined #openstack | 13:43 | |
*** cjellick has quit IRC | 13:43 | |
*** AmirBaleghi114 has joined #openstack | 13:43 | |
*** dhritishikhar_ has joined #openstack | 13:44 | |
Nishi | Hi , I want to set multi region openstack , But I can't find useful document . where can I get useful article about setting multi region ? | 13:44 |
*** vivekopenstack has joined #openstack | 13:44 | |
vivekopenstack | Hello all | 13:44 |
*** nlevinki has quit IRC | 13:44 | |
*** hdd has quit IRC | 13:44 | |
vivekopenstack | is someone here who can help to setup multinode openstack environment | 13:44 |
vivekopenstack | ? | 13:44 |
*** pask81 has quit IRC | 13:45 | |
*** rdas has quit IRC | 13:46 | |
*** abehl has quit IRC | 13:46 | |
*** anshul has joined #openstack | 13:46 | |
*** cjellick_ has quit IRC | 13:46 | |
*** cjellick has joined #openstack | 13:46 | |
*** diegows has joined #openstack | 13:46 | |
*** nagoors has joined #openstack | 13:47 | |
*** mjturek1 has joined #openstack | 13:47 | |
larsks | vivekopenstack: Possibly! But the only way you will find out is by asking questions because there are definitely no mind-readers here. | 13:48 |
*** nagoor has quit IRC | 13:49 | |
*** rotbeard has quit IRC | 13:49 | |
*** etacsufbo has joined #openstack | 13:49 | |
*** matjazp has joined #openstack | 13:49 | |
*** cjellick_ has joined #openstack | 13:50 | |
*** cemason has quit IRC | 13:50 | |
*** dgurtner has quit IRC | 13:51 | |
*** cjellick has quit IRC | 13:51 | |
*** anshul has quit IRC | 13:51 | |
*** stanchan has quit IRC | 13:51 | |
*** prad has quit IRC | 13:52 | |
*** henrynash has quit IRC | 13:52 | |
*** cptweasel has joined #openstack | 13:52 | |
*** prad has joined #openstack | 13:52 | |
*** cjellick has joined #openstack | 13:54 | |
*** AnilV4 has joined #openstack | 13:54 | |
*** yamamoto has quit IRC | 13:55 | |
*** cjellick_ has quit IRC | 13:55 | |
*** Gwys has quit IRC | 13:55 | |
*** jcoufal has quit IRC | 13:55 | |
*** mos has joined #openstack | 13:55 | |
*** yamamoto has joined #openstack | 13:56 | |
Egoist_ | larsks: Hello | 13:56 |
larsks | Howdy. | 13:56 |
*** mos has quit IRC | 13:56 | |
*** baker has joined #openstack | 13:56 | |
Egoist_ | larsks: I have question to you | 13:56 |
*** wicope has joined #openstack | 13:56 | |
*** balajiiyer has joined #openstack | 13:56 | |
*** mos has joined #openstack | 13:57 | |
Egoist_ | larsks: could you help me to understand how i can create security group rule using python API of neutron ? | 13:57 |
Egoist_ | larsks: have you done something like this before ? | 13:57 |
*** cptweasel has quit IRC | 13:57 | |
*** mos has quit IRC | 13:57 | |
*** mos has joined #openstack | 13:57 | |
*** ChuckC has quit IRC | 13:57 | |
*** dhritishikhar_ has quit IRC | 13:57 | |
larsks | Egoist_: The best thing to do is probably just take a look at the code for the "neutron" client, which uses the Python API. | 13:57 |
*** mcornea has quit IRC | 13:58 | |
*** lmh has joined #openstack | 13:58 | |
*** signed8b_ has joined #openstack | 13:59 | |
*** dkusidlo has quit IRC | 13:59 | |
*** fawadkhaliq has quit IRC | 13:59 | |
*** anande has quit IRC | 14:00 | |
*** crose has joined #openstack | 14:00 | |
*** jruano has quit IRC | 14:00 | |
*** MentalRay has joined #openstack | 14:00 | |
*** yamamoto has quit IRC | 14:00 | |
*** lblanchard has joined #openstack | 14:01 | |
larsks | Egoist_: But, if you show me the code you're trying to write, I'm happy to offer some suggestions. | 14:01 |
*** coredump has joined #openstack | 14:01 | |
*** cptweasel has joined #openstack | 14:02 | |
*** anshul has joined #openstack | 14:02 | |
*** signed8bit has quit IRC | 14:03 | |
*** Nishi has quit IRC | 14:03 | |
*** pblaho has quit IRC | 14:03 | |
*** vivekopenstack has quit IRC | 14:03 | |
*** pblaho has joined #openstack | 14:03 | |
*** Lee1092 has joined #openstack | 14:04 | |
*** radez_g0n3 is now known as radez | 14:04 | |
*** ParsectiX has quit IRC | 14:04 | |
*** lmh has quit IRC | 14:04 | |
*** jruano has joined #openstack | 14:04 | |
*** hivearts_ has joined #openstack | 14:05 | |
*** hivearts_ has quit IRC | 14:05 | |
*** Nishi has joined #openstack | 14:05 | |
*** masco has quit IRC | 14:05 | |
*** zz_jgrimm is now known as jgrimm | 14:05 | |
*** mcornea has joined #openstack | 14:05 | |
*** jehb_ has joined #openstack | 14:06 | |
*** pask81 has joined #openstack | 14:06 | |
*** ngoracke has quit IRC | 14:06 | |
*** AnilV4 has quit IRC | 14:06 | |
*** anshul has quit IRC | 14:07 | |
*** FunnyLookinHat has joined #openstack | 14:07 | |
*** anande has joined #openstack | 14:08 | |
*** signed8b_ has quit IRC | 14:08 | |
*** vmtrooper has joined #openstack | 14:08 | |
*** engkur has quit IRC | 14:09 | |
*** matjazp has quit IRC | 14:09 | |
*** hdd has joined #openstack | 14:09 | |
*** yamamoto has joined #openstack | 14:09 | |
*** ghostpl_ has quit IRC | 14:09 | |
*** annegentle has quit IRC | 14:09 | |
*** zul has quit IRC | 14:10 | |
*** nkhare has joined #openstack | 14:11 | |
*** galstrom is now known as galstrom_zzz | 14:11 | |
*** elnin0 has joined #openstack | 14:11 | |
*** tshefi has quit IRC | 14:11 | |
*** zul has joined #openstack | 14:11 | |
*** pblaho has quit IRC | 14:12 | |
*** ghostpl_ has joined #openstack | 14:12 | |
*** prad has quit IRC | 14:12 | |
*** vmtrooper has quit IRC | 14:13 | |
*** aeperezt_ has joined #openstack | 14:14 | |
*** rushiagr is now known as rushiagr_away | 14:14 | |
*** aeperezt_ has quit IRC | 14:14 | |
*** nelsnelson has joined #openstack | 14:15 | |
*** st34lth has quit IRC | 14:15 | |
*** Nishi has quit IRC | 14:15 | |
*** cristicalin has quit IRC | 14:15 | |
*** Nishi has joined #openstack | 14:15 | |
*** niobos has joined #openstack | 14:16 | |
*** jprovazn has joined #openstack | 14:16 | |
*** rbak has joined #openstack | 14:16 | |
niobos | I'm having a problem getting neutron to work. From my debugging, it seems that (at least) the GRE-tunnel is not set up between the nova-host and the neutron host. | 14:16 |
niobos | any pointers to pinpoint this issue? | 14:17 |
*** e0ne is now known as e0ne_ | 14:17 | |
*** masco has joined #openstack | 14:17 | |
*** mtanino has joined #openstack | 14:18 | |
*** Free_maN has joined #openstack | 14:19 | |
*** Free_maN has joined #openstack | 14:19 | |
*** eglynn has quit IRC | 14:19 | |
*** AnilV4 has joined #openstack | 14:19 | |
*** prad has joined #openstack | 14:19 | |
*** ZZelle has quit IRC | 14:19 | |
*** Nishi has quit IRC | 14:20 | |
*** ZZelle has joined #openstack | 14:20 | |
*** eglynn has joined #openstack | 14:20 | |
*** mos has quit IRC | 14:21 | |
*** Muntaner has joined #openstack | 14:22 | |
*** yamamoto has quit IRC | 14:22 | |
*** e0ne_ is now known as e0ne | 14:23 | |
Muntaner | hi guys, I need some help in connecting my NAS to my Openstack cinder module : | 14:23 |
Muntaner | :) | 14:23 |
*** bdossant_ has joined #openstack | 14:23 | |
*** cucumber_ has joined #openstack | 14:23 | |
_nick | niobos: the tunnels should be established between your compute nodes and your network nodes. looking at the logs for neutron and openvswitch should give you something to go on | 14:23 |
*** ngoracke has joined #openstack | 14:24 | |
*** pradipta has joined #openstack | 14:24 | |
*** bobmel_ has joined #openstack | 14:25 | |
*** bdossant has quit IRC | 14:25 | |
*** dyasny has quit IRC | 14:25 | |
*** youellet has joined #openstack | 14:25 | |
*** dyasny has joined #openstack | 14:25 | |
*** ashneo76 has joined #openstack | 14:26 | |
*** nkhare has quit IRC | 14:27 | |
*** ccockerhamkc has joined #openstack | 14:27 | |
*** arielb has joined #openstack | 14:27 | |
niobos | _nick: the logs didn't tell me much. and neutron is started in verbose mode | 14:27 |
*** bkopilov has quit IRC | 14:27 | |
niobos | the logs seem no indicate everything is OK, but I have no connectivity | 14:28 |
*** bobmel has quit IRC | 14:28 | |
niobos | and I assume this is because (somehow), the tunnel is not set up | 14:28 |
*** nkhare has joined #openstack | 14:28 | |
*** bknudson has joined #openstack | 14:28 | |
*** bkopilov has joined #openstack | 14:28 | |
*** pblaho has joined #openstack | 14:29 | |
niobos | do you know who should trigger the tunnel setup? I think it should be done on both the nova and the neutron end (mirrored config), but neither host show any gre config | 14:29 |
_nick | so `ovs-vsctl show` shows no ports on br-tun ? | 14:30 |
*** cjellick has quit IRC | 14:30 | |
*** cjellick has joined #openstack | 14:30 | |
_nick | you've checked logs for agents and for neutron-server on your control node? | 14:30 |
*** Nishi has joined #openstack | 14:31 | |
niobos | ovs-vsctl show only shows br-tun (internal) and patch-int (patch) for br-tun, only these 2 ports | 14:31 |
_nick | it's triggered by neutron talking to openvswitch | 14:31 |
*** lborda has quit IRC | 14:31 | |
*** clouddig has joined #openstack | 14:32 | |
*** nkhare_ has joined #openstack | 14:32 | |
*** nkhare has quit IRC | 14:32 | |
*** nkhare has joined #openstack | 14:33 | |
niobos | the log on the controller has the confusing "Gre endpoint with ip 10.0.1.3 already exists" line | 14:33 |
*** mpaolino has quit IRC | 14:33 | |
niobos | but that neutron-config wasn't yet set to verbose; I've just activated that and am retrying | 14:33 |
niobos | hoping for more info | 14:33 |
*** mcornea_ has joined #openstack | 14:33 | |
*** mrjazzcat has joined #openstack | 14:34 | |
*** cjellick has quit IRC | 14:34 | |
*** cjellick_ has joined #openstack | 14:34 | |
*** yamamoto has joined #openstack | 14:34 | |
*** suresh12 has joined #openstack | 14:34 | |
*** dgurtner has joined #openstack | 14:35 | |
*** dgurtner has joined #openstack | 14:35 | |
*** mcornea has quit IRC | 14:35 | |
*** claflico has joined #openstack | 14:36 | |
*** gargola has quit IRC | 14:36 | |
*** annegentle has joined #openstack | 14:36 | |
*** Nishi has quit IRC | 14:37 | |
*** cjellick_ has quit IRC | 14:37 | |
*** cdent_ has joined #openstack | 14:37 | |
*** cdent has quit IRC | 14:37 | |
*** cjellick has joined #openstack | 14:37 | |
*** Nishi has joined #openstack | 14:37 | |
*** cdent_ is now known as cdent | 14:38 | |
*** ashneo76 has quit IRC | 14:38 | |
*** suresh12 has quit IRC | 14:39 | |
niobos | _nick: on the controller I only see API calls in the log, no warnings or errors | 14:39 |
niobos | and this one: Nova event response: {u'status': u'completed' | 14:39 |
*** jruano has quit IRC | 14:39 | |
*** ashneo76 has joined #openstack | 14:40 | |
*** mcornea_ has quit IRC | 14:40 | |
*** nmagnezi has quit IRC | 14:40 | |
*** cjellick_ has joined #openstack | 14:40 | |
*** cjellick has quit IRC | 14:40 | |
*** pauloewerton has quit IRC | 14:41 | |
niobos | on the compute node, I see a `neutron.plugins.openvswitch.agent.ovs_neutron_agent` message, with what seems like correct information, in particular: u'ip_address': u'192.168.0.25'}], u'network_type': u'gre' | 14:41 |
niobos | followed by "Configuration for device *bla* completed" a bit later | 14:41 |
*** okrieg has quit IRC | 14:42 | |
*** Bhaskarakiran has quit IRC | 14:42 | |
*** kenhui has joined #openstack | 14:42 | |
*** diegows has quit IRC | 14:43 | |
*** adreznec has quit IRC | 14:44 | |
*** cjellick has joined #openstack | 14:44 | |
*** cjellick_ has quit IRC | 14:45 | |
*** patrickeast has joined #openstack | 14:45 | |
*** ujjain has joined #openstack | 14:45 | |
*** hj-hp has joined #openstack | 14:46 | |
*** cjellick has quit IRC | 14:47 | |
*** cjellick_ has joined #openstack | 14:47 | |
*** yamahata has joined #openstack | 14:48 | |
*** adreznec has joined #openstack | 14:48 | |
*** daniel3_ has joined #openstack | 14:48 | |
*** daniel3_ has quit IRC | 14:48 | |
*** daniel3_ has joined #openstack | 14:48 | |
*** jprovazn has quit IRC | 14:50 | |
*** mcornea has joined #openstack | 14:50 | |
*** Marga_ has joined #openstack | 14:50 | |
*** jruano has joined #openstack | 14:51 | |
*** jprovazn has joined #openstack | 14:51 | |
*** mpaolino has joined #openstack | 14:51 | |
*** mattgriffin has quit IRC | 14:52 | |
*** galstrom_zzz is now known as galstrom | 14:52 | |
*** medieval1 has quit IRC | 14:52 | |
*** Nishi has quit IRC | 14:53 | |
*** phinze has joined #openstack | 14:53 | |
*** Nishi has joined #openstack | 14:53 | |
*** mrkz has joined #openstack | 14:53 | |
*** fawadkhaliq has joined #openstack | 14:53 | |
*** _Cyclone_ has quit IRC | 14:54 | |
*** travnewmatic has joined #openstack | 14:54 | |
*** nlevinki has joined #openstack | 14:54 | |
*** tsekiyama has joined #openstack | 14:54 | |
*** galstrom is now known as galstrom_zzz | 14:55 | |
*** gregmark has joined #openstack | 14:55 | |
*** purpleidea has joined #openstack | 14:57 | |
*** purpleidea has joined #openstack | 14:57 | |
*** itarchitectkev has quit IRC | 14:57 | |
*** asadpanda has joined #openstack | 14:57 | |
*** Nishi has quit IRC | 14:58 | |
*** jtomasek has quit IRC | 14:58 | |
*** yixuanzhang has joined #openstack | 14:58 | |
*** yamamoto has quit IRC | 14:58 | |
*** aveek has quit IRC | 14:59 | |
*** solargroovy has joined #openstack | 14:59 | |
*** ala_ has quit IRC | 15:00 | |
*** Bsony has joined #openstack | 15:00 | |
*** solargroovy has quit IRC | 15:00 | |
*** itzikb has quit IRC | 15:00 | |
*** rll has joined #openstack | 15:00 | |
*** Akegata has quit IRC | 15:00 | |
*** rll is now known as rll_temp | 15:01 | |
*** ogzy has quit IRC | 15:01 | |
*** st34lth has joined #openstack | 15:01 | |
*** johnbelamaric has joined #openstack | 15:01 | |
*** pbandark has quit IRC | 15:02 | |
*** annegent_ has joined #openstack | 15:02 | |
*** Poornima has joined #openstack | 15:02 | |
*** Nishi has joined #openstack | 15:03 | |
*** vivekopenstack has joined #openstack | 15:03 | |
*** mpavone has quit IRC | 15:03 | |
*** flaviosr has quit IRC | 15:03 | |
*** arbrandes has quit IRC | 15:04 | |
*** annegentle has quit IRC | 15:04 | |
*** dgurtner has quit IRC | 15:04 | |
vivekopenstack | hi all | 15:04 |
*** yfauser has joined #openstack | 15:04 | |
*** packet has joined #openstack | 15:04 | |
*** mattgriffin has joined #openstack | 15:05 | |
vivekopenstack | need help related to openstack multinode setup | 15:05 |
*** johnbelamaric1 has joined #openstack | 15:06 | |
*** yfauser has left #openstack | 15:06 | |
*** masco has quit IRC | 15:06 | |
*** itarchitectkev has joined #openstack | 15:06 | |
*** rdaly2 has quit IRC | 15:07 | |
*** agarciam has quit IRC | 15:08 | |
*** Marga_ has quit IRC | 15:08 | |
*** gargola has joined #openstack | 15:09 | |
*** lborda has joined #openstack | 15:09 | |
*** johnbelamaric has quit IRC | 15:09 | |
*** bdossant_ has quit IRC | 15:09 | |
*** gargola_ has joined #openstack | 15:10 | |
*** rdaly2 has joined #openstack | 15:10 | |
*** jtomasek has joined #openstack | 15:10 | |
*** jtomasek has quit IRC | 15:10 | |
*** jtomasek_ has joined #openstack | 15:11 | |
*** aveek has joined #openstack | 15:11 | |
*** rushiagr_away is now known as rushiagr | 15:11 | |
*** pm90_ has joined #openstack | 15:11 | |
*** DaSchab has joined #openstack | 15:12 | |
*** Nishi has quit IRC | 15:12 | |
*** dsanders has joined #openstack | 15:13 | |
*** gargola has quit IRC | 15:13 | |
*** badmadrad has joined #openstack | 15:13 | |
*** vishwanathj has joined #openstack | 15:15 | |
*** kbringard has joined #openstack | 15:16 | |
*** Muntaner has quit IRC | 15:16 | |
*** bdossant has joined #openstack | 15:17 | |
*** maveric_amitc_ has quit IRC | 15:18 | |
*** ser_rhaegar has quit IRC | 15:18 | |
*** yog__ has quit IRC | 15:19 | |
*** daniel3_ has quit IRC | 15:20 | |
*** daniel3_ has joined #openstack | 15:20 | |
*** maufart has quit IRC | 15:20 | |
*** bdossant has quit IRC | 15:21 | |
*** bdossant has joined #openstack | 15:21 | |
*** solargroovy has joined #openstack | 15:21 | |
*** corXi has quit IRC | 15:22 | |
*** k4n0 has quit IRC | 15:23 | |
*** henrynash has joined #openstack | 15:25 | |
*** DaSchab has quit IRC | 15:25 | |
*** KaZeR has joined #openstack | 15:26 | |
*** bkopilov has quit IRC | 15:27 | |
*** hemnafk is now known as hemna | 15:28 | |
*** Marga_ has joined #openstack | 15:28 | |
*** cptweasel has quit IRC | 15:28 | |
*** tnovacik has quit IRC | 15:29 | |
*** martins-afk is now known as martinst | 15:29 | |
*** cjellick has joined #openstack | 15:30 | |
*** cjellick_ has quit IRC | 15:30 | |
*** ayoung_ZZZzzz__z is now known as ayoung_snort | 15:30 | |
*** ayoung_snort is now known as ayoung_yawn | 15:31 | |
*** blahRus has joined #openstack | 15:31 | |
*** sputnik13 has joined #openstack | 15:31 | |
*** jdurgin1 has joined #openstack | 15:31 | |
*** ayoung_yawn is now known as ayoung_grumble | 15:31 | |
*** ayoung_grumble is now known as ayoung | 15:31 | |
*** ppradhan has joined #openstack | 15:31 | |
*** Marga_ has quit IRC | 15:31 | |
*** annashen has joined #openstack | 15:33 | |
*** solargroovy1 has joined #openstack | 15:33 | |
*** kebray has joined #openstack | 15:33 | |
*** cjellick_ has joined #openstack | 15:34 | |
*** cptweasel has joined #openstack | 15:34 | |
*** cjellick has quit IRC | 15:34 | |
*** Cristo_ has joined #openstack | 15:34 | |
*** aimon has quit IRC | 15:35 | |
*** matjazp has joined #openstack | 15:35 | |
*** ki0 has quit IRC | 15:35 | |
*** reed has joined #openstack | 15:35 | |
*** mattgriffin has quit IRC | 15:35 | |
*** hemna has quit IRC | 15:36 | |
*** solargroovy has quit IRC | 15:36 | |
*** groen692 has quit IRC | 15:36 | |
*** e0ne is now known as e0ne_ | 15:37 | |
*** annashen has quit IRC | 15:37 | |
*** e0ne_ is now known as e0ne | 15:38 | |
*** cjellick has joined #openstack | 15:38 | |
*** cjellick_ has quit IRC | 15:38 | |
*** osc_khoj has quit IRC | 15:39 | |
*** Marga_ has joined #openstack | 15:40 | |
*** neeti has quit IRC | 15:40 | |
*** ChuckC has joined #openstack | 15:40 | |
*** jheroux has joined #openstack | 15:40 | |
*** hdd has quit IRC | 15:41 | |
*** arxcruz has joined #openstack | 15:41 | |
*** cjellick_ has joined #openstack | 15:41 | |
*** hemna has joined #openstack | 15:42 | |
*** mattgriffin has joined #openstack | 15:42 | |
*** jdelaros1 has joined #openstack | 15:42 | |
*** scheuran has quit IRC | 15:42 | |
*** cjellick has quit IRC | 15:42 | |
*** yellowbig has quit IRC | 15:43 | |
*** hemna has quit IRC | 15:45 | |
*** nlahouti has joined #openstack | 15:45 | |
*** zehicle_ has quit IRC | 15:45 | |
*** itarchitectkev has quit IRC | 15:45 | |
*** itarchitectkev has joined #openstack | 15:45 | |
*** cjellick has joined #openstack | 15:46 | |
*** bkopilov has joined #openstack | 15:46 | |
*** bkopilov has quit IRC | 15:46 | |
*** tnovacik has joined #openstack | 15:47 | |
*** cjellick_ has quit IRC | 15:47 | |
*** _cjones_ has joined #openstack | 15:47 | |
*** dgurtner has joined #openstack | 15:47 | |
*** nlahouti has quit IRC | 15:48 | |
*** hemna has joined #openstack | 15:49 | |
*** yamahata has quit IRC | 15:50 | |
*** jruano has quit IRC | 15:50 | |
*** matjazp has quit IRC | 15:50 | |
*** mpaolino has quit IRC | 15:50 | |
*** arielb has quit IRC | 15:50 | |
*** yamahata has joined #openstack | 15:50 | |
*** arbrandes has joined #openstack | 15:50 | |
*** nlahouti has joined #openstack | 15:51 | |
*** Marga_ has quit IRC | 15:51 | |
*** ttrifonov is now known as zz_ttrifonov | 15:51 | |
*** SweetyDumling has quit IRC | 15:52 | |
*** Marga_ has joined #openstack | 15:52 | |
*** henrynash has quit IRC | 15:52 | |
*** cucumber_ has quit IRC | 15:52 | |
*** kiran has joined #openstack | 15:53 | |
*** purpleidea has quit IRC | 15:53 | |
*** cucumber_ has joined #openstack | 15:53 | |
*** stamak has quit IRC | 15:53 | |
*** medieval1 has joined #openstack | 15:53 | |
*** purpleidea has joined #openstack | 15:53 | |
*** AnilV4 has quit IRC | 15:54 | |
*** Equalizer has joined #openstack | 15:54 | |
*** hj-hp has quit IRC | 15:55 | |
*** surabujin has quit IRC | 15:55 | |
*** hdd has joined #openstack | 15:55 | |
*** hj-hp has joined #openstack | 15:55 | |
*** mcornea has quit IRC | 15:55 | |
*** Marga_ has quit IRC | 15:55 | |
*** jruano has joined #openstack | 15:55 | |
*** Marga_ has joined #openstack | 15:55 | |
*** dannywilson has joined #openstack | 15:56 | |
*** kenhui has quit IRC | 15:56 | |
*** ariel__ has joined #openstack | 15:57 | |
*** mikeoutland has joined #openstack | 15:57 | |
*** deepakcs has joined #openstack | 15:57 | |
*** vmtrooper has joined #openstack | 15:57 | |
*** nosleep77 has joined #openstack | 15:57 | |
*** medieval1 has quit IRC | 15:58 | |
*** jasonsb has quit IRC | 15:59 | |
*** amador has joined #openstack | 15:59 | |
*** SweetyDumling has joined #openstack | 15:59 | |
*** bdossant has quit IRC | 15:59 | |
*** rbowen has quit IRC | 15:59 | |
dmz | what causes the nova-compute service to show a state of down? i am running "nova service-list" and watching each of the nova-compute process show down, then up a minute later, then down again | 15:59 |
*** rbowen has joined #openstack | 16:00 | |
Egoist_ | dmz maybe problem with rabbitmq | 16:00 |
Egoist_ | dmz: and queues | 16:00 |
dmz | is that where the status feeds through? | 16:00 |
*** eghobo has joined #openstack | 16:00 | |
Egoist_ | dmz: yes | 16:00 |
dmz | i'm not seeing any errors on any compute node logs | 16:01 |
*** pm90__ has joined #openstack | 16:01 | |
*** mikeoutl_ has joined #openstack | 16:01 | |
*** capricorn_1 has quit IRC | 16:02 | |
*** vmtrooper has quit IRC | 16:02 | |
*** mikeoutland has quit IRC | 16:02 | |
*** amador has quit IRC | 16:02 | |
*** rll_temp has quit IRC | 16:03 | |
*** mpaolino has joined #openstack | 16:04 | |
*** jcarter2 is now known as jcarter|lunch | 16:04 | |
*** pm90_ has quit IRC | 16:05 | |
*** whenry has joined #openstack | 16:06 | |
*** MentalRay has quit IRC | 16:06 | |
dmz | interesting; i'm bringing up a 2nd controller node and apparently if the nova services are running on 2nd node it's causing some kind of issue; guess i won't do that again :) | 16:06 |
*** designbybeck__ has quit IRC | 16:07 | |
*** kawa2014 has quit IRC | 16:07 | |
*** pixelb has joined #openstack | 16:07 | |
*** mcornea has joined #openstack | 16:07 | |
*** dizquierdo has quit IRC | 16:07 | |
*** yixuanzhang has quit IRC | 16:08 | |
*** rongze has joined #openstack | 16:08 | |
*** jdurgin1 has quit IRC | 16:09 | |
*** patrickeast has quit IRC | 16:09 | |
*** ki0 has joined #openstack | 16:09 | |
*** vivekopenstack has quit IRC | 16:10 | |
Sam-I-Am | dmz: some of the nova services are on the 2nd controller? whats that mean? | 16:10 |
*** tier_ has joined #openstack | 16:10 | |
dmz | i'm just playing around seeing what services i can run in parallel vs what is active/backup | 16:11 |
dmz | :) | 16:11 |
dmz | now that i'm not under any rush; just seeing what breaks where :) | 16:11 |
*** shailendhran has quit IRC | 16:11 | |
Sam-I-Am | everything is active/active | 16:12 |
Sam-I-Am | or should be | 16:12 |
*** shibby has joined #openstack | 16:12 | |
*** lgao has quit IRC | 16:12 | |
*** hugosthlm has joined #openstack | 16:12 | |
*** alanf-mc has joined #openstack | 16:13 | |
dmz | when i brought up a nova-scheduler on a 2nd node I started seeing things like cinder mounts not working and not sure which one but one caused the status of compute nodes to show up then down then up ... | 16:13 |
*** shailend_ has joined #openstack | 16:13 | |
*** SumitNaiksatam has quit IRC | 16:13 | |
*** tier has quit IRC | 16:13 | |
*** devlaps has joined #openstack | 16:13 | |
dmz | from what i was reading that shouldn't happen so i figure it's me again :) | 16:13 |
*** dtrainor has joined #openstack | 16:14 | |
*** tzn has joined #openstack | 16:14 | |
*** ghostpl_ has quit IRC | 16:14 | |
*** aveek has quit IRC | 16:15 | |
*** designbybeck__ has joined #openstack | 16:15 | |
*** mikeoutl_ has quit IRC | 16:16 | |
*** ser_rhaegar has joined #openstack | 16:16 | |
*** ghostpl_ has joined #openstack | 16:17 | |
*** travnewmatic has quit IRC | 16:17 | |
*** enterprisedc has joined #openstack | 16:18 | |
*** nkhare has quit IRC | 16:19 | |
*** dulek has quit IRC | 16:19 | |
*** travnewmatic has joined #openstack | 16:19 | |
*** ser_rhaegar has quit IRC | 16:19 | |
*** shailend_ has quit IRC | 16:19 | |
*** anande has quit IRC | 16:19 | |
*** rdaly2 has quit IRC | 16:19 | |
*** etacsufbo has quit IRC | 16:20 | |
*** annashen has joined #openstack | 16:20 | |
*** pcypher has joined #openstack | 16:20 | |
*** e0ne has quit IRC | 16:20 | |
*** brokencycle has quit IRC | 16:21 | |
*** annegent_ has quit IRC | 16:22 | |
*** yaguang has quit IRC | 16:22 | |
*** deepakcs has quit IRC | 16:23 | |
*** MentalRay has joined #openstack | 16:23 | |
*** ubercl0ud has joined #openstack | 16:23 | |
*** amador has joined #openstack | 16:24 | |
*** rhagarty has joined #openstack | 16:24 | |
*** unused_PhD has joined #openstack | 16:24 | |
*** rhagarty_ has joined #openstack | 16:25 | |
*** ivar-lazzaro has joined #openstack | 16:25 | |
*** surabujin has joined #openstack | 16:25 | |
*** gszasz has quit IRC | 16:25 | |
*** rubiojr_ has quit IRC | 16:25 | |
*** rubiojr has joined #openstack | 16:26 | |
*** ajeet has joined #openstack | 16:27 | |
*** clouddig_ has joined #openstack | 16:28 | |
*** amador has quit IRC | 16:29 | |
*** ivar-lazzaro has quit IRC | 16:30 | |
*** ivar-lazzaro has joined #openstack | 16:30 | |
*** leeantho has joined #openstack | 16:30 | |
*** clouddig has quit IRC | 16:31 | |
*** kenhui has joined #openstack | 16:31 | |
*** criptoverso has quit IRC | 16:32 | |
*** alanf-mc_ has joined #openstack | 16:33 | |
*** tzn has quit IRC | 16:34 | |
*** solargroovy1 has quit IRC | 16:34 | |
*** mdbooth has quit IRC | 16:35 | |
*** itarchitectkev has quit IRC | 16:35 | |
*** solargroovy has joined #openstack | 16:36 | |
*** cjellick has quit IRC | 16:36 | |
*** arxcruz has quit IRC | 16:36 | |
*** cjellick has joined #openstack | 16:36 | |
*** alanf-mc has quit IRC | 16:36 | |
*** jaypipes has quit IRC | 16:37 | |
*** esker has joined #openstack | 16:37 | |
*** pask81 has quit IRC | 16:38 | |
*** jruano has quit IRC | 16:38 | |
*** surabujin has quit IRC | 16:39 | |
*** SumitNaiksatam has joined #openstack | 16:39 | |
*** johnpur has joined #openstack | 16:39 | |
*** markus_z has quit IRC | 16:40 | |
*** ayoung has quit IRC | 16:41 | |
*** alanf-mc_ has quit IRC | 16:41 | |
*** cjellick_ has joined #openstack | 16:42 | |
*** cjellick has quit IRC | 16:42 | |
*** alanf-mc has joined #openstack | 16:42 | |
*** mdbooth has joined #openstack | 16:42 | |
*** linswap has quit IRC | 16:43 | |
*** khaldrogox has joined #openstack | 16:43 | |
*** pblaho has quit IRC | 16:43 | |
*** beejee has quit IRC | 16:43 | |
qhartman | I'm working on redeploying an openstack cluster according to the juno Ubuntu docs, and I'm to the part where I get nova services setup | 16:44 |
*** brokencycle has joined #openstack | 16:44 | |
qhartman | According to my log files, it looks like my nova-api is trying to connect to keystone identity services on localhost, despite it being configured to point at a different box in the nova.conf | 16:44 |
*** nagoors has quit IRC | 16:45 | |
qhartman | what am I missing? | 16:45 |
*** jerematic has quit IRC | 16:45 | |
jidar | I'd assume the identity source being set to something other than localhost in the nova configs | 16:45 |
qhartman | it's supposed to be, I have keystone running on a different box, but it's still trying to 127.0.0.1 | 16:46 |
*** yamamoto has joined #openstack | 16:47 | |
*** nagoors has joined #openstack | 16:47 | |
*** jistr|demo has quit IRC | 16:47 | |
*** Poornima has quit IRC | 16:48 | |
qhartman | here's my nova.conf: http://pastebin.com/nAL5Qryu | 16:48 |
*** jerematic has joined #openstack | 16:49 | |
*** unused_PhD has quit IRC | 16:49 | |
*** derekh has quit IRC | 16:49 | |
Sam-I-Am | qhartman: what does keystone-host resolve to? | 16:49 |
qhartman | the correct ip for the keystone host | 16:50 |
Sam-I-Am | whats in the catalog for keystone endpoints? | 16:50 |
*** side_control has quit IRC | 16:51 | |
Sam-I-Am | qhartman: its also identity_uri, not url | 16:51 |
*** ZZelle is now known as ZZelle__ | 16:51 | |
*** gregmark has quit IRC | 16:52 | |
*** hblixt has joined #openstack | 16:52 | |
*** kenhui has quit IRC | 16:52 | |
*** yamamoto has quit IRC | 16:52 | |
*** dims__ has quit IRC | 16:53 | |
*** hj-hp has quit IRC | 16:53 | |
*** dims_ has joined #openstack | 16:53 | |
*** Marga_ has quit IRC | 16:54 | |
*** medieval1 has joined #openstack | 16:54 | |
*** moha_hunt has quit IRC | 16:55 | |
*** Marga_ has joined #openstack | 16:55 | |
*** cemason has joined #openstack | 16:55 | |
*** crose has quit IRC | 16:55 | |
georgem1 | qhartman: make sure you don't have any other nova.conf in your filesystem | 16:55 |
*** side_control has joined #openstack | 16:55 | |
*** ayoung has joined #openstack | 16:55 | |
qhartman | ah, I bet that's it | 16:56 |
qhartman | thanks | 16:56 |
qhartman | for the extra eyes | 16:56 |
*** tnovacik has quit IRC | 16:57 | |
*** rongze has quit IRC | 16:57 | |
*** hdd has quit IRC | 16:57 | |
*** phil_s_stein is now known as phil_s|away | 16:57 | |
*** pm90__ has quit IRC | 16:58 | |
*** scutifer has joined #openstack | 16:58 | |
qhartman | yeah, much better | 16:59 |
*** medieval1 has quit IRC | 16:59 | |
*** whenry has quit IRC | 17:00 | |
*** kiran is now known as kiran-r | 17:00 | |
*** linuxgeek_ has joined #openstack | 17:01 | |
*** unused_PhD has joined #openstack | 17:02 | |
*** harlowja_away is now known as harlowja | 17:02 | |
*** pnavarro|off has joined #openstack | 17:04 | |
*** sarob has joined #openstack | 17:05 | |
dmz | interesting, i have an external (publicURL) api that when i use "nova service-list" it shows all services as down, but using the internalURL api it shows all services are up | 17:05 |
*** VW_ has quit IRC | 17:06 | |
*** clouddig has joined #openstack | 17:06 | |
*** _cjones_ has quit IRC | 17:06 | |
*** balajiiyer has quit IRC | 17:06 | |
*** shibby has quit IRC | 17:06 | |
*** walterheck has joined #openstack | 17:07 | |
*** dgurtner has quit IRC | 17:07 | |
*** e0ne has joined #openstack | 17:07 | |
*** c0m0 has quit IRC | 17:07 | |
*** sarob has quit IRC | 17:08 | |
*** dannywilson has quit IRC | 17:08 | |
*** achanda has joined #openstack | 17:08 | |
*** yamamoto has joined #openstack | 17:08 | |
*** clouddig_ has quit IRC | 17:09 | |
*** deuche has quit IRC | 17:09 | |
*** khaldrogox has quit IRC | 17:09 | |
*** achanda has quit IRC | 17:10 | |
*** annegentle has joined #openstack | 17:12 | |
*** oro has quit IRC | 17:13 | |
*** _cjones_ has joined #openstack | 17:13 | |
*** achanda has joined #openstack | 17:14 | |
*** avagi has quit IRC | 17:14 | |
*** avagi has joined #openstack | 17:14 | |
*** patrickeast has joined #openstack | 17:14 | |
*** penick has joined #openstack | 17:14 | |
*** cemason has quit IRC | 17:14 | |
*** itarchitectkev has joined #openstack | 17:15 | |
*** yamahata has quit IRC | 17:16 | |
*** Krin has quit IRC | 17:16 | |
Sam-I-Am | dmz: check policy. not sure you should be able to check services from public | 17:17 |
Sam-I-Am | its sort of an admin type task | 17:17 |
dmz | ah, that would make sense | 17:17 |
dmz | everything else seemed to work :) | 17:17 |
dmz | what's weird is "nova" by default sets endpoint-type to publicURL | 17:18 |
Sam-I-Am | the nova client? | 17:18 |
dmz | yeah | 17:18 |
Sam-I-Am | makes sense. thats how most end-users would use it. | 17:18 |
*** Marga_ has quit IRC | 17:18 | |
dmz | --endpoint-type <endpoint-type> | 17:18 |
dmz | Defaults to env[NOVA_ENDPOINT_TYPE] or publicURL. | 17:18 |
dmz | yeah | 17:18 |
Sam-I-Am | in the install guide, they're all the same endpoint | 17:18 |
Sam-I-Am | so it doesnt matter | 17:19 |
Sam-I-Am | but in prod, you wouldnt do that | 17:19 |
dmz | yeah | 17:19 |
dmz | now that i have an actual publicURL it popped up as a problem :) | 17:19 |
*** thumpba has joined #openstack | 17:20 | |
dmz | well not a problem but i had to tweek a few settings & env variables to make sure i was using right thing in right place :) | 17:20 |
Sam-I-Am | for my admin openrc files, i point to internalURL | 17:20 |
*** stevemar has joined #openstack | 17:20 | |
dmz | the default config given for the openrc files should prompt for a pw & not hard-code it; thats gonna be a problem later for some folks... | 17:20 |
*** khaldrogox has joined #openstack | 17:21 | |
*** e0ne is now known as e0ne_ | 17:21 | |
Sam-I-Am | dmz: just dont use OS_PASSWORD | 17:21 |
dmz | i don't | 17:22 |
*** shibby has joined #openstack | 17:22 | |
*** pelix has quit IRC | 17:22 | |
*** aveek has joined #openstack | 17:22 | |
dmz | but..how many people actually change the defaults; i know there are best practices but in reality how many people deviate from the basic instructions even in productoin :( | 17:22 |
*** mwichmann has quit IRC | 17:22 | |
*** mattronix has quit IRC | 17:22 | |
dmz | too many years as a pentester :D | 17:22 |
*** comay has joined #openstack | 17:22 | |
*** pnavarro|off has quit IRC | 17:23 | |
*** maveric_amitc_ has joined #openstack | 17:23 | |
*** rossk has joined #openstack | 17:24 | |
*** pradipta has quit IRC | 17:24 | |
*** stamak has joined #openstack | 17:24 | |
*** welldannit has joined #openstack | 17:24 | |
maveric7911 | is there anything special I need to do with packstack to get it to install the VMware hooks? I enabled the VMware portion and typed in all the info as well as changed my cinder to VMDK but packstack always fails on starting openstack-nova-compute.service | 17:26 |
*** pcypher_ has joined #openstack | 17:26 | |
*** e0ne_ has quit IRC | 17:27 | |
*** mattronix has joined #openstack | 17:27 | |
*** pcypher_ has joined #openstack | 17:27 | |
*** ser_rhaegar has joined #openstack | 17:27 | |
*** Lancien has joined #openstack | 17:28 | |
*** eghobo has quit IRC | 17:28 | |
*** lborda has quit IRC | 17:29 | |
*** alanf-mc has quit IRC | 17:29 | |
*** pcypher has quit IRC | 17:29 | |
*** mcornea has quit IRC | 17:30 | |
*** Free_maN has quit IRC | 17:31 | |
*** okrieg has joined #openstack | 17:31 | |
*** cjellick_ has quit IRC | 17:31 | |
*** jaosorior has quit IRC | 17:32 | |
*** dhritishikhar_ has joined #openstack | 17:32 | |
*** lborda has joined #openstack | 17:33 | |
*** stamak has quit IRC | 17:33 | |
*** balajiiyer has joined #openstack | 17:34 | |
*** e0ne has joined #openstack | 17:34 | |
*** surabujin has joined #openstack | 17:35 | |
*** trown is now known as trown|lunch | 17:35 | |
*** eghobo has joined #openstack | 17:35 | |
*** mwichmann has joined #openstack | 17:36 | |
*** annegentle has quit IRC | 17:36 | |
dmz | interesting, so i turn on nova-cert on my publicURL host and service-list internall shows that new service as down; but on the publicURL it shows it as the only service thats up | 17:36 |
*** yamamoto has quit IRC | 17:36 | |
*** FunnyLookinHat has quit IRC | 17:36 | |
*** thiagovsk has joined #openstack | 17:37 | |
*** cjellick has joined #openstack | 17:37 | |
*** FunnyLookinHat has joined #openstack | 17:37 | |
*** diegows has joined #openstack | 17:37 | |
*** tzn has joined #openstack | 17:37 | |
*** yamahata has joined #openstack | 17:38 | |
*** kiran-r has quit IRC | 17:38 | |
*** rdaly2 has joined #openstack | 17:39 | |
*** MaxV has quit IRC | 17:39 | |
*** cn28h has joined #openstack | 17:40 | |
*** prad has quit IRC | 17:40 | |
*** prad has joined #openstack | 17:41 | |
*** bengo has joined #openstack | 17:42 | |
*** franred has quit IRC | 17:42 | |
*** DaSchab has joined #openstack | 17:43 | |
*** geaaru has quit IRC | 17:43 | |
*** cjellick has quit IRC | 17:45 | |
*** vmtrooper has joined #openstack | 17:46 | |
cn28h | "cinder-manage service list" reports that the cinder-volume service is down (XXX) for ALL my compute nodes -- my first guess was NTP sync problem, and NTP was out of sync, but syncing it did not fix the problem. Any other common reasons this could happen? I've rebooted the control + compute nodes but it came back to the same state | 17:46 |
*** mpaolino has quit IRC | 17:47 | |
*** jeroenvdl has joined #openstack | 17:48 | |
*** aveek has quit IRC | 17:48 | |
Sam-I-Am | cn28h: are they connecting to rabbit? | 17:48 |
*** ljfisher has joined #openstack | 17:48 | |
*** Flcn has quit IRC | 17:49 | |
cn28h | Sam-I-Am: how do I check that? | 17:49 |
*** ndipanov has quit IRC | 17:49 | |
*** VW_ has joined #openstack | 17:49 | |
Sam-I-Am | cn28h: look at the logs? | 17:49 |
Sam-I-Am | for the cinder volume services | 17:49 |
cn28h | sure, fair enough -- let's see | 17:49 |
*** suresh12 has joined #openstack | 17:49 | |
cn28h | hm, /var/log/cinder/volume.log is actually empty. That may not be a good sign | 17:50 |
Sam-I-Am | is verbose=true ? | 17:50 |
Sam-I-Am | is the service running? | 17:50 |
*** shaunj has joined #openstack | 17:50 | |
*** cjellick has joined #openstack | 17:50 | |
*** vmtrooper has quit IRC | 17:51 | |
cn28h | trying to figure that out, though I'm still getting used to systemd. On my compute nodes I only see openstack-ceilometer-compute.service and openstack-nova-compute.service | 17:52 |
*** e0ne is now known as e0ne_ | 17:52 | |
dmz | Sam-I-Am any thoughts on if i turn on nova-scheduler on my publicURL node if i do a service-list on the internalURL it shows down but on the publicURL it shows up? | 17:52 |
*** pm90_ has joined #openstack | 17:52 | |
cn28h | the copenstack-cinder-volume.service is runnong on my control node, however | 17:53 |
*** afazekas has quit IRC | 17:53 | |
*** oro has joined #openstack | 17:54 | |
*** surabujin has quit IRC | 17:54 | |
*** medieval1 has joined #openstack | 17:55 | |
*** bbcmicrocomputer has quit IRC | 17:56 | |
*** Marga_ has joined #openstack | 17:56 | |
*** ghostpl_ has quit IRC | 17:57 | |
*** hdd has joined #openstack | 17:57 | |
*** purpleidea has quit IRC | 17:58 | |
*** ndipanov has joined #openstack | 17:58 | |
Sam-I-Am | dmz: publicurl... node? | 17:58 |
*** aimon has joined #openstack | 17:59 | |
*** e0ne has joined #openstack | 17:59 | |
*** medieval1 has quit IRC | 18:00 | |
*** purpleidea has joined #openstack | 18:00 | |
*** khaldrogox has quit IRC | 18:01 | |
*** mpaolino has joined #openstack | 18:01 | |
*** ivar-laz_ has joined #openstack | 18:02 | |
*** diegows has quit IRC | 18:02 | |
*** sarob has joined #openstack | 18:03 | |
*** mikeoutland has joined #openstack | 18:03 | |
*** brokencycle has quit IRC | 18:03 | |
*** Equalizer has quit IRC | 18:03 | |
*** pm90__ has joined #openstack | 18:03 | |
*** ivar-laz_ has quit IRC | 18:03 | |
*** Equalizer has joined #openstack | 18:03 | |
*** fatk1d has joined #openstack | 18:04 | |
*** dannywilson has joined #openstack | 18:04 | |
*** pm90_ has quit IRC | 18:05 | |
*** e0ne is now known as e0ne_ | 18:05 | |
*** khaldrogox has joined #openstack | 18:05 | |
*** RoozbehShafiee has joined #openstack | 18:05 | |
*** dhritishikhar_ has quit IRC | 18:05 | |
*** ivar-lazzaro has quit IRC | 18:06 | |
*** ajeet has quit IRC | 18:07 | |
*** jcarter|lunch is now known as jcarter | 18:08 | |
*** nkrinner has joined #openstack | 18:08 | |
*** nkrinner has quit IRC | 18:08 | |
*** claflico has quit IRC | 18:09 | |
*** stevemar has quit IRC | 18:09 | |
*** nagoors has quit IRC | 18:09 | |
dmz | Sam-I-Am i am building a small cluster of api servers to service public api requests; and keeping the internal for admin (will build out others for a cluster there next) so publicURL is working but if bring up any other services on that server other than api it shows down on the admin/internalURL server and up on the publicURL server | 18:09 |
*** claflico has joined #openstack | 18:09 | |
dmz | does that make sense? | 18:10 |
*** stevemar has joined #openstack | 18:10 | |
*** e0ne_ has quit IRC | 18:10 | |
*** RoozbehShafiee has quit IRC | 18:10 | |
*** shaunj has quit IRC | 18:10 | |
*** shaunj has joined #openstack | 18:11 | |
*** surabujin has joined #openstack | 18:11 | |
*** mpaolino has quit IRC | 18:11 | |
*** salv-orl_ has joined #openstack | 18:13 | |
*** mattgriffin has quit IRC | 18:13 | |
*** tzn has quit IRC | 18:14 | |
*** purpleidea has quit IRC | 18:14 | |
*** gargola_ is now known as gargola | 18:15 | |
*** rfolco has quit IRC | 18:16 | |
*** ndipanov has quit IRC | 18:16 | |
*** junkao has joined #openstack | 18:16 | |
*** salv-orlando has quit IRC | 18:17 | |
*** junkao has quit IRC | 18:17 | |
*** MentalRay has quit IRC | 18:18 | |
*** imthewherd1 has joined #openstack | 18:19 | |
*** sarob has quit IRC | 18:19 | |
*** mattgriffin has joined #openstack | 18:19 | |
*** claflico has quit IRC | 18:20 | |
*** bengo has quit IRC | 18:20 | |
*** claflico has joined #openstack | 18:20 | |
*** pixelb has quit IRC | 18:21 | |
*** purpleidea has joined #openstack | 18:21 | |
*** imthewherd has quit IRC | 18:21 | |
*** ndipanov has joined #openstack | 18:21 | |
*** diegows has joined #openstack | 18:22 | |
*** reed_ has joined #openstack | 18:22 | |
*** jruano has joined #openstack | 18:22 | |
*** bkopilov has joined #openstack | 18:23 | |
*** isq has quit IRC | 18:24 | |
*** nkrinner has joined #openstack | 18:24 | |
*** jprovazn has quit IRC | 18:25 | |
*** shaunj has quit IRC | 18:26 | |
*** ubercl0ud42 has joined #openstack | 18:26 | |
*** shaunj has joined #openstack | 18:26 | |
*** Bsony_ has joined #openstack | 18:27 | |
*** SweetyDumling has quit IRC | 18:27 | |
*** cptweasel has quit IRC | 18:27 | |
*** Bsony has quit IRC | 18:27 | |
*** pcypher_ has quit IRC | 18:28 | |
*** e0ne has joined #openstack | 18:28 | |
*** e0ne is now known as e0ne_ | 18:29 | |
*** ubercl0ud has quit IRC | 18:29 | |
*** e0ne_ is now known as e0ne | 18:29 | |
*** ivar-lazzaro has joined #openstack | 18:29 | |
*** ki0 has quit IRC | 18:29 | |
*** rfolco has joined #openstack | 18:31 | |
*** ndipanov has quit IRC | 18:31 | |
*** ki0 has joined #openstack | 18:32 | |
*** zerda has joined #openstack | 18:32 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 18:33 | |
*** ManikM has joined #openstack | 18:36 | |
*** Bsony_ has quit IRC | 18:36 | |
*** trown|lunch is now known as trown | 18:37 | |
*** jaosorior has joined #openstack | 18:38 | |
*** ManikM has quit IRC | 18:38 | |
*** ManikM has joined #openstack | 18:39 | |
*** RoozbehShafiee has joined #openstack | 18:39 | |
*** cdent has quit IRC | 18:39 | |
*** cdent has joined #openstack | 18:39 | |
*** clayb has joined #openstack | 18:39 | |
*** purpleidea has quit IRC | 18:41 | |
*** purpleidea has joined #openstack | 18:42 | |
*** pnavarro|off has joined #openstack | 18:42 | |
*** ivar-lazzaro has quit IRC | 18:43 | |
*** _2_bajea has joined #openstack | 18:45 | |
*** pcypher has joined #openstack | 18:47 | |
*** okrieg has quit IRC | 18:47 | |
*** eblake_ has quit IRC | 18:48 | |
*** isq has joined #openstack | 18:51 | |
*** ser_rhaegar has quit IRC | 18:51 | |
*** elnin0 has quit IRC | 18:51 | |
*** achanda has quit IRC | 18:52 | |
*** FunnyLookinHat has quit IRC | 18:53 | |
*** claflico has quit IRC | 18:53 | |
*** eblake_ has joined #openstack | 18:54 | |
*** claflico has joined #openstack | 18:54 | |
*** clayb has quit IRC | 18:54 | |
*** alanf-mc has joined #openstack | 18:54 | |
*** FunnyLookinHat has joined #openstack | 18:55 | |
*** zerda has quit IRC | 18:55 | |
*** rbowen has quit IRC | 18:56 | |
*** medieval1 has joined #openstack | 18:56 | |
*** rbowen has joined #openstack | 18:56 | |
*** bkopilov has quit IRC | 18:56 | |
*** eren has quit IRC | 18:57 | |
*** eren has joined #openstack | 18:58 | |
*** okrieg has joined #openstack | 18:58 | |
*** kickinz1_mob|off has quit IRC | 18:59 | |
*** kickinz1_mob|off has joined #openstack | 19:00 | |
*** alagalah has joined #openstack | 19:00 | |
*** kickinz1|afk has joined #openstack | 19:00 | |
*** sbfox has joined #openstack | 19:00 | |
*** VW_ has quit IRC | 19:00 | |
*** medieval1 has quit IRC | 19:01 | |
*** VW_ has joined #openstack | 19:02 | |
*** nlahouti has quit IRC | 19:03 | |
*** kickinz1|afk is now known as kickinz1 | 19:03 | |
*** cptweasel has joined #openstack | 19:03 | |
*** ppradhan has left #openstack | 19:05 | |
*** MentalRay has joined #openstack | 19:05 | |
*** eghobo has quit IRC | 19:05 | |
*** aimon has quit IRC | 19:06 | |
*** cjellick_ has joined #openstack | 19:08 | |
*** cjellick has quit IRC | 19:08 | |
*** martinst is now known as martins-afk | 19:09 | |
*** aimon has joined #openstack | 19:10 | |
*** pnavarro|off has quit IRC | 19:10 | |
*** cjellick_ has quit IRC | 19:10 | |
*** cjellick has joined #openstack | 19:10 | |
*** mikeoutland has quit IRC | 19:10 | |
*** aimon has quit IRC | 19:10 | |
*** lifeless has quit IRC | 19:11 | |
*** HotTopic has joined #openstack | 19:11 | |
*** VW_ has quit IRC | 19:12 | |
*** VW_ has joined #openstack | 19:13 | |
*** manos has joined #openstack | 19:13 | |
*** geguileo has quit IRC | 19:13 | |
*** HotTopic has left #openstack | 19:14 | |
*** cjellick_ has joined #openstack | 19:14 | |
*** kenhui has joined #openstack | 19:14 | |
*** cjellick has quit IRC | 19:15 | |
*** RedRat_ has joined #openstack | 19:16 | |
*** ghostpl_ has joined #openstack | 19:16 | |
*** ghostpl_ has quit IRC | 19:17 | |
*** ghostpl_ has joined #openstack | 19:17 | |
*** mrmartin has joined #openstack | 19:17 | |
*** matjazp has joined #openstack | 19:18 | |
*** cjellick has joined #openstack | 19:18 | |
*** eghobo has joined #openstack | 19:19 | |
*** cjellick_ has quit IRC | 19:20 | |
*** RedRat has quit IRC | 19:20 | |
*** j05h has left #openstack | 19:20 | |
*** pcypher has quit IRC | 19:20 | |
*** rushiagr is now known as rushiagr_away | 19:21 | |
*** cjellick_ has joined #openstack | 19:21 | |
*** cjellick has quit IRC | 19:21 | |
*** blair has joined #openstack | 19:22 | |
*** reed_ has quit IRC | 19:22 | |
*** reed_ has joined #openstack | 19:23 | |
*** obedmr has joined #openstack | 19:23 | |
*** achanda has joined #openstack | 19:23 | |
*** SweetyDumling has joined #openstack | 19:23 | |
*** Marga_ has quit IRC | 19:24 | |
*** obedmr has quit IRC | 19:24 | |
*** cjellick has joined #openstack | 19:24 | |
*** obedmr has joined #openstack | 19:24 | |
*** yamamoto has joined #openstack | 19:25 | |
*** jagee has joined #openstack | 19:25 | |
*** nlahouti has joined #openstack | 19:25 | |
*** cjellick_ has quit IRC | 19:25 | |
*** ser_rhaegar has joined #openstack | 19:26 | |
*** kickinz1 is now known as kickinz1|afk | 19:26 | |
*** ubercl0ud42 has quit IRC | 19:26 | |
*** aka_007 has joined #openstack | 19:26 | |
*** ubercl0ud42 has joined #openstack | 19:26 | |
*** nkrinner has quit IRC | 19:28 | |
*** alanf-mc has quit IRC | 19:28 | |
*** cjellick_ has joined #openstack | 19:28 | |
*** ki0 has quit IRC | 19:29 | |
*** cjellick has quit IRC | 19:29 | |
*** yamamoto has quit IRC | 19:29 | |
*** hj-hp has joined #openstack | 19:30 | |
*** dgurtner has joined #openstack | 19:30 | |
*** cjellick has joined #openstack | 19:31 | |
*** cjellick_ has quit IRC | 19:31 | |
*** alanf-mc has joined #openstack | 19:31 | |
*** jagee has quit IRC | 19:32 | |
*** jruano has quit IRC | 19:32 | |
*** purpleidea has quit IRC | 19:33 | |
*** cjellick_ has joined #openstack | 19:33 | |
*** cjellick has quit IRC | 19:33 | |
*** purpleidea has joined #openstack | 19:35 | |
*** purpleidea has joined #openstack | 19:35 | |
*** vmtrooper has joined #openstack | 19:35 | |
*** cjellick_ has quit IRC | 19:36 | |
*** cjellick has joined #openstack | 19:36 | |
*** shaunj has quit IRC | 19:36 | |
*** VW_ has quit IRC | 19:36 | |
obedmr | hi all, I'm getting a SSL exception when connecting to a (SSL enabled keystone), I'm posting some details here http://paste.openstack.org/show/197820/ ; thanks for your help. | 19:38 |
*** bengo has joined #openstack | 19:39 | |
obedmr | I'm sorry if this is not the right channel for asking this kind of questions, but I'd appreciate if you could give me a hint | 19:39 |
*** SweetyDumling has quit IRC | 19:39 | |
*** lifeless has joined #openstack | 19:39 | |
*** cjellick_ has joined #openstack | 19:40 | |
*** andreasch has joined #openstack | 19:40 | |
*** vmtrooper has quit IRC | 19:40 | |
*** reed has quit IRC | 19:40 | |
*** reed_ is now known as reed | 19:40 | |
*** cjellick has quit IRC | 19:40 | |
*** jruano has joined #openstack | 19:41 | |
*** mab__ has joined #openstack | 19:42 | |
*** mab__ is now known as Guest39669 | 19:43 | |
*** cjellick has joined #openstack | 19:44 | |
*** DaSchab has quit IRC | 19:44 | |
*** MarkBaker has quit IRC | 19:44 | |
*** cjellick_ has quit IRC | 19:44 | |
*** matjazp has quit IRC | 19:45 | |
*** surabujin has quit IRC | 19:45 | |
*** blair has quit IRC | 19:45 | |
*** cjellick has quit IRC | 19:48 | |
*** cpg|away is now known as cpg | 19:48 | |
*** cjellick has joined #openstack | 19:49 | |
*** mrmartin has quit IRC | 19:51 | |
*** nlevinki has quit IRC | 19:51 | |
*** jackjackdrpr has joined #openstack | 19:52 | |
*** alanf-mc has quit IRC | 19:53 | |
*** surabujin has joined #openstack | 19:53 | |
*** medieval1 has joined #openstack | 19:57 | |
*** Marga_ has joined #openstack | 19:57 | |
*** matjazp has joined #openstack | 19:58 | |
*** elnin0 has joined #openstack | 19:58 | |
*** VW_ has joined #openstack | 19:58 | |
*** tnovacik has joined #openstack | 19:59 | |
*** alanf-mc has joined #openstack | 19:59 | |
*** georgem1 has left #openstack | 20:00 | |
*** cptwease_ has joined #openstack | 20:00 | |
*** cptwease_ has quit IRC | 20:00 | |
*** annashen has quit IRC | 20:00 | |
*** cptweasel has quit IRC | 20:01 | |
*** barclaac has joined #openstack | 20:01 | |
*** medieval1 has quit IRC | 20:01 | |
*** alanf-mc has quit IRC | 20:01 | |
*** knighthawk has joined #openstack | 20:02 | |
*** ubercl0ud has joined #openstack | 20:02 | |
*** cptweasel has joined #openstack | 20:03 | |
*** ubercl0ud42 has quit IRC | 20:03 | |
*** gashcrumb has quit IRC | 20:03 | |
*** mattgriffin has quit IRC | 20:03 | |
*** lcurtis has joined #openstack | 20:04 | |
*** alanf-mc has joined #openstack | 20:04 | |
*** shaunj has joined #openstack | 20:05 | |
*** maveric7911 has quit IRC | 20:05 | |
*** cdent has quit IRC | 20:06 | |
*** nlahouti has quit IRC | 20:06 | |
*** SweetyDumling has joined #openstack | 20:06 | |
*** annegentle has joined #openstack | 20:06 | |
*** SweetyDumling has quit IRC | 20:06 | |
*** cjellick has quit IRC | 20:06 | |
*** annegent_ has joined #openstack | 20:06 | |
*** annegentle is now known as Guest6090 | 20:07 | |
*** SweetyDumling has joined #openstack | 20:07 | |
*** SweetyDumling has quit IRC | 20:07 | |
*** busterswt has quit IRC | 20:07 | |
*** joeg has quit IRC | 20:07 | |
*** null- has quit IRC | 20:08 | |
*** SweetyDumling has joined #openstack | 20:08 | |
*** ser_rhaegar has quit IRC | 20:09 | |
*** gary_perkins has quit IRC | 20:09 | |
*** bengo has quit IRC | 20:09 | |
*** baker has quit IRC | 20:10 | |
*** blair has joined #openstack | 20:10 | |
*** manos has quit IRC | 20:10 | |
*** jeroenvdl has quit IRC | 20:11 | |
*** cjellick has joined #openstack | 20:12 | |
*** baker has joined #openstack | 20:12 | |
*** badmadrad has quit IRC | 20:13 | |
*** badmadrad has joined #openstack | 20:13 | |
*** cptweasel has quit IRC | 20:13 | |
*** hj-hp has quit IRC | 20:13 | |
*** cptweasel has joined #openstack | 20:14 | |
*** knighthawk has quit IRC | 20:14 | |
*** lastops has quit IRC | 20:15 | |
*** melmoth has quit IRC | 20:15 | |
*** alanf-mc has quit IRC | 20:16 | |
*** gfidente has quit IRC | 20:16 | |
*** alanf-mc has joined #openstack | 20:16 | |
*** nlahouti has joined #openstack | 20:16 | |
*** Guest39669 has quit IRC | 20:17 | |
*** MarkBaker has joined #openstack | 20:17 | |
*** andreasch has quit IRC | 20:17 | |
*** mattgriffin has joined #openstack | 20:18 | |
*** SweetyDumling has quit IRC | 20:19 | |
*** fnaval has joined #openstack | 20:19 | |
*** pcypher has joined #openstack | 20:20 | |
*** aimon has joined #openstack | 20:23 | |
*** StuartMI has quit IRC | 20:23 | |
*** suresh12 has quit IRC | 20:24 | |
*** pnavarro|off has joined #openstack | 20:24 | |
*** pcypher has quit IRC | 20:24 | |
*** ZZelle has joined #openstack | 20:26 | |
*** bengo has joined #openstack | 20:27 | |
*** shardy has quit IRC | 20:27 | |
*** VW__ has joined #openstack | 20:28 | |
*** dgurtner has quit IRC | 20:29 | |
*** bengo has quit IRC | 20:29 | |
*** surabujin has quit IRC | 20:29 | |
*** dudy has quit IRC | 20:30 | |
*** rfolco has quit IRC | 20:31 | |
*** annegent_ has quit IRC | 20:31 | |
*** Guest6090 has quit IRC | 20:31 | |
*** VW_ has quit IRC | 20:32 | |
*** jeevan_ullas has joined #openstack | 20:33 | |
*** pcypher has joined #openstack | 20:33 | |
*** phil_s|away is now known as phil_s_stein | 20:33 | |
*** adalbas has quit IRC | 20:34 | |
*** ubercl0ud has quit IRC | 20:34 | |
*** mikeoutland has joined #openstack | 20:34 | |
*** maveric7911 has joined #openstack | 20:34 | |
*** surabujin has joined #openstack | 20:34 | |
*** purpleidea has quit IRC | 20:34 | |
*** suresh12 has joined #openstack | 20:35 | |
*** annashen has joined #openstack | 20:35 | |
*** cjellick has quit IRC | 20:37 | |
*** ljfisher has quit IRC | 20:38 | |
*** baker has quit IRC | 20:38 | |
*** mikeoutl_ has joined #openstack | 20:38 | |
*** ManikM has quit IRC | 20:39 | |
*** ManikM has joined #openstack | 20:39 | |
*** hybridpollo1 has joined #openstack | 20:39 | |
*** fawadkhaliq has quit IRC | 20:39 | |
*** hybridpollo1 has quit IRC | 20:39 | |
*** VW__ has quit IRC | 20:41 | |
*** purpleidea has joined #openstack | 20:41 | |
*** purpleidea has joined #openstack | 20:41 | |
*** cptweasel has quit IRC | 20:41 | |
*** mikeoutland has quit IRC | 20:42 | |
*** jtomasek_ has quit IRC | 20:42 | |
*** cjellick has joined #openstack | 20:42 | |
*** melwitt has joined #openstack | 20:43 | |
*** eglynn has quit IRC | 20:43 | |
*** baker has joined #openstack | 20:44 | |
*** VW_ has joined #openstack | 20:44 | |
*** SweetyDumling has joined #openstack | 20:44 | |
*** cptweasel has joined #openstack | 20:44 | |
*** cjellick has quit IRC | 20:44 | |
*** SweetyDumling has quit IRC | 20:44 | |
*** nati_ueno has joined #openstack | 20:45 | |
*** cjellick has joined #openstack | 20:45 | |
*** SweetyDumling has joined #openstack | 20:45 | |
*** SweetyDumling has quit IRC | 20:45 | |
*** SweetyDumling has joined #openstack | 20:46 | |
*** VW_ has quit IRC | 20:47 | |
*** jehb_ has quit IRC | 20:47 | |
*** VW_ has joined #openstack | 20:48 | |
*** srampal has joined #openstack | 20:48 | |
*** kenhui has quit IRC | 20:49 | |
*** kenhui has joined #openstack | 20:49 | |
*** radez is now known as radez_g0n3 | 20:51 | |
*** e0ne has quit IRC | 20:51 | |
*** VW_ has quit IRC | 20:51 | |
*** e0ne has joined #openstack | 20:52 | |
*** SweetyDumling has quit IRC | 20:52 | |
*** matjazp has quit IRC | 20:53 | |
*** jehb_ has joined #openstack | 20:55 | |
*** e0ne has quit IRC | 20:55 | |
*** knighthawk has joined #openstack | 20:55 | |
*** tier_ has quit IRC | 20:56 | |
*** bkopilov has joined #openstack | 20:57 | |
*** shaunj has quit IRC | 20:57 | |
*** medieval1 has joined #openstack | 20:57 | |
*** shaunj has joined #openstack | 20:58 | |
*** dsneddon is now known as dsneddon_errand | 20:58 | |
*** ariel__ has quit IRC | 20:58 | |
*** hj-hp has joined #openstack | 20:58 | |
*** knighthawk1 has joined #openstack | 20:58 | |
*** e0ne has joined #openstack | 20:58 | |
*** VW_ has joined #openstack | 20:59 | |
*** purpleidea has quit IRC | 20:59 | |
*** mrkz has quit IRC | 20:59 | |
*** mrkz has joined #openstack | 21:00 | |
*** knighthawk has quit IRC | 21:00 | |
*** annegentle has joined #openstack | 21:00 | |
*** luflores_ has joined #openstack | 21:00 | |
*** sbfox has quit IRC | 21:00 | |
*** eoin has joined #openstack | 21:00 | |
*** annegentle is now known as Guest43704 | 21:01 | |
*** jruano has quit IRC | 21:02 | |
*** blomquisg has quit IRC | 21:02 | |
*** medieval1 has quit IRC | 21:02 | |
*** cemason has joined #openstack | 21:03 | |
*** trown is now known as trown|outttypeww | 21:03 | |
*** luflores has quit IRC | 21:04 | |
*** fzdarsky has quit IRC | 21:04 | |
*** luflores_ has quit IRC | 21:05 | |
*** RedRat_ has quit IRC | 21:05 | |
*** knighthawk1 has quit IRC | 21:05 | |
*** e0ne has quit IRC | 21:05 | |
*** achanda has quit IRC | 21:06 | |
*** shibby has quit IRC | 21:07 | |
*** oro has quit IRC | 21:07 | |
*** devlaps1 has joined #openstack | 21:10 | |
*** devlaps has quit IRC | 21:10 | |
*** diegows has quit IRC | 21:10 | |
*** johnpur has quit IRC | 21:10 | |
*** Lee1092 has quit IRC | 21:10 | |
*** jheroux has quit IRC | 21:11 | |
*** lblanchard has quit IRC | 21:11 | |
*** jaosorior has quit IRC | 21:12 | |
*** wicope has quit IRC | 21:12 | |
*** _cjones_ has quit IRC | 21:14 | |
*** eggmaster has quit IRC | 21:14 | |
*** Marga_ has quit IRC | 21:14 | |
*** Marga_ has joined #openstack | 21:15 | |
*** reed has quit IRC | 21:15 | |
*** reed has joined #openstack | 21:15 | |
*** eggmaster has joined #openstack | 21:16 | |
*** raje has joined #openstack | 21:16 | |
*** julim has quit IRC | 21:16 | |
*** _2_bajea has quit IRC | 21:17 | |
*** electrocucaracha has joined #openstack | 21:17 | |
raje | ERROR: Network commands are not supported when using the Neutron API. Use python-neutronclient instead. | 21:17 |
*** pnavarro|off has quit IRC | 21:18 | |
*** MentalRay has quit IRC | 21:18 | |
*** rajen has joined #openstack | 21:18 | |
*** kebray has quit IRC | 21:18 | |
*** Guest43704 has quit IRC | 21:18 | |
*** dsneddon_errand is now known as dsneddon | 21:18 | |
*** achanda has joined #openstack | 21:18 | |
*** raje has quit IRC | 21:19 | |
*** MentalRay has joined #openstack | 21:19 | |
*** raje has joined #openstack | 21:19 | |
*** dims_ has quit IRC | 21:19 | |
*** _cjones_ has joined #openstack | 21:20 | |
*** OutBackDingo has quit IRC | 21:21 | |
*** mattgrif_ has joined #openstack | 21:22 | |
*** mattgriffin has quit IRC | 21:22 | |
*** marrusl has quit IRC | 21:23 | |
*** cemason has quit IRC | 21:23 | |
clouddig | I have a custom panel in openstack. Where are the files for that horizon panel stored? | 21:23 |
*** vmtrooper has joined #openstack | 21:24 | |
*** sbfox has joined #openstack | 21:24 | |
*** st34lth has quit IRC | 21:24 | |
*** tkatarki has quit IRC | 21:24 | |
*** pboros has quit IRC | 21:25 | |
*** kebray has joined #openstack | 21:25 | |
*** baker has quit IRC | 21:25 | |
*** srampal has quit IRC | 21:25 | |
*** jeevan_ullas has quit IRC | 21:26 | |
*** srampal has joined #openstack | 21:26 | |
*** hdd has quit IRC | 21:26 | |
*** hdd has joined #openstack | 21:26 | |
*** nlahouti has quit IRC | 21:27 | |
*** fyrril has joined #openstack | 21:27 | |
*** OutBackDingo has joined #openstack | 21:28 | |
*** whenry has joined #openstack | 21:28 | |
*** vmtrooper has quit IRC | 21:29 | |
*** cbader has quit IRC | 21:30 | |
*** omerta has joined #openstack | 21:30 | |
*** omerta has quit IRC | 21:31 | |
*** GenteelBen has quit IRC | 21:31 | |
*** blair has quit IRC | 21:32 | |
*** bluex-pl has quit IRC | 21:34 | |
*** whenry has quit IRC | 21:34 | |
*** lborda has quit IRC | 21:35 | |
*** okrieg has quit IRC | 21:35 | |
clouddig | let me try a different approach. Where are the sherpa cache files stored? | 21:35 |
*** matjazp has joined #openstack | 21:35 | |
*** marrusl has joined #openstack | 21:36 | |
*** brokencycle has joined #openstack | 21:36 | |
*** medieval1 has joined #openstack | 21:37 | |
*** electrocucaracha has quit IRC | 21:37 | |
*** mikeoutland has joined #openstack | 21:38 | |
*** martins-afk is now known as martinst | 21:38 | |
*** daniel3_ has quit IRC | 21:38 | |
*** nstrug has quit IRC | 21:39 | |
*** ChuckC has quit IRC | 21:39 | |
*** nlahouti has joined #openstack | 21:40 | |
*** blair has joined #openstack | 21:41 | |
*** mikeoutl_ has quit IRC | 21:41 | |
*** AmirBaleghi114 has quit IRC | 21:41 | |
*** martinst is now known as martins-afk | 21:42 | |
clouddig | it's in /var/lib/sherpa/data on the cloud controller | 21:42 |
*** daniel3_ has joined #openstack | 21:43 | |
*** oro has joined #openstack | 21:45 | |
*** eghobo has quit IRC | 21:47 | |
*** balajiiyer has quit IRC | 21:48 | |
*** lpax_ has quit IRC | 21:48 | |
*** bdpayne has joined #openstack | 21:48 | |
*** cptwease_ has joined #openstack | 21:49 | |
*** eghobo has joined #openstack | 21:49 | |
*** cjellick_ has joined #openstack | 21:49 | |
*** cjellick has quit IRC | 21:50 | |
*** aimon has quit IRC | 21:51 | |
*** martins-afk is now known as martinst | 21:52 | |
*** baker has joined #openstack | 21:52 | |
*** mattgrif_ has quit IRC | 21:52 | |
*** stevemar has quit IRC | 21:52 | |
*** cptweasel has quit IRC | 21:52 | |
*** aimon has joined #openstack | 21:54 | |
*** cptwease_ has quit IRC | 21:54 | |
*** bknudson has quit IRC | 21:54 | |
*** cjellick_ has quit IRC | 21:54 | |
*** mjturek1 has quit IRC | 21:54 | |
*** designbybeck__ has quit IRC | 21:54 | |
*** RedRat has joined #openstack | 21:55 | |
*** kenhui has quit IRC | 21:55 | |
*** mikeoutland has quit IRC | 21:55 | |
*** nati_ueno has quit IRC | 21:57 | |
*** nati_ueno has joined #openstack | 21:58 | |
*** aimon has quit IRC | 21:58 | |
*** ccockerhamkc has quit IRC | 21:58 | |
*** morazi has quit IRC | 21:58 | |
*** shibby has joined #openstack | 21:59 | |
*** unused_PhD has quit IRC | 22:00 | |
*** cptweasel has joined #openstack | 22:00 | |
*** dangers is now known as dangers_away | 22:00 | |
*** cjellick has joined #openstack | 22:00 | |
*** setuid has quit IRC | 22:03 | |
*** barclaac|2 has joined #openstack | 22:04 | |
*** reed has quit IRC | 22:04 | |
*** ekarlso has quit IRC | 22:04 | |
*** ekarlso has joined #openstack | 22:04 | |
*** electrocucaracha has joined #openstack | 22:05 | |
*** rtheis has quit IRC | 22:05 | |
*** jerematic has quit IRC | 22:05 | |
*** revin_ has joined #openstack | 22:05 | |
*** VW_ has quit IRC | 22:06 | |
*** rajen has quit IRC | 22:06 | |
*** nlahouti has quit IRC | 22:07 | |
*** klamath has quit IRC | 22:07 | |
*** barclaac has quit IRC | 22:07 | |
*** raje has quit IRC | 22:07 | |
kbringard | j/quit | 22:07 |
*** kbringard has quit IRC | 22:07 | |
*** dttocs has joined #openstack | 22:08 | |
*** tkramer has quit IRC | 22:09 | |
*** ChuckC has joined #openstack | 22:09 | |
*** HarryHallman has joined #openstack | 22:09 | |
*** baker has quit IRC | 22:11 | |
*** mattgriffin has joined #openstack | 22:11 | |
*** hdd has quit IRC | 22:11 | |
*** ZZelle__ has quit IRC | 22:11 | |
*** mfalatic has quit IRC | 22:12 | |
*** jmckind has quit IRC | 22:12 | |
*** nati_uen_ has joined #openstack | 22:12 | |
*** 77CAAKTHH has joined #openstack | 22:13 | |
*** 17SAB8E87 has joined #openstack | 22:13 | |
*** JRobinson__ has joined #openstack | 22:14 | |
*** daniel3_ has quit IRC | 22:14 | |
*** maveric_amitc_ has quit IRC | 22:14 | |
*** nati_ueno has quit IRC | 22:15 | |
*** angdraug has joined #openstack | 22:15 | |
*** jcarter has quit IRC | 22:15 | |
*** matjazp has quit IRC | 22:16 | |
*** Networkn3rd has quit IRC | 22:16 | |
*** purpleidea has joined #openstack | 22:16 | |
*** purpleidea has joined #openstack | 22:16 | |
*** angdraug has quit IRC | 22:18 | |
*** bdpayne has quit IRC | 22:19 | |
*** ZZelle__ has joined #openstack | 22:19 | |
*** scutifer is now known as scutifer_ | 22:19 | |
*** nlahouti has joined #openstack | 22:20 | |
*** kebray has quit IRC | 22:20 | |
*** jwalcik has quit IRC | 22:21 | |
*** Marga_ has quit IRC | 22:21 | |
*** Marga_ has joined #openstack | 22:21 | |
*** reed has joined #openstack | 22:21 | |
*** henrynash has joined #openstack | 22:22 | |
*** TheOsprey has quit IRC | 22:22 | |
*** 17SAB8E87 has quit IRC | 22:23 | |
*** nelsnelson has quit IRC | 22:23 | |
*** 77CAAKTHH has quit IRC | 22:23 | |
*** akaro has joined #openstack | 22:23 | |
*** shaunj has quit IRC | 22:23 | |
akaro | message | 22:24 |
*** akaro has left #openstack | 22:24 | |
*** akaro has joined #openstack | 22:24 | |
*** jecarey has quit IRC | 22:24 | |
*** akaro has quit IRC | 22:26 | |
*** FunnyLookinHat has quit IRC | 22:26 | |
*** bengo has joined #openstack | 22:26 | |
*** hdd has joined #openstack | 22:26 | |
*** bengo has quit IRC | 22:28 | |
*** esker has quit IRC | 22:29 | |
*** oro has quit IRC | 22:30 | |
*** matjazp has joined #openstack | 22:30 | |
*** lcurtis has quit IRC | 22:30 | |
*** SweetyDumling has joined #openstack | 22:31 | |
*** fsimonce has quit IRC | 22:32 | |
*** cjellick_ has joined #openstack | 22:32 | |
*** igordcard_ has joined #openstack | 22:32 | |
*** cjellick has quit IRC | 22:32 | |
*** akaro has joined #openstack | 22:33 | |
akaro | end | 22:34 |
*** purpleidea has quit IRC | 22:34 | |
*** daniel3_ has joined #openstack | 22:34 | |
*** akaro has left #openstack | 22:35 | |
*** okrieg has joined #openstack | 22:35 | |
*** akaro has joined #openstack | 22:35 | |
*** eghobo has quit IRC | 22:35 | |
*** akaro has left #openstack | 22:36 | |
*** purpleidea has joined #openstack | 22:36 | |
*** purpleidea has joined #openstack | 22:36 | |
*** shibby has quit IRC | 22:37 | |
*** cjellick_ has quit IRC | 22:37 | |
*** ManikM has quit IRC | 22:39 | |
*** ManikM has joined #openstack | 22:39 | |
*** cptweasel has quit IRC | 22:40 | |
*** blair has quit IRC | 22:40 | |
*** pm90__ has quit IRC | 22:41 | |
*** eghobo has joined #openstack | 22:41 | |
*** bengo has joined #openstack | 22:41 | |
*** ser_rhaegar has joined #openstack | 22:41 | |
*** cjellick has joined #openstack | 22:41 | |
*** henrynash has quit IRC | 22:42 | |
*** eghobo has quit IRC | 22:42 | |
*** cemason has joined #openstack | 22:42 | |
*** thrash is now known as thrash|g0ne | 22:42 | |
*** eghobo has joined #openstack | 22:43 | |
*** pravka has joined #openstack | 22:44 | |
*** matjazp has quit IRC | 22:44 | |
*** mwichmann has quit IRC | 22:45 | |
*** badmadrad has quit IRC | 22:45 | |
*** clouddig has quit IRC | 22:45 | |
*** shaunj has joined #openstack | 22:46 | |
*** cjellick_ has joined #openstack | 22:46 | |
*** cjellick has quit IRC | 22:47 | |
*** Er00` has quit IRC | 22:47 | |
*** annegentle has joined #openstack | 22:48 | |
*** annegentle has quit IRC | 22:48 | |
*** eoin has quit IRC | 22:51 | |
*** jaank has joined #openstack | 22:51 | |
*** visualne has joined #openstack | 22:52 | |
*** ser_rhaegar has quit IRC | 22:53 | |
visualne | Does anyone in juno or icehouse the openvswitch agent is what creates tap interface on br-int | 22:53 |
*** SweetyDumling has quit IRC | 22:54 | |
*** khaldrogox has quit IRC | 22:54 | |
*** matjazp has joined #openstack | 22:54 | |
visualne | also if someone can tell me if the openvwitch agent is what executes the ovs commands and if so how does it "get" the commands what queue does it actually speak to and how do I determine that information | 22:55 |
*** balajiiyer has joined #openstack | 22:55 | |
*** cjellick has joined #openstack | 22:55 | |
*** MarkBaker has quit IRC | 22:55 | |
*** hblixt has quit IRC | 22:56 | |
*** cjellick_ has quit IRC | 22:56 | |
*** pcypher_ has joined #openstack | 22:57 | |
*** mwichmann has joined #openstack | 22:57 | |
*** setuid has joined #openstack | 22:58 | |
*** annegentle has joined #openstack | 22:58 | |
*** MasterPiece has quit IRC | 22:59 | |
*** shaunj has quit IRC | 22:59 | |
*** cjellick has quit IRC | 22:59 | |
*** hemna is now known as hemnafk | 22:59 | |
*** cjellick has joined #openstack | 22:59 | |
*** sarob has joined #openstack | 23:00 | |
*** pcypher has quit IRC | 23:00 | |
*** mwichmann has quit IRC | 23:00 | |
*** rbak has quit IRC | 23:01 | |
*** cemason has quit IRC | 23:02 | |
*** kebray has joined #openstack | 23:02 | |
*** sbfox has quit IRC | 23:03 | |
*** pixelb has joined #openstack | 23:04 | |
*** cjellick_ has joined #openstack | 23:04 | |
*** balajiiyer has left #openstack | 23:04 | |
*** okrieg has quit IRC | 23:04 | |
*** cjellick has quit IRC | 23:04 | |
*** mwichmann has joined #openstack | 23:05 | |
*** RichardRaseley has joined #openstack | 23:05 | |
RichardRaseley | Is anyone using apache or nginx as an ssl proxy for API services? | 23:05 |
*** bknudson has joined #openstack | 23:06 | |
*** chlong has joined #openstack | 23:07 | |
*** sarob has quit IRC | 23:08 | |
*** khaldrogox has joined #openstack | 23:08 | |
*** kebray has quit IRC | 23:08 | |
*** bengo has quit IRC | 23:09 | |
*** kebray has joined #openstack | 23:09 | |
*** zhenq has quit IRC | 23:10 | |
*** cjellick has joined #openstack | 23:10 | |
*** cjellick_ has quit IRC | 23:10 | |
*** shaunj has joined #openstack | 23:11 | |
*** thumpba has quit IRC | 23:11 | |
*** penick has quit IRC | 23:11 | |
visualne | anyone know the neutron irc channel? | 23:11 |
*** mattgriffin has quit IRC | 23:11 | |
*** thumpba has joined #openstack | 23:11 | |
*** surabujin has quit IRC | 23:11 | |
*** Zack_Deee has quit IRC | 23:12 | |
*** prad has quit IRC | 23:13 | |
*** vmtrooper has joined #openstack | 23:13 | |
*** purpleidea has quit IRC | 23:13 | |
*** annashen has quit IRC | 23:14 | |
*** igordcard has quit IRC | 23:14 | |
*** zhenq has joined #openstack | 23:14 | |
*** purpleidea has joined #openstack | 23:15 | |
*** purpleidea has joined #openstack | 23:15 | |
*** bengo has joined #openstack | 23:15 | |
*** annegentle has quit IRC | 23:15 | |
*** pcypher_ has quit IRC | 23:16 | |
*** bengo has quit IRC | 23:17 | |
*** srampal has quit IRC | 23:18 | |
*** bengo has joined #openstack | 23:18 | |
*** vmtrooper has quit IRC | 23:18 | |
*** okrieg has joined #openstack | 23:19 | |
*** kei_yama has joined #openstack | 23:19 | |
*** ser_rhaegar has joined #openstack | 23:19 | |
*** bengo has quit IRC | 23:20 | |
*** petertr7 has quit IRC | 23:21 | |
*** matjazp has quit IRC | 23:21 | |
*** joesavak has quit IRC | 23:21 | |
*** jruano has joined #openstack | 23:22 | |
*** blahRus has quit IRC | 23:22 | |
*** RichardRaseley has quit IRC | 23:23 | |
*** packet has quit IRC | 23:24 | |
*** brokencycle has quit IRC | 23:27 | |
*** jruano has quit IRC | 23:27 | |
*** thumpba has quit IRC | 23:28 | |
*** thumpba_ has joined #openstack | 23:28 | |
*** shaunj has quit IRC | 23:28 | |
*** shaunj has joined #openstack | 23:29 | |
*** bengo has joined #openstack | 23:29 | |
*** Marga_ has quit IRC | 23:29 | |
*** annegentle has joined #openstack | 23:29 | |
*** Marga_ has joined #openstack | 23:30 | |
*** rdaly2 has quit IRC | 23:30 | |
*** purpleidea has quit IRC | 23:30 | |
*** bengo has quit IRC | 23:30 | |
*** harlowja has quit IRC | 23:31 | |
*** purpleidea has joined #openstack | 23:32 | |
*** purpleidea has joined #openstack | 23:32 | |
*** electrocucaracha has quit IRC | 23:32 | |
*** harlowja has joined #openstack | 23:32 | |
*** travnewmatic has quit IRC | 23:33 | |
*** KaZeR has quit IRC | 23:33 | |
*** Lancien has quit IRC | 23:33 | |
*** Lancien has joined #openstack | 23:36 | |
*** itarchitectkev has quit IRC | 23:36 | |
*** barclaac|2 has quit IRC | 23:37 | |
*** annegentle has quit IRC | 23:37 | |
*** devlaps1 has quit IRC | 23:37 | |
*** ngoracke has quit IRC | 23:37 | |
*** blair has joined #openstack | 23:37 | |
*** FunnyLookinHat has joined #openstack | 23:38 | |
*** solargroovy has quit IRC | 23:39 | |
*** solargroovy has joined #openstack | 23:40 | |
*** salv-orlando has joined #openstack | 23:40 | |
*** mwichmann has quit IRC | 23:42 | |
*** salv-orl_ has quit IRC | 23:42 | |
*** tochi has joined #openstack | 23:42 | |
*** sarob has joined #openstack | 23:43 | |
*** shaunj has quit IRC | 23:43 | |
*** jeevan_ullas has joined #openstack | 23:43 | |
*** sarob_ has joined #openstack | 23:44 | |
*** sarob__ has joined #openstack | 23:44 | |
*** sarob___ has joined #openstack | 23:45 | |
*** shaunj has joined #openstack | 23:45 | |
*** BOKALDO has quit IRC | 23:45 | |
*** cemason has joined #openstack | 23:46 | |
*** ser_rhaegar has quit IRC | 23:47 | |
*** sarob has quit IRC | 23:47 | |
*** shaunj has quit IRC | 23:47 | |
*** sarob_ has quit IRC | 23:48 | |
*** aimon has joined #openstack | 23:49 | |
*** sarob__ has quit IRC | 23:49 | |
*** sarob___ has quit IRC | 23:49 | |
*** harlowja has quit IRC | 23:49 | |
*** cjellick has quit IRC | 23:50 | |
*** yamamoto has joined #openstack | 23:50 | |
*** harlowja has joined #openstack | 23:50 | |
*** cjellick has joined #openstack | 23:50 | |
*** sarob has joined #openstack | 23:50 | |
*** cptweasel has joined #openstack | 23:51 | |
*** panda has quit IRC | 23:51 | |
*** nkhare has joined #openstack | 23:51 | |
*** cjellick has quit IRC | 23:52 | |
*** cjellick_ has joined #openstack | 23:52 | |
*** panda has joined #openstack | 23:52 | |
*** bengo has joined #openstack | 23:52 | |
*** pravka has quit IRC | 23:52 | |
*** zongliang has joined #openstack | 23:54 | |
*** aka_007 has quit IRC | 23:55 | |
*** cptweasel has quit IRC | 23:55 | |
*** smccully has quit IRC | 23:55 | |
*** sarob_ has joined #openstack | 23:56 | |
*** pravka has joined #openstack | 23:56 | |
*** cjellick_ has quit IRC | 23:56 | |
*** Lancien has quit IRC | 23:56 | |
*** jeevan_ullas has quit IRC | 23:57 | |
*** sarob has quit IRC | 23:57 | |
*** SumitNaiksatam has quit IRC | 23:57 | |
*** mrkz has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!