*** vhosakot has joined #openstack | 00:01 | |
*** yamahata has quit IRC | 00:03 | |
*** srobert_ has joined #openstack | 00:04 | |
*** Manuel_112 has joined #openstack | 00:05 | |
*** oikiki has joined #openstack | 00:07 | |
*** oikiki has quit IRC | 00:07 | |
*** sree has joined #openstack | 00:08 | |
*** srobert has quit IRC | 00:08 | |
SamYaple | BenderRodriguez: surely you know i was joking | 00:08 |
---|---|---|
DeHackEd | an important aspect of IRC is asking not a single person but the proverbial crowd | 00:09 |
*** vhosakot has quit IRC | 00:09 | |
*** Manuel_112 has quit IRC | 00:10 | |
SamYaple | DeHackEd: and also no humor apprently! | 00:10 |
*** sree has quit IRC | 00:12 | |
*** yamahata has joined #openstack | 00:12 | |
BenderRodriguez | well | 00:14 |
BenderRodriguez | I keep getting permission denied when doing keystone-manage fernet_setup | 00:14 |
BenderRodriguez | on the log file | 00:14 |
BenderRodriguez | which is good because even trying to run keystone-manage as root fails to be able to write to the log file | 00:15 |
BenderRodriguez | contained in /var/log/keystone directories | 00:15 |
SamYaple | do you have a full filesystem | 00:15 |
BenderRodriguez | nope, it's a fresh VM, 50GB disk space | 00:15 |
BenderRodriguez | I'm spinning each component in its own VM | 00:16 |
SamYaple | out of inodes? | 00:16 |
BenderRodriguez | so keystone is separate from the rest of the controller | 00:16 |
SamYaple | im basically trying to see if you can write any files out | 00:16 |
BenderRodriguez | oh yeah I can | 00:16 |
BenderRodriguez | I/O works fine | 00:16 |
SamYaple | cool | 00:16 |
*** fatdragon has quit IRC | 00:16 | |
SamYaple | ok can you give me a stacktrace of the keystone-manage fernet_setup failure? | 00:17 |
SamYaple | paste.openstack.org please | 00:17 |
*** fatdragon has joined #openstack | 00:17 | |
SamYaple | might help to run it as `keystone-manage -d fernet_setup` | 00:17 |
BenderRodriguez | SamYaple: http://paste.openstack.org/show/khpb7vcwR6W6RUqtkpAY/ | 00:19 |
BenderRodriguez | oh | 00:20 |
BenderRodriguez | I didn't notice the new permission error | 00:20 |
BenderRodriguez | again though, I'm running it as root | 00:20 |
BenderRodriguez | why would it run to permission error | 00:20 |
SamYaple | BenderRodriguez: im assuming /etc/keystone/fernet-keys is owned by root | 00:20 |
SamYaple | your use and group are osc, so that directory should be owned by osc | 00:20 |
*** fatdragon has quit IRC | 00:21 | |
SamYaple | i would point out though, keystone typically runs as user 'keystone', so im not sure where this osc user is coming from | 00:21 |
*** dxiri has quit IRC | 00:24 | |
*** vhosakot has joined #openstack | 00:27 | |
BenderRodriguez | hmm | 00:30 |
BenderRodriguez | it's just a user I created | 00:30 |
BenderRodriguez | it shouldn't matter though right | 00:30 |
*** GenteelBen has quit IRC | 00:30 | |
BenderRodriguez | should it? | 00:30 |
SamYaple | BenderRodriguez: well the service has a defined used if you are using a packaged version | 00:31 |
SamYaple | and that user is what is being used to run the service | 00:31 |
SamYaple | so that use needs to access those keys | 00:31 |
SamYaple | your osc user does *not* need access to those keys | 00:31 |
*** woodard has joined #openstack | 00:32 | |
*** ikhan_ has joined #openstack | 00:32 | |
BenderRodriguez | hmm I see a keystone user does exist | 00:33 |
BenderRodriguez | so should I regenerate these keys once more | 00:33 |
BenderRodriguez | as the keystone user? | 00:33 |
SamYaple | BenderRodriguez: just change the ownership | 00:37 |
SamYaple | this is a filesystem level permissions issue, nothing more | 00:37 |
SamYaple | no fancy openstack magic (yet) | 00:38 |
*** srobert_ has quit IRC | 00:38 | |
*** ktorn has quit IRC | 00:39 | |
BenderRodriguez | Right but installing keystone with a user other than "keystone" should be fine right? | 00:39 |
BenderRodriguez | So long these file permission issues are resolved | 00:40 |
SamYaple | BenderRodriguez: im not sure what you are getting at, but if you installed packages you shouldn't be fiddling with the users | 00:40 |
SamYaple | the service will run as keystone, just expect that | 00:41 |
SamYaple | and set the permissiosn accordingly | 00:41 |
BenderRodriguez | hmm | 00:41 |
*** Manuel_112 has joined #openstack | 00:41 | |
BenderRodriguez | I think I just need to step back and understand what keystone-manage does, what fernet does and why I have to specify --keystone-user and --keystone-group as option | 00:41 |
BenderRodriguez | if it expects that the service would be running as the pre-generated "keystone" user | 00:42 |
BenderRodriguez | a lot of detail is missing in the installation docs | 00:42 |
SamYaple | this is a packaging thing | 00:42 |
SamYaple | just like most packages create thier own user and groups, thats whats happening here | 00:42 |
SamYaple | keystone-manage fernet_setup just sets up fernet tokens, nothing crazy | 00:43 |
SamYaple | the user and group you provide is just to assign file-system level permsisions (im not sure if it drops privs to generate the tokens, or just chowns after the fact) | 00:43 |
SamYaple | if you want to do your own users for whatever reason, i would highly recommend installing from source | 00:44 |
*** georgem1 has joined #openstack | 00:44 | |
*** Manuel_112 has quit IRC | 00:46 | |
*** thorst has joined #openstack | 00:46 | |
*** thorst has quit IRC | 00:46 | |
*** georgem1 has quit IRC | 00:47 | |
BenderRodriguez | hmm | 00:49 |
*** AlexeyAbashkin has joined #openstack | 00:49 | |
*** psahoo has joined #openstack | 00:50 | |
*** RickDeckard has quit IRC | 00:52 | |
*** tserong has joined #openstack | 00:53 | |
*** AlexeyAbashkin has quit IRC | 00:53 | |
*** Manuel_112 has joined #openstack | 00:57 | |
*** namnh has joined #openstack | 01:00 | |
*** Manuel_112 has quit IRC | 01:01 | |
*** Gwayne has joined #openstack | 01:03 | |
*** lucendio has quit IRC | 01:03 | |
*** georgem1 has joined #openstack | 01:08 | |
*** namnh has quit IRC | 01:09 | |
*** yamahata has quit IRC | 01:10 | |
*** Manuel_112 has joined #openstack | 01:12 | |
*** zhouyf has joined #openstack | 01:15 | |
*** uZiel has joined #openstack | 01:15 | |
*** Manuel_112 has quit IRC | 01:16 | |
*** ktorn has joined #openstack | 01:17 | |
*** baoli has joined #openstack | 01:18 | |
*** uZiel has quit IRC | 01:21 | |
*** achadha has joined #openstack | 01:22 | |
*** Geronimo has quit IRC | 01:23 | |
*** Guest37572 has joined #openstack | 01:24 | |
*** fatdragon has joined #openstack | 01:25 | |
*** fatdragon has quit IRC | 01:25 | |
*** yamamoto has quit IRC | 01:26 | |
*** fatdragon has joined #openstack | 01:26 | |
*** achadha has quit IRC | 01:26 | |
*** baoli has quit IRC | 01:27 | |
*** bob_one has joined #openstack | 01:30 | |
*** fatdragon has quit IRC | 01:31 | |
*** bob_one has quit IRC | 01:32 | |
*** bob_one has joined #openstack | 01:32 | |
*** lunarlamp has joined #openstack | 01:33 | |
*** mariusv has quit IRC | 01:33 | |
*** achadha has joined #openstack | 01:36 | |
*** achadha has quit IRC | 01:36 | |
*** Geronimo has joined #openstack | 01:36 | |
*** achadha has joined #openstack | 01:37 | |
*** vhosakot has quit IRC | 01:38 | |
*** baoli has joined #openstack | 01:38 | |
*** limao has joined #openstack | 01:40 | |
*** achadha_ has joined #openstack | 01:41 | |
*** bob_one has quit IRC | 01:42 | |
*** achadha has quit IRC | 01:42 | |
*** baoli has quit IRC | 01:43 | |
*** zhangfei has joined #openstack | 01:44 | |
*** AlexeyAbashkin has joined #openstack | 01:46 | |
*** bob_one has joined #openstack | 01:50 | |
*** AlexeyAbashkin has quit IRC | 01:50 | |
*** Manuel_112 has joined #openstack | 01:51 | |
*** zhangfei has quit IRC | 01:53 | |
*** Manuel_112 has quit IRC | 01:55 | |
*** th3g1z has joined #openstack | 01:59 | |
*** kukacz has quit IRC | 02:00 | |
*** Manuel_112 has joined #openstack | 02:00 | |
*** kukacz has joined #openstack | 02:01 | |
*** thorst has joined #openstack | 02:02 | |
*** jwitko has quit IRC | 02:04 | |
*** jwitko has joined #openstack | 02:04 | |
*** Manuel_112 has quit IRC | 02:04 | |
*** zhangfei has joined #openstack | 02:06 | |
*** thorst has quit IRC | 02:07 | |
*** baoli has joined #openstack | 02:07 | |
*** robbiew has quit IRC | 02:09 | |
*** hichihara has joined #openstack | 02:10 | |
*** baoli has quit IRC | 02:12 | |
*** gli has joined #openstack | 02:13 | |
*** fatdragon has joined #openstack | 02:15 | |
*** Shatadru|Gone is now known as Shatadru|coffee| | 02:16 | |
*** m00dawg has quit IRC | 02:17 | |
*** thorst has joined #openstack | 02:17 | |
*** thorst has quit IRC | 02:19 | |
*** fatdragon has quit IRC | 02:20 | |
*** smccarthy has joined #openstack | 02:20 | |
*** fatdragon has joined #openstack | 02:20 | |
*** Manuel_112 has joined #openstack | 02:21 | |
*** gli has quit IRC | 02:23 | |
*** ldl has joined #openstack | 02:23 | |
*** gli has joined #openstack | 02:23 | |
*** fatdragon has quit IRC | 02:25 | |
*** gildub has quit IRC | 02:25 | |
*** baoli has joined #openstack | 02:25 | |
*** bob_one has quit IRC | 02:25 | |
*** Manuel_112 has quit IRC | 02:26 | |
*** gli has quit IRC | 02:28 | |
*** oikiki has joined #openstack | 02:29 | |
*** ikhan_ has quit IRC | 02:30 | |
*** coolsvap has joined #openstack | 02:33 | |
*** smccarthy has quit IRC | 02:34 | |
*** zhouyf has quit IRC | 02:35 | |
*** srobert has joined #openstack | 02:38 | |
*** markvoelker has quit IRC | 02:39 | |
*** gildub has joined #openstack | 02:42 | |
*** srobert has quit IRC | 02:43 | |
*** dfflanders has joined #openstack | 02:44 | |
*** gli has joined #openstack | 02:45 | |
*** zhouyf has joined #openstack | 02:46 | |
*** dfflanders has quit IRC | 02:49 | |
*** smccarthy has joined #openstack | 02:50 | |
*** yamahata has joined #openstack | 02:51 | |
*** junbo has quit IRC | 02:52 | |
*** nicolasbock has quit IRC | 02:53 | |
*** smccarthy has quit IRC | 02:55 | |
*** junbo has joined #openstack | 02:55 | |
*** Manuel_112 has joined #openstack | 02:56 | |
*** VW has joined #openstack | 02:57 | |
*** ArminderSingh has quit IRC | 02:58 | |
*** Manuel_112 has quit IRC | 03:01 | |
*** mtreinish has quit IRC | 03:02 | |
*** Manuel_112 has joined #openstack | 03:03 | |
*** hichihara has quit IRC | 03:03 | |
*** LAG_ has quit IRC | 03:04 | |
*** ArminderSingh has joined #openstack | 03:06 | |
*** mtreinish has joined #openstack | 03:07 | |
*** Manuel_112 has quit IRC | 03:07 | |
*** junbo has left #openstack | 03:10 | |
*** noslzzp has joined #openstack | 03:11 | |
*** uZiel has joined #openstack | 03:11 | |
*** thorst has joined #openstack | 03:12 | |
*** thorst has quit IRC | 03:12 | |
*** dxiri has joined #openstack | 03:13 | |
*** dxiri has quit IRC | 03:14 | |
*** dxiri has joined #openstack | 03:15 | |
*** aditya_r has joined #openstack | 03:16 | |
*** baoli has quit IRC | 03:17 | |
*** Srinivas has joined #openstack | 03:19 | |
Srinivas | hi all, i am facing this while runnning jobs in jenkins, " ERROR! Unexpected Exception: 'module' object has no attribute '_vendor'" any one knows this issue | 03:19 |
*** aditya_ra has joined #openstack | 03:24 | |
*** woodard has quit IRC | 03:24 | |
*** woodard has joined #openstack | 03:24 | |
*** links has joined #openstack | 03:25 | |
*** smccarthy has joined #openstack | 03:26 | |
*** aditya_r has quit IRC | 03:27 | |
*** oikiki has quit IRC | 03:31 | |
*** acidrainfall has quit IRC | 03:32 | |
*** Manuel_112 has joined #openstack | 03:34 | |
*** Manuel_112 has quit IRC | 03:38 | |
*** yamamoto has joined #openstack | 03:39 | |
*** VW has quit IRC | 03:39 | |
*** nshetty has joined #openstack | 03:43 | |
*** yamamoto_ has joined #openstack | 03:44 | |
*** freyes has quit IRC | 03:47 | |
*** yamamoto has quit IRC | 03:47 | |
*** freyes__ has joined #openstack | 03:48 | |
*** georgem1 has quit IRC | 03:53 | |
*** suresh12 has joined #openstack | 03:59 | |
*** sree has joined #openstack | 04:03 | |
*** yamamoto_ has quit IRC | 04:03 | |
*** Manuel_112 has joined #openstack | 04:05 | |
*** vks1 has joined #openstack | 04:06 | |
*** masonjoyers has quit IRC | 04:07 | |
*** masonjoyers has joined #openstack | 04:08 | |
*** achadha has joined #openstack | 04:09 | |
*** achadha has quit IRC | 04:09 | |
*** achadha_ has quit IRC | 04:09 | |
*** gkadam has joined #openstack | 04:09 | |
*** vks1 has quit IRC | 04:10 | |
*** Manuel_112 has quit IRC | 04:10 | |
*** rvd has joined #openstack | 04:11 | |
*** annabelleB has joined #openstack | 04:15 | |
*** rvd has quit IRC | 04:16 | |
*** th3g1z has quit IRC | 04:17 | |
*** germs1 has quit IRC | 04:19 | |
*** aditya_ra has quit IRC | 04:19 | |
*** aditya_r has joined #openstack | 04:19 | |
*** oikiki has joined #openstack | 04:20 | |
*** yamamoto has joined #openstack | 04:21 | |
*** fatdragon has joined #openstack | 04:21 | |
*** aditya_r has quit IRC | 04:26 | |
*** linuxaddicts has joined #openstack | 04:27 | |
*** aditya_r has joined #openstack | 04:27 | |
*** cyborg-one has joined #openstack | 04:27 | |
*** vks1 has joined #openstack | 04:29 | |
*** ldl has quit IRC | 04:30 | |
*** pravins has joined #openstack | 04:30 | |
*** fatdragon has quit IRC | 04:36 | |
*** hoonetorg has quit IRC | 04:37 | |
*** markvoelker has joined #openstack | 04:39 | |
*** Manuel_112 has joined #openstack | 04:40 | |
*** brault_ has joined #openstack | 04:42 | |
*** brault has quit IRC | 04:44 | |
*** MrAbaddon has quit IRC | 04:45 | |
*** avtar_ has joined #openstack | 04:45 | |
*** Manuel_112 has quit IRC | 04:45 | |
*** alanrgroves has joined #openstack | 04:45 | |
*** tru_tru has quit IRC | 04:46 | |
alanrgroves | Hi. Anyone able to get me a copy of coriolis ? | 04:48 |
*** annabelleB has quit IRC | 04:49 | |
*** hoonetorg has joined #openstack | 04:50 | |
*** smccarthy has quit IRC | 04:51 | |
*** tru_tru has joined #openstack | 04:52 | |
*** CHIPPY has joined #openstack | 04:53 | |
*** thorst has joined #openstack | 04:56 | |
*** annabelleB has joined #openstack | 04:56 | |
*** tru_tru has quit IRC | 04:57 | |
*** jarbod has quit IRC | 04:57 | |
*** vquicksilver has quit IRC | 04:57 | |
*** jarbod has joined #openstack | 04:58 | |
*** vvargaszte has joined #openstack | 04:59 | |
*** thorst has quit IRC | 05:00 | |
*** vquicksilver has joined #openstack | 05:01 | |
*** fatdragon has joined #openstack | 05:04 | |
*** vvargaszte has quit IRC | 05:06 | |
*** Manuel_112 has joined #openstack | 05:08 | |
*** tru_tru has joined #openstack | 05:09 | |
*** fatdragon has quit IRC | 05:12 | |
*** Manuel_112 has quit IRC | 05:12 | |
*** dmibrid_ has quit IRC | 05:13 | |
*** markvoelker has quit IRC | 05:14 | |
*** jackNemrod has joined #openstack | 05:14 | |
*** omie888777 has quit IRC | 05:15 | |
*** Bock has joined #openstack | 05:15 | |
*** Manuel_112 has joined #openstack | 05:15 | |
*** aditya_r has quit IRC | 05:16 | |
*** Manuel_112 has quit IRC | 05:20 | |
*** magicrhesus has quit IRC | 05:20 | |
*** magicrhesus has joined #openstack | 05:24 | |
*** puck has quit IRC | 05:24 | |
*** omie888777 has joined #openstack | 05:26 | |
*** puck has joined #openstack | 05:28 | |
*** ChubYann has quit IRC | 05:28 | |
*** jackNemrod has quit IRC | 05:30 | |
*** jtomasek has joined #openstack | 05:32 | |
*** jtomasek has quit IRC | 05:32 | |
*** dxiri_ has joined #openstack | 05:32 | |
*** annabelleB has quit IRC | 05:33 | |
*** Manuel_112 has joined #openstack | 05:33 | |
*** jtomasek has joined #openstack | 05:33 | |
*** suresh12 has quit IRC | 05:34 | |
*** suresh12 has joined #openstack | 05:34 | |
*** suresh12 has quit IRC | 05:35 | |
*** dxiri has quit IRC | 05:35 | |
*** CHIPPY has quit IRC | 05:36 | |
*** suresh12 has joined #openstack | 05:36 | |
*** CHIPPY has joined #openstack | 05:36 | |
*** CHIPPY has joined #openstack | 05:37 | |
*** CHIPPY has joined #openstack | 05:37 | |
*** CHIPPY has joined #openstack | 05:37 | |
*** CHIPPY has joined #openstack | 05:37 | |
*** gkadam_ has joined #openstack | 05:38 | |
*** CHIPPY has joined #openstack | 05:38 | |
*** CHIPPY has joined #openstack | 05:38 | |
*** masco has joined #openstack | 05:39 | |
*** gkadam has quit IRC | 05:40 | |
*** gkadam__ has joined #openstack | 05:40 | |
*** suresh12 has quit IRC | 05:40 | |
*** annabelleB has joined #openstack | 05:41 | |
*** annabelleB has quit IRC | 05:41 | |
*** gkadam__ has quit IRC | 05:42 | |
*** gkadam_ has quit IRC | 05:43 | |
*** gkadam has joined #openstack | 05:43 | |
*** Shatadru|coffee| is now known as Shatadru|brb | 05:45 | |
*** cshastri has joined #openstack | 05:45 | |
*** abc___ has joined #openstack | 05:46 | |
*** janki has joined #openstack | 05:47 | |
*** alanrgroves has quit IRC | 05:47 | |
abc___ | kk | 05:47 |
abc___ | hi | 05:47 |
abc___ | 没人 | 05:48 |
*** threestrands has quit IRC | 05:48 | |
*** zetab_ is now known as zetab | 05:51 | |
abc___ | 。 | 05:52 |
*** abc___ has left #openstack | 05:52 | |
*** smccarthy has joined #openstack | 05:52 | |
*** Son_Goku has joined #openstack | 05:53 | |
*** lbrune has joined #openstack | 05:53 | |
*** e0ne has joined #openstack | 05:55 | |
*** smccarthy has quit IRC | 05:56 | |
*** pravins has quit IRC | 05:56 | |
*** drifterza has joined #openstack | 05:59 | |
*** e0ne has quit IRC | 05:59 | |
*** ldl has joined #openstack | 05:59 | |
*** alanrgroves has joined #openstack | 05:59 | |
alanrgroves | anyone from cloudbase around? | 06:00 |
*** sshnaidm|off is now known as sshnaidm | 06:06 | |
*** phani has joined #openstack | 06:07 | |
*** achadha has joined #openstack | 06:07 | |
*** achadha has quit IRC | 06:07 | |
*** achadha has joined #openstack | 06:08 | |
*** Oku_OS-away is now known as Oku_OS | 06:08 | |
*** pravins has joined #openstack | 06:09 | |
*** markvoelker has joined #openstack | 06:11 | |
phani | Hi, I am want to expose SSE4.2 cpu flags to VM spawned with openstack. I Updated nova.conf with "cpu_mode = custom, cpu_model = Nehalem" and set the meta data for nova flavor with CLI : nova flavor-key m1.medium set hw:cpu_model=Nehalem. But the VM does not get the SSE4.2 cpu flags | 06:11 |
phani | Is there anything i am missing | 06:11 |
phani | Please help me | 06:12 |
*** kjackal_ has joined #openstack | 06:12 | |
*** ldl has quit IRC | 06:14 | |
*** jwitko has quit IRC | 06:14 | |
*** jwitko has joined #openstack | 06:14 | |
*** taz has joined #openstack | 06:16 | |
*** marrusl has quit IRC | 06:17 | |
phani | The compute node CPU has the SS4.2 flags. I am using devstak stable/pike | 06:17 |
*** groen692 has joined #openstack | 06:19 | |
*** groen692 has quit IRC | 06:19 | |
*** DeHackEd has quit IRC | 06:20 | |
*** brad[] has quit IRC | 06:20 | |
*** yamahata has quit IRC | 06:20 | |
*** jprovazn has joined #openstack | 06:21 | |
taz | j | 06:21 |
*** taz has quit IRC | 06:21 | |
*** josecastroleon has quit IRC | 06:21 | |
*** alanrgroves has quit IRC | 06:22 | |
*** josecastroleon has joined #openstack | 06:22 | |
*** noslzzp has quit IRC | 06:29 | |
*** marrusl has joined #openstack | 06:30 | |
*** brad[] has joined #openstack | 06:32 | |
*** lijinhui has joined #openstack | 06:33 | |
*** yamahata has joined #openstack | 06:34 | |
*** Shatadru|brb is now known as Shatadru | 06:35 | |
*** rcernin has joined #openstack | 06:35 | |
*** aselius has quit IRC | 06:36 | |
*** armaan has joined #openstack | 06:38 | |
*** ttrifonov has quit IRC | 06:39 | |
*** lbrune has quit IRC | 06:39 | |
*** gkadam has quit IRC | 06:40 | |
*** srobert has joined #openstack | 06:40 | |
*** ttrifonov has joined #openstack | 06:40 | |
*** pravins has quit IRC | 06:40 | |
*** indistylo has joined #openstack | 06:42 | |
*** gkadam has joined #openstack | 06:42 | |
*** markvoelker has quit IRC | 06:44 | |
*** srobert has quit IRC | 06:44 | |
*** ^MillerBoss has quit IRC | 06:45 | |
*** theicedragon has joined #openstack | 06:45 | |
*** bvdk has joined #openstack | 06:46 | |
*** pravins has joined #openstack | 06:46 | |
*** indistylo has quit IRC | 06:47 | |
*** raynold has quit IRC | 06:50 | |
*** lahari has joined #openstack | 06:54 | |
*** martinus__ has joined #openstack | 06:55 | |
*** ^MillerBoss has joined #openstack | 06:55 | |
*** thorst has joined #openstack | 06:57 | |
*** pravins has quit IRC | 06:58 | |
*** ginsul has joined #openstack | 06:58 | |
*** lbrune has joined #openstack | 06:59 | |
*** pravins has joined #openstack | 06:59 | |
*** thorst_ has joined #openstack | 07:00 | |
*** arbrandes has joined #openstack | 07:01 | |
*** Dinesh_Bhor has quit IRC | 07:01 | |
*** slaweq has joined #openstack | 07:01 | |
*** thorst has quit IRC | 07:01 | |
*** Tecumseh has joined #openstack | 07:02 | |
*** jackNemrod has joined #openstack | 07:02 | |
*** indistylo has joined #openstack | 07:03 | |
*** ginsul has quit IRC | 07:03 | |
*** sgran has joined #openstack | 07:03 | |
*** arbrandes1 has quit IRC | 07:03 | |
*** thorst_ has quit IRC | 07:05 | |
*** lbrune1 has joined #openstack | 07:06 | |
*** brault_ has quit IRC | 07:06 | |
*** dalgaaf has quit IRC | 07:06 | |
*** Dinesh_Bhor has joined #openstack | 07:07 | |
*** dalgaaf has joined #openstack | 07:07 | |
*** fatdragon has joined #openstack | 07:08 | |
*** hseipp has joined #openstack | 07:08 | |
*** lbrune has quit IRC | 07:08 | |
*** ana_ has joined #openstack | 07:13 | |
*** takamatsu has joined #openstack | 07:14 | |
*** yamahata has quit IRC | 07:15 | |
*** oikiki has quit IRC | 07:15 | |
*** pcaruana has joined #openstack | 07:17 | |
*** aditya_r has joined #openstack | 07:18 | |
*** ben42 has joined #openstack | 07:21 | |
*** fatdragon has quit IRC | 07:21 | |
*** gkadam is now known as gkadam-afk | 07:24 | |
*** bvdk has quit IRC | 07:24 | |
*** gildub has quit IRC | 07:24 | |
*** armaan has quit IRC | 07:24 | |
*** drifterza has quit IRC | 07:24 | |
*** wong has joined #openstack | 07:25 | |
*** wong has quit IRC | 07:25 | |
*** kickinz1 has joined #openstack | 07:26 | |
*** Shatadru is now known as Shatadru|food | 07:27 | |
*** jpich has joined #openstack | 07:29 | |
*** shardy has joined #openstack | 07:30 | |
*** AlexeyAbashkin has joined #openstack | 07:32 | |
*** tesseract has joined #openstack | 07:32 | |
*** rwsu has joined #openstack | 07:33 | |
*** drifterza has joined #openstack | 07:35 | |
*** jackNemrod_ has joined #openstack | 07:35 | |
*** jackNemrod has quit IRC | 07:37 | |
*** jackNemrod_ is now known as jackNemrod | 07:37 | |
*** bvdk has joined #openstack | 07:38 | |
*** achadha has quit IRC | 07:39 | |
*** markvoelker has joined #openstack | 07:41 | |
*** limao has quit IRC | 07:44 | |
*** fsimonce has joined #openstack | 07:45 | |
*** egonzalez has joined #openstack | 07:45 | |
*** ffiore has joined #openstack | 07:46 | |
*** mwe1 has joined #openstack | 07:58 | |
*** swang has joined #openstack | 07:58 | |
*** pbandark has joined #openstack | 07:58 | |
*** fxpester has joined #openstack | 08:00 | |
*** swang has quit IRC | 08:00 | |
*** cah_link__ has joined #openstack | 08:02 | |
*** gildub has joined #openstack | 08:03 | |
*** pravins has quit IRC | 08:04 | |
*** drifterza has quit IRC | 08:04 | |
*** limao has joined #openstack | 08:05 | |
*** dbecker has joined #openstack | 08:05 | |
*** grafuls has joined #openstack | 08:05 | |
*** yamamoto has quit IRC | 08:05 | |
*** yamamoto has joined #openstack | 08:08 | |
*** Eleventh_Doctor has joined #openstack | 08:11 | |
*** Pharaoh_Atem has quit IRC | 08:11 | |
*** markvoelker has quit IRC | 08:14 | |
*** rvd has joined #openstack | 08:17 | |
*** lucendio has joined #openstack | 08:20 | |
*** drifterza has joined #openstack | 08:22 | |
*** rodolof has joined #openstack | 08:28 | |
*** gkadam-afk has quit IRC | 08:28 | |
*** shardy has quit IRC | 08:29 | |
*** ginsul has joined #openstack | 08:29 | |
*** shardy has joined #openstack | 08:29 | |
*** gkadam has joined #openstack | 08:31 | |
*** pravins has joined #openstack | 08:31 | |
*** mosulica has joined #openstack | 08:31 | |
*** rmart04 has joined #openstack | 08:32 | |
*** lucendio has quit IRC | 08:32 | |
*** ralonsoh has joined #openstack | 08:33 | |
*** achadha has joined #openstack | 08:36 | |
*** gszasz has joined #openstack | 08:37 | |
*** aditya_r has quit IRC | 08:38 | |
*** mcornea has joined #openstack | 08:38 | |
*** brault has joined #openstack | 08:40 | |
*** achadha has quit IRC | 08:41 | |
*** drifterza has quit IRC | 08:42 | |
*** pbandark1 has joined #openstack | 08:42 | |
*** grealish has quit IRC | 08:43 | |
*** RageLtMan has joined #openstack | 08:44 | |
*** pbandark has quit IRC | 08:44 | |
*** pbandark1 is now known as pbandark | 08:44 | |
*** grealish has joined #openstack | 08:46 | |
*** fatdragon has joined #openstack | 08:48 | |
*** spectr has quit IRC | 08:49 | |
*** mcornea has quit IRC | 08:49 | |
*** ProtocolNetworks has quit IRC | 08:52 | |
*** mcornea has joined #openstack | 08:52 | |
*** Shatadru|food is now known as Shatadru | 08:53 | |
*** yamamoto has quit IRC | 08:55 | |
*** fatdragon has quit IRC | 08:55 | |
*** roylez has quit IRC | 08:56 | |
*** rvd has quit IRC | 08:56 | |
*** rvd has joined #openstack | 08:57 | |
*** ProtocolNetworks has joined #openstack | 08:59 | |
*** toscalix has joined #openstack | 08:59 | |
*** thorst has joined #openstack | 09:02 | |
*** lucendio has joined #openstack | 09:03 | |
*** e0ne has joined #openstack | 09:04 | |
*** thorst has quit IRC | 09:05 | |
admin0 | morning | 09:08 |
*** ffiore has quit IRC | 09:09 | |
*** gildub has quit IRC | 09:09 | |
*** bbcmicrocomputer has joined #openstack | 09:10 | |
*** bbcmicrocomputer has joined #openstack | 09:10 | |
*** pravins has quit IRC | 09:10 | |
*** brault has quit IRC | 09:12 | |
*** salmankhan has joined #openstack | 09:12 | |
*** drifterza has joined #openstack | 09:12 | |
*** yamamoto has joined #openstack | 09:15 | |
*** yamamoto has quit IRC | 09:15 | |
*** ffiore has joined #openstack | 09:17 | |
*** mrch has joined #openstack | 09:18 | |
*** spectr has joined #openstack | 09:19 | |
*** roylez has joined #openstack | 09:21 | |
*** mcornea has quit IRC | 09:22 | |
*** MacrosTheBlack has joined #openstack | 09:23 | |
*** mcornea has joined #openstack | 09:23 | |
*** rvd has quit IRC | 09:26 | |
*** rvd has joined #openstack | 09:26 | |
*** brault has joined #openstack | 09:27 | |
*** logan- has quit IRC | 09:27 | |
*** zapp has joined #openstack | 09:28 | |
*** dalgaaf has quit IRC | 09:29 | |
*** brault has quit IRC | 09:32 | |
*** dalgaaf has joined #openstack | 09:33 | |
*** limao has quit IRC | 09:33 | |
*** psahoo has quit IRC | 09:34 | |
*** gkadam_ has joined #openstack | 09:36 | |
*** fragatina has joined #openstack | 09:37 | |
*** achadha has joined #openstack | 09:37 | |
*** gkadam has quit IRC | 09:38 | |
Tengu | hello! | 09:40 |
Tengu | I think I stumbled on some bug in the python-openstackclient - is it the right place to discuss that? | 09:41 |
*** pravins has joined #openstack | 09:41 | |
*** kickinz1 has quit IRC | 09:41 | |
*** achadha has quit IRC | 09:42 | |
*** yamamoto has joined #openstack | 09:44 | |
*** Manuel_112 has quit IRC | 09:51 | |
*** theicedragon has quit IRC | 09:52 | |
*** Gwayne has quit IRC | 09:57 | |
*** electrofelix has joined #openstack | 10:00 | |
*** RickDeckard has joined #openstack | 10:00 | |
*** thorst has joined #openstack | 10:02 | |
*** sree has quit IRC | 10:02 | |
*** sree has joined #openstack | 10:03 | |
*** egonzalez has quit IRC | 10:03 | |
*** Shatadru is now known as Shatadru|Gone | 10:06 | |
*** rpittau has quit IRC | 10:06 | |
*** rpittau has joined #openstack | 10:06 | |
*** thorst has quit IRC | 10:08 | |
*** Manuel_112 has joined #openstack | 10:10 | |
*** spectr has quit IRC | 10:12 | |
*** markvoelker has joined #openstack | 10:12 | |
*** jackNemrod_ has joined #openstack | 10:13 | |
*** jackNemrod has quit IRC | 10:13 | |
*** jackNemrod_ is now known as jackNemrod | 10:13 | |
*** fandikurnia has joined #openstack | 10:14 | |
*** gli has quit IRC | 10:16 | |
*** PTO has joined #openstack | 10:16 | |
*** egonzalez has joined #openstack | 10:17 | |
*** pravins has quit IRC | 10:18 | |
*** mcornea has quit IRC | 10:20 | |
*** brault has joined #openstack | 10:20 | |
*** pravins has joined #openstack | 10:24 | |
*** aditya_r has joined #openstack | 10:25 | |
*** spectr has joined #openstack | 10:25 | |
*** zhouyf has quit IRC | 10:26 | |
*** brault has quit IRC | 10:26 | |
*** sree has quit IRC | 10:26 | |
*** mikal has quit IRC | 10:28 | |
*** thingee has quit IRC | 10:28 | |
*** thingee has joined #openstack | 10:28 | |
*** mikal has joined #openstack | 10:30 | |
*** pravins has quit IRC | 10:31 | |
*** linuxaddicts has quit IRC | 10:32 | |
*** linuxaddicts has joined #openstack | 10:32 | |
*** Shatadru|Gone has quit IRC | 10:34 | |
*** brault has joined #openstack | 10:38 | |
*** achadha has joined #openstack | 10:39 | |
*** treiz has quit IRC | 10:40 | |
*** armaan has joined #openstack | 10:40 | |
*** armaan has quit IRC | 10:43 | |
*** linuxaddicts has quit IRC | 10:43 | |
*** linuxaddicts has joined #openstack | 10:44 | |
*** achadha has quit IRC | 10:44 | |
*** markvoelker has quit IRC | 10:45 | |
*** madorn has quit IRC | 10:45 | |
*** zhangfei has quit IRC | 10:45 | |
*** treiz has joined #openstack | 10:48 | |
*** madorn has joined #openstack | 10:49 | |
*** clayton has quit IRC | 10:49 | |
*** clayton has joined #openstack | 10:51 | |
*** fatdragon has joined #openstack | 10:52 | |
*** Son_Goku has quit IRC | 10:53 | |
*** salmankhan has quit IRC | 10:54 | |
*** logan- has joined #openstack | 10:57 | |
*** fatdragon has quit IRC | 10:58 | |
*** salmankhan has joined #openstack | 10:59 | |
*** AlexeyAbashkin has quit IRC | 11:01 | |
*** AlexeyAbashkin has joined #openstack | 11:05 | |
*** mcornea has joined #openstack | 11:07 | |
*** jprovazn has quit IRC | 11:07 | |
*** geaaru has joined #openstack | 11:08 | |
*** shardy is now known as shardy_lunch | 11:08 | |
*** gildub has joined #openstack | 11:12 | |
*** ffiore has quit IRC | 11:12 | |
gunix | Tengu: what bug? | 11:15 |
*** Son_Goku has joined #openstack | 11:15 | |
*** masonjoyers has quit IRC | 11:16 | |
*** masonjoyers has joined #openstack | 11:17 | |
*** Srinivas has quit IRC | 11:26 | |
*** yamamoto has quit IRC | 11:27 | |
*** ikhan_ has joined #openstack | 11:27 | |
*** brault has quit IRC | 11:29 | |
*** ikhan_ has quit IRC | 11:31 | |
*** wgao__ has quit IRC | 11:31 | |
*** wgao__ has joined #openstack | 11:32 | |
*** lahari has quit IRC | 11:32 | |
*** Son_Goku has quit IRC | 11:37 | |
*** bauruine has quit IRC | 11:39 | |
*** ikhan_ has joined #openstack | 11:39 | |
*** nicolasbock has joined #openstack | 11:39 | |
*** bauruine has joined #openstack | 11:39 | |
*** aditya_ra has joined #openstack | 11:41 | |
*** markvoelker has joined #openstack | 11:43 | |
*** MacrosTheBlack has quit IRC | 11:44 | |
*** fandikurnia has quit IRC | 11:45 | |
*** aditya_r has quit IRC | 11:45 | |
*** nicolasbock has quit IRC | 11:45 | |
*** Son_Goku has joined #openstack | 11:47 | |
*** jprovazn has joined #openstack | 11:47 | |
*** omie888777 has quit IRC | 11:48 | |
*** yamamoto has joined #openstack | 11:50 | |
*** fatdragon has joined #openstack | 11:54 | |
*** freyes__ is now known as freyes | 11:54 | |
*** freyes has quit IRC | 11:54 | |
*** freyes has joined #openstack | 11:54 | |
*** macermak_ has joined #openstack | 11:55 | |
*** coolsvap has quit IRC | 11:55 | |
*** Son_Goku has quit IRC | 11:57 | |
*** fandikurnia has joined #openstack | 11:58 | |
*** masco has quit IRC | 11:58 | |
*** nicolasbock has joined #openstack | 11:58 | |
*** fatdragon has quit IRC | 11:59 | |
*** macermak_ has quit IRC | 12:00 | |
*** macermak_ has joined #openstack | 12:00 | |
*** brault has joined #openstack | 12:01 | |
*** mosulica has quit IRC | 12:03 | |
*** ivveh has quit IRC | 12:03 | |
*** jackNemrod_ has joined #openstack | 12:03 | |
*** ivveh has joined #openstack | 12:04 | |
*** jackNemrod has quit IRC | 12:05 | |
*** jackNemrod_ is now known as jackNemrod | 12:05 | |
*** tgk has joined #openstack | 12:05 | |
*** morazi has joined #openstack | 12:06 | |
*** thorst has joined #openstack | 12:06 | |
*** macermak__ has joined #openstack | 12:08 | |
*** kickinz1 has joined #openstack | 12:08 | |
*** kickinz1 has joined #openstack | 12:08 | |
*** macermak_ has quit IRC | 12:08 | |
*** macermak__ has quit IRC | 12:08 | |
*** macermak_ has joined #openstack | 12:09 | |
*** jackNemrod has quit IRC | 12:09 | |
*** stefannica has joined #openstack | 12:09 | |
*** jackNemrod has joined #openstack | 12:09 | |
*** shardy_lunch is now known as shardy | 12:09 | |
*** macermak_ has quit IRC | 12:10 | |
*** dneary has joined #openstack | 12:10 | |
*** snica has quit IRC | 12:10 | |
*** vpickard_ has quit IRC | 12:12 | |
*** mcornea has quit IRC | 12:12 | |
*** vpickard has joined #openstack | 12:12 | |
*** mcornea has joined #openstack | 12:13 | |
*** Shatadru|Gone has joined #openstack | 12:14 | |
*** ana_ has quit IRC | 12:16 | |
*** markvoelker has quit IRC | 12:16 | |
*** ana_ has joined #openstack | 12:16 | |
*** zapp has quit IRC | 12:17 | |
*** aditya_ra has quit IRC | 12:18 | |
*** vks1 has quit IRC | 12:19 | |
*** liverpooler has joined #openstack | 12:19 | |
*** Shatadru|Gone has quit IRC | 12:20 | |
*** gli has joined #openstack | 12:20 | |
*** ktorn has quit IRC | 12:20 | |
*** MarkBaker has joined #openstack | 12:23 | |
*** lifeless has quit IRC | 12:24 | |
*** aditya_r has joined #openstack | 12:25 | |
*** hrybacki|trainin is now known as hrybacki | 12:26 | |
*** phani has quit IRC | 12:28 | |
*** jcarter2 has joined #openstack | 12:29 | |
*** pranav has joined #openstack | 12:31 | |
*** lifeless has joined #openstack | 12:31 | |
*** pranav has quit IRC | 12:32 | |
*** Son_Goku has joined #openstack | 12:32 | |
*** markvoelker has joined #openstack | 12:33 | |
*** ffiore has joined #openstack | 12:35 | |
*** gaughen has joined #openstack | 12:36 | |
*** cyborg-one has quit IRC | 12:39 | |
*** Shatadru has joined #openstack | 12:40 | |
*** links has quit IRC | 12:41 | |
*** achadha has joined #openstack | 12:41 | |
*** woodard has quit IRC | 12:41 | |
*** woodard has joined #openstack | 12:42 | |
*** wgao__ has quit IRC | 12:42 | |
*** kylek3h has joined #openstack | 12:44 | |
*** kylek3h has quit IRC | 12:44 | |
*** uZiel has quit IRC | 12:45 | |
*** achadha has quit IRC | 12:46 | |
*** gkadam_ has quit IRC | 12:46 | |
*** bobh has joined #openstack | 12:47 | |
*** kylek3h has joined #openstack | 12:47 | |
*** alexis has joined #openstack | 12:47 | |
*** alexis is now known as Guest1021 | 12:48 | |
*** Son_Goku has quit IRC | 12:48 | |
*** fandikurnia has quit IRC | 12:49 | |
*** pchavva has joined #openstack | 12:54 | |
*** VW has joined #openstack | 12:55 | |
*** fatdragon has joined #openstack | 12:55 | |
*** vks1 has joined #openstack | 12:58 | |
*** fatdragon has quit IRC | 13:01 | |
*** RickDeckard has quit IRC | 13:05 | |
*** catintheroof has joined #openstack | 13:06 | |
*** catintheroof has quit IRC | 13:06 | |
*** catintheroof has joined #openstack | 13:06 | |
*** drifterza has quit IRC | 13:07 | |
*** macermak has joined #openstack | 13:09 | |
*** macermak has quit IRC | 13:10 | |
*** catintheroof has quit IRC | 13:13 | |
*** baoli has joined #openstack | 13:13 | |
*** catintheroof has joined #openstack | 13:14 | |
*** Jason1999 has joined #openstack | 13:14 | |
*** bobmel has quit IRC | 13:16 | |
*** rholloway has joined #openstack | 13:17 | |
*** georgem1 has joined #openstack | 13:17 | |
Jason1999 | hello | 13:17 |
Jason1999 | nobody | 13:18 |
Jason1999 | boring | 13:18 |
Jason1999 | bye | 13:18 |
*** Jason1999 has quit IRC | 13:19 | |
*** wgao__ has joined #openstack | 13:19 | |
brad[] | what is the default value of scheduler_host_subset_size in nova.conf? | 13:25 |
*** chlong has joined #openstack | 13:26 | |
*** cshastri has quit IRC | 13:27 | |
*** vks1 has quit IRC | 13:27 | |
*** sree has joined #openstack | 13:27 | |
*** dbecker has quit IRC | 13:27 | |
*** dbecker has joined #openstack | 13:27 | |
*** m00dawg has joined #openstack | 13:29 | |
*** ktorn has joined #openstack | 13:31 | |
*** sree has quit IRC | 13:31 | |
*** aditya_r has quit IRC | 13:32 | |
*** aditya_r has joined #openstack | 13:33 | |
*** sree has joined #openstack | 13:37 | |
MasterofJOKers | brad[], look in the config reference (https://docs.openstack.org/ocata/config-reference/compute/config-options.html) for host_subset_size (seems to have been renamed/moved for ocata) | 13:39 |
*** bobmel has joined #openstack | 13:40 | |
*** sree has quit IRC | 13:41 | |
MasterofJOKers | link for pike https://docs.openstack.org/nova/pike/configuration/config.html#filter_scheduler.host_subset_size | 13:41 |
*** vks1 has joined #openstack | 13:43 | |
*** MarkBaker has quit IRC | 13:43 | |
*** cshastri has joined #openstack | 13:43 | |
*** bobmel has quit IRC | 13:44 | |
*** aditya_r has quit IRC | 13:44 | |
Tengu | gunix: ah, I opened an issue on launchpad. 2s, I find it back. | 13:45 |
Tengu | gunix: https://bugs.launchpad.net/python-openstackclient/+bug/1723054 | 13:46 |
openstack | Launchpad bug 1723054 in python-openstackclient "json output doesn't always output proper JSON" [Undecided,New] | 13:46 |
*** VW has quit IRC | 13:48 | |
*** aconole has joined #openstack | 13:48 | |
brad[] | MasterofJOKers: Thanks! | 13:49 |
*** rmart04 has quit IRC | 13:50 | |
*** Shatadru has quit IRC | 13:51 | |
*** gli has quit IRC | 13:54 | |
*** janzian has joined #openstack | 13:54 | |
*** bobmel has joined #openstack | 13:54 | |
*** noslzzp has joined #openstack | 13:56 | |
*** srobert has joined #openstack | 13:56 | |
*** suresh12 has joined #openstack | 13:56 | |
*** srobert has quit IRC | 13:56 | |
*** fatdragon has joined #openstack | 13:57 | |
*** srobert has joined #openstack | 13:57 | |
*** suresh12 has quit IRC | 13:57 | |
*** suresh12 has joined #openstack | 13:58 | |
*** sree has joined #openstack | 14:00 | |
*** shintaro has joined #openstack | 14:00 | |
*** suresh12 has quit IRC | 14:02 | |
*** fatdragon has quit IRC | 14:03 | |
*** dxiri has joined #openstack | 14:03 | |
*** VW has joined #openstack | 14:05 | |
*** gildub has quit IRC | 14:06 | |
*** janki has quit IRC | 14:06 | |
*** dxiri_ has quit IRC | 14:07 | |
*** janki has joined #openstack | 14:07 | |
*** kozy has joined #openstack | 14:08 | |
*** blomquisg is now known as blomquisg_gone | 14:08 | |
*** janki has quit IRC | 14:08 | |
*** PTO has quit IRC | 14:12 | |
*** Son_Goku has joined #openstack | 14:13 | |
*** rholloway has quit IRC | 14:13 | |
*** chlong has quit IRC | 14:13 | |
*** cdub has joined #openstack | 14:14 | |
*** ChiTo has joined #openstack | 14:15 | |
*** annabelleB has joined #openstack | 14:16 | |
*** rholloway has joined #openstack | 14:16 | |
*** vegasq has joined #openstack | 14:17 | |
*** ana_ has quit IRC | 14:17 | |
*** chlong has joined #openstack | 14:19 | |
*** noslzzp has quit IRC | 14:20 | |
*** noslzzp has joined #openstack | 14:21 | |
*** MarkBaker has joined #openstack | 14:22 | |
*** bobmel has quit IRC | 14:22 | |
*** bobmel has joined #openstack | 14:23 | |
*** bobmel has quit IRC | 14:23 | |
*** yamamoto has quit IRC | 14:23 | |
*** bobmel has joined #openstack | 14:23 | |
*** cshastri has quit IRC | 14:25 | |
*** aditya_r has joined #openstack | 14:28 | |
*** bobmel has quit IRC | 14:28 | |
*** bobmel has joined #openstack | 14:30 | |
*** Shatadru has joined #openstack | 14:30 | |
*** xemdetia has joined #openstack | 14:33 | |
*** robbiew has joined #openstack | 14:35 | |
*** MarkBaker has quit IRC | 14:35 | |
*** vegasq_ has joined #openstack | 14:35 | |
*** mrch has quit IRC | 14:36 | |
*** bob_one has joined #openstack | 14:36 | |
*** vegasq has quit IRC | 14:37 | |
*** galstrom_zzz is now known as galstrom | 14:37 | |
*** bob_one has quit IRC | 14:38 | |
*** bob_one has joined #openstack | 14:38 | |
*** nshetty has quit IRC | 14:39 | |
*** links has joined #openstack | 14:39 | |
*** bob_one has quit IRC | 14:39 | |
*** bob_one has joined #openstack | 14:40 | |
*** kbringard has joined #openstack | 14:40 | |
*** bvdk has quit IRC | 14:41 | |
*** mchlumsky has joined #openstack | 14:42 | |
*** achadha has joined #openstack | 14:43 | |
*** omie888777 has joined #openstack | 14:45 | |
*** suresh12 has joined #openstack | 14:45 | |
*** OldTom has joined #openstack | 14:46 | |
*** iyamahat has joined #openstack | 14:46 | |
*** achadha has quit IRC | 14:48 | |
*** aditya_r has quit IRC | 14:48 | |
*** iyamahat_ has joined #openstack | 14:49 | |
*** iyamahat__ has joined #openstack | 14:51 | |
-openstackstatus- NOTICE: Job log uploads are failing due to lack of inodes. Jobs also fail due to mismatches in gnutls packages. Workarounds for both in progress with proper fixes to follow. | 14:52 | |
*** ChanServ changes topic to "Job log uploads are failing due to lack of inodes. Jobs also fail due to mismatches in gnutls packages. Workarounds for both in progress with proper fixes to follow." | 14:52 | |
*** sebastien__ has joined #openstack | 14:52 | |
*** jangutter has quit IRC | 14:52 | |
*** iyamahat has quit IRC | 14:52 | |
*** jangutter has joined #openstack | 14:52 | |
*** bobmel has quit IRC | 14:53 | |
*** iyamahat__ has quit IRC | 14:53 | |
*** iyamahat__ has joined #openstack | 14:53 | |
*** yamahata has joined #openstack | 14:53 | |
*** blomquisg_gone is now known as blomquisg | 14:54 | |
*** rcernin has quit IRC | 14:55 | |
*** iyamahat_ has quit IRC | 14:55 | |
*** suresh12 has quit IRC | 14:55 | |
*** drifterza has joined #openstack | 14:55 | |
sebastien__ | Hi. I am having an issue wil kolla-ansible on pike. Is this the best place to talk about it? | 14:57 |
*** jackNemrod_ has joined #openstack | 14:57 | |
*** MarkBaker has joined #openstack | 14:58 | |
*** OldManTom has joined #openstack | 14:58 | |
*** iyamahat__ has quit IRC | 14:58 | |
*** iyamahat has joined #openstack | 14:58 | |
*** jackNemrod has quit IRC | 14:58 | |
*** jackNemrod_ is now known as jackNemrod | 14:58 | |
*** gszasz has quit IRC | 14:59 | |
*** jamesbenson has joined #openstack | 15:00 | |
*** OldTom has quit IRC | 15:01 | |
*** Oku_OS is now known as Oku_OS-away | 15:01 | |
*** chlong has quit IRC | 15:02 | |
*** grafuls has quit IRC | 15:02 | |
*** noslzzp has quit IRC | 15:02 | |
*** noslzzp has joined #openstack | 15:03 | |
*** bobmel has joined #openstack | 15:03 | |
*** OldManTom has quit IRC | 15:04 | |
*** woodard has quit IRC | 15:04 | |
*** shintaro has quit IRC | 15:05 | |
*** dxiri has quit IRC | 15:06 | |
*** jackNemrod has quit IRC | 15:06 | |
*** jackNemrod has joined #openstack | 15:07 | |
*** AlexeyAbashkin has quit IRC | 15:07 | |
*** uZiel has joined #openstack | 15:10 | |
*** bobmel has quit IRC | 15:10 | |
*** tbonds has joined #openstack | 15:11 | |
*** jackNemrod_ has joined #openstack | 15:12 | |
*** sree has quit IRC | 15:12 | |
*** donghao has joined #openstack | 15:13 | |
*** jackNemrod has quit IRC | 15:13 | |
*** jackNemrod_ is now known as jackNemrod | 15:13 | |
*** blomquisg is now known as blomquisg_gone | 15:14 | |
*** iyamahat has quit IRC | 15:14 | |
*** yamahata has quit IRC | 15:14 | |
*** dxiri has joined #openstack | 15:16 | |
*** chlong has joined #openstack | 15:16 | |
*** uZiel has quit IRC | 15:17 | |
*** uZiel has joined #openstack | 15:17 | |
*** alexusono1 has quit IRC | 15:20 | |
*** SimAloo has joined #openstack | 15:20 | |
*** GenteelBen has joined #openstack | 15:20 | |
*** cah_link__ has quit IRC | 15:23 | |
*** lsell has joined #openstack | 15:23 | |
*** yamamoto has joined #openstack | 15:24 | |
*** suresh12 has joined #openstack | 15:27 | |
*** Guest1021 has quit IRC | 15:28 | |
*** lkolstad has joined #openstack | 15:29 | |
*** electrofelix has quit IRC | 15:30 | |
*** yamamoto has quit IRC | 15:31 | |
*** kickinz1 has quit IRC | 15:31 | |
*** dangers has joined #openstack | 15:32 | |
*** fatdragon has joined #openstack | 15:33 | |
*** Tecumseh has quit IRC | 15:34 | |
*** raynold has joined #openstack | 15:35 | |
*** indistylo has quit IRC | 15:37 | |
*** iyamahat has joined #openstack | 15:37 | |
*** iyamahat has quit IRC | 15:38 | |
*** iyamahat has joined #openstack | 15:38 | |
*** Manuel_112 has quit IRC | 15:39 | |
*** e0ne has quit IRC | 15:40 | |
*** krypto has joined #openstack | 15:42 | |
*** yamamoto has joined #openstack | 15:45 | |
*** yamamoto has quit IRC | 15:45 | |
*** limao has joined #openstack | 15:46 | |
*** woodard has joined #openstack | 15:46 | |
*** boaz225 has joined #openstack | 15:46 | |
*** links has quit IRC | 15:47 | |
*** crose has joined #openstack | 15:48 | |
*** limao has quit IRC | 15:50 | |
*** rodolof has quit IRC | 15:50 | |
*** Son_Goku has quit IRC | 15:50 | |
*** wolfshappen has joined #openstack | 15:52 | |
*** limao has joined #openstack | 15:52 | |
*** lbrune1 has quit IRC | 15:53 | |
*** kickinz1 has joined #openstack | 15:54 | |
*** kickinz1 has joined #openstack | 15:54 | |
*** penick has joined #openstack | 15:55 | |
*** yamahata has joined #openstack | 15:55 | |
*** egonzalez has quit IRC | 15:55 | |
*** boaz225 has quit IRC | 15:57 | |
*** MarkBaker has quit IRC | 15:58 | |
*** blomquisg_gone is now known as blomquisg | 15:59 | |
*** aditya_r has joined #openstack | 15:59 | |
*** ralonsoh has quit IRC | 16:01 | |
*** links has joined #openstack | 16:01 | |
*** alexis has joined #openstack | 16:02 | |
*** alexis is now known as Guest64155 | 16:02 | |
*** suresh12 has quit IRC | 16:02 | |
*** suresh12 has joined #openstack | 16:03 | |
*** MarkBaker has joined #openstack | 16:03 | |
*** kickinz1 has quit IRC | 16:03 | |
*** chlong has quit IRC | 16:03 | |
*** gaughen has quit IRC | 16:04 | |
*** gaughen has joined #openstack | 16:07 | |
*** bobmel has joined #openstack | 16:07 | |
*** lucendio has quit IRC | 16:08 | |
*** aditya_r has quit IRC | 16:08 | |
*** dangers has quit IRC | 16:09 | |
*** masber has quit IRC | 16:09 | |
*** dangers has joined #openstack | 16:10 | |
*** Manuel_112 has joined #openstack | 16:10 | |
*** galstrom is now known as galstrom_zzz | 16:13 | |
*** MrAbaddon has joined #openstack | 16:14 | |
*** limao has quit IRC | 16:14 | |
*** Manuel_112 has quit IRC | 16:16 | |
*** noslzzp has quit IRC | 16:16 | |
*** noslzzp has joined #openstack | 16:16 | |
*** dtsxbh has joined #openstack | 16:17 | |
*** lbrune has joined #openstack | 16:17 | |
*** suresh12 has quit IRC | 16:17 | |
*** aditya_r has joined #openstack | 16:18 | |
*** suresh12 has joined #openstack | 16:18 | |
*** suresh12 has quit IRC | 16:18 | |
*** dangers` has joined #openstack | 16:19 | |
*** jackNemrod_ has joined #openstack | 16:19 | |
*** Manuel_112 has joined #openstack | 16:19 | |
*** dangers has quit IRC | 16:20 | |
*** jackNemrod has quit IRC | 16:20 | |
*** jackNemrod_ is now known as jackNemrod | 16:20 | |
*** Nakato has quit IRC | 16:23 | |
*** Nakato has joined #openstack | 16:23 | |
*** Manuel_112 has quit IRC | 16:24 | |
*** linuxaddicts has quit IRC | 16:24 | |
*** dtsxbh has quit IRC | 16:25 | |
*** zhangbo has joined #openstack | 16:25 | |
*** hseipp has quit IRC | 16:27 | |
*** prg3 has joined #openstack | 16:28 | |
*** fragatina has quit IRC | 16:28 | |
SamYaple | sebastien__: yes | 16:28 |
SamYaple | sebastien__: here or in #openstack-kolla | 16:28 |
*** bobmel has quit IRC | 16:30 | |
*** jpich has quit IRC | 16:31 | |
*** krypto has quit IRC | 16:31 | |
*** krypto has joined #openstack | 16:32 | |
*** krypto has joined #openstack | 16:32 | |
*** Yarboa has quit IRC | 16:32 | |
*** rsimai is now known as rsimai_away | 16:33 | |
*** suresh12 has joined #openstack | 16:34 | |
*** penick_ has joined #openstack | 16:34 | |
*** suresh12 has quit IRC | 16:35 | |
*** penick has quit IRC | 16:35 | |
*** jackNemrod has quit IRC | 16:36 | |
*** salmankhan has quit IRC | 16:36 | |
*** oghie has joined #openstack | 16:38 | |
*** chyka has joined #openstack | 16:39 | |
*** Eleventh_Doctor is now known as Pharaoh_Atem | 16:39 | |
*** prg3 has quit IRC | 16:39 | |
*** aditya_r has quit IRC | 16:39 | |
*** jmlowe has joined #openstack | 16:39 | |
*** weezhard has joined #openstack | 16:41 | |
*** gaughen has quit IRC | 16:41 | |
*** Manuel_112 has joined #openstack | 16:41 | |
*** gyee has joined #openstack | 16:41 | |
*** gyee has quit IRC | 16:44 | |
*** Manuel_112 has quit IRC | 16:45 | |
*** yamamoto has joined #openstack | 16:45 | |
*** ffiore has quit IRC | 16:46 | |
*** jmlowe has quit IRC | 16:46 | |
*** armaan has joined #openstack | 16:46 | |
*** Manuel_112 has joined #openstack | 16:47 | |
*** Manuel_112 has quit IRC | 16:48 | |
*** crose has quit IRC | 16:49 | |
*** Manuel_112 has joined #openstack | 16:49 | |
*** toscalix has quit IRC | 16:49 | |
*** geaaru has quit IRC | 16:49 | |
*** lihi has quit IRC | 16:50 | |
*** yamamoto has quit IRC | 16:52 | |
*** SimAloo has quit IRC | 16:52 | |
*** Manuel_112 has quit IRC | 16:53 | |
*** achadha has joined #openstack | 16:54 | |
*** weezhard_ has joined #openstack | 16:55 | |
*** weezhard has quit IRC | 16:55 | |
*** ginsul has quit IRC | 16:55 | |
*** TomMc has joined #openstack | 16:55 | |
*** aselius has joined #openstack | 16:55 | |
*** lihi has joined #openstack | 16:55 | |
*** weezhard has joined #openstack | 16:56 | |
*** bob_one has quit IRC | 16:57 | |
*** bob_one_ has joined #openstack | 16:57 | |
*** MarkBaker has quit IRC | 16:57 | |
*** oikiki has joined #openstack | 16:57 | |
*** smccarthy has joined #openstack | 16:59 | |
*** macermak has joined #openstack | 16:59 | |
*** macermak_ has joined #openstack | 16:59 | |
*** macermak_ has quit IRC | 17:00 | |
*** macermak has quit IRC | 17:00 | |
*** bobmel has joined #openstack | 17:00 | |
*** macermak has joined #openstack | 17:00 | |
*** uZiel has quit IRC | 17:00 | |
*** baoli has quit IRC | 17:01 | |
*** bob_one_ has quit IRC | 17:01 | |
*** oghie has quit IRC | 17:02 | |
*** jonaspaulo has joined #openstack | 17:03 | |
*** Guest37572 has quit IRC | 17:05 | |
*** eroux has joined #openstack | 17:05 | |
*** donghao has quit IRC | 17:05 | |
*** lucendio has joined #openstack | 17:05 | |
*** baoli has joined #openstack | 17:07 | |
*** jbadiapa has quit IRC | 17:07 | |
*** achadha has quit IRC | 17:08 | |
*** penick_ has quit IRC | 17:09 | |
*** kylek3h has quit IRC | 17:09 | |
*** kylek3h has joined #openstack | 17:09 | |
*** baoli has quit IRC | 17:09 | |
*** baoli has joined #openstack | 17:10 | |
*** dangers` has quit IRC | 17:10 | |
*** iyamahat has quit IRC | 17:10 | |
*** iyamahat has joined #openstack | 17:10 | |
*** ben42 has quit IRC | 17:11 | |
*** baoli has quit IRC | 17:11 | |
*** tesseract has quit IRC | 17:11 | |
*** baoli has joined #openstack | 17:11 | |
*** achadha has joined #openstack | 17:12 | |
*** sree has joined #openstack | 17:12 | |
*** dangers has joined #openstack | 17:13 | |
*** suresh12 has joined #openstack | 17:13 | |
*** krypto has quit IRC | 17:16 | |
*** achadha has quit IRC | 17:16 | |
*** Manuel_112 has joined #openstack | 17:16 | |
*** sree has quit IRC | 17:17 | |
*** rvd has quit IRC | 17:21 | |
*** rvd has joined #openstack | 17:21 | |
*** rozie has quit IRC | 17:21 | |
*** uZiel has joined #openstack | 17:22 | |
*** Manuel_112 has quit IRC | 17:22 | |
*** Manuel_112 has joined #openstack | 17:22 | |
*** slaweq_ has joined #openstack | 17:23 | |
*** slaweq_ has quit IRC | 17:24 | |
*** Shatadru has quit IRC | 17:25 | |
*** gaughen has joined #openstack | 17:26 | |
*** Manuel_112 has quit IRC | 17:26 | |
*** links has quit IRC | 17:27 | |
*** jackNemrod has joined #openstack | 17:28 | |
*** shardy has quit IRC | 17:29 | |
*** linuxaddicts has joined #openstack | 17:29 | |
*** rvd has quit IRC | 17:30 | |
*** rvd has joined #openstack | 17:30 | |
*** pblaho has quit IRC | 17:31 | |
*** sree has joined #openstack | 17:32 | |
*** tgk has quit IRC | 17:35 | |
*** sshnaidm is now known as sshnaidm|off | 17:35 | |
*** achadha has joined #openstack | 17:36 | |
*** rvd has quit IRC | 17:36 | |
*** achadha has quit IRC | 17:37 | |
*** achadha has joined #openstack | 17:38 | |
*** vks1 has quit IRC | 17:39 | |
*** schlitzer has quit IRC | 17:39 | |
*** achadha_ has joined #openstack | 17:42 | |
*** achadha has quit IRC | 17:42 | |
*** SumitNaiksatam has joined #openstack | 17:43 | |
*** noslzzp has quit IRC | 17:43 | |
*** jamesbenson has quit IRC | 17:44 | |
*** noslzzp has joined #openstack | 17:44 | |
*** germs has joined #openstack | 17:44 | |
*** jamesbenson has joined #openstack | 17:44 | |
*** macermak has quit IRC | 17:44 | |
*** noslzzp has quit IRC | 17:44 | |
*** uZiel has quit IRC | 17:45 | |
*** germs1 has joined #openstack | 17:46 | |
*** armaan_ has joined #openstack | 17:46 | |
*** jamesbenson has quit IRC | 17:48 | |
*** germs has quit IRC | 17:48 | |
*** armaan has quit IRC | 17:49 | |
*** schlitzer has joined #openstack | 17:50 | |
*** jangutter has quit IRC | 17:50 | |
*** sree has quit IRC | 17:50 | |
*** rwsu has quit IRC | 17:51 | |
*** Guest64155 has quit IRC | 17:51 | |
*** sree has joined #openstack | 17:51 | |
*** MarkBaker has joined #openstack | 17:52 | |
*** noslzzp has joined #openstack | 17:52 | |
*** bbcmicrocomputer has quit IRC | 17:52 | |
*** mcornea has quit IRC | 17:54 | |
*** fzdarsky has joined #openstack | 17:54 | |
*** jamesbenson has joined #openstack | 17:54 | |
*** armaan_ has quit IRC | 17:54 | |
*** fzdarsky_ has joined #openstack | 17:54 | |
*** armaan has joined #openstack | 17:55 | |
*** slaweq_ has joined #openstack | 17:55 | |
*** fzdarsky_ has quit IRC | 17:55 | |
*** fzdarsky has quit IRC | 17:55 | |
*** Manuel_112 has joined #openstack | 17:56 | |
*** sree has quit IRC | 17:56 | |
*** fzdarsky_ has joined #openstack | 17:56 | |
*** baoli has quit IRC | 17:56 | |
*** baoli has joined #openstack | 17:57 | |
*** fzdarsky_ has quit IRC | 17:57 | |
*** jamesbenson has quit IRC | 17:58 | |
*** bob_one has joined #openstack | 17:58 | |
*** macermak has joined #openstack | 17:58 | |
*** bob_one has quit IRC | 17:59 | |
*** bob_one has joined #openstack | 17:59 | |
*** armaan has quit IRC | 17:59 | |
*** Manuel_112 has quit IRC | 18:00 | |
*** shaner has quit IRC | 18:00 | |
*** oghie has joined #openstack | 18:00 | |
*** dangers has quit IRC | 18:02 | |
*** B_Smith has quit IRC | 18:02 | |
*** vvargaszte has joined #openstack | 18:04 | |
*** jackNemrod_ has joined #openstack | 18:04 | |
*** vvargaszte has quit IRC | 18:04 | |
*** jackNemrod has quit IRC | 18:04 | |
*** jackNemrod_ is now known as jackNemrod | 18:04 | |
*** vvargaszte has joined #openstack | 18:05 | |
*** salmankhan has joined #openstack | 18:05 | |
*** Son_Goku has joined #openstack | 18:05 | |
*** shaner has joined #openstack | 18:06 | |
*** ishanjain28 has joined #openstack | 18:06 | |
*** ginsul has joined #openstack | 18:07 | |
*** penick has joined #openstack | 18:07 | |
*** dangers has joined #openstack | 18:08 | |
*** jamesbenson has joined #openstack | 18:09 | |
*** linuxaddicts has quit IRC | 18:09 | |
*** salmankhan has quit IRC | 18:09 | |
ishanjain28 | Hi, I am really interested in working on Container related projects for openstack. I am also interested in applying to outreachy as I saw that openstack listed Go and Containes related work there. I've looked on github and bugzilla and I could not find any container related project written in go. I tried asking about any golang projects in openstack in the openstack-golang channel but I did not received a response. | 18:09 |
*** brault has quit IRC | 18:10 | |
*** vvargaszte has quit IRC | 18:10 | |
ishanjain28 | I want to know if there are any active container related projects in Go and where can I find them. | 18:10 |
*** dalgaaf has quit IRC | 18:10 | |
*** vvargaszte has joined #openstack | 18:11 | |
*** jamesbenson has quit IRC | 18:11 | |
*** ginsul has quit IRC | 18:12 | |
*** dalgaaf has joined #openstack | 18:12 | |
*** vvargaszte has quit IRC | 18:12 | |
*** linuxaddicts has joined #openstack | 18:13 | |
*** jamesbenson has joined #openstack | 18:14 | |
*** SteffanW has joined #openstack | 18:15 | |
*** linuxaddicts has quit IRC | 18:16 | |
*** penick_ has joined #openstack | 18:16 | |
*** linuxaddicts has joined #openstack | 18:17 | |
*** jackNemrod_ has joined #openstack | 18:17 | |
*** jamesbenson has quit IRC | 18:17 | |
*** penick has quit IRC | 18:18 | |
*** jackNemrod has quit IRC | 18:18 | |
*** jackNemrod_ is now known as jackNemrod | 18:18 | |
*** jdandrea has quit IRC | 18:18 | |
*** linuxaddicts has quit IRC | 18:19 | |
*** linuxaddicts has joined #openstack | 18:20 | |
*** jdandrea_ has joined #openstack | 18:20 | |
*** jackNemrod_ has joined #openstack | 18:21 | |
*** oghie has quit IRC | 18:22 | |
*** bob_one has quit IRC | 18:22 | |
*** jackNemrod has quit IRC | 18:23 | |
*** jackNemrod_ is now known as jackNemrod | 18:23 | |
*** Manuel_112 has joined #openstack | 18:25 | |
*** jamesbenson has joined #openstack | 18:27 | |
*** SimAloo has joined #openstack | 18:27 | |
*** bob_one has joined #openstack | 18:28 | |
*** jamesbenson has quit IRC | 18:28 | |
*** Bock has quit IRC | 18:28 | |
*** maysa has joined #openstack | 18:29 | |
*** MarkBaker has quit IRC | 18:29 | |
*** B_Smith has joined #openstack | 18:29 | |
*** Manuel_112 has quit IRC | 18:29 | |
*** fzdarsky has joined #openstack | 18:29 | |
*** baoli_ has joined #openstack | 18:31 | |
*** ikhan_ has quit IRC | 18:31 | |
*** bob_one has quit IRC | 18:32 | |
*** baoli has quit IRC | 18:33 | |
*** galstrom_zzz is now known as galstrom | 18:33 | |
*** jamesbenson has joined #openstack | 18:34 | |
*** MrAbaddon has quit IRC | 18:36 | |
*** maysa has quit IRC | 18:37 | |
*** lucendio has quit IRC | 18:38 | |
*** jamesbenson has quit IRC | 18:38 | |
*** crose has joined #openstack | 18:39 | |
*** jprovazn has quit IRC | 18:40 | |
*** SteffanW has quit IRC | 18:40 | |
*** hseipp has joined #openstack | 18:40 | |
*** ChubYann has joined #openstack | 18:41 | |
*** bob_one has joined #openstack | 18:42 | |
*** gvrangan has joined #openstack | 18:44 | |
*** bob_one has quit IRC | 18:47 | |
*** drifterza has quit IRC | 18:47 | |
*** bob_one has joined #openstack | 18:48 | |
*** ishanjain28 has quit IRC | 18:48 | |
*** ChiTo has quit IRC | 18:48 | |
*** suresh12 has quit IRC | 18:49 | |
*** avtar_ has quit IRC | 18:49 | |
*** MrAbaddon has joined #openstack | 18:50 | |
*** bob_one has quit IRC | 18:50 | |
*** bob_one has joined #openstack | 18:50 | |
*** hseipp has quit IRC | 18:52 | |
*** ishanjain28 has joined #openstack | 18:53 | |
*** zktech has joined #openstack | 18:56 | |
*** Manuel_112 has joined #openstack | 18:57 | |
*** slaweq_ has quit IRC | 18:59 | |
*** suresh12 has joined #openstack | 19:01 | |
*** bob_one has quit IRC | 19:01 | |
*** Manuel_112 has quit IRC | 19:01 | |
*** zktech_ has joined #openstack | 19:02 | |
*** harlowja has quit IRC | 19:03 | |
*** slaweq_ has joined #openstack | 19:03 | |
*** suresh12_ has joined #openstack | 19:04 | |
*** suresh12 has quit IRC | 19:05 | |
*** zktech has quit IRC | 19:05 | |
*** archit has joined #openstack | 19:05 | |
*** masber has joined #openstack | 19:05 | |
*** slaweq_ has quit IRC | 19:06 | |
*** baoli_ has quit IRC | 19:06 | |
*** slaweq_ has joined #openstack | 19:06 | |
*** Son_Goku has quit IRC | 19:07 | |
*** SumitNaiksatam has quit IRC | 19:08 | |
*** suresh12_ has quit IRC | 19:08 | |
*** aojea has joined #openstack | 19:10 | |
*** masber has quit IRC | 19:10 | |
*** jamesbenson has joined #openstack | 19:11 | |
*** baoli has joined #openstack | 19:11 | |
*** gvrangan has quit IRC | 19:13 | |
thingee | ishanjain28: the stance from a governance point of view with the OpenStack community has fairly recently started accepting go as an additional language with python and javascript. So besides test branches, I don't think you'll find any "service" related OpenStack project written in go. | 19:14 |
*** suresh12 has joined #openstack | 19:15 | |
*** dxiri has quit IRC | 19:15 | |
thingee | ishanjain28: there maybe some random stuff out there on github, but nothing I readily know from the openstack repos at git.openstack.org. we just use github as a mirror fyi. | 19:16 |
*** dxiri has joined #openstack | 19:16 | |
*** kickinz1 has joined #openstack | 19:16 | |
*** kickinz1 has joined #openstack | 19:16 | |
thingee | ishanjain28: we are needing help in making transitions to go though. We start a testing interface document for go, as we've done with our other accepted langauges https://governance.openstack.org/tc/reference/cti/golang_cti.html | 19:16 |
thingee | ishanjain28: also welcome to the community! :) | 19:16 |
thingee | ishanjain28: you can see our related container projects by search from this list https://www.openstack.org/software/project-navigator/ | 19:19 |
*** suresh12 has quit IRC | 19:19 | |
*** MarkBaker has joined #openstack | 19:20 | |
ishanjain28 | Thanks @thingee. The governance link is really helpful. | 19:21 |
ishanjain28 | So, I guess I'll just skip outreachy and start working on any go related project that openstack starts. | 19:22 |
*** vvargaszte has joined #openstack | 19:22 | |
*** linuxaddicts has quit IRC | 19:22 | |
*** bob_one has joined #openstack | 19:23 | |
ishanjain28 | I built and ran cinder and nova's source code because those project are super interesting to me but Python is not some thing I would want to work on for 10-11 weeks. | 19:23 |
*** bob_one has quit IRC | 19:23 | |
*** bob_one_ has joined #openstack | 19:24 | |
thingee | ishanjain28: the object storage project swift project has a dev branch rewriting things from python to go. I can dig up the thread if you're really interested, but having better thread control with disk reads or something like that. | 19:25 |
thingee | ishanjain28: last I heard the effort has stalled, so they would probably be interested in some helping, but not sure what you can set as a goal for 10-11 weeks. It's a big effort. | 19:25 |
thingee | ishanjain28: you could also work on an OpenStack Go SDK. That would allow you to work with OpenStack from an API pov and not having to touch the python parts. | 19:27 |
*** Manuel_112 has joined #openstack | 19:27 | |
*** bob_one_ has quit IRC | 19:27 | |
thingee | ishanjain28: I'm sure there is an existing go sdk that could use help and updating with the latest OpenStack API features. Might be something more suited in the time you're looking to put in. | 19:28 |
*** bob_one has joined #openstack | 19:28 | |
*** baoli has quit IRC | 19:29 | |
ishanjain28 | I was searching for Go projects in openstack github couple of days ago. And I found https://github.com/openstack/golang-client but This repository's bugzilla doesn't looks active. So I wasn't sure what to do. | 19:30 |
*** baoli has joined #openstack | 19:30 | |
thingee | ishanjain28: contact the maintainer of the project and see if they can fix the bugzilla problem. if they don't respond back after some time or they're not interested in maintaining the project anymore, you can fork it and be a maintainer. :) | 19:31 |
*** Manuel_112 has quit IRC | 19:32 | |
*** ginsul has joined #openstack | 19:35 | |
*** MarkBaker has quit IRC | 19:35 | |
*** schlitzer has quit IRC | 19:37 | |
*** acidrainfall has joined #openstack | 19:39 | |
*** vvargaszte has quit IRC | 19:40 | |
ishanjain28 | About the swift rewrite, It's interesting problem to work on but I am not very good with making optimizations like that so I'll need some mentoring/help and I can work on it. | 19:42 |
ishanjain28 | I could not find any dev branch in swift project on github. I would love to see the existing code.. :) | 19:43 |
tdasilva | ishanjain28: https://github.com/openstack/swift/tree/feature/hummingbird | 19:44 |
*** vvargaszte has joined #openstack | 19:45 | |
*** kickinz1 has quit IRC | 19:50 | |
*** kickinz1 has joined #openstack | 19:50 | |
*** kickinz1 has joined #openstack | 19:50 | |
*** vhosakot has joined #openstack | 19:51 | |
*** bob_one has quit IRC | 19:51 | |
*** bob_one has joined #openstack | 19:51 | |
colby_ | Hey Everyone, We are seeing some very strange behavior in our ocata setup. We just upgraded recently and now we are occasionally seeing: Neutron client was not able to generate a valid admin token, please verify Neutron admin credential located in nova.conf issues, and in keystone we are seeing "Could not find token: xxxxxxx" errors. This does not happen every time. We are mostly seeing it in horizon listing instances as admin, and the api showing insta | 19:51 |
colby_ | nce as an admin. | 19:51 |
colby_ | We use uuid tokens with memcache backend. | 19:52 |
colby_ | Has anyone seen anything like this? | 19:52 |
colby_ | its like 1 out of every x requests fails | 19:53 |
*** TomMc has quit IRC | 19:53 | |
*** baoli has quit IRC | 19:55 | |
*** morazi has quit IRC | 19:55 | |
ishanjain28 | Thanks @tdasilva. I'll check it out. | 19:57 |
*** vvargaszte has quit IRC | 19:57 | |
*** lvdombrkr has quit IRC | 19:57 | |
*** harlowja has joined #openstack | 19:57 | |
georgem1 | colby_: are you running multiple controllers behind a load balancer? | 19:58 |
*** pcaruana has quit IRC | 19:58 | |
*** baoli has joined #openstack | 19:59 | |
colby_ | georgem1: yes | 19:59 |
*** baoli has quit IRC | 19:59 | |
georgem1 | colby_: do you have identity endpoints defined for both v2 and v3 in keystone? | 20:00 |
colby_ | just v3 now | 20:00 |
georgem1 | colby_: good; I would try to isolate the problem by sending the traffic to one controller at a time until you can reproduce it | 20:01 |
georgem1 | chances are one of the controllers has a slightly different config | 20:01 |
colby_ | I isolate keystone traffic that way and saw it on both still | 20:01 |
colby_ | both controllers are configed via puppet | 20:01 |
colby_ | I only isolated keystone though. Maybe I should try neutron | 20:02 |
colby_ | also | 20:02 |
*** MarkBaker has joined #openstack | 20:02 | |
*** gaughen has quit IRC | 20:02 | |
georgem1 | yeah, I had something similar and only after I removed old v2 endpoints it went away | 20:03 |
*** tbonds has quit IRC | 20:03 | |
georgem1 | it looked like some parts of horizon defaulted to v2 even though you set identity v3 in config | 20:04 |
*** AlexeyAbashkin has joined #openstack | 20:05 | |
*** Manuel_112 has joined #openstack | 20:06 | |
*** quan has joined #openstack | 20:07 | |
*** liverpooler has quit IRC | 20:07 | |
quan | I want to create an image containing CentOS 7 Minimal. | 20:07 |
*** Domin has quit IRC | 20:08 | |
quan | In Horizon is this Create Image? When I do that I get a 2.3kB image. How then do I install CentOS? | 20:08 |
*** dmibrid_ has joined #openstack | 20:09 | |
*** AlexeyAbashkin has quit IRC | 20:09 | |
*** cjain has joined #openstack | 20:10 | |
*** liverpooler has joined #openstack | 20:10 | |
*** Manuel_112 has quit IRC | 20:11 | |
*** cjain has quit IRC | 20:11 | |
*** georgem1 has quit IRC | 20:11 | |
*** cjain has joined #openstack | 20:11 | |
quan | In KVM I can direct it to boot to an iso, to install. | 20:11 |
*** schlitzer has joined #openstack | 20:13 | |
*** tbonds has joined #openstack | 20:13 | |
*** liverpooler has quit IRC | 20:16 | |
*** ikhan_ has joined #openstack | 20:17 | |
*** kickinz1 has quit IRC | 20:18 | |
quan | Noone knows? | 20:18 |
SamYaple | quan: its tricky to do it the way youre asking | 20:19 |
SamYaple | you can't do it without cinder for the way youre asking | 20:19 |
quan | What's the best way to build a custom image? | 20:19 |
SamYaple | there are a bunch of tools out there | 20:19 |
SamYaple | i think packer is a good one | 20:19 |
SamYaple | disk-image-builder is an openstack one | 20:20 |
SamYaple | its used to build all the gate images | 20:20 |
*** MarkBaker has quit IRC | 20:20 | |
SamYaple | https://www.packer.io/intro/getting-started/build-image.html | 20:20 |
SamYaple | https://docs.openstack.org/diskimage-builder/latest/ | 20:20 |
*** achadha has joined #openstack | 20:20 | |
SamYaple | either one of those will work for you | 20:20 |
SamYaple | if you *want* to install via an iso, youll need cinder. basically you install to a cinder volume and then you make an image from that volume | 20:21 |
quan | Understand, ty. | 20:21 |
*** achadha has quit IRC | 20:22 | |
*** achadha has joined #openstack | 20:22 | |
*** achadha has quit IRC | 20:22 | |
quan | I'd be happy just creating my instance with one of the canned images, but I'll want to install my own software and functions to it. Could I then save that as a custom image? | 20:22 |
*** achadha has joined #openstack | 20:22 | |
SamYaple | quan: yes! you can create a snapshot with nova that is then a glance image you can boot from | 20:23 |
*** achadha_ has quit IRC | 20:23 | |
quan | Nice. No Cinder... | 20:23 |
SamYaple | indeed | 20:23 |
SamYaple | i dont recommend installing from ISO | 20:24 |
SamYaple | its a thing you can do though (ive had to do it for pfsense) | 20:24 |
quan | Cool. | 20:24 |
*** macermak has quit IRC | 20:25 | |
*** tbonds has quit IRC | 20:25 | |
*** rbowen has quit IRC | 20:25 | |
*** acidrainfall has quit IRC | 20:25 | |
quan | I'm using InterNap for OpenStack hosting, but they're still on Mitaka which is well beyond EoL. Is there a better/cheaper service with newer OS? | 20:26 |
SamYaple | i have no clue on pricing, sorry. i have a sizable infrastructure at my house for all my testing | 20:26 |
*** side_control has quit IRC | 20:26 | |
*** woodard has quit IRC | 20:27 | |
quan | I tried to set up OS at home but didn't have the time to both learn and solve all the problems. | 20:28 |
quan | ... it's my home server and everything depends on it. | 20:28 |
*** ishan_ has joined #openstack | 20:28 | |
*** aojea has quit IRC | 20:29 | |
SamYaple | understandable | 20:30 |
*** Manuel_112 has joined #openstack | 20:30 | |
*** bob_one has quit IRC | 20:30 | |
quan | I'll prob buy another SSD to swap in and experiment on atsome point. | 20:30 |
quan | Thank you Sam. | 20:30 |
*** ishanjain28 has quit IRC | 20:31 | |
*** Manuel_112 has quit IRC | 20:31 | |
SamYaple | anytime! | 20:31 |
*** aojea has joined #openstack | 20:31 | |
*** quan has quit IRC | 20:31 | |
*** Manuel_112 has joined #openstack | 20:31 | |
*** e0ne has joined #openstack | 20:32 | |
*** bob_one has joined #openstack | 20:32 | |
*** Manuel_112 has quit IRC | 20:33 | |
*** MrAbaddon has quit IRC | 20:33 | |
*** Manuel_112 has joined #openstack | 20:33 | |
*** ishan_ has quit IRC | 20:35 | |
*** Manuel_112 has quit IRC | 20:37 | |
*** Manuel_112 has joined #openstack | 20:38 | |
*** bob_one has quit IRC | 20:38 | |
*** pbandark has quit IRC | 20:38 | |
*** crose has quit IRC | 20:39 | |
*** zktech_ has quit IRC | 20:40 | |
*** e0ne has quit IRC | 20:41 | |
*** blomquisg is now known as blomquisg_gone | 20:41 | |
*** noslzzp has quit IRC | 20:41 | |
*** Manuel_112 has quit IRC | 20:42 | |
*** acidrainfall has joined #openstack | 20:42 | |
*** AlexeyAbashkin has joined #openstack | 20:44 | |
*** bob_one has joined #openstack | 20:46 | |
*** MrAbaddon has joined #openstack | 20:48 | |
*** AlexeyAbashkin has quit IRC | 20:48 | |
*** Manuel_112 has joined #openstack | 20:49 | |
*** ishanjain28 has joined #openstack | 20:53 | |
*** Manuel_112 has quit IRC | 20:54 | |
*** bob_one has quit IRC | 20:54 | |
*** schlitzer has quit IRC | 20:54 | |
*** gaughen has joined #openstack | 20:54 | |
*** pchavva has quit IRC | 20:55 | |
*** schlitzer has joined #openstack | 20:57 | |
*** B_Smith has quit IRC | 20:57 | |
*** dangers is now known as dangers_away | 20:58 | |
*** iyamahat has quit IRC | 21:00 | |
*** iyamahat has joined #openstack | 21:01 | |
*** MarkBaker has joined #openstack | 21:02 | |
*** bob_one has joined #openstack | 21:02 | |
*** B_Smith has joined #openstack | 21:02 | |
*** martinus__ has quit IRC | 21:03 | |
*** aconole has quit IRC | 21:06 | |
*** bob_one has quit IRC | 21:06 | |
*** Domin has joined #openstack | 21:07 | |
*** SimAloo has quit IRC | 21:08 | |
*** thorst has quit IRC | 21:08 | |
*** kjackal_ has quit IRC | 21:10 | |
*** ishanjain28 has quit IRC | 21:10 | |
*** georgem1 has joined #openstack | 21:11 | |
*** Manuel_112 has joined #openstack | 21:11 | |
*** asteriskmonkey has joined #openstack | 21:11 | |
asteriskmonkey | openstack deploys lxc containers correct? | 21:12 |
*** MarkBaker has quit IRC | 21:14 | |
colby_ | georgem1: So I have isolated all traffic to a single controller. Keystone,horizon,nova,neutron all use a single controller now. Im still seeing the same thing. Often when trying to list instances as admin in horizon Im seeing Neturon client errors, and a token not found errors from keystone | 21:14 |
colby_ | Id like to look at the memcache servers and see if the token is there. How does keystone generate the memcache key? I cant see to find a correlation between the token and memcache keys | 21:15 |
*** Manuel_112 has quit IRC | 21:16 | |
*** bob_one has joined #openstack | 21:20 | |
*** bob_one_ has joined #openstack | 21:20 | |
*** galstrom is now known as galstrom_zzz | 21:21 | |
*** lbrune has quit IRC | 21:23 | |
*** lbrune has joined #openstack | 21:23 | |
*** bob_one_ has quit IRC | 21:25 | |
*** SimAloo has joined #openstack | 21:25 | |
*** lbrune has quit IRC | 21:27 | |
georgem1 | colby_: sorry, I had to leave and now I'm on the train; I think memcache has a hash of the token, but the token is stored in sql if it cannot be found in memcache | 21:27 |
*** morazi has joined #openstack | 21:28 | |
georgem1 | you can try disabling the cache | 21:28 |
*** side_control has joined #openstack | 21:30 | |
SamYaple | colby_: are you using fernet tokens or uuid tokens? | 21:31 |
SamYaple | colby_: additionally, memcache is typically only used as a cache, though i believe there is a uuid token backend for memcache rather than the db | 21:31 |
*** gaughen has quit IRC | 21:32 | |
*** aojea has quit IRC | 21:32 | |
colby_ | uuid and memcache backend | 21:32 |
*** Manuel_112 has joined #openstack | 21:32 | |
SamYaple | colby_: then make sure all the nodes are in sync with ntp | 21:32 |
*** ikhan_ has quit IRC | 21:32 | |
colby_ | they all are | 21:33 |
*** thorst has joined #openstack | 21:33 | |
colby_ | we have ntp running across all nodes | 21:33 |
*** side_control has quit IRC | 21:33 | |
SamYaple | you can use normal commands like 'echo stats | nc <memcache server> 11211' to talk to memcache | 21:33 |
SamYaple | *if* keystone is encrypting those tokens the key should be in your "[cache]" section in keystone.conf | 21:34 |
colby_ | yea. I was just wondering how I can query for a token in memcache (Im using telnet. Just didn't know how the key id was generated | 21:34 |
SamYaple | its be a long long time since ive used uuid, much less the memcached backend for it | 21:34 |
SamYaple | i cant help you much there | 21:34 |
SamYaple | i highly recommend fernet tokens | 21:35 |
*** side_control has joined #openstack | 21:35 | |
colby_ | yea we are thinking of switching just need to setup the key management | 21:35 |
georgem1 | if you issue a token with "openstack token issue" you should be able to find it when dumping all the keys in memcache, but you should also find in sql | 21:35 |
colby_ | tokens dont go into sql | 21:35 |
colby_ | just memcache | 21:36 |
*** thorst has quit IRC | 21:36 | |
georgem1 | https://stackoverflow.com/questions/19560150/get-all-keys-set-in-memcached | 21:36 |
georgem1 | mine doo | 21:36 |
georgem1 | mine do go in sql | 21:36 |
*** auraka has quit IRC | 21:36 | |
colby_ | yea I tried that. We have 285K items in memcache so its alot to dump | 21:36 |
*** auraka has joined #openstack | 21:36 | |
*** lifeless has quit IRC | 21:37 | |
colby_ | we use memcache as the token persistence backend | 21:37 |
SamYaple | georgem1: different backend driver. they dont go into sql | 21:37 |
*** Manuel_112 has quit IRC | 21:37 | |
colby_ | this would be much easier if we used sql right now to troubleshoot | 21:37 |
SamYaple | colby_: also, if you are using that driver i think that means you are on newton (or before). and newton is about to EOL. keep that in mind | 21:37 |
colby_ | no we are on ocata | 21:37 |
colby_ | upgrading to ocata is where the issues started | 21:38 |
*** lucendio has joined #openstack | 21:38 | |
SamYaple | oh i see. https://github.com/openstack/keystone/commit/f44da98856cb2c0bd37e3c679384d33e1ddb3129 | 21:38 |
SamYaple | driver was moved because memcache is non-peristent | 21:38 |
georgem1 | colby_: ok, so if you have two controllers, each running memcache and storing tokens they generate, then you need to bind memcache on the management IP to allow connections from the other controller, righr? | 21:39 |
*** SimAloo has quit IRC | 21:39 | |
colby_ | yep both controllers can talk to both memcache servers | 21:39 |
colby_ | like I said most of the calls all work fine | 21:39 |
georgem1 | and now I'm getting of the train, I'll check with you tomorrow | 21:40 |
colby_ | if I click horizon->admin-instances about 1 out of every 5-6 times I load it, we see failure. | 21:40 |
colby_ | click again and it works fine | 21:40 |
*** georgem1 has quit IRC | 21:40 | |
SamYaple | colby_: ocata seems to have removed taht driver. https://github.com/openstack/keystone/tree/stable/ocata/keystone/token/persistence/backends | 21:40 |
SamYaple | what does the '[token]\driver=' line in your conf say? | 21:41 |
SamYaple | did they perhaps move it? | 21:41 |
*** srobert_ has joined #openstack | 21:42 | |
colby_ | driver=kvs | 21:42 |
*** Manuel_112 has joined #openstack | 21:42 | |
*** AlexeyAbashkin has joined #openstack | 21:43 | |
*** srobert has quit IRC | 21:45 | |
SamYaple | ah. ive never used that. i used the memcache driver which inherits that | 21:45 |
*** srobert_ has quit IRC | 21:47 | |
*** Manuel_112 has quit IRC | 21:47 | |
*** AlexeyAbashkin has quit IRC | 21:47 | |
colby_ | yea I saw thats how you have to do it with ocata. Maybe I just need to switch to fernet | 21:47 |
colby_ | Trying to figure out how to distribute the best way | 21:48 |
*** ishanjain28 has joined #openstack | 21:48 | |
*** iyamahat_ has joined #openstack | 21:48 | |
colby_ | distribute the keys | 21:48 |
*** iyamahat has quit IRC | 21:49 | |
SamYaple | yea dude im not sure kvs is working the way you think here. i dont think it can do multiple memcache host backends thats what the memcache and memcahce_pool drivers did | 21:50 |
*** slaweq_ has quit IRC | 21:50 | |
SamYaple | i think its using an in-memory cache right now | 21:50 |
*** catintheroof has quit IRC | 21:53 | |
SamYaple | colby_: yea you are not distributed. each copy of keystone has its own token cache | 21:53 |
SamYaple | colby_: https://github.com/openstack/keystone/blob/stable/ocata/keystone/token/persistence/backends/kvs.py#L53 | 21:53 |
*** catintheroof has joined #openstack | 21:53 | |
SamYaple | thats the backend you are using | 21:53 |
colby_ | ah ok that would explain. Sigh ok | 21:54 |
SamYaple | you either need to switch to sql or fernet | 21:54 |
colby_ | wait but Im only using one keystone right now...still having the same issue | 21:54 |
*** threestrands has joined #openstack | 21:54 | |
*** catintheroof has quit IRC | 21:55 | |
SamYaple | colby_: honestly im not sure. i do know that driver is well over a year since the lat update and its removed in Pike | 21:55 |
SamYaple | i would just bite the bullet and switch | 21:55 |
*** ishanjain28 has quit IRC | 21:55 | |
SamYaple | if youre only using one host for keystone now anyway it shouldnt matter | 21:55 |
*** ishanjain28 has joined #openstack | 21:55 | |
SamYaple | and since your current method *cant* do multinode.... | 21:55 |
colby_ | no I just have the 2nd node commented on the load balancer right now | 21:56 |
*** jamiec has quit IRC | 21:56 | |
SamYaple | right. my point is you cant do multinode right now. period. | 21:57 |
colby_ | Id like to have 2. I guess I can just use ssh keys to distribute the fernet keys | 21:57 |
colby_ | So this is where I saw the info for kvs with memcache: https://docs.openstack.org/keystone/ocata/configuration.html#caching-layer | 21:57 |
SamYaple | colby_: thats a caching layer and is a different thing | 21:58 |
SamYaple | you can still use that with fernet | 21:58 |
colby_ | ah I see | 21:58 |
*** tbonds has joined #openstack | 21:59 | |
*** yamamoto has joined #openstack | 21:59 | |
*** mchlumsky has quit IRC | 21:59 | |
*** lifeless has joined #openstack | 22:00 | |
*** takamatsu has quit IRC | 22:01 | |
*** colby_ has quit IRC | 22:01 | |
*** ishanjain28 has quit IRC | 22:02 | |
*** jamesbenson has quit IRC | 22:02 | |
*** iyamahat_ has quit IRC | 22:03 | |
*** iyamahat__ has joined #openstack | 22:03 | |
*** alanrgroves has joined #openstack | 22:04 | |
*** colby_ has joined #openstack | 22:04 | |
colby_ | SamYaple: Sorry my client disconnected. | 22:04 |
*** jamesbenson has joined #openstack | 22:04 | |
*** alanrgroves has quit IRC | 22:05 | |
*** jamiec has joined #openstack | 22:05 | |
colby_ | Ill look at fernet tokens. Is SSH an ok way to distrubute the keys. Just run keystone tool to rotate tokens on one then ssh the tokens to the other? Does httpd need to be restarted on token rotation? | 22:05 |
*** woodard has joined #openstack | 22:05 | |
SamYaple | colby_: no need to restart | 22:05 |
SamYaple | everytime a token is validate teh files are re-read | 22:06 |
colby_ | awesome. Even easier then. | 22:06 |
SamYaple | colby_: rsync/ssh whatever is fine | 22:06 |
*** rholloway has quit IRC | 22:09 | |
*** jamesbenson has quit IRC | 22:09 | |
*** penick_ has quit IRC | 22:11 | |
*** penick has joined #openstack | 22:11 | |
colby_ | SamYaple: Thanks for your help! | 22:12 |
*** bobh has quit IRC | 22:12 | |
*** Manuel_112 has joined #openstack | 22:15 | |
*** Manuel_112 has quit IRC | 22:16 | |
*** Manuel_112 has joined #openstack | 22:17 | |
*** rodolof has joined #openstack | 22:17 | |
*** Keitaro has quit IRC | 22:20 | |
*** achadha_ has joined #openstack | 22:20 | |
*** Manuel_112 has quit IRC | 22:21 | |
*** gildub has joined #openstack | 22:22 | |
*** achadha_ has quit IRC | 22:23 | |
*** achadha has quit IRC | 22:24 | |
*** achadha has joined #openstack | 22:25 | |
*** xemdetia has quit IRC | 22:25 | |
*** jackNemrod has quit IRC | 22:26 | |
*** Freddy2001 has quit IRC | 22:27 | |
*** threestrands has quit IRC | 22:28 | |
*** fsimonce has quit IRC | 22:28 | |
*** achadha has quit IRC | 22:29 | |
*** rodolof has quit IRC | 22:29 | |
*** achadha has joined #openstack | 22:30 | |
*** rodolof has joined #openstack | 22:30 | |
*** kbyrne has quit IRC | 22:30 | |
*** achadha has quit IRC | 22:31 | |
*** achadha has joined #openstack | 22:31 | |
*** kbyrne has joined #openstack | 22:33 | |
*** ginsul has quit IRC | 22:33 | |
*** Keitaro has joined #openstack | 22:34 | |
*** Manuel_112 has joined #openstack | 22:35 | |
*** achadha has quit IRC | 22:35 | |
*** threestrands has joined #openstack | 22:37 | |
*** jmlowe has joined #openstack | 22:38 | |
*** Manuel_112 has quit IRC | 22:39 | |
*** vegasq_ has quit IRC | 22:42 | |
*** janzian has quit IRC | 22:42 | |
*** AlexeyAbashkin has joined #openstack | 22:43 | |
*** archit has quit IRC | 22:46 | |
*** AlexeyAbashkin has quit IRC | 22:47 | |
*** lsell has left #openstack | 22:47 | |
colby_ | SamYaple: Does it matter what driver I use with Fernet? looks like the options are kvs and sql. | 22:48 |
*** achadha has joined #openstack | 22:49 | |
*** Manuel_112 has joined #openstack | 22:51 | |
SamYaple | colby_: i dont really think its a "choice" anymore. the kvs plugin is gone in Pike | 22:51 |
SamYaple | im not sure though if that is used when using the fernet provider | 22:51 |
SamYaple | the only line you need to put is '[token]\provider=fernet' | 22:51 |
SamYaple | you can leasve the rest off | 22:51 |
*** jonaspaulo has quit IRC | 22:52 | |
colby_ | gotcha | 22:52 |
*** achadha has quit IRC | 22:52 | |
*** achadha has joined #openstack | 22:53 | |
*** fzdarsky has quit IRC | 22:53 | |
*** iyamahat__ has quit IRC | 22:54 | |
SamYaple | colby_: http://paste.openstack.org/show/623502/ thats my whole config | 22:54 |
SamYaple | on one of my test clusters | 22:54 |
*** Son_Goku has joined #openstack | 22:55 | |
*** noslzzp has joined #openstack | 22:56 | |
*** Manuel_112 has quit IRC | 22:56 | |
*** iyamahat has joined #openstack | 22:58 | |
*** ChanServ changes topic to "Openstack Support Channel, Development in #openstack-dev | Wiki: http://wiki.openstack.org/ | Docs: http://docs.openstack.org/ | Answers: https://ask.openstack.org | Logs: http://eavesdrop.openstack.org/irclogs/ | Paste: http://paste.openstack.org/" | 23:01 | |
-openstackstatus- NOTICE: Workarounds are in place for libcurl and similar dependency errors due to stale ubuntu mirroring, and for POST_FAILURE results stemming from runaway inode utilization on the logs site; feel free to recheck failing changes for either of these problems now | 23:01 | |
*** Cybodog has joined #openstack | 23:01 | |
*** Freddy2001 has joined #openstack | 23:01 | |
*** Son_Goku has quit IRC | 23:04 | |
*** rodolof has quit IRC | 23:05 | |
*** rodolof has joined #openstack | 23:05 | |
*** Son_Goku has joined #openstack | 23:05 | |
*** rholloway has joined #openstack | 23:06 | |
colby_ | SamYaple: I got it working. Thanks for all your help | 23:06 |
SamYaple | colby_: w00t | 23:08 |
*** archit has joined #openstack | 23:09 | |
*** GenteelBen has quit IRC | 23:10 | |
*** bobh has joined #openstack | 23:12 | |
*** rwsu has joined #openstack | 23:14 | |
*** rodolof has quit IRC | 23:14 | |
*** rholloway has quit IRC | 23:23 | |
*** rholloway has joined #openstack | 23:24 | |
*** lvdombrkr has joined #openstack | 23:25 | |
*** Manuel_112 has joined #openstack | 23:26 | |
*** claudiub|2 has joined #openstack | 23:26 | |
*** robbiew has quit IRC | 23:27 | |
*** rholloway has quit IRC | 23:28 | |
*** kbringard has quit IRC | 23:30 | |
*** Manuel_112 has quit IRC | 23:31 | |
*** annabelleB has quit IRC | 23:31 | |
*** archit has quit IRC | 23:32 | |
*** cjain has quit IRC | 23:33 | |
*** cjain has joined #openstack | 23:33 | |
*** Son_Goku has quit IRC | 23:34 | |
*** ttrifonov has quit IRC | 23:35 | |
*** thorst has joined #openstack | 23:37 | |
*** ttrifonov has joined #openstack | 23:38 | |
*** Manuel_112 has joined #openstack | 23:38 | |
*** rholloway has joined #openstack | 23:38 | |
*** bobh has quit IRC | 23:39 | |
*** aojea has joined #openstack | 23:39 | |
*** Son_Goku has joined #openstack | 23:41 | |
*** smccarthy has quit IRC | 23:41 | |
*** Son_Goku has quit IRC | 23:41 | |
*** thorst has quit IRC | 23:42 | |
*** AlexeyAbashkin has joined #openstack | 23:42 | |
*** Manuel_112 has quit IRC | 23:42 | |
*** achadha has quit IRC | 23:43 | |
*** cjain has quit IRC | 23:44 | |
*** cjain has joined #openstack | 23:44 | |
*** aojea has quit IRC | 23:44 | |
*** cjain has quit IRC | 23:44 | |
*** cjain has joined #openstack | 23:45 | |
*** markvoelker has quit IRC | 23:46 | |
*** AlexeyAbashkin has quit IRC | 23:46 | |
*** bobh has joined #openstack | 23:47 | |
*** cjain has quit IRC | 23:47 | |
*** suresh12 has joined #openstack | 23:49 | |
*** Manuel_112 has joined #openstack | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!