*** Pavo has joined #openstack | 00:00 | |
Pavo | does anyone know if you can use both kvm and docker as hypervisors at the same time? | 00:00 |
---|---|---|
masber | I cant see anything on tcpdump | 00:00 |
Sam-I-Am | yeaahhhh... posting to openbsd-misc would take a lot of work | 00:00 |
Pavo | does anyone know if you can use both kvm and docker as hypervisors at the same time? | 00:00 |
*** haleyb_ has joined #openstack | 00:00 | |
Sam-I-Am | i dont think the nova-docker thing is a thing anymore | 00:00 |
jidar | I should write a filter that just ignores people saying the same thing at within a minute or two | 00:00 |
jidar | docker isn't a HV anyway | 00:00 |
Sam-I-Am | masber: hmm, that might be a problem | 00:01 |
jidar | but that's semantics | 00:01 |
jidar | there's a few projects out there doing it, I thought anyway | 00:01 |
Pavo | Sam-I-Am then how can I use containers as an image in openstack | 00:01 |
jidar | was it magnum | 00:01 |
Sam-I-Am | maybe that was it | 00:01 |
Sam-I-Am | its not nova anymore, iirc | 00:01 |
Sam-I-Am | there's likely some project that does it | 00:01 |
jidar | >Magnum is an OpenStack API service developed by the OpenStack Containers Team making container orchestration engines such as Docker Swarm, Kubernetes, and Apache Mesos available as first class resources in OpenStack. Magnum uses Heat to orchestrate an OS image which contains Docker and Kubernetes and runs that image in either virtual machines or bare metal in a cluster configuration. Click below for a ~2 | 00:01 |
jidar | minute demo of how the Magnum CLI works. | 00:02 |
Sam-I-Am | masber: whats the output of 'ip netns exec qrouterwhatever ip a' ? | 00:02 |
Pavo | and jidar the reason I posted the same question twice was because the first time I posted it I was disconnected and didn't think that it was buffer it when I connected | 00:02 |
Sam-I-Am | and on the host 'ip a' | 00:02 |
*** steveg_afk has quit IRC | 00:03 | |
jidar | Pavo: no worries, but be aware, people constantly do that in here | 00:03 |
Pavo | roger and apologize | 00:03 |
masber | Sam-I-Am, this http://pastebin.com/raw/qc498Q47 | 00:03 |
*** matjazp has quit IRC | 00:04 | |
masber | Sam-I-Am, the vm can ping both routers IPs | 00:04 |
*** haleyb_ has quit IRC | 00:04 | |
Sam-I-Am | it can ping .1 too ? | 00:05 |
jidar | heh, double check the sysctl for ipv4 forward is enabled | 00:05 |
Sam-I-Am | sort of wondering if there's a host-based firewall active | 00:05 |
jidar | net.ipv4.ip_forward | 00:05 |
masber | Sam-I-Am, yes it can ping both 192.168.1.1 and 129.94.72.52 | 00:06 |
jidar | 129.94.72.1 ? | 00:06 |
masber | jidar, from vm pinging 129.94.72.1 is not successful | 00:06 |
Sam-I-Am | hmm | 00:08 |
Sam-I-Am | masber: whats the output of 'ip a' on the host? | 00:08 |
masber | Sam-I-Am, this is the netowrk configur from the openstack host http://pastebin.com/raw/NHsWrc4K | 00:09 |
*** Zer0Byte__ has quit IRC | 00:10 | |
masber | Sam-I-Am, this is my /etc/sysctl.conf file content http://pastebin.com/YNC9c5VB | 00:10 |
*** flashcoder has quit IRC | 00:10 | |
*** amontalban has joined #openstack | 00:11 | |
*** amontalban has joined #openstack | 00:11 | |
*** cfh has joined #openstack | 00:12 | |
*** hieulq_ has joined #openstack | 00:12 | |
Sam-I-Am | next thing... do a tcpdump on on the qg interface inside the router namespace | 00:13 |
Sam-I-Am | so, ip netns exec qrouterblah tcpdump -lnvpei qgXXX | 00:13 |
Sam-I-Am | while you're doing a ping | 00:13 |
*** sayantan_ has quit IRC | 00:13 | |
masber | ping to 129.94.72.1? | 00:13 |
*** sayantan_ has joined #openstack | 00:13 | |
*** Zer0Byte__ has joined #openstack | 00:14 | |
*** k4n0 has joined #openstack | 00:15 | |
masber | Sam-I-Am, yes I can see traffic | 00:15 |
Sam-I-Am | hmm | 00:16 |
Sam-I-Am | whats the output? | 00:16 |
masber | Sam-I-Am, http://pastebin.com/raw/yFveyv9x | 00:16 |
*** amontalban has quit IRC | 00:16 | |
*** rdo has quit IRC | 00:16 | |
Sam-I-Am | but you dont see that traffic when using br-ex | 00:17 |
*** Zer0Byte__ has quit IRC | 00:17 | |
masber | Sam-I-Am, I can see traffic when I ping 129.94.72.54 but not when I ping 129.94.72.1 | 00:19 |
masber | so I run on the host tcpdump -lnvpei br-ex icmp | 00:19 |
*** AG_Clinton has left #openstack | 00:19 | |
masber | then I do ping 129.94.72.54 from the vm and I can see the traces on the host | 00:19 |
masber | but I can't see anything when I ping 129.94.72.1 from the vm | 00:20 |
jidar | look at the routing table on that qrouter ns | 00:20 |
jidar | er, n/m we know it pings out | 00:20 |
*** shibby has quit IRC | 00:20 | |
masber | jidar, this is it http://pastebin.com/cLUiewEA | 00:21 |
*** madcao has joined #openstack | 00:22 | |
jidar | gah that's confusing to look at, the external router using a qg interface for it's default route | 00:22 |
Sam-I-Am | jidar: i bet the l3 agent has br-ex in the config somewhere | 00:23 |
Sam-I-Am | but anywho... | 00:23 |
Sam-I-Am | something is preventing traffic from getting out of that router ns | 00:23 |
jidar | vxlan on the outside like that is just so goofy | 00:23 |
Sam-I-Am | i'm surprised they didnt fix that | 00:23 |
masber | but I can ping outside from the router ns | 00:23 |
jidar | I'm surprised it came out that way at all | 00:24 |
Sam-I-Am | well, it pings from the router gw ip, not the fip | 00:24 |
masber | do you recommend deploying openstack using a different tool? | 00:24 |
Sam-I-Am | if you remove the fip from the vm, does it work? | 00:24 |
*** rdo has joined #openstack | 00:24 | |
masber | one sec | 00:24 |
masber | emergency | 00:24 |
*** johefernan has joined #openstack | 00:25 | |
Sam-I-Am | the life of IT people | 00:26 |
*** woodard has joined #openstack | 00:27 | |
*** limao has joined #openstack | 00:29 | |
*** spzala has quit IRC | 00:29 | |
*** spzala has joined #openstack | 00:29 | |
*** spzala has quit IRC | 00:30 | |
*** spzala has joined #openstack | 00:30 | |
*** jamesdenton has quit IRC | 00:34 | |
*** pengown has joined #openstack | 00:36 | |
*** spzala has quit IRC | 00:36 | |
*** spzala has joined #openstack | 00:36 | |
*** vgadiraj has joined #openstack | 00:37 | |
*** mitz has quit IRC | 00:38 | |
*** mmalik4 has joined #openstack | 00:39 | |
*** amontalban has joined #openstack | 00:40 | |
*** amontalban has joined #openstack | 00:40 | |
Sam-I-Am | well, i gotta run for the evening | 00:40 |
*** spzala has quit IRC | 00:40 | |
*** dxiri has quit IRC | 00:41 | |
*** f4 has joined #openstack | 00:41 | |
*** mitz has joined #openstack | 00:43 | |
*** hieulq_ has quit IRC | 00:43 | |
*** Jack_Iv has joined #openstack | 00:47 | |
*** rama_y has quit IRC | 00:49 | |
*** xemdetia has quit IRC | 00:50 | |
*** hfu has joined #openstack | 00:50 | |
*** wN has joined #openstack | 00:50 | |
*** wN has quit IRC | 00:50 | |
*** wN has joined #openstack | 00:50 | |
*** Jack_Iv has quit IRC | 00:51 | |
*** soliosg has quit IRC | 00:52 | |
*** kickinz1 has quit IRC | 00:53 | |
*** JRobinson__ is now known as JRobinson__afk | 00:53 | |
*** jamesdenton has joined #openstack | 00:54 | |
*** amontalban has quit IRC | 00:54 | |
*** achadha has joined #openstack | 00:54 | |
*** hieulq_ has joined #openstack | 00:55 | |
*** radhikam has quit IRC | 00:56 | |
*** kickinz1 has joined #openstack | 00:57 | |
*** cyborg-one has joined #openstack | 00:57 | |
*** shootbird has quit IRC | 01:00 | |
*** ohnoitsme has joined #openstack | 01:01 | |
ohnoitsme | hello all | 01:01 |
*** baoli_ has quit IRC | 01:01 | |
ohnoitsme | im wondering what can be done to improve the response times for command line clients (liberty, three controllers) | 01:01 |
*** jamesdenton has quit IRC | 01:03 | |
*** msimonin has quit IRC | 01:03 | |
*** catintheroof has joined #openstack | 01:05 | |
*** hieulq_ has quit IRC | 01:05 | |
*** macjack has joined #openstack | 01:05 | |
*** comay has quit IRC | 01:05 | |
*** baoli has joined #openstack | 01:05 | |
masber | jidar, sorry I am back are you still available? | 01:06 |
haukebruno | ohnoitsme, what exactly is slow? | 01:06 |
haukebruno | while using caching in keystone we got much better results for example | 01:06 |
ohnoitsme | haukebruno: oh interesting | 01:07 |
ohnoitsme | thank you, i will look into that | 01:07 |
*** catintheroof has quit IRC | 01:08 | |
*** hieulq_ has joined #openstack | 01:09 | |
haukebruno | ohnoitsme, after a plain (vanilla like) setup we had response times for e.g. 'openstack endpoint list' of 10s and sometimes more. with keystone caching (using memcached) we are down to about 1s | 01:09 |
*** mtanino has quit IRC | 01:10 | |
*** shootbird has joined #openstack | 01:11 | |
*** shibby has joined #openstack | 01:11 | |
*** hieulq_ has quit IRC | 01:11 | |
ohnoitsme | haukebruno: thats what id love to see, yes. | 01:11 |
*** piet_ has quit IRC | 01:12 | |
*** hieulq_ has joined #openstack | 01:16 | |
*** sayantan_ has quit IRC | 01:17 | |
*** JRobinson__afk has quit IRC | 01:18 | |
*** Cybodog has quit IRC | 01:18 | |
*** donnalezyty_ has quit IRC | 01:21 | |
*** thorst_afk has quit IRC | 01:21 | |
*** thorst_afk has joined #openstack | 01:22 | |
*** joelio has quit IRC | 01:22 | |
*** sayantan_ has joined #openstack | 01:23 | |
*** pengown has quit IRC | 01:25 | |
*** macjack has quit IRC | 01:26 | |
masber | hi, anyone who can help me troubleshooting my vm network? | 01:28 |
*** penick has quit IRC | 01:29 | |
*** Gwayne has joined #openstack | 01:30 | |
*** Gwayne has joined #openstack | 01:30 | |
*** spzala has joined #openstack | 01:30 | |
*** thorst_afk has quit IRC | 01:30 | |
*** georgem1 has joined #openstack | 01:31 | |
*** macjack has joined #openstack | 01:33 | |
*** woodard_ has joined #openstack | 01:34 | |
*** woodard has quit IRC | 01:34 | |
*** hieulq_ has quit IRC | 01:34 | |
*** kristian__ has quit IRC | 01:34 | |
*** glassbeadian[m] has joined #openstack | 01:34 | |
*** kristian__ has joined #openstack | 01:35 | |
*** TheAppleMan has quit IRC | 01:35 | |
*** georgem1 has quit IRC | 01:35 | |
*** gildub has joined #openstack | 01:38 | |
*** thorst_afk has joined #openstack | 01:38 | |
*** m1911 has joined #openstack | 01:38 | |
ohnoitsme | haukebruno: so turns out caching for keystone is enabled. in horizon chrome dev console shows wait times of 2s+ for various things (images, changing projects, etc) - is that your experience as well? | 01:38 |
*** kristian__ has quit IRC | 01:39 | |
haukebruno | ohnoitsme, are you around in lets say an hour? I am performing some more or less critical maintenance work now :p | 01:40 |
*** lucendio has quit IRC | 01:40 | |
ohnoitsme | haukebruno: no problem | 01:40 |
*** thorst_afk has quit IRC | 01:43 | |
*** smccarthy has quit IRC | 01:45 | |
*** dgurtner has quit IRC | 01:48 | |
*** m1911 has quit IRC | 01:50 | |
*** john-davidge has joined #openstack | 01:54 | |
*** TheAppleMan has joined #openstack | 01:54 | |
*** TheAppleMan has joined #openstack | 01:54 | |
*** m1911 has joined #openstack | 01:57 | |
*** anonymuse has quit IRC | 01:57 | |
*** ivo_ has quit IRC | 01:57 | |
*** john-davidge has quit IRC | 01:58 | |
*** Pavo has quit IRC | 01:59 | |
*** m1911 has quit IRC | 02:01 | |
*** m1911 has joined #openstack | 02:02 | |
*** haleyb_ has joined #openstack | 02:02 | |
*** phileas has quit IRC | 02:03 | |
*** knangia has quit IRC | 02:04 | |
*** Pavo has joined #openstack | 02:04 | |
*** phileas has joined #openstack | 02:04 | |
*** erkules_ has joined #openstack | 02:06 | |
*** RedW has quit IRC | 02:06 | |
*** quantums has quit IRC | 02:06 | |
*** mlakat has quit IRC | 02:06 | |
*** haleyb_ has quit IRC | 02:07 | |
*** RedW has joined #openstack | 02:07 | |
*** erkules has quit IRC | 02:08 | |
*** quantums has joined #openstack | 02:09 | |
*** jayfk_ has joined #openstack | 02:09 | |
*** chrisplo has quit IRC | 02:10 | |
*** jgriffiths has quit IRC | 02:10 | |
*** ivo_ has joined #openstack | 02:11 | |
*** JRobinson__afk has joined #openstack | 02:11 | |
*** cyborg-one has quit IRC | 02:12 | |
*** JRobinson__afk is now known as JRobinson__ | 02:12 | |
*** stevemar__ has quit IRC | 02:13 | |
*** jayfk has quit IRC | 02:13 | |
*** stevemar__ has joined #openstack | 02:13 | |
*** stevemar__ has quit IRC | 02:17 | |
*** saschpe has quit IRC | 02:18 | |
*** maryo has joined #openstack | 02:20 | |
haukebruno | ohnoitsme, listing images is about 500ms here | 02:21 |
ohnoitsme | haukebruno: i just did another thing - removed admin rights from my user on all the projects - this sped things up considerably | 02:22 |
haukebruno | chaning projects on the overview page is about 700ms | 02:22 |
haukebruno | maybe as a hint, we use memcached for almost every service | 02:22 |
ohnoitsme | i gotta jet - thank you! | 02:23 |
*** saschpe has joined #openstack | 02:23 | |
*** catintheroof has joined #openstack | 02:24 | |
*** maryo has left #openstack | 02:24 | |
*** m1911 has quit IRC | 02:25 | |
*** m1911 has joined #openstack | 02:25 | |
*** m1911 has quit IRC | 02:25 | |
*** m1911 has joined #openstack | 02:25 | |
*** srobert has quit IRC | 02:26 | |
*** m1911 has quit IRC | 02:26 | |
*** m1911 has joined #openstack | 02:26 | |
*** cuongnv has joined #openstack | 02:29 | |
*** smccarthy has joined #openstack | 02:31 | |
*** JRobinson__ has quit IRC | 02:31 | |
*** smccarth_ has joined #openstack | 02:34 | |
*** smccarth_ has quit IRC | 02:34 | |
*** smccarth_ has joined #openstack | 02:35 | |
*** smccarthy has quit IRC | 02:35 | |
*** supamatt has joined #openstack | 02:35 | |
*** sayantan_ has quit IRC | 02:36 | |
*** cuongnv has quit IRC | 02:36 | |
*** cuongnv has joined #openstack | 02:37 | |
*** yamahata has quit IRC | 02:37 | |
*** bkopilov has quit IRC | 02:38 | |
*** mitz has quit IRC | 02:38 | |
*** sayantan_ has joined #openstack | 02:39 | |
*** JRobinson__ has joined #openstack | 02:40 | |
*** thorst_afk has joined #openstack | 02:41 | |
*** thorst_afk has quit IRC | 02:41 | |
*** fzdarsky_ has joined #openstack | 02:41 | |
*** thorst_afk has joined #openstack | 02:41 | |
*** webguynow has quit IRC | 02:41 | |
*** gli has joined #openstack | 02:42 | |
*** webguynow has joined #openstack | 02:42 | |
*** srobert has joined #openstack | 02:43 | |
*** mitz has joined #openstack | 02:43 | |
*** srobert has quit IRC | 02:44 | |
*** bobh has joined #openstack | 02:44 | |
*** srobert has joined #openstack | 02:44 | |
*** fzdarsky|afk has quit IRC | 02:45 | |
*** thorst_afk has quit IRC | 02:46 | |
*** m1911 has quit IRC | 02:48 | |
*** achadha has quit IRC | 02:49 | |
*** amontalban has joined #openstack | 02:52 | |
*** amontalban has joined #openstack | 02:52 | |
*** hieulq_ has joined #openstack | 02:55 | |
masber | hi, anyonw who can help me troubleshooting why my instance can't ping my gateway? | 02:57 |
*** amontalban has quit IRC | 02:57 | |
*** srobert has quit IRC | 02:58 | |
*** _Cyclone_ has quit IRC | 02:59 | |
*** _Cyclone_ has joined #openstack | 03:03 | |
*** haleyb_ has joined #openstack | 03:03 | |
*** Lee1092 has joined #openstack | 03:04 | |
*** cuongnv has quit IRC | 03:05 | |
*** _Cyclone_ has quit IRC | 03:05 | |
*** bocaneri has joined #openstack | 03:06 | |
*** johnny_ has quit IRC | 03:06 | |
*** haleyb_ has quit IRC | 03:07 | |
*** shibby has quit IRC | 03:08 | |
*** stevemar__ has joined #openstack | 03:11 | |
*** EricGonczer_ has joined #openstack | 03:13 | |
*** EricGonczer_ has quit IRC | 03:13 | |
*** eb0t has joined #openstack | 03:14 | |
*** rodrigods_ is now known as rodrigods | 03:15 | |
*** macjack has quit IRC | 03:20 | |
*** retreved has joined #openstack | 03:24 | |
*** dankrs has joined #openstack | 03:24 | |
*** dankolbrs has quit IRC | 03:25 | |
*** gildub has quit IRC | 03:25 | |
*** catintheroof has quit IRC | 03:28 | |
*** catintheroof has joined #openstack | 03:28 | |
*** retreved has quit IRC | 03:28 | |
*** catintheroof has quit IRC | 03:28 | |
*** catintheroof has joined #openstack | 03:30 | |
*** steveg_afk has joined #openstack | 03:30 | |
*** catintheroof has quit IRC | 03:30 | |
*** gli has quit IRC | 03:31 | |
*** catintheroof has joined #openstack | 03:31 | |
*** catintheroof has quit IRC | 03:31 | |
*** saschpe has quit IRC | 03:33 | |
*** saschpe has joined #openstack | 03:35 | |
*** macjack has joined #openstack | 03:37 | |
*** cemason has joined #openstack | 03:39 | |
*** deanman has quit IRC | 03:39 | |
*** macjack has quit IRC | 03:43 | |
*** adriant has quit IRC | 03:44 | |
*** deanman has joined #openstack | 03:45 | |
*** thorst_afk has joined #openstack | 03:45 | |
*** nicolasbock has quit IRC | 03:45 | |
*** EricGonczer_ has joined #openstack | 03:45 | |
*** cemason1 has joined #openstack | 03:46 | |
*** cemason has quit IRC | 03:47 | |
*** gli has joined #openstack | 03:47 | |
*** k4n0 has quit IRC | 03:49 | |
*** dxiri has joined #openstack | 03:49 | |
*** masonjoyers has quit IRC | 03:52 | |
*** thorst_afk has quit IRC | 03:52 | |
*** mmalik4 has quit IRC | 03:53 | |
*** knangia has joined #openstack | 03:53 | |
*** dxiri has quit IRC | 03:54 | |
*** prateek has joined #openstack | 03:55 | |
*** steveg_afk has quit IRC | 03:57 | |
*** sayantan_ has quit IRC | 03:59 | |
*** Pavo has quit IRC | 03:59 | |
*** bocian85 has quit IRC | 03:59 | |
*** bocian85 has joined #openstack | 03:59 | |
*** TMM has quit IRC | 04:00 | |
*** TMM has joined #openstack | 04:01 | |
*** hieulq_ has quit IRC | 04:01 | |
*** bkopilov has joined #openstack | 04:02 | |
*** k4n0 has joined #openstack | 04:04 | |
*** Pavo has joined #openstack | 04:04 | |
*** haleyb_ has joined #openstack | 04:04 | |
*** mlakat has joined #openstack | 04:06 | |
*** georgem1 has joined #openstack | 04:07 | |
*** sayantan_ has joined #openstack | 04:08 | |
*** haleyb_ has quit IRC | 04:09 | |
*** hieulq_ has joined #openstack | 04:10 | |
*** sreeram_v has joined #openstack | 04:12 | |
*** sreeram_v has quit IRC | 04:12 | |
*** sreeram_v has joined #openstack | 04:13 | |
*** Ephur has quit IRC | 04:13 | |
*** Son_Goku has joined #openstack | 04:13 | |
*** EricGonczer_ has quit IRC | 04:13 | |
*** Ephur has joined #openstack | 04:13 | |
*** Ephur has quit IRC | 04:14 | |
*** cfh has quit IRC | 04:14 | |
*** PsionTheory has joined #openstack | 04:14 | |
*** Ephur has joined #openstack | 04:14 | |
*** Ephur has quit IRC | 04:14 | |
*** netsin has quit IRC | 04:15 | |
*** k4n0 has quit IRC | 04:15 | |
*** Ephur has joined #openstack | 04:15 | |
*** Ephur has quit IRC | 04:15 | |
*** bobh has quit IRC | 04:16 | |
*** yamamot__ has joined #openstack | 04:16 | |
*** Ephur has joined #openstack | 04:16 | |
*** Ephur has quit IRC | 04:16 | |
*** hieulq_ has quit IRC | 04:17 | |
*** Ephur has joined #openstack | 04:17 | |
*** Ephur has quit IRC | 04:17 | |
*** Ephur has joined #openstack | 04:18 | |
*** Ephur has quit IRC | 04:18 | |
*** Ephur has joined #openstack | 04:19 | |
*** Ephur has quit IRC | 04:19 | |
*** hieulq_ has joined #openstack | 04:19 | |
*** Ephur has joined #openstack | 04:19 | |
*** Ephur has quit IRC | 04:20 | |
*** Ephur has joined #openstack | 04:20 | |
*** Ephur has quit IRC | 04:21 | |
*** john-davidge has joined #openstack | 04:21 | |
*** Keverw has quit IRC | 04:21 | |
*** Ephur has joined #openstack | 04:21 | |
*** sam_nowitzki has joined #openstack | 04:21 | |
*** Ephur has quit IRC | 04:22 | |
*** deep_1 has joined #openstack | 04:22 | |
*** Ephur has joined #openstack | 04:22 | |
*** Ephur has quit IRC | 04:22 | |
*** sayantan_ has quit IRC | 04:23 | |
*** Ephur has joined #openstack | 04:23 | |
*** Ephur has quit IRC | 04:23 | |
*** sayantan_ has joined #openstack | 04:23 | |
*** Ephur has joined #openstack | 04:24 | |
*** Ephur has quit IRC | 04:24 | |
*** Ephur has joined #openstack | 04:25 | |
*** stevemar__ has quit IRC | 04:25 | |
*** Ephur has quit IRC | 04:25 | |
*** john-davidge has quit IRC | 04:25 | |
*** stevemar__ has joined #openstack | 04:25 | |
*** dxiri has joined #openstack | 04:25 | |
*** Ephur has joined #openstack | 04:26 | |
*** Ephur has quit IRC | 04:26 | |
*** Ephur has joined #openstack | 04:27 | |
*** Ephur has quit IRC | 04:27 | |
*** rdas has joined #openstack | 04:27 | |
*** Ephur has joined #openstack | 04:27 | |
*** jgriffith is now known as jgriffith_away | 04:28 | |
*** Ephur has quit IRC | 04:28 | |
*** Ephur has joined #openstack | 04:29 | |
*** Ephur has quit IRC | 04:29 | |
*** Ephur has joined #openstack | 04:29 | |
*** Ephur has quit IRC | 04:29 | |
*** k4n0 has joined #openstack | 04:30 | |
*** stevemar__ has quit IRC | 04:30 | |
*** gli has quit IRC | 04:30 | |
*** Ephur has joined #openstack | 04:30 | |
*** dxiri has quit IRC | 04:30 | |
*** Ephur has quit IRC | 04:30 | |
*** smccarth_ has quit IRC | 04:31 | |
*** Ephur has joined #openstack | 04:31 | |
*** Ephur has quit IRC | 04:31 | |
*** Ephur has joined #openstack | 04:32 | |
*** Ephur has quit IRC | 04:32 | |
*** JRobinson__ is now known as JRobinson__afk | 04:33 | |
*** Ephur has joined #openstack | 04:33 | |
*** Ephur has quit IRC | 04:33 | |
*** Ephur has joined #openstack | 04:34 | |
*** Ephur has quit IRC | 04:34 | |
*** Ephur has joined #openstack | 04:35 | |
*** Ephur has quit IRC | 04:35 | |
*** Ephur has joined #openstack | 04:35 | |
*** Ephur has quit IRC | 04:36 | |
*** Ephur has joined #openstack | 04:36 | |
*** Ephur has quit IRC | 04:37 | |
*** Ephur has joined #openstack | 04:37 | |
*** Ephur has quit IRC | 04:37 | |
*** mitz has quit IRC | 04:38 | |
*** Ephur has joined #openstack | 04:38 | |
*** Ephur has quit IRC | 04:38 | |
*** Ephur has joined #openstack | 04:39 | |
*** fidgi has quit IRC | 04:39 | |
*** Ephur has quit IRC | 04:39 | |
*** fidgi has joined #openstack | 04:39 | |
*** Ephur has joined #openstack | 04:40 | |
*** Ephur has quit IRC | 04:40 | |
*** fnodeuser has joined #openstack | 04:41 | |
*** Ephur has joined #openstack | 04:41 | |
*** Ephur has quit IRC | 04:41 | |
*** Ephur has joined #openstack | 04:42 | |
*** gli has joined #openstack | 04:42 | |
*** Ephur has quit IRC | 04:42 | |
*** mitz has joined #openstack | 04:42 | |
*** Ephur has joined #openstack | 04:43 | |
*** Ephur has quit IRC | 04:43 | |
*** fnodeuser has left #openstack | 04:43 | |
*** Ephur has joined #openstack | 04:43 | |
*** Ephur has quit IRC | 04:44 | |
*** Ephur has joined #openstack | 04:44 | |
*** Ephur has quit IRC | 04:45 | |
*** zkassab has quit IRC | 04:45 | |
*** k4n0 has quit IRC | 04:45 | |
*** Ephur has joined #openstack | 04:45 | |
*** Keverw has joined #openstack | 04:45 | |
*** Ephur has quit IRC | 04:45 | |
*** Ephur has joined #openstack | 04:46 | |
*** watanabe_isao has joined #openstack | 04:46 | |
*** Ephur has quit IRC | 04:46 | |
*** Ephur has joined #openstack | 04:47 | |
*** Ephur has quit IRC | 04:47 | |
*** Ephur has joined #openstack | 04:48 | |
*** Ephur has quit IRC | 04:48 | |
*** Ephur has joined #openstack | 04:49 | |
*** Ephur has quit IRC | 04:49 | |
*** PsionTheory has quit IRC | 04:49 | |
*** Ephur has joined #openstack | 04:50 | |
*** Ephur has quit IRC | 04:50 | |
*** thorst_afk has joined #openstack | 04:50 | |
*** Ephur has joined #openstack | 04:50 | |
*** Ephur has quit IRC | 04:51 | |
*** Ephur has joined #openstack | 04:51 | |
*** Ephur has quit IRC | 04:52 | |
*** Ephur has joined #openstack | 04:52 | |
*** Ephur has quit IRC | 04:52 | |
*** sam_nowitzki has quit IRC | 04:53 | |
*** Ephur has joined #openstack | 04:53 | |
*** Ephur has quit IRC | 04:53 | |
*** shootbird has quit IRC | 04:53 | |
*** sam_nowitzki has joined #openstack | 04:54 | |
*** Ephur has joined #openstack | 04:54 | |
*** xionchen_ has quit IRC | 04:54 | |
*** Ephur has joined #openstack | 04:55 | |
*** Ephur has quit IRC | 04:55 | |
*** Ephur has joined #openstack | 04:56 | |
*** Ephur has quit IRC | 04:56 | |
*** germs has quit IRC | 04:56 | |
*** Ephur has joined #openstack | 04:57 | |
*** thorst_afk has quit IRC | 04:57 | |
*** Ephur has quit IRC | 04:57 | |
*** Ephur has joined #openstack | 04:58 | |
*** Ephur has quit IRC | 04:58 | |
*** k4n0 has joined #openstack | 04:58 | |
*** Ephur has joined #openstack | 04:58 | |
*** Ephur has quit IRC | 04:59 | |
*** Ephur has joined #openstack | 04:59 | |
*** haasn has quit IRC | 05:00 | |
*** links has joined #openstack | 05:00 | |
*** Ephur has joined #openstack | 05:00 | |
*** mkolesni has joined #openstack | 05:00 | |
*** jamespage has quit IRC | 05:00 | |
*** Ephur has quit IRC | 05:00 | |
*** Poornima has joined #openstack | 05:01 | |
*** Ephur has joined #openstack | 05:01 | |
*** jamespag` has joined #openstack | 05:01 | |
*** Ephur has quit IRC | 05:01 | |
*** Ephur has joined #openstack | 05:02 | |
*** Ephur has quit IRC | 05:02 | |
*** shootbird has joined #openstack | 05:02 | |
*** Ephur has joined #openstack | 05:03 | |
*** Ephur has quit IRC | 05:03 | |
*** Ephur has joined #openstack | 05:04 | |
*** Ephur has quit IRC | 05:04 | |
*** Ephur has joined #openstack | 05:05 | |
*** haleyb_ has joined #openstack | 05:05 | |
*** Ephur has quit IRC | 05:05 | |
*** Ephur has joined #openstack | 05:06 | |
*** Ephur has quit IRC | 05:06 | |
*** Ephur has joined #openstack | 05:06 | |
*** Ephur has quit IRC | 05:07 | |
*** masco has joined #openstack | 05:07 | |
*** Son_Goku has quit IRC | 05:07 | |
*** Ephur has joined #openstack | 05:07 | |
*** Ephur has quit IRC | 05:07 | |
*** Ephur has joined #openstack | 05:08 | |
*** Ephur has quit IRC | 05:08 | |
*** Ephur has joined #openstack | 05:09 | |
*** Ephur has quit IRC | 05:09 | |
*** haasn has joined #openstack | 05:10 | |
*** haleyb_ has quit IRC | 05:10 | |
*** Ephur has joined #openstack | 05:10 | |
*** Ephur has quit IRC | 05:10 | |
*** JRobinson__afk is now known as JRobinson__ | 05:10 | |
*** Ephur has joined #openstack | 05:11 | |
*** prateek_ has joined #openstack | 05:11 | |
*** Ephur has quit IRC | 05:11 | |
*** Ephur has joined #openstack | 05:12 | |
*** sayantan_ has quit IRC | 05:12 | |
*** georgem1 has quit IRC | 05:12 | |
*** Ephur has quit IRC | 05:12 | |
*** Ephur has joined #openstack | 05:12 | |
*** Ephur has quit IRC | 05:13 | |
*** Ephur has joined #openstack | 05:13 | |
*** Ephur has quit IRC | 05:14 | |
*** prateek has quit IRC | 05:14 | |
*** Ephur has joined #openstack | 05:14 | |
*** Ephur has quit IRC | 05:15 | |
*** parora has joined #openstack | 05:15 | |
*** Ephur has joined #openstack | 05:15 | |
*** yamahata has joined #openstack | 05:15 | |
*** Ephur has quit IRC | 05:15 | |
*** VW has joined #openstack | 05:16 | |
*** amontalban has joined #openstack | 05:16 | |
*** amontalban has joined #openstack | 05:16 | |
*** Ephur has joined #openstack | 05:16 | |
*** Ephur has quit IRC | 05:16 | |
*** Gwayne has quit IRC | 05:16 | |
*** Ephur has joined #openstack | 05:17 | |
*** homeski has joined #openstack | 05:17 | |
*** prateek_ has quit IRC | 05:17 | |
*** Ephur has quit IRC | 05:17 | |
*** Ephur has joined #openstack | 05:18 | |
*** Ephur has quit IRC | 05:18 | |
*** fidgi has quit IRC | 05:18 | |
*** Ephur has joined #openstack | 05:19 | |
*** Jack_Iv has joined #openstack | 05:19 | |
*** Ephur has quit IRC | 05:19 | |
*** Ephur has joined #openstack | 05:20 | |
*** Ephur has quit IRC | 05:20 | |
*** amontalban has quit IRC | 05:20 | |
*** Ephur has joined #openstack | 05:20 | |
*** Ephur has quit IRC | 05:21 | |
*** spzala has quit IRC | 05:21 | |
*** spzala has joined #openstack | 05:21 | |
*** Ephur has joined #openstack | 05:21 | |
*** Ephur has quit IRC | 05:22 | |
*** spzala has quit IRC | 05:22 | |
*** spzala has joined #openstack | 05:22 | |
*** spzala has quit IRC | 05:22 | |
*** Ephur has joined #openstack | 05:22 | |
*** Ephur has quit IRC | 05:22 | |
homeski | Hey everyone | 05:23 |
*** spzala has joined #openstack | 05:23 | |
*** spzala has quit IRC | 05:23 | |
*** Ephur has joined #openstack | 05:23 | |
homeski | how do contributors to openstack projects normally deploy/develop/test ? | 05:23 |
*** Jack_Iv has quit IRC | 05:23 | |
homeski | setting up labs on physical hardware | 05:23 |
*** spzala has joined #openstack | 05:23 | |
homeski | or thru VM setups?? | 05:23 |
*** Ephur has quit IRC | 05:23 | |
*** spzala has quit IRC | 05:23 | |
homeski | the documentation seems to be a little scattered :D | 05:24 |
*** Ephur has joined #openstack | 05:24 | |
*** spzala has joined #openstack | 05:24 | |
*** spzala has quit IRC | 05:24 | |
homeski | just wondering if anyone has any insight to the usual development process .. | 05:24 |
*** Ephur has quit IRC | 05:24 | |
*** spzala has joined #openstack | 05:25 | |
*** spzala has quit IRC | 05:25 | |
*** Ephur has joined #openstack | 05:25 | |
*** krypto has joined #openstack | 05:25 | |
*** Ephur has quit IRC | 05:25 | |
*** krypto has quit IRC | 05:25 | |
*** krypto has joined #openstack | 05:25 | |
*** Ephur has joined #openstack | 05:26 | |
*** spzala has joined #openstack | 05:26 | |
*** Ephur has quit IRC | 05:26 | |
*** spzala has quit IRC | 05:26 | |
*** Ephur has joined #openstack | 05:27 | |
*** spzala has joined #openstack | 05:27 | |
*** spzala has quit IRC | 05:27 | |
*** Ephur has quit IRC | 05:27 | |
*** dreammonger has joined #openstack | 05:27 | |
*** spzala has joined #openstack | 05:27 | |
*** spzala has quit IRC | 05:28 | |
*** Ephur has joined #openstack | 05:28 | |
*** spzala has joined #openstack | 05:28 | |
*** spzala has quit IRC | 05:28 | |
*** Ephur has joined #openstack | 05:28 | |
*** Ephur has quit IRC | 05:29 | |
*** spzala has joined #openstack | 05:29 | |
*** dreammonger has left #openstack | 05:29 | |
*** spzala has quit IRC | 05:29 | |
*** Ephur has joined #openstack | 05:29 | |
*** VW has quit IRC | 05:29 | |
*** Ephur has quit IRC | 05:30 | |
*** spzala has joined #openstack | 05:30 | |
*** spzala has quit IRC | 05:30 | |
*** Ephur has joined #openstack | 05:30 | |
*** spzala has joined #openstack | 05:30 | |
*** Ephur has quit IRC | 05:30 | |
*** spzala has quit IRC | 05:31 | |
*** Ephur has joined #openstack | 05:31 | |
*** Ephur has quit IRC | 05:31 | |
*** spzala has joined #openstack | 05:31 | |
*** spzala has quit IRC | 05:32 | |
*** Ephur has joined #openstack | 05:32 | |
*** rchavik has joined #openstack | 05:32 | |
*** spzala has joined #openstack | 05:32 | |
*** Ephur has quit IRC | 05:32 | |
*** spzala has quit IRC | 05:32 | |
*** Ephur has joined #openstack | 05:33 | |
*** Ephur has quit IRC | 05:33 | |
*** spzala has joined #openstack | 05:33 | |
*** spzala has quit IRC | 05:33 | |
*** spzala has joined #openstack | 05:34 | |
*** Ephur has joined #openstack | 05:34 | |
*** spzala has quit IRC | 05:34 | |
*** Ephur has quit IRC | 05:34 | |
*** ecrehar has joined #openstack | 05:34 | |
*** Ephur has joined #openstack | 05:35 | |
*** spzala has joined #openstack | 05:35 | |
*** spzala has quit IRC | 05:35 | |
*** Ephur has quit IRC | 05:35 | |
*** spzala has joined #openstack | 05:35 | |
*** jrich523_ has joined #openstack | 05:35 | |
*** spzala has quit IRC | 05:35 | |
*** Ephur has joined #openstack | 05:35 | |
*** Ephur has quit IRC | 05:36 | |
*** spzala has joined #openstack | 05:36 | |
*** spzala has quit IRC | 05:36 | |
*** wangbo has quit IRC | 05:36 | |
*** Ephur has joined #openstack | 05:36 | |
*** Ephur has quit IRC | 05:37 | |
*** yamamot__ has quit IRC | 05:37 | |
*** gildub has joined #openstack | 05:37 | |
*** spzala has joined #openstack | 05:37 | |
*** spzala has quit IRC | 05:37 | |
*** yamamot__ has joined #openstack | 05:37 | |
*** Ephur has joined #openstack | 05:37 | |
*** spzala has joined #openstack | 05:37 | |
*** Ephur has quit IRC | 05:38 | |
*** jrich523 has quit IRC | 05:38 | |
*** spzala has quit IRC | 05:38 | |
*** Ephur has joined #openstack | 05:38 | |
*** spzala has joined #openstack | 05:38 | |
*** spzala has quit IRC | 05:38 | |
*** Ephur has quit IRC | 05:38 | |
*** spzala has joined #openstack | 05:39 | |
*** Ephur has joined #openstack | 05:39 | |
*** VW has joined #openstack | 05:39 | |
*** spzala has quit IRC | 05:39 | |
*** Ephur has quit IRC | 05:39 | |
*** Jack_Iv has joined #openstack | 05:39 | |
*** spzala has joined #openstack | 05:40 | |
*** Ephur has joined #openstack | 05:40 | |
*** spzala has quit IRC | 05:40 | |
*** Ephur has quit IRC | 05:40 | |
*** spzala has joined #openstack | 05:40 | |
*** spzala has quit IRC | 05:41 | |
*** Ephur has joined #openstack | 05:41 | |
*** Ephur has quit IRC | 05:41 | |
*** pravins has joined #openstack | 05:41 | |
*** spzala has joined #openstack | 05:41 | |
*** spzala has quit IRC | 05:41 | |
*** Ephur has joined #openstack | 05:42 | |
*** Ephur has quit IRC | 05:42 | |
*** spzala has joined #openstack | 05:42 | |
*** spzala has quit IRC | 05:42 | |
*** Ephur has joined #openstack | 05:43 | |
*** mkolesni has quit IRC | 05:43 | |
*** Ephur has quit IRC | 05:43 | |
*** spzala has joined #openstack | 05:43 | |
*** mkolesni has joined #openstack | 05:43 | |
*** bobswarley has quit IRC | 05:43 | |
*** spzala has quit IRC | 05:43 | |
*** Ephur has joined #openstack | 05:43 | |
*** Ephur has quit IRC | 05:44 | |
*** spzala has joined #openstack | 05:44 | |
*** spzala has quit IRC | 05:44 | |
*** Ephur has joined #openstack | 05:45 | |
*** spzala has joined #openstack | 05:45 | |
*** spzala has quit IRC | 05:45 | |
*** Ephur has joined #openstack | 05:45 | |
*** Ephur has quit IRC | 05:45 | |
*** spzala has joined #openstack | 05:46 | |
*** spzala has quit IRC | 05:46 | |
*** Ephur has joined #openstack | 05:46 | |
*** spzala has joined #openstack | 05:47 | |
*** spzala has quit IRC | 05:47 | |
*** radhikam has joined #openstack | 05:47 | |
*** vimal has joined #openstack | 05:47 | |
*** Ephur has joined #openstack | 05:47 | |
*** Ephur has quit IRC | 05:47 | |
*** spzala has joined #openstack | 05:47 | |
*** spzala has quit IRC | 05:48 | |
*** Ephur has joined #openstack | 05:48 | |
*** spzala has joined #openstack | 05:48 | |
*** spzala has quit IRC | 05:48 | |
*** tung_doan has joined #openstack | 05:49 | |
*** Ephur has joined #openstack | 05:49 | |
*** sandanar has joined #openstack | 05:49 | |
*** spzala has joined #openstack | 05:49 | |
*** Ephur has quit IRC | 05:49 | |
*** spzala has quit IRC | 05:49 | |
*** johefernan has quit IRC | 05:50 | |
*** spzala has joined #openstack | 05:50 | |
*** Ephur has joined #openstack | 05:50 | |
*** spzala has quit IRC | 05:50 | |
*** Ephur has quit IRC | 05:50 | |
*** Ephur has joined #openstack | 05:50 | |
*** msimonin has joined #openstack | 05:50 | |
*** spzala has joined #openstack | 05:51 | |
*** spzala has quit IRC | 05:51 | |
*** Ephur has quit IRC | 05:51 | |
*** spzala has joined #openstack | 05:51 | |
*** spzala has quit IRC | 05:51 | |
*** Ephur has joined #openstack | 05:51 | |
*** masonjoyers has joined #openstack | 05:52 | |
*** Ephur has quit IRC | 05:52 | |
*** k4n0 has quit IRC | 05:52 | |
*** raspado has quit IRC | 05:52 | |
*** spzala has joined #openstack | 05:52 | |
*** spzala has quit IRC | 05:52 | |
*** Ephur has joined #openstack | 05:52 | |
*** Ephur has quit IRC | 05:53 | |
*** spzala has joined #openstack | 05:53 | |
*** spzala has quit IRC | 05:53 | |
*** Ephur has joined #openstack | 05:53 | |
*** Ephur has quit IRC | 05:53 | |
*** spzala has joined #openstack | 05:53 | |
*** spzala has quit IRC | 05:54 | |
*** Ephur has joined #openstack | 05:54 | |
*** spzala has joined #openstack | 05:54 | |
*** Ephur has quit IRC | 05:54 | |
*** spzala has quit IRC | 05:54 | |
*** thorst_afk has joined #openstack | 05:55 | |
*** Ephur has joined #openstack | 05:55 | |
*** spzala has joined #openstack | 05:55 | |
*** spzala has quit IRC | 05:55 | |
*** Ephur has quit IRC | 05:55 | |
*** janki has joined #openstack | 05:56 | |
*** spzala has joined #openstack | 05:56 | |
*** spzala has quit IRC | 05:56 | |
*** Ephur has joined #openstack | 05:56 | |
*** Ephur has quit IRC | 05:56 | |
*** spzala has joined #openstack | 05:56 | |
*** Ephur has joined #openstack | 05:57 | |
*** spzala has quit IRC | 05:57 | |
*** Ephur has quit IRC | 05:57 | |
*** spzala has joined #openstack | 05:57 | |
*** spzala has quit IRC | 05:57 | |
*** Ephur has joined #openstack | 05:58 | |
*** Ephur has quit IRC | 05:58 | |
*** spzala has joined #openstack | 05:58 | |
*** spzala has quit IRC | 05:58 | |
*** Ephur has joined #openstack | 05:58 | |
*** spzala has joined #openstack | 05:59 | |
*** Ephur has quit IRC | 05:59 | |
*** spzala has quit IRC | 05:59 | |
*** Pavo has quit IRC | 05:59 | |
*** spzala has joined #openstack | 05:59 | |
*** Ephur has joined #openstack | 06:00 | |
*** spzala has quit IRC | 06:00 | |
*** Ephur has quit IRC | 06:00 | |
*** spzala has joined #openstack | 06:00 | |
*** Ephur has joined #openstack | 06:00 | |
*** spzala has quit IRC | 06:00 | |
*** Ephur has quit IRC | 06:00 | |
*** spzala has joined #openstack | 06:01 | |
*** Ephur has joined #openstack | 06:01 | |
*** spzala has quit IRC | 06:01 | |
*** Ephur has quit IRC | 06:01 | |
*** xberg has joined #openstack | 06:02 | |
*** spzala has joined #openstack | 06:02 | |
*** spzala has quit IRC | 06:02 | |
*** Ephur has joined #openstack | 06:02 | |
*** thorst_afk has quit IRC | 06:02 | |
*** Ephur has quit IRC | 06:02 | |
*** spzala has joined #openstack | 06:03 | |
*** spzala has quit IRC | 06:03 | |
*** Ephur has joined #openstack | 06:03 | |
*** manjong has joined #openstack | 06:03 | |
*** Ephur has quit IRC | 06:03 | |
*** spzala has joined #openstack | 06:03 | |
*** spzala has quit IRC | 06:03 | |
*** knangia has quit IRC | 06:04 | |
*** Ephur has joined #openstack | 06:04 | |
*** Pavo has joined #openstack | 06:04 | |
*** wangbo has joined #openstack | 06:04 | |
*** Ephur has quit IRC | 06:04 | |
*** VW has quit IRC | 06:04 | |
*** spzala has joined #openstack | 06:04 | |
*** spzala has quit IRC | 06:04 | |
*** k4n0 has joined #openstack | 06:04 | |
*** Ephur has joined #openstack | 06:05 | |
*** spzala has joined #openstack | 06:05 | |
*** Ephur has quit IRC | 06:05 | |
*** spzala has quit IRC | 06:05 | |
*** macjack has joined #openstack | 06:05 | |
*** Jack_Iv_ has joined #openstack | 06:05 | |
*** Ephur has joined #openstack | 06:06 | |
*** spzala has joined #openstack | 06:06 | |
*** spzala has quit IRC | 06:06 | |
*** Ephur has quit IRC | 06:06 | |
*** Jack_Iv has quit IRC | 06:06 | |
*** haleyb_ has joined #openstack | 06:06 | |
*** Lee1092 has quit IRC | 06:06 | |
*** spzala has joined #openstack | 06:06 | |
*** k4n0 has quit IRC | 06:06 | |
*** Ephur has joined #openstack | 06:06 | |
*** spzala has quit IRC | 06:06 | |
*** Ephur has quit IRC | 06:07 | |
*** spzala has joined #openstack | 06:07 | |
*** shootbird has quit IRC | 06:07 | |
*** Ephur has joined #openstack | 06:07 | |
*** spzala has quit IRC | 06:07 | |
*** Ephur has quit IRC | 06:08 | |
*** kristian__ has joined #openstack | 06:08 | |
*** Ephur has joined #openstack | 06:08 | |
*** Ephur has quit IRC | 06:08 | |
*** Ephur has joined #openstack | 06:09 | |
*** Ephur has quit IRC | 06:09 | |
*** Ephur has joined #openstack | 06:10 | |
*** Ephur has quit IRC | 06:10 | |
*** baoli has quit IRC | 06:11 | |
*** Ephur has joined #openstack | 06:11 | |
*** haleyb_ has quit IRC | 06:11 | |
*** Ephur has quit IRC | 06:11 | |
*** VW has joined #openstack | 06:11 | |
*** Ephur has joined #openstack | 06:12 | |
*** kristian__ has quit IRC | 06:12 | |
*** Ephur has quit IRC | 06:12 | |
*** parora has quit IRC | 06:13 | |
*** Ephur has joined #openstack | 06:13 | |
*** Ephur has quit IRC | 06:13 | |
*** cfh has joined #openstack | 06:13 | |
*** prateek has joined #openstack | 06:13 | |
*** Ephur has joined #openstack | 06:14 | |
*** Ephur has quit IRC | 06:14 | |
*** pravins has quit IRC | 06:14 | |
*** Ephur has joined #openstack | 06:14 | |
*** Ephur has quit IRC | 06:15 | |
*** groen692 has joined #openstack | 06:15 | |
*** soleblaze has quit IRC | 06:15 | |
*** shootbird has joined #openstack | 06:16 | |
*** sleviim has joined #openstack | 06:18 | |
*** sleviim has quit IRC | 06:21 | |
*** soleblaze has joined #openstack | 06:21 | |
*** soleblaze has joined #openstack | 06:21 | |
*** Jack_Iv has joined #openstack | 06:24 | |
*** Jack_Iv_ has quit IRC | 06:26 | |
*** msimonin has quit IRC | 06:28 | |
*** msimonin has joined #openstack | 06:28 | |
*** msimonin has quit IRC | 06:28 | |
*** hieulq_ has quit IRC | 06:31 | |
*** hieulq_ has joined #openstack | 06:31 | |
*** sleviim has joined #openstack | 06:32 | |
*** k4n0 has joined #openstack | 06:33 | |
*** VW has quit IRC | 06:33 | |
*** watanabe_isao has quit IRC | 06:33 | |
*** ChubYann has quit IRC | 06:36 | |
*** mitz has quit IRC | 06:38 | |
*** Jack_Iv has quit IRC | 06:39 | |
*** Jack_Iv has joined #openstack | 06:40 | |
*** mitz has joined #openstack | 06:42 | |
*** kristian__ has joined #openstack | 06:43 | |
*** Jack_Iv has quit IRC | 06:44 | |
*** kristian__ has quit IRC | 06:44 | |
*** mkovarik has joined #openstack | 06:45 | |
*** nkrinner_afk is now known as nkrinner | 06:45 | |
*** kristian__ has joined #openstack | 06:45 | |
*** kristia__ has joined #openstack | 06:47 | |
masber | hi, was wondering if someone could help me finding out why my instance can't ping outside? | 06:47 |
*** amit__ has joined #openstack | 06:49 | |
*** gkadam has joined #openstack | 06:49 | |
*** kristian__ has quit IRC | 06:50 | |
amit__ | hi. I am getting ERROR oslo_service.service AttributeError: 'Connection' object has no attribute 'connect in 'neutron-linuxbridge-agent.log' file | 06:50 |
*** gkadam is now known as Guest10189 | 06:50 | |
*** Guest10189 is now known as gkadam | 06:50 | |
*** stevemar__ has joined #openstack | 06:56 | |
*** jackNemrod has joined #openstack | 06:56 | |
*** kristia__ has quit IRC | 06:56 | |
*** kristian__ has joined #openstack | 06:57 | |
*** kristian__ has quit IRC | 07:00 | |
*** thorst_afk has joined #openstack | 07:00 | |
*** stevemar__ has quit IRC | 07:01 | |
*** jackNemrod has quit IRC | 07:01 | |
*** jackNemrod has joined #openstack | 07:01 | |
*** msimonin has joined #openstack | 07:03 | |
*** Yarboa has joined #openstack | 07:04 | |
*** thorst_afk has quit IRC | 07:06 | |
*** spzala has joined #openstack | 07:08 | |
*** iranzo has joined #openstack | 07:09 | |
*** spzala has quit IRC | 07:12 | |
*** hieulq_ has quit IRC | 07:13 | |
*** jackNemrod_ has joined #openstack | 07:13 | |
*** cfh has quit IRC | 07:14 | |
*** jackNemrod has quit IRC | 07:14 | |
*** jackNemrod_ is now known as jackNemrod | 07:14 | |
*** [[[[[ExTRa]]]]] has quit IRC | 07:15 | |
*** radhikam has quit IRC | 07:16 | |
*** amontalban has joined #openstack | 07:17 | |
*** amontalban has joined #openstack | 07:17 | |
*** two_oes has quit IRC | 07:18 | |
*** WizJin has quit IRC | 07:18 | |
*** two_oes has joined #openstack | 07:20 | |
*** longlq_ has joined #openstack | 07:20 | |
*** kickinz1 has quit IRC | 07:21 | |
*** kickinz1 has joined #openstack | 07:21 | |
*** jatan- has left #openstack | 07:21 | |
*** amontalban has quit IRC | 07:22 | |
*** sam_nowitzki has quit IRC | 07:23 | |
masber | hi, my instance can ping the host IP but not the host gateway | 07:24 |
masber | any idea why? | 07:24 |
*** bvdk has joined #openstack | 07:25 | |
*** mkolesni has quit IRC | 07:25 | |
*** jprovazn has joined #openstack | 07:25 | |
*** mkolesni has joined #openstack | 07:26 | |
*** rasca has joined #openstack | 07:27 | |
*** masuberu has joined #openstack | 07:28 | |
*** Jack_Iv has joined #openstack | 07:28 | |
*** grafuls has joined #openstack | 07:30 | |
*** masber has quit IRC | 07:30 | |
*** kristian__ has joined #openstack | 07:31 | |
*** c6 has joined #openstack | 07:31 | |
*** JRobinson__ has quit IRC | 07:32 | |
*** kristia__ has joined #openstack | 07:32 | |
*** e0ne has joined #openstack | 07:32 | |
*** Jack_Iv has quit IRC | 07:33 | |
*** aossama has quit IRC | 07:33 | |
c6 | hi all | 07:33 |
c6 | how to set the interface in devstack | 07:33 |
c6 | how to configure which interface to use for openstack-devstack environment? | 07:34 |
*** thorst_afk has joined #openstack | 07:35 | |
*** mkoderer has joined #openstack | 07:35 | |
*** kristian__ has quit IRC | 07:35 | |
*** aossama has joined #openstack | 07:36 | |
*** hieulq_ has joined #openstack | 07:36 | |
*** anshul has joined #openstack | 07:36 | |
*** hichihara has joined #openstack | 07:37 | |
*** hseipp has joined #openstack | 07:37 | |
*** xberg has quit IRC | 07:38 | |
*** krypto has quit IRC | 07:42 | |
*** thorst_afk has quit IRC | 07:42 | |
*** krypto has joined #openstack | 07:43 | |
*** rgogunskiy has joined #openstack | 07:44 | |
c6 | anybody on.? | 07:45 |
*** funabashi has quit IRC | 07:46 | |
*** funabashi has joined #openstack | 07:47 | |
c6 | how to specify the interface to devstack loacl.conf | 07:47 |
*** kristia__ has quit IRC | 07:48 | |
*** bvdk has quit IRC | 07:48 | |
*** kristian__ has joined #openstack | 07:49 | |
*** josecastroleon has quit IRC | 07:50 | |
c6 | i have two interface eth0 and eth1 | 07:51 |
*** rdas has quit IRC | 07:51 | |
*** kristian__ has quit IRC | 07:53 | |
*** Serlex has joined #openstack | 07:55 | |
*** wangbo has quit IRC | 07:57 | |
*** knangia has joined #openstack | 07:57 | |
*** Jack_Iv has joined #openstack | 07:59 | |
*** e0ne has quit IRC | 07:59 | |
*** longlq_ has quit IRC | 07:59 | |
*** Pavo has quit IRC | 07:59 | |
*** josecastroleon has joined #openstack | 07:59 | |
*** sam_nowitzki has joined #openstack | 08:00 | |
*** matjazp has joined #openstack | 08:02 | |
*** Jack_Iv has quit IRC | 08:03 | |
*** sam_nowitzki has quit IRC | 08:03 | |
*** Pavo has joined #openstack | 08:04 | |
*** FelixCulpa has joined #openstack | 08:05 | |
*** psanchez has quit IRC | 08:06 | |
*** jsheeren has joined #openstack | 08:07 | |
*** haleyb_ has joined #openstack | 08:08 | |
*** spzala has joined #openstack | 08:08 | |
*** wangbo has joined #openstack | 08:09 | |
*** kristian__ has joined #openstack | 08:09 | |
*** arxcruz has joined #openstack | 08:11 | |
*** xberg has joined #openstack | 08:11 | |
*** haleyb_ has quit IRC | 08:13 | |
*** spzala has quit IRC | 08:13 | |
*** kristian__ has quit IRC | 08:14 | |
*** misty-cloud has joined #openstack | 08:14 | |
*** code-R_ has quit IRC | 08:17 | |
*** jpena|off is now known as jpena | 08:22 | |
*** djD3f has joined #openstack | 08:23 | |
*** bvdk has joined #openstack | 08:23 | |
*** ianychoi has quit IRC | 08:24 | |
*** josecastroleon1 has joined #openstack | 08:24 | |
*** bigjools has quit IRC | 08:25 | |
*** clopez has quit IRC | 08:25 | |
*** clopez has joined #openstack | 08:25 | |
*** cxg has quit IRC | 08:25 | |
*** MarkBaker has quit IRC | 08:26 | |
*** bigjools has joined #openstack | 08:26 | |
*** bigjools has quit IRC | 08:26 | |
*** bigjools has joined #openstack | 08:26 | |
*** josecastroleon has quit IRC | 08:26 | |
*** d3fc0n has quit IRC | 08:26 | |
*** lightstalker has quit IRC | 08:26 | |
*** rossella_s has joined #openstack | 08:26 | |
*** zimboboyd has quit IRC | 08:28 | |
*** malloc83 has quit IRC | 08:28 | |
*** jcook has quit IRC | 08:28 | |
*** zymurgy has quit IRC | 08:29 | |
*** shardy has joined #openstack | 08:29 | |
*** ws2k3 has quit IRC | 08:29 | |
*** kristian__ has joined #openstack | 08:30 | |
*** ws2k3 has joined #openstack | 08:30 | |
*** jab416171 has quit IRC | 08:30 | |
*** Yarboa has quit IRC | 08:30 | |
*** lightstalker has joined #openstack | 08:31 | |
*** blackboxsw has quit IRC | 08:31 | |
*** fsimonce has joined #openstack | 08:31 | |
*** exploreshaifali has joined #openstack | 08:31 | |
*** zimboboyd has joined #openstack | 08:31 | |
*** blackboxsw has joined #openstack | 08:31 | |
*** jab416171 has joined #openstack | 08:31 | |
*** athinkingmeat has joined #openstack | 08:31 | |
*** jideobs has joined #openstack | 08:31 | |
*** megm has quit IRC | 08:33 | |
*** csmart has quit IRC | 08:33 | |
*** haukebruno has quit IRC | 08:33 | |
*** beisner has quit IRC | 08:33 | |
*** jcook has joined #openstack | 08:34 | |
*** julian1 has quit IRC | 08:34 | |
*** schlitzer has quit IRC | 08:34 | |
*** julian1 has joined #openstack | 08:34 | |
*** beisner has joined #openstack | 08:34 | |
*** rcernin has joined #openstack | 08:34 | |
*** csmart has joined #openstack | 08:35 | |
masuberu | hi | 08:35 |
*** lightstalker has quit IRC | 08:35 | |
*** c6 has quit IRC | 08:35 | |
*** megm has joined #openstack | 08:35 | |
masuberu | anyone who can help me to find out why my instance cant communicate with the outside world/ | 08:35 |
masuberu | ? | 08:35 |
*** haukebruno has joined #openstack | 08:35 | |
*** jab416171 has quit IRC | 08:36 | |
*** mfisch has quit IRC | 08:36 | |
*** zw has quit IRC | 08:36 | |
*** ches has quit IRC | 08:36 | |
*** Reepicheep has quit IRC | 08:36 | |
*** george_goh has quit IRC | 08:36 | |
*** jab416171 has joined #openstack | 08:36 | |
*** Reepicheep has joined #openstack | 08:36 | |
*** lightstalker has joined #openstack | 08:36 | |
*** pnavarro has joined #openstack | 08:37 | |
*** george_goh has joined #openstack | 08:37 | |
*** rcernin has quit IRC | 08:37 | |
*** zw has joined #openstack | 08:37 | |
*** anshul has quit IRC | 08:37 | |
*** rcernin has joined #openstack | 08:37 | |
*** abu0 has joined #openstack | 08:38 | |
*** mitz has quit IRC | 08:38 | |
*** Yarboa has joined #openstack | 08:38 | |
*** ches has joined #openstack | 08:38 | |
*** geaaru has joined #openstack | 08:38 | |
*** mfisch has joined #openstack | 08:39 | |
*** mfisch has quit IRC | 08:40 | |
*** mfisch has joined #openstack | 08:40 | |
*** schlitzer has joined #openstack | 08:40 | |
*** thorst_afk has joined #openstack | 08:40 | |
*** yamahata has quit IRC | 08:41 | |
*** dizquierdo has joined #openstack | 08:41 | |
*** kristian__ has quit IRC | 08:43 | |
*** mitz has joined #openstack | 08:43 | |
*** rsimai_away is now known as rsimai_ | 08:43 | |
*** fzdarsky_ has quit IRC | 08:44 | |
*** amoralej|off is now known as amoralej | 08:44 | |
*** lucendio has joined #openstack | 08:45 | |
*** toscalix has joined #openstack | 08:46 | |
*** jpich has joined #openstack | 08:46 | |
*** thorst_afk has quit IRC | 08:46 | |
*** rdas has joined #openstack | 08:47 | |
*** panda|Zz is now known as panda | 08:48 | |
*** yamahata has joined #openstack | 08:48 | |
*** rdas has quit IRC | 08:48 | |
*** TheFreak has joined #openstack | 08:48 | |
*** raspado has joined #openstack | 08:49 | |
*** FelixCulpa has quit IRC | 08:50 | |
*** e0ne has joined #openstack | 08:50 | |
*** anshul has joined #openstack | 08:51 | |
*** hieulq_ has quit IRC | 08:51 | |
*** rmart04 has joined #openstack | 08:52 | |
*** kristian__ has joined #openstack | 08:52 | |
*** jackNemrod_ has joined #openstack | 08:53 | |
*** jackNemrod has quit IRC | 08:53 | |
*** jackNemrod_ is now known as jackNemrod | 08:53 | |
*** kristia__ has joined #openstack | 08:53 | |
*** zymurgy has joined #openstack | 08:54 | |
*** nmagnezi has joined #openstack | 08:54 | |
*** kristi___ has joined #openstack | 08:55 | |
*** kristian__ has quit IRC | 08:55 | |
*** rdas has joined #openstack | 08:57 | |
*** kristian__ has joined #openstack | 08:57 | |
*** stevemar__ has joined #openstack | 08:57 | |
*** kristia__ has quit IRC | 08:58 | |
*** TMM has quit IRC | 08:58 | |
*** gildub has quit IRC | 08:59 | |
*** kristi___ has quit IRC | 09:00 | |
*** goldbox_ has joined #openstack | 09:01 | |
*** msimonin has quit IRC | 09:01 | |
*** horse has joined #openstack | 09:01 | |
*** hseipp has quit IRC | 09:02 | |
*** stevemar__ has quit IRC | 09:02 | |
*** ababich has joined #openstack | 09:02 | |
*** homeski has quit IRC | 09:03 | |
*** goldbox has quit IRC | 09:04 | |
*** code-R has joined #openstack | 09:05 | |
*** fxpester has joined #openstack | 09:05 | |
*** prateek has quit IRC | 09:07 | |
*** haleyb_ has joined #openstack | 09:09 | |
*** fxpester|2 has joined #openstack | 09:09 | |
*** spzala has joined #openstack | 09:10 | |
*** hseipp has joined #openstack | 09:10 | |
*** hogepodge has quit IRC | 09:11 | |
*** fxpester has quit IRC | 09:11 | |
*** hogepodge has joined #openstack | 09:12 | |
*** haleyb_ has quit IRC | 09:13 | |
*** fxpester has joined #openstack | 09:14 | |
*** bukhary has joined #openstack | 09:14 | |
*** spzala has quit IRC | 09:15 | |
*** bukhary has quit IRC | 09:15 | |
*** c06 has joined #openstack | 09:15 | |
*** bukhary has joined #openstack | 09:16 | |
*** msimonin has joined #openstack | 09:16 | |
*** code-R_ has joined #openstack | 09:17 | |
*** fxpester|2 has quit IRC | 09:17 | |
*** Jack_Iv has joined #openstack | 09:19 | |
*** amontalban has joined #openstack | 09:19 | |
*** amontalban has joined #openstack | 09:19 | |
*** www-bukolay-net has joined #openstack | 09:19 | |
*** fxpester|2 has joined #openstack | 09:19 | |
*** code-R has quit IRC | 09:20 | |
c06 | anybosy have experience with vagrant | 09:20 |
*** hieulq_ has joined #openstack | 09:21 | |
*** ababich has quit IRC | 09:21 | |
*** igordcard has quit IRC | 09:21 | |
*** choirboy has quit IRC | 09:22 | |
*** ccard_ has quit IRC | 09:22 | |
*** blackwell has quit IRC | 09:22 | |
*** fxpester has quit IRC | 09:22 | |
*** cuongnv has joined #openstack | 09:22 | |
*** choirboy has joined #openstack | 09:22 | |
*** mikebrow_ has quit IRC | 09:23 | |
*** igordcard has joined #openstack | 09:23 | |
*** admin0 has quit IRC | 09:23 | |
*** Jack_Iv has quit IRC | 09:23 | |
*** mikebrow has joined #openstack | 09:23 | |
*** amontalban has quit IRC | 09:24 | |
*** vaidy has quit IRC | 09:25 | |
*** thorst_afk has joined #openstack | 09:25 | |
*** sreeram_v has quit IRC | 09:25 | |
*** hichihara has quit IRC | 09:25 | |
*** fxpester has joined #openstack | 09:25 | |
*** blackwell has joined #openstack | 09:27 | |
*** admin0 has joined #openstack | 09:27 | |
*** fxpester|3 has joined #openstack | 09:28 | |
*** fxpester|2 has quit IRC | 09:28 | |
*** rcernin has quit IRC | 09:29 | |
*** fxpester|2 has joined #openstack | 09:30 | |
*** rcernin has joined #openstack | 09:30 | |
*** exploreshaifali has quit IRC | 09:30 | |
*** sreeram_v has joined #openstack | 09:30 | |
*** fxpester has quit IRC | 09:30 | |
*** hogepodge has quit IRC | 09:31 | |
*** fxpester has joined #openstack | 09:32 | |
*** aholler has quit IRC | 09:32 | |
*** hogepodge has joined #openstack | 09:32 | |
*** aholler has joined #openstack | 09:32 | |
*** jideobs has quit IRC | 09:32 | |
*** fxpester|3 has quit IRC | 09:33 | |
*** ccard_ has joined #openstack | 09:33 | |
*** thorst_afk has quit IRC | 09:33 | |
*** ababich has joined #openstack | 09:34 | |
*** fxpester|2 has quit IRC | 09:35 | |
*** fxpester|2 has joined #openstack | 09:35 | |
*** fxpester has quit IRC | 09:38 | |
*** fxpester has joined #openstack | 09:38 | |
*** fxpester|3 has joined #openstack | 09:40 | |
*** fxpester|2 has quit IRC | 09:41 | |
*** deanman has left #openstack | 09:42 | |
*** pblaho has joined #openstack | 09:42 | |
*** fxpester|2 has joined #openstack | 09:42 | |
*** fxpester has quit IRC | 09:43 | |
*** TMM has joined #openstack | 09:44 | |
*** pblaho` has quit IRC | 09:44 | |
*** hfu has quit IRC | 09:44 | |
*** fxpester has joined #openstack | 09:44 | |
*** fxpester|3 has quit IRC | 09:45 | |
*** macjack has quit IRC | 09:45 | |
*** fxpester|3 has joined #openstack | 09:46 | |
*** fxpester|2 has quit IRC | 09:47 | |
*** MarkBaker has joined #openstack | 09:47 | |
*** fxpester has quit IRC | 09:50 | |
*** fxpester|2 has joined #openstack | 09:50 | |
*** Cyberg has joined #openstack | 09:50 | |
*** vaidy has joined #openstack | 09:50 | |
*** fxpester|3 has quit IRC | 09:52 | |
c06 | how to configure my devstack to use eth1 (custom) interface? | 09:52 |
c06 | its always checking for eth0 | 09:52 |
*** fxpester has joined #openstack | 09:53 | |
*** macjack has joined #openstack | 09:53 | |
*** bsilverman_ has joined #openstack | 09:54 | |
c06 | any sugesstion need some advice.? | 09:54 |
*** john-davidge has joined #openstack | 09:54 | |
*** bbcmicrocomputer has joined #openstack | 09:55 | |
*** fxpester|2 has quit IRC | 09:55 | |
*** exploreshaifali has joined #openstack | 09:55 | |
*** yosmudge has quit IRC | 09:56 | |
*** openstack has joined #openstack | 10:03 | |
*** v12aml has quit IRC | 10:04 | |
*** harbor has quit IRC | 10:04 | |
*** v12aml_ is now known as v12aml | 10:04 | |
*** Pavo has joined #openstack | 10:04 | |
*** mkolesni has quit IRC | 10:05 | |
*** electrofelix has joined #openstack | 10:05 | |
*** yamahata has quit IRC | 10:06 | |
*** rcernin has quit IRC | 10:06 | |
*** mhickey has joined #openstack | 10:06 | |
*** rcernin has joined #openstack | 10:07 | |
*** zymurgy has joined #openstack | 10:08 | |
*** voelzmo has joined #openstack | 10:08 | |
*** fxpester|2 has joined #openstack | 10:09 | |
*** Jack_Iv has joined #openstack | 10:10 | |
*** haleyb_ has joined #openstack | 10:10 | |
*** TheBlight has joined #openstack | 10:11 | |
*** fxpester|3 has joined #openstack | 10:11 | |
*** fxpester has quit IRC | 10:12 | |
*** ddellav has quit IRC | 10:13 | |
*** Jack_Iv has quit IRC | 10:14 | |
*** fxpester|2 has quit IRC | 10:14 | |
*** fxpester has joined #openstack | 10:14 | |
*** haleyb_ has quit IRC | 10:15 | |
*** k4n0 has quit IRC | 10:16 | |
*** Ephur has joined #openstack | 10:16 | |
*** TheBlight has quit IRC | 10:16 | |
*** fxpester|2 has joined #openstack | 10:16 | |
*** fxpester|3 has quit IRC | 10:17 | |
*** fxpester has quit IRC | 10:19 | |
*** fxpester has joined #openstack | 10:19 | |
*** tpsilva has joined #openstack | 10:20 | |
*** Ephur has quit IRC | 10:21 | |
*** ianychoi has joined #openstack | 10:22 | |
*** fxpester|2 has quit IRC | 10:22 | |
*** fxpester|2 has joined #openstack | 10:24 | |
*** fxpester|3 has joined #openstack | 10:27 | |
*** kristian__ has quit IRC | 10:27 | |
*** fxpester has quit IRC | 10:27 | |
*** fxpester|2 has quit IRC | 10:29 | |
*** Jack_Iv has joined #openstack | 10:30 | |
*** homerp_ has joined #openstack | 10:31 | |
*** fxpester has joined #openstack | 10:31 | |
*** sfrode_ has joined #openstack | 10:31 | |
*** thorst_afk has joined #openstack | 10:31 | |
*** sirushti has quit IRC | 10:31 | |
*** vquicksilver_ has joined #openstack | 10:32 | |
*** teclator_ has joined #openstack | 10:32 | |
*** Bardack_ has joined #openstack | 10:32 | |
*** cuongnv has quit IRC | 10:32 | |
*** terje has quit IRC | 10:33 | |
*** terje has joined #openstack | 10:33 | |
*** ircuser-1 has quit IRC | 10:34 | |
*** fxpester|3 has quit IRC | 10:34 | |
*** ircuser-1 has joined #openstack | 10:34 | |
*** fxpester|2 has joined #openstack | 10:34 | |
*** rfolco has joined #openstack | 10:34 | |
*** Jack_Iv has quit IRC | 10:34 | |
*** sirushti has joined #openstack | 10:34 | |
*** v12aml has quit IRC | 10:36 | |
*** iggy_ has joined #openstack | 10:36 | |
*** kristian__ has joined #openstack | 10:36 | |
*** sreeram_v has quit IRC | 10:36 | |
*** fxpester|3 has joined #openstack | 10:36 | |
*** delhage_ has joined #openstack | 10:37 | |
*** zymurgy1 has joined #openstack | 10:37 | |
*** iamtew1 has joined #openstack | 10:37 | |
*** macay has joined #openstack | 10:37 | |
*** tjcocozz_ has joined #openstack | 10:37 | |
*** fxpester has quit IRC | 10:37 | |
*** v12aml has joined #openstack | 10:37 | |
*** thorst_afk has quit IRC | 10:37 | |
*** kristian__ has quit IRC | 10:38 | |
*** mitz has quit IRC | 10:38 | |
*** kristian__ has joined #openstack | 10:38 | |
*** macay has joined #openstack | 10:38 | |
*** zymurgy has quit IRC | 10:39 | |
*** MarkBaker has quit IRC | 10:39 | |
*** Poornima has quit IRC | 10:39 | |
*** vgadiraj has quit IRC | 10:39 | |
*** iggy has quit IRC | 10:39 | |
*** homerp has quit IRC | 10:39 | |
*** skule has quit IRC | 10:39 | |
*** teclator has quit IRC | 10:39 | |
*** vquicksilver has quit IRC | 10:39 | |
*** dneary has quit IRC | 10:39 | |
*** sfrode has quit IRC | 10:39 | |
*** krphop has quit IRC | 10:39 | |
*** delhage has quit IRC | 10:39 | |
*** btaroli has quit IRC | 10:39 | |
*** albertom has quit IRC | 10:39 | |
*** luzC has quit IRC | 10:39 | |
*** rhagarty_ has quit IRC | 10:39 | |
*** Bryan has quit IRC | 10:39 | |
*** MarkAtwood has quit IRC | 10:39 | |
*** iamtew has quit IRC | 10:39 | |
*** tonyb has quit IRC | 10:39 | |
*** smgoller has quit IRC | 10:39 | |
*** linex has quit IRC | 10:39 | |
*** s1c has quit IRC | 10:39 | |
*** tjcocozz has quit IRC | 10:39 | |
*** root__ has quit IRC | 10:39 | |
*** Bardack has quit IRC | 10:39 | |
*** LarsErikP has quit IRC | 10:39 | |
*** dansmith has quit IRC | 10:39 | |
*** danielbruno has quit IRC | 10:39 | |
*** lbragstad has quit IRC | 10:39 | |
*** herrsergio has quit IRC | 10:39 | |
*** sreeram_v has joined #openstack | 10:39 | |
*** fxpester|2 has quit IRC | 10:39 | |
*** fxpester has joined #openstack | 10:40 | |
*** ghostlight has quit IRC | 10:42 | |
*** teclator_ is now known as teclator | 10:42 | |
*** limao has quit IRC | 10:42 | |
*** horse has quit IRC | 10:42 | |
*** fxpester|2 has joined #openstack | 10:43 | |
*** kristian__ has quit IRC | 10:43 | |
*** MarkBaker has joined #openstack | 10:43 | |
*** Poornima has joined #openstack | 10:43 | |
*** vgadiraj has joined #openstack | 10:43 | |
*** skule has joined #openstack | 10:43 | |
*** dneary has joined #openstack | 10:43 | |
*** krphop has joined #openstack | 10:43 | |
*** btaroli has joined #openstack | 10:43 | |
*** albertom has joined #openstack | 10:43 | |
*** root__ has joined #openstack | 10:43 | |
*** luzC has joined #openstack | 10:43 | |
*** Bryan has joined #openstack | 10:43 | |
*** rhagarty_ has joined #openstack | 10:43 | |
*** MarkAtwood has joined #openstack | 10:43 | |
*** tonyb has joined #openstack | 10:43 | |
*** smgoller has joined #openstack | 10:43 | |
*** linex has joined #openstack | 10:43 | |
*** s1c has joined #openstack | 10:43 | |
*** dansmith has joined #openstack | 10:43 | |
*** danielbruno has joined #openstack | 10:43 | |
*** lbragstad has joined #openstack | 10:43 | |
*** herrsergio has joined #openstack | 10:43 | |
*** mitz has joined #openstack | 10:43 | |
*** www-bukolay-net has quit IRC | 10:43 | |
*** fxpester|3 has quit IRC | 10:43 | |
*** LarsErikP has joined #openstack | 10:43 | |
*** sreeram_v has quit IRC | 10:44 | |
*** fxpester has quit IRC | 10:45 | |
*** fxpester has joined #openstack | 10:46 | |
*** MarkBaker has quit IRC | 10:47 | |
*** fxpester|3 has joined #openstack | 10:48 | |
*** ghostlight has joined #openstack | 10:48 | |
*** fxpester|2 has quit IRC | 10:48 | |
*** mitz has quit IRC | 10:49 | |
*** fxpester|2 has joined #openstack | 10:50 | |
*** mikebrow has quit IRC | 10:50 | |
*** mikebrow has joined #openstack | 10:50 | |
*** fxpester has quit IRC | 10:51 | |
*** fxpester has joined #openstack | 10:53 | |
*** fxpester|3 has quit IRC | 10:53 | |
*** Ponnam has joined #openstack | 10:54 | |
*** Ponnam has quit IRC | 10:54 | |
*** ipsecguy has quit IRC | 10:54 | |
*** ipsecguy has joined #openstack | 10:54 | |
*** fxpester|3 has joined #openstack | 10:55 | |
*** fxpester|2 has quit IRC | 10:55 | |
*** ardy has joined #openstack | 10:56 | |
*** fxpester|2 has joined #openstack | 10:57 | |
*** janki has quit IRC | 10:57 | |
*** fxpester has quit IRC | 10:58 | |
*** mitz has joined #openstack | 10:58 | |
*** Guest2696 has quit IRC | 10:59 | |
*** anshul has quit IRC | 10:59 | |
*** fxpester|3 has quit IRC | 11:00 | |
*** macjack has quit IRC | 11:01 | |
*** janki has joined #openstack | 11:01 | |
*** fxpester has joined #openstack | 11:03 | |
c06 | hi all | 11:04 |
c06 | [ERROR] /home/cool/Documents/devstack/stackrc:770 Could not determine host ip address. See local.conf for suggestions on setting HOST_IP. | 11:04 |
c06 | facing this error I set HOST_IP variable in local.conf still facing this error | 11:05 |
*** Jack_Iv has joined #openstack | 11:05 | |
*** fxpester|3 has joined #openstack | 11:05 | |
*** fxpester|2 has quit IRC | 11:05 | |
*** sshnaidm is now known as sshnaidm|afk | 11:06 | |
c06 | any suggestions | 11:07 |
*** rdas has quit IRC | 11:08 | |
*** fxpester has quit IRC | 11:08 | |
*** Dev_Jin has joined #openstack | 11:09 | |
Dev_Jin | where can I get more information regarding VDU level configuration post VDU spawning ? I am not able to find any references for that. I am asking this from tacker point of view | 11:09 |
*** tjcocozz_ has quit IRC | 11:09 | |
*** fxpester has joined #openstack | 11:09 | |
*** misty-cloud has quit IRC | 11:10 | |
*** bapalm has quit IRC | 11:10 | |
*** manjong has quit IRC | 11:10 | |
*** manjong has joined #openstack | 11:10 | |
*** Son_Goku has joined #openstack | 11:10 | |
*** haleyb_ has joined #openstack | 11:11 | |
*** spzala has joined #openstack | 11:12 | |
*** TheBlight has joined #openstack | 11:12 | |
*** fxpester|3 has quit IRC | 11:12 | |
*** fxpester|2 has joined #openstack | 11:13 | |
*** mkolesni has joined #openstack | 11:15 | |
*** leflore has joined #openstack | 11:15 | |
*** tjcocozz has joined #openstack | 11:15 | |
*** fxpester has quit IRC | 11:15 | |
*** haleyb_ has quit IRC | 11:15 | |
*** bapalm has joined #openstack | 11:15 | |
*** amit__ has quit IRC | 11:16 | |
*** spzala has quit IRC | 11:16 | |
*** fxpester has joined #openstack | 11:19 | |
*** fxpester|3 has joined #openstack | 11:21 | |
*** amontalban has joined #openstack | 11:21 | |
*** fxpester|2 has quit IRC | 11:21 | |
*** Son_Goku has quit IRC | 11:23 | |
*** tangwenhao has joined #openstack | 11:23 | |
*** fxpester|2 has joined #openstack | 11:23 | |
*** ardy has quit IRC | 11:23 | |
*** fxpester has quit IRC | 11:23 | |
tangwenhao | is there any body | 11:23 |
*** tung_doan has quit IRC | 11:24 | |
tangwenhao | ? | 11:25 |
tangwenhao | q | 11:25 |
tangwenhao | fd | 11:25 |
tangwenhao | fgsfhfds | 11:25 |
tangwenhao | gfdsgsh | 11:25 |
tangwenhao | gfhtrj | 11:25 |
*** tangwenhao has quit IRC | 11:26 | |
*** fxpester has joined #openstack | 11:26 | |
*** amontalban has quit IRC | 11:26 | |
*** fxpester|3 has quit IRC | 11:26 | |
*** msimonin has quit IRC | 11:26 | |
*** shootbird has quit IRC | 11:27 | |
*** fxpester|2 has quit IRC | 11:28 | |
*** kristian__ has joined #openstack | 11:29 | |
*** delhage_ is now known as delhage | 11:29 | |
*** knamehost has joined #openstack | 11:29 | |
*** fxpester|2 has joined #openstack | 11:29 | |
*** AnilV4 has joined #openstack | 11:29 | |
*** msimonin has joined #openstack | 11:30 | |
*** fxpester has quit IRC | 11:32 | |
*** fxpester has joined #openstack | 11:32 | |
*** gli has quit IRC | 11:35 | |
*** fxpester|2 has quit IRC | 11:35 | |
*** thorst_afk has joined #openstack | 11:36 | |
*** shootbird has joined #openstack | 11:36 | |
*** sshnaidm|afk is now known as sshnaidm | 11:36 | |
*** fxpester|2 has joined #openstack | 11:36 | |
*** rossella_s has quit IRC | 11:37 | |
*** fxpester has quit IRC | 11:39 | |
*** fxpester has joined #openstack | 11:39 | |
*** fxpester|3 has joined #openstack | 11:41 | |
*** fxpester|2 has quit IRC | 11:42 | |
*** thorst_afk has quit IRC | 11:43 | |
*** deep_1 has quit IRC | 11:43 | |
*** knangia has quit IRC | 11:44 | |
*** fxpester has quit IRC | 11:44 | |
*** fxpester has joined #openstack | 11:44 | |
*** racedo has joined #openstack | 11:45 | |
*** racedo has quit IRC | 11:45 | |
*** racedo has joined #openstack | 11:45 | |
*** racedo has quit IRC | 11:45 | |
*** racedo has joined #openstack | 11:45 | |
*** fxpester|3 has quit IRC | 11:47 | |
*** fxpester|2 has joined #openstack | 11:48 | |
*** fxpester|3 has joined #openstack | 11:50 | |
*** MarkBaker has joined #openstack | 11:50 | |
*** fxpester has quit IRC | 11:51 | |
*** vimal has quit IRC | 11:51 | |
*** kristian__ has quit IRC | 11:51 | |
*** jpena is now known as jpena|lunch | 11:52 | |
*** kristian__ has joined #openstack | 11:52 | |
*** fxpester|2 has quit IRC | 11:52 | |
*** fxpester has joined #openstack | 11:54 | |
*** igordcard has quit IRC | 11:55 | |
*** fxpester|2 has joined #openstack | 11:56 | |
*** vimal has joined #openstack | 11:56 | |
*** fxpester|3 has quit IRC | 11:57 | |
*** fxpester|3 has joined #openstack | 11:58 | |
*** nicolasbock has joined #openstack | 11:59 | |
*** Pavo has quit IRC | 11:59 | |
*** fxpester has quit IRC | 11:59 | |
*** mikebrow has quit IRC | 12:01 | |
*** fxpester|2 has quit IRC | 12:01 | |
*** mikebrow has joined #openstack | 12:02 | |
*** sreeram_v has joined #openstack | 12:03 | |
*** Pavo has joined #openstack | 12:04 | |
*** sreeram_v has quit IRC | 12:07 | |
*** rodrigods is now known as rodrigods_ | 12:09 | |
*** bkopilov has quit IRC | 12:09 | |
*** masco has quit IRC | 12:09 | |
*** dizquierdo has quit IRC | 12:11 | |
*** kristia__ has joined #openstack | 12:12 | |
*** haleyb_ has joined #openstack | 12:12 | |
*** spzala has joined #openstack | 12:13 | |
*** kristia__ has quit IRC | 12:14 | |
*** kristia__ has joined #openstack | 12:14 | |
*** TMM has quit IRC | 12:16 | |
*** kristian__ has quit IRC | 12:16 | |
*** fxpester has joined #openstack | 12:16 | |
*** Son_Goku has joined #openstack | 12:17 | |
*** haleyb_ has quit IRC | 12:17 | |
*** spzala has quit IRC | 12:18 | |
*** kristia__ has quit IRC | 12:18 | |
*** fxpester|3 has quit IRC | 12:20 | |
*** fxpester|2 has joined #openstack | 12:21 | |
*** rtheis has joined #openstack | 12:21 | |
*** brainerd has joined #openstack | 12:21 | |
*** hieulq_ has quit IRC | 12:22 | |
*** fxpester|3 has joined #openstack | 12:23 | |
*** lseki has joined #openstack | 12:23 | |
*** aspiers has quit IRC | 12:23 | |
*** fxpester has quit IRC | 12:24 | |
*** fxpester has joined #openstack | 12:25 | |
*** catintheroof has joined #openstack | 12:25 | |
*** fxpester|2 has quit IRC | 12:26 | |
*** jmccarthy has joined #openstack | 12:26 | |
*** panda is now known as panda|afk | 12:27 | |
*** amontalban has joined #openstack | 12:27 | |
*** fxpester|3 has quit IRC | 12:28 | |
*** fxpester|2 has joined #openstack | 12:30 | |
*** sreeram_v has joined #openstack | 12:30 | |
*** hardbot has joined #openstack | 12:32 | |
*** fxpester has quit IRC | 12:33 | |
*** fxpester has joined #openstack | 12:33 | |
*** deep_1 has joined #openstack | 12:34 | |
*** hardbot has quit IRC | 12:35 | |
*** aspiers has joined #openstack | 12:35 | |
*** steveg_afk has joined #openstack | 12:36 | |
*** fxpester|2 has quit IRC | 12:36 | |
*** bvanhav has joined #openstack | 12:36 | |
*** fxpester|2 has joined #openstack | 12:36 | |
*** gkadam has quit IRC | 12:37 | |
*** sreeram__ has joined #openstack | 12:37 | |
*** mitz has quit IRC | 12:38 | |
*** hieulq has joined #openstack | 12:38 | |
*** jsheeren has quit IRC | 12:39 | |
*** fxpester has quit IRC | 12:39 | |
*** sreeram_v has quit IRC | 12:40 | |
*** fxpester has joined #openstack | 12:41 | |
*** mitz has joined #openstack | 12:43 | |
c06 | anyone know stable branch for devstack | 12:43 |
c06 | facing lot of errors | 12:43 |
*** fxpester|3 has joined #openstack | 12:43 | |
c06 | in master branch.. anyone have any private branch | 12:44 |
*** fxpester|2 has quit IRC | 12:44 | |
*** mkolesni has quit IRC | 12:45 | |
*** fxpester|2 has joined #openstack | 12:46 | |
*** stevemar__ has joined #openstack | 12:46 | |
*** EricGonczer_ has joined #openstack | 12:46 | |
*** fxpester has quit IRC | 12:47 | |
*** catintheroof has quit IRC | 12:48 | |
*** kristian__ has joined #openstack | 12:48 | |
*** fxpester|3 has quit IRC | 12:48 | |
*** fxpester has joined #openstack | 12:49 | |
*** kristian__ has quit IRC | 12:50 | |
*** kristian__ has joined #openstack | 12:50 | |
*** stevemar__ has quit IRC | 12:50 | |
*** fxpester|2 has quit IRC | 12:51 | |
*** steveg_afk has quit IRC | 12:51 | |
*** kristian__ has quit IRC | 12:52 | |
*** gringao has quit IRC | 12:52 | |
*** kristian__ has joined #openstack | 12:52 | |
*** hieulq has quit IRC | 12:53 | |
*** jpena|lunch is now known as jpena | 12:53 | |
*** thorst_afk has joined #openstack | 12:53 | |
*** mhickey has quit IRC | 12:54 | |
*** fxpester|2 has joined #openstack | 12:54 | |
*** srobert has joined #openstack | 12:55 | |
*** msimonin has quit IRC | 12:56 | |
*** fxpester|3 has joined #openstack | 12:56 | |
*** fxpester has quit IRC | 12:57 | |
*** kristian__ has quit IRC | 12:57 | |
*** bobh has joined #openstack | 12:57 | |
*** bobh has quit IRC | 12:57 | |
*** bobh has joined #openstack | 12:57 | |
*** rodrigods_ has quit IRC | 12:58 | |
*** rodrigods has joined #openstack | 12:58 | |
*** srobert has quit IRC | 12:59 | |
*** fxpester|2 has quit IRC | 12:59 | |
*** hardbot has joined #openstack | 12:59 | |
*** racedo has quit IRC | 12:59 | |
*** srobert has joined #openstack | 12:59 | |
*** kristian__ has joined #openstack | 13:00 | |
*** johnmilton has joined #openstack | 13:01 | |
*** xinliang has quit IRC | 13:01 | |
*** fxpester has joined #openstack | 13:02 | |
*** fxpester|2 has joined #openstack | 13:04 | |
*** horse has joined #openstack | 13:05 | |
*** fxpester|3 has quit IRC | 13:05 | |
*** Poornima has quit IRC | 13:06 | |
*** fxpester has quit IRC | 13:07 | |
*** fxpester has joined #openstack | 13:08 | |
*** kristian__ has quit IRC | 13:08 | |
*** steveg_afk has joined #openstack | 13:09 | |
*** fxpester|2 has quit IRC | 13:10 | |
*** fxpester|2 has joined #openstack | 13:12 | |
c06 | anyone have stable devstack branch? | 13:12 |
c06 | facing lot of error in master branch | 13:13 |
*** haleyb_ has joined #openstack | 13:13 | |
*** xinliang has joined #openstack | 13:13 | |
*** catintheroof has joined #openstack | 13:13 | |
*** spzala has joined #openstack | 13:13 | |
*** btaroli has quit IRC | 13:14 | |
*** fxpester has quit IRC | 13:15 | |
*** msimonin has joined #openstack | 13:15 | |
*** fxpester has joined #openstack | 13:15 | |
*** voelzmo has quit IRC | 13:16 | |
*** sreeram__ has quit IRC | 13:16 | |
*** voelzmo has joined #openstack | 13:16 | |
*** rgogunskiy has quit IRC | 13:17 | |
*** catinthe_ has joined #openstack | 13:18 | |
*** haleyb_ has quit IRC | 13:18 | |
*** fxpester|2 has quit IRC | 13:18 | |
*** spzala has quit IRC | 13:19 | |
*** catintheroof has quit IRC | 13:19 | |
*** manjong has quit IRC | 13:19 | |
*** fxpester|2 has joined #openstack | 13:19 | |
*** amoralej is now known as amoralej|lunch | 13:21 | |
*** btaroli has joined #openstack | 13:21 | |
*** thorst_a_ has joined #openstack | 13:21 | |
*** pdomin_ has joined #openstack | 13:22 | |
*** fxpester|3 has joined #openstack | 13:22 | |
*** fxpester has quit IRC | 13:22 | |
*** EricGonczer_ has quit IRC | 13:22 | |
*** btaroli has quit IRC | 13:23 | |
*** mamitchl has quit IRC | 13:23 | |
*** thorst_afk has quit IRC | 13:23 | |
*** pdomin has quit IRC | 13:24 | |
*** fxpester|2 has quit IRC | 13:24 | |
*** jrist has quit IRC | 13:25 | |
*** gfidente has joined #openstack | 13:25 | |
*** racedo has joined #openstack | 13:25 | |
*** gfidente has quit IRC | 13:25 | |
*** gfidente has joined #openstack | 13:25 | |
*** jamesllondonlapt has joined #openstack | 13:26 | |
*** gszasz has joined #openstack | 13:26 | |
*** hardbot has quit IRC | 13:27 | |
*** bobh has quit IRC | 13:27 | |
*** jtomasek has joined #openstack | 13:27 | |
*** nmagnezi has quit IRC | 13:28 | |
*** icey has joined #openstack | 13:28 | |
*** icey has joined #openstack | 13:28 | |
*** woodard_ has quit IRC | 13:30 | |
*** manjong has joined #openstack | 13:30 | |
*** btaroli has joined #openstack | 13:30 | |
jamesllondonlapt | ttp://pastebin.com/3P4hPkF5 I get '"Failed to list users (Inner Exception: Problem with auth parameters)"}' (pastebin contains local config and working ansible.dump and cloud.yml config'. Help? | 13:30 |
*** voelzmo has quit IRC | 13:30 | |
*** woodard has joined #openstack | 13:30 | |
*** btaroli has quit IRC | 13:31 | |
*** xberg has quit IRC | 13:32 | |
*** xberg has joined #openstack | 13:32 | |
*** racedo has quit IRC | 13:32 | |
*** fxpester has joined #openstack | 13:32 | |
*** thorst_a_ is now known as thorst_ | 13:32 | |
*** rfolco has quit IRC | 13:32 | |
*** jtomasek has quit IRC | 13:33 | |
*** noslzzp has joined #openstack | 13:34 | |
myp | c06: git checkout stable/newton | 13:34 |
*** manjong has quit IRC | 13:34 | |
*** fxpester|2 has joined #openstack | 13:34 | |
*** noslzzp has quit IRC | 13:35 | |
*** fxpester|3 has quit IRC | 13:35 | |
*** noslzzp has joined #openstack | 13:35 | |
*** btaroli has joined #openstack | 13:36 | |
*** stevemar__ has joined #openstack | 13:36 | |
*** jprovazn has quit IRC | 13:37 | |
*** webguynow has quit IRC | 13:37 | |
*** oxsyn has quit IRC | 13:37 | |
*** fxpester has quit IRC | 13:37 | |
*** webguynow has joined #openstack | 13:38 | |
*** fxpester has joined #openstack | 13:39 | |
*** horse has quit IRC | 13:39 | |
*** ashw has joined #openstack | 13:40 | |
*** ashw has quit IRC | 13:40 | |
*** ashw has joined #openstack | 13:40 | |
*** hardbot has joined #openstack | 13:41 | |
*** kylek3h has quit IRC | 13:41 | |
*** magg has joined #openstack | 13:42 | |
*** aeperezt has joined #openstack | 13:42 | |
*** fxpester|2 has quit IRC | 13:42 | |
*** TMM has joined #openstack | 13:43 | |
*** Serlex has quit IRC | 13:43 | |
*** fxpester|2 has joined #openstack | 13:44 | |
*** limao has joined #openstack | 13:47 | |
*** fxpester has quit IRC | 13:47 | |
*** fxpester has joined #openstack | 13:47 | |
*** spzala has joined #openstack | 13:48 | |
*** mikebrow has quit IRC | 13:48 | |
*** mikebrow has joined #openstack | 13:48 | |
*** racedo has joined #openstack | 13:49 | |
c06 | myp: Keystone Fernet Token this kind of error i am facing | 13:49 |
*** fxpester|2 has quit IRC | 13:49 | |
c06 | u have any stable configuration to run basic devstack setup | 13:50 |
*** georgem1 has joined #openstack | 13:50 | |
*** hardbot has quit IRC | 13:50 | |
*** limao_ has joined #openstack | 13:51 | |
*** bvanhav_ has joined #openstack | 13:52 | |
*** limao has quit IRC | 13:52 | |
*** bvanhav has quit IRC | 13:52 | |
*** bkopilov has joined #openstack | 13:52 | |
*** retreved has joined #openstack | 13:53 | |
*** retreved has quit IRC | 13:53 | |
*** mkolesni has joined #openstack | 13:53 | |
*** retreved has joined #openstack | 13:54 | |
*** shibby has joined #openstack | 13:55 | |
*** WizJin has joined #openstack | 13:56 | |
*** sreeram_v has joined #openstack | 13:57 | |
*** fxpester|2 has joined #openstack | 13:58 | |
*** lucendio has quit IRC | 13:59 | |
*** Pavo has quit IRC | 13:59 | |
*** racedo has quit IRC | 13:59 | |
*** Pavo has joined #openstack | 13:59 | |
*** fxpester has quit IRC | 14:01 | |
*** lborda has joined #openstack | 14:01 | |
*** fzdarsky has joined #openstack | 14:02 | |
*** fzdarsky has quit IRC | 14:02 | |
*** fzdarsky has joined #openstack | 14:03 | |
*** fzdarsky has quit IRC | 14:03 | |
*** cloudrancher has quit IRC | 14:03 | |
*** hardbot has joined #openstack | 14:03 | |
*** racedo has joined #openstack | 14:04 | |
*** fzdarsky has joined #openstack | 14:04 | |
*** robbiew has joined #openstack | 14:04 | |
*** horse has joined #openstack | 14:05 | |
*** ecrehar has quit IRC | 14:05 | |
*** ecrehar has joined #openstack | 14:07 | |
*** dtrainor has joined #openstack | 14:07 | |
*** zkassab has joined #openstack | 14:07 | |
*** cloudrancher has joined #openstack | 14:08 | |
*** kylek3h has joined #openstack | 14:08 | |
*** aeperezt has quit IRC | 14:09 | |
*** annegentle has joined #openstack | 14:10 | |
*** rcernin has quit IRC | 14:10 | |
*** manjong has joined #openstack | 14:10 | |
*** voelzmo has joined #openstack | 14:11 | |
*** rcernin has joined #openstack | 14:11 | |
*** dmz has quit IRC | 14:12 | |
*** Mrbleu has joined #openstack | 14:12 | |
*** fxpester has joined #openstack | 14:12 | |
*** niels_ has joined #openstack | 14:12 | |
*** _Cyclone_ has joined #openstack | 14:13 | |
*** voelzmo has quit IRC | 14:13 | |
*** fxpester|2 has quit IRC | 14:13 | |
*** voelzmo has joined #openstack | 14:13 | |
*** knamehost has quit IRC | 14:14 | |
*** haleyb_ has joined #openstack | 14:14 | |
*** fxpester|2 has joined #openstack | 14:14 | |
*** jperry has joined #openstack | 14:14 | |
*** StraubTW has joined #openstack | 14:15 | |
*** manjong has quit IRC | 14:15 | |
*** jprovazn has joined #openstack | 14:16 | |
*** annegentle has quit IRC | 14:16 | |
*** manjong has joined #openstack | 14:17 | |
*** panda|afk is now known as panda | 14:17 | |
*** oxsyn has joined #openstack | 14:17 | |
*** fxpester has quit IRC | 14:17 | |
*** fxpester has joined #openstack | 14:17 | |
*** Ephur has joined #openstack | 14:18 | |
*** xberg has joined #openstack | 14:18 | |
*** racedo has quit IRC | 14:18 | |
*** srobert has quit IRC | 14:19 | |
*** haleyb_ has quit IRC | 14:19 | |
Mrbleu | hi ! i would like to know what is the difference between the cli "nova" and "openstack" ? more specifically, is it possible to use openstack to talk to nova ? | 14:20 |
*** _Cyclone_ has quit IRC | 14:20 | |
*** fxpester|2 has quit IRC | 14:20 | |
*** amoralej|lunch is now known as amoralej | 14:21 | |
Sam-I-Am | in any release newer than about mitaka you'll want to use the openstack client whenever possible | 14:21 |
Sam-I-Am | its basically a meta-client... covers all the services | 14:21 |
*** manjong has quit IRC | 14:21 | |
*** jrist has joined #openstack | 14:21 | |
*** retreved has quit IRC | 14:22 | |
*** Ephur has quit IRC | 14:22 | |
*** jtomasek has joined #openstack | 14:23 | |
*** fxpester|2 has joined #openstack | 14:25 | |
*** retreved has joined #openstack | 14:25 | |
*** racedo has joined #openstack | 14:27 | |
*** daniher has quit IRC | 14:27 | |
*** fxpester|3 has joined #openstack | 14:27 | |
*** arxcruz has quit IRC | 14:28 | |
*** mikebrow_ has joined #openstack | 14:28 | |
*** mikebrow has quit IRC | 14:28 | |
*** fxpester has quit IRC | 14:28 | |
*** racedo has quit IRC | 14:28 | |
*** spzala has quit IRC | 14:28 | |
*** shaifali has joined #openstack | 14:28 | |
*** aconole has joined #openstack | 14:28 | |
*** janki has quit IRC | 14:29 | |
*** spzala has joined #openstack | 14:29 | |
*** dmz has joined #openstack | 14:30 | |
*** fxpester|2 has quit IRC | 14:30 | |
*** Dev_Jin has quit IRC | 14:30 | |
*** jamespag` is now known as jamespage | 14:31 | |
*** arxcruz has joined #openstack | 14:31 | |
*** exploreshaifali has quit IRC | 14:32 | |
*** shootbird has quit IRC | 14:33 | |
*** Jack_Iv_ has joined #openstack | 14:33 | |
*** manous has joined #openstack | 14:33 | |
*** spzala has quit IRC | 14:33 | |
*** VW has joined #openstack | 14:34 | |
*** VW has quit IRC | 14:34 | |
*** shibby has quit IRC | 14:34 | |
*** _Cyclone_ has joined #openstack | 14:34 | |
*** dalees has quit IRC | 14:34 | |
*** VW has joined #openstack | 14:35 | |
*** Jack_Iv has quit IRC | 14:36 | |
*** dizquierdo has joined #openstack | 14:36 | |
*** anonymuse has joined #openstack | 14:37 | |
*** ecrehar has quit IRC | 14:38 | |
*** Mudpuppy has joined #openstack | 14:38 | |
*** msimonin has quit IRC | 14:38 | |
jamesllondonlapt | has anyone manage to use ansible os_* commands? i can't seem to use the get the cloud.yaml right | 14:38 |
*** mitz has quit IRC | 14:38 | |
jamesllondonlapt | or use it right | 14:38 |
*** fxpester has joined #openstack | 14:38 | |
Sam-I-Am | jamesllondonlapt: in what sense? | 14:39 |
*** ecrehar has joined #openstack | 14:39 | |
*** bobh has joined #openstack | 14:39 | |
*** niels_ has quit IRC | 14:41 | |
*** shaifali has quit IRC | 14:41 | |
*** fxpester|3 has quit IRC | 14:41 | |
*** shootbird has joined #openstack | 14:41 | |
jamesllondonlapt | Sam-I-Am: I can use "ansible localhost -m os_client_config" proving i have exported the right configs on the box - but when i attmept to connect to it from a remote box: "ansible -i hosts controller -ucentos -b --key-file=~/.ssh/cloudera_training.key -m os_client_config" it shows "auth: {}' | 14:42 |
*** daniher has joined #openstack | 14:42 | |
*** racedo has joined #openstack | 14:42 | |
*** Mrbleu has quit IRC | 14:42 | |
*** jamesdenton has joined #openstack | 14:43 | |
jamesllondonlapt | Sam-I-Am: I suspect /Users/jamesl/.config/openstack/cloud.yaml is in the wrong location or contents are wrong. | 14:43 |
*** mitz has joined #openstack | 14:43 | |
*** janzian has joined #openstack | 14:43 | |
Sam-I-Am | hmmm | 14:44 |
*** mkovarik has quit IRC | 14:45 | |
Sam-I-Am | pretty sure its 'clouds.yaml' | 14:45 |
*** racedo has quit IRC | 14:46 | |
*** srobert has joined #openstack | 14:47 | |
*** Redcavalier has joined #openstack | 14:47 | |
Redcavalier | Hi, quick question. We've split our setup into different availability-zones, so that we can control what VM goes where. However, when we migrate those VMs, they often get migrated outside their availability zone. Is there a way to enforce restrictions so that they don't leave the availability zone they were assigned to? | 14:49 |
*** ecrehar has quit IRC | 14:49 | |
*** fxpester|2 has joined #openstack | 14:50 | |
*** jvgrant has quit IRC | 14:50 | |
*** jvgrant has joined #openstack | 14:50 | |
haukebruno | Redcavalier, what release are you using? per default an instance _shouldn'_ be be able to migrate from one AZ to anonther | 14:50 |
haukebruno | but I know that this was possible in older releases | 14:50 |
Redcavalier | mitaka | 14:50 |
haukebruno | mh. we use mitaka too, and we tested that too + can't migrate between AZs | 14:51 |
Redcavalier | strange | 14:51 |
Sam-I-Am | that is weird | 14:51 |
Sam-I-Am | maybe they're not set up as you think? | 14:51 |
jamesllondonlapt | Sam-I-Am: yeah i mean clouds.yaml | 14:52 |
*** fxpester has quit IRC | 14:52 | |
Redcavalier | I'll do further tests then. | 14:52 |
*** code-R_ has quit IRC | 14:53 | |
*** mhickey has joined #openstack | 14:53 | |
*** makowals has quit IRC | 14:53 | |
*** code-R has joined #openstack | 14:53 | |
haukebruno | Redcavalier, yeah. but in general it shouldn't be possible. did you mix the terms aggregate and availability-zone maybe? | 14:54 |
*** vimal has quit IRC | 14:54 | |
Oku_OS | Redcavalier: is your nova-scheduler configured to use the AvailabilityZoneFilter filter? | 14:54 |
*** malloc83 has joined #openstack | 14:54 | |
Sam-I-Am | jamesllondonlapt: are you trying to do anything with that module? it should just read clouds.yaml iirc. | 14:55 |
Oku_OS | if not, that would explain why your AZ config might be ignored | 14:55 |
Redcavalier | haukebruno, It is definitely an availability zone | 14:55 |
haukebruno | Redcavalier, sorry :p just asking | 14:55 |
Redcavalier | Oku_OS, that could indeed be why | 14:55 |
haukebruno | but yep, it could be a misconfig of the scheduler too | 14:55 |
haukebruno | but if so, I wonder why you are able to spawn instances in the AZ you want to | 14:56 |
jmccarthy | Ok I've got a weird sort of legacy upgrade issue relating to neutron/nova and nova.conf | 14:56 |
jmccarthy | With the current setup in the [neutron] block of nova.conf the username is set to an old name. | 14:56 |
jmccarthy | I want to upgrade but *change this name to a new name "neutron", but if I do that instances seem to have trouble getting to their metadata post upgrade. | 14:56 |
jmccarthy | I'm not seeing what it is that needs doing (manually or otherwise) in the db? to migrate/facilitate this upgrade ? | 14:56 |
jmccarthy | Any ideas ? :) | 14:56 |
*** ecrehar has joined #openstack | 14:57 | |
*** gfidente has quit IRC | 14:57 | |
*** dxiri has joined #openstack | 14:58 | |
*** msimonin has joined #openstack | 14:58 | |
*** niels_ has joined #openstack | 14:58 | |
*** ddellav has joined #openstack | 14:59 | |
c06 | hi all | 14:59 |
c06 | http://pastebin.com/d8FAda1E | 14:59 |
c06 | facing the above error while installing devstack | 14:59 |
*** daemontool has joined #openstack | 15:00 | |
c06 | i am using stable/liberty version any suggestion..?? | 15:00 |
*** th3g1z has quit IRC | 15:00 | |
*** niels_ has quit IRC | 15:00 | |
*** anush has joined #openstack | 15:00 | |
*** niels_ has joined #openstack | 15:00 | |
*** links has quit IRC | 15:01 | |
*** baoli has joined #openstack | 15:01 | |
jamesllondonlapt | Sam-I-Am: http://pastebin.com/3P4hPkF5 and http://pastebin.com/yH5dPzfv (second one shows cloud.yaml) | 15:02 |
*** matjazp has quit IRC | 15:02 | |
Sam-I-Am | c06: why would you install an old version of devstack? | 15:02 |
jamesllondonlapt | i'm trying to create a user; | 15:03 |
*** anonymuse has quit IRC | 15:03 | |
Sam-I-Am | jmccarthy: what exactly is changing? | 15:03 |
*** anonymuse has joined #openstack | 15:03 | |
*** faizy has joined #openstack | 15:03 | |
c06 | Sam-I-Am: i tried mitaka also facing -> openstack project show admin -f value -c id Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL. | 15:03 |
c06 | this error i am facing | 15:03 |
*** rbak has joined #openstack | 15:03 | |
*** makowals has joined #openstack | 15:04 | |
c06 | Sam-I-Am: if you have any stable branch give me dude | 15:04 |
*** phalmos has joined #openstack | 15:04 | |
*** dbecker has joined #openstack | 15:04 | |
Sam-I-Am | jamesllondonlapt: os_client_config just gets data. you'd need to use what's returned with the os_auth module | 15:04 |
*** niels_ has quit IRC | 15:05 | |
*** niels_ has joined #openstack | 15:05 | |
schlitzer | is it required to use neutron+openvswitch to use DVR? | 15:05 |
schlitzer | or is it powwible to use DVR also with neutron+linuxbridge? | 15:05 |
haleyb | schlitzer: only supported with OVS | 15:05 |
schlitzer | okay | 15:06 |
*** fxpester has joined #openstack | 15:06 | |
schlitzer | is there also a complete guide to setup DVR, except this one -> http://docs.openstack.org/mitaka/networking-guide/scenario-dvr-ovs.html | 15:06 |
*** cfh has joined #openstack | 15:06 | |
*** niels__ has joined #openstack | 15:07 | |
schlitzer | because i think there are some steps/details missing | 15:07 |
*** ccard has joined #openstack | 15:07 | |
haleyb | schlitzer: that's for mitaka, think there was an update | 15:08 |
*** fxpester|2 has quit IRC | 15:08 | |
schlitzer | i think te newton version looks the same | 15:08 |
*** dxiri has quit IRC | 15:08 | |
Sam-I-Am | schlitzer: you do not need to use dvr | 15:09 |
schlitzer | sry, just pasted the wrong version, but the example configuration sections looks the same as far as i can see | 15:09 |
Sam-I-Am | and probably dont need it | 15:09 |
schlitzer | Sam-I-Am, but i want to | 15:09 |
*** fxpester|2 has joined #openstack | 15:09 | |
*** dxiri has joined #openstack | 15:09 | |
Sam-I-Am | it does not work with linuxbridge because it does 'things' that are not normal | 15:09 |
Sam-I-Am | and ovs lets it hide | 15:09 |
schlitzer | i think DVR is needed, if you do not want to push all traffic to a network node | 15:09 |
*** pradk has joined #openstack | 15:09 | |
jmccarthy | @Sam-I-Am: http://pastebin.com/ZGG9V17N | 15:09 |
Sam-I-Am | schlitzer: depends what you're trying to do | 15:10 |
schlitzer | i want do setup DVR^^ | 15:10 |
*** anush has quit IRC | 15:10 | |
haleyb | Sam-I-Am: well, DVR is useful or we wouldn't have it :) There's only so much traffic a network node can handle | 15:10 |
Sam-I-Am | jmccarthy: or maybe i meant this - http://docs.ansible.com/ansible/os_user_module.html | 15:10 |
*** rfolco has joined #openstack | 15:10 | |
*** fxpester|2 has quit IRC | 15:10 | |
*** niels_ has quit IRC | 15:11 | |
schlitzer | haleyb, yes this is exactly the reason why i like to go with DVR | 15:11 |
Sam-I-Am | schlitzer: if you want your vms to have 'real' ip addresses, you can just put them on the provider network directly | 15:11 |
*** gfidente has joined #openstack | 15:11 | |
schlitzer | Sam-I-Am, no, this is not my intention | 15:11 |
Sam-I-Am | if you must use dvr, the docs are in the networking guide at docs.openstack.org | 15:11 |
*** fxpester has quit IRC | 15:11 | |
schlitzer | Sam-I-Am, yes, and they are not complete | 15:11 |
*** mikebrow has joined #openstack | 15:12 | |
Sam-I-Am | howso? | 15:12 |
jmccarthy | @Sam-I-Am: Hrm not sure that paste was ok, new one: http://paste.openstack.org/show/591145/ | 15:12 |
Sam-I-Am | i wrote those | 15:12 |
*** code-R_ has joined #openstack | 15:12 | |
*** stevemar has joined #openstack | 15:12 | |
schlitzer | compare http://docs.openstack.org/newton/networking-guide/scenario-dvr-ovs.html and http://docs.openstack.org/newton/networking-guide/scenario-provider-ovs.html | 15:12 |
*** mikebrow_ has quit IRC | 15:12 | |
schlitzer | the openvswitch stuff is missing | 15:12 |
schlitzer | in the DVR one | 15:12 |
*** stevemar__ has quit IRC | 15:12 | |
schlitzer | the one where you attach the physical interface to openvswitch | 15:13 |
*** mikebrow has quit IRC | 15:13 | |
*** blomquisg_gone is now known as blomquisg | 15:13 | |
Sam-I-Am | somehow you're linking to old pages | 15:13 |
*** mikebrow has joined #openstack | 15:13 | |
Sam-I-Am | http://docs.openstack.org/newton/networking-guide/deploy.html | 15:13 |
Sam-I-Am | thats where you should be landing | 15:13 |
schlitzer | this is what i found when i used google | 15:14 |
schlitzer | sry | 15:14 |
Sam-I-Am | thats bad... google sometimes finds old pages | 15:14 |
schlitzer | k | 15:14 |
*** xemdetia has joined #openstack | 15:14 | |
Sam-I-Am | jmccarthy: did you actually change that stuff in keystone? | 15:14 |
*** code-R has quit IRC | 15:15 | |
schlitzer | Sam-I-Am, there are no DVR/openvswitch examples | 15:15 |
Sam-I-Am | its trying to use the neutron service user | 15:15 |
*** jmckind has joined #openstack | 15:15 | |
Sam-I-Am | schlitzer: http://docs.openstack.org/newton/networking-guide/deploy-ovs-ha-dvr.html | 15:15 |
jmccarthy | @Sam-I-Am: Erm I guess not, change it how ? :) | 15:15 |
*** haleyb_ has joined #openstack | 15:15 | |
Sam-I-Am | jmccarthy: you'd have to create a new user and remove the old one | 15:15 |
Sam-I-Am | the neutron user is usually 'neutron' | 15:15 |
jmccarthy | @Sam-I-Am: ok if I do that tho can 'neutron' user get to stuff that was done when the name was old ? | 15:16 |
schlitzer | Sam-I-Am, thank you i will take a look at those | 15:16 |
jmccarthy | (It seems to me not) | 15:16 |
schlitzer | never have seen this one before | 15:16 |
*** jamesdenton has quit IRC | 15:16 | |
*** jamesdenton has joined #openstack | 15:18 | |
*** spzala has joined #openstack | 15:18 | |
*** valw has joined #openstack | 15:18 | |
Sam-I-Am | jmccarthy: all nova is using those creds for is to pass vif connection information | 15:19 |
Sam-I-Am | the username is arbitrary | 15:19 |
*** sreeram_v has quit IRC | 15:19 | |
*** haleyb_ has quit IRC | 15:20 | |
*** liverpooler has joined #openstack | 15:20 | |
jmccarthy | Hmm I'm not sure where it's going wrong - if I change that name old instances don't power back up with their fixed ips for example (and the neutron user is there for keystone) | 15:21 |
*** xemdetia has quit IRC | 15:21 | |
jmccarthy | But with old name, they're fine | 15:21 |
*** _Cyclone_ has quit IRC | 15:22 | |
Sam-I-Am | is 'oldusername' in keystone? if you did an 'openstack user list' | 15:23 |
*** xemdetia has joined #openstack | 15:23 | |
jmccarthy | It is still there | 15:23 |
jmccarthy | So I didn't follow the delete part ;) Does it have to be deleted ? | 15:24 |
Sam-I-Am | is newuser in there? | 15:24 |
jmccarthy | Yes also there | 15:24 |
georgem1 | notmyname: do I need to do anything special to get tempurl working in devstack? I get "401 Unauthorized: Temp URL invalid" when trying to use the tempurl created | 15:24 |
jmccarthy | Well I'm in the middle of an upgrade just now actually - but yes they're both there post upgrade | 15:24 |
Sam-I-Am | does it have the correct password/role ? | 15:24 |
jmccarthy | I'm not sure actually - how do I confirm that ? | 15:25 |
Sam-I-Am | jmccarthy: newuser should have been created in the same way olduser was created | 15:25 |
jmccarthy | @Sam-I-Am I'll have to double check - is there a query to show those details by chance ? | 15:26 |
c06 | Error: Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL. Could not determine a suitable URL for the plugin | 15:27 |
c06 | any suggestion for the above error | 15:27 |
*** kstev has joined #openstack | 15:27 | |
*** liverpooler has quit IRC | 15:27 | |
Sam-I-Am | jmccarthy: 'openstack role assignment list' ? | 15:28 |
jmccarthy | Oh I just found openstack user role list - ok will try that also | 15:29 |
*** stevemar_znc has joined #openstack | 15:29 | |
*** clopez has quit IRC | 15:29 | |
*** liverpooler has joined #openstack | 15:29 | |
*** clopez has joined #openstack | 15:30 | |
*** TheBlight has quit IRC | 15:31 | |
*** jperry has quit IRC | 15:31 | |
*** hoobaman has joined #openstack | 15:32 | |
hoobaman | hi | 15:32 |
Sam-I-Am | remember that neutron itself probably needs to use 'newuser' unless you have separate users for these things... for unknown reasons | 15:32 |
*** jgriffith_away is now known as jgriffith | 15:32 | |
hoobaman | i am using keystone v3 and using admin inheratance for my projects | 15:33 |
*** mtanino has joined #openstack | 15:33 | |
jmccarthy | @Sam-I-Am I'll have to poke around here and see what I can find, yea neutron is also using 'neutron' | 15:33 |
hoobaman | however it seems to break the OS_TENANT_NAME | 15:34 |
*** _Cyclone_ has joined #openstack | 15:34 | |
hoobaman | how can i boot an instance with nova boot into a specific project? | 15:34 |
*** cmartin has joined #openstack | 15:34 | |
*** spotz_zzz is now known as spotz | 15:35 | |
jmccarthy | @Sam-I-Am Thanks for the help :) ! | 15:35 |
*** Son_Goku has quit IRC | 15:35 | |
*** xemdetia_ has joined #openstack | 15:36 | |
*** anush has joined #openstack | 15:36 | |
*** johnbelamaric has joined #openstack | 15:38 | |
*** xemdetia has quit IRC | 15:39 | |
*** DeMiNe0 has quit IRC | 15:39 | |
*** jheroux has joined #openstack | 15:40 | |
*** code-R_ has quit IRC | 15:40 | |
*** code-R has joined #openstack | 15:40 | |
*** racedo has joined #openstack | 15:41 | |
*** crose has joined #openstack | 15:42 | |
*** soliosg has joined #openstack | 15:43 | |
*** lborda has quit IRC | 15:43 | |
*** lborda has joined #openstack | 15:44 | |
*** xemdetia_ is now known as xemdetia | 15:44 | |
*** racedo has quit IRC | 15:44 | |
*** cemason1 has quit IRC | 15:44 | |
*** DeMiNe0 has joined #openstack | 15:45 | |
*** jvgrant has quit IRC | 15:46 | |
*** sleviim has quit IRC | 15:46 | |
*** grafuls has quit IRC | 15:46 | |
*** Jack_Iv_ has quit IRC | 15:46 | |
*** sandanar has quit IRC | 15:46 | |
*** cemason has joined #openstack | 15:46 | |
*** jvgrant has joined #openstack | 15:47 | |
*** xberg_ has joined #openstack | 15:47 | |
*** links has joined #openstack | 15:48 | |
*** hrybacki is now known as hrybacki|IAmGE | 15:49 | |
*** nkrinner is now known as nkrinner_afk | 15:49 | |
*** shibby has joined #openstack | 15:49 | |
*** knangia has joined #openstack | 15:49 | |
*** xberg has quit IRC | 15:49 | |
*** hrybacki|IAmGE is now known as hrybacki|lAmG3 | 15:49 | |
*** bvdk has quit IRC | 15:50 | |
schlitzer | Sam-I-Am, i am currently reading thru the docs you have created. in http://docs.openstack.org/newton/networking-guide/deploy-ovs-selfservice.html it says "Enable the layer-2 population mechanism driver." -> "mechanism_drivers = linuxbridge,l2population" | 15:51 |
*** hrybacki|lAmG3 is now known as hrybacki|l4mG3 | 15:51 | |
schlitzer | is this correct, shouldnt this be "mechanism_drivers = openvswitch,l2population"? | 15:51 |
Sam-I-Am | hmm yep | 15:52 |
magg | hi | 15:53 |
*** rchavik has quit IRC | 15:53 | |
magg | is there a way to get a list of deleted instances? | 15:53 |
magg | with nova? | 15:53 |
schlitzer | Sam-I-Am, okay, thank you | 15:53 |
schlitzer | so, set it to "openvswitch,l2population " | 15:54 |
Sam-I-Am | yep | 15:54 |
*** lborda has quit IRC | 15:55 | |
*** lborda has joined #openstack | 15:55 | |
*** MarkBaker has quit IRC | 15:55 | |
*** msimonin has quit IRC | 15:56 | |
dostoyevsky | Where should I put my local.conf file for devstack? In the devstack directory? | 15:56 |
*** valw has quit IRC | 15:57 | |
*** lborda has quit IRC | 15:57 | |
*** kambiz has joined #openstack | 15:57 | |
*** lborda has joined #openstack | 15:57 | |
dostoyevsky | http://docs.openstack.org/developer/devstack/ <- they say that one should create a local.conf but not where... | 15:57 |
dostoyevsky | $ cd devstack <- ok... they did that before | 15:58 |
soliosg | dostoyevsky: right, in devstack directory | 15:58 |
*** Pavo has quit IRC | 15:59 | |
*** valw has joined #openstack | 15:59 | |
*** code-R_ has joined #openstack | 16:00 | |
*** liverpooler has quit IRC | 16:00 | |
dostoyevsky | soliosg: Ok... | 16:00 |
*** john-davidge has quit IRC | 16:00 | |
*** john-davidge has joined #openstack | 16:00 | |
magg | ? | 16:00 |
*** xberg_ has quit IRC | 16:00 | |
magg | anyone? | 16:00 |
Sam-I-Am | magg: they might be left in the db, but i doubt it | 16:01 |
*** lborda has quit IRC | 16:01 | |
dostoyevsky | Also, is HOST_IP=127.0.0.1 enough for devstack for development inside a virtualbox image? | 16:01 |
*** Lee1092 has joined #openstack | 16:01 | |
*** makowals has quit IRC | 16:01 | |
*** xberg has joined #openstack | 16:01 | |
*** liverpooler has joined #openstack | 16:01 | |
*** niels__ has quit IRC | 16:02 | |
*** jrich523_ is now known as jrich523 | 16:02 | |
*** code-R has quit IRC | 16:02 | |
*** makowals has joined #openstack | 16:02 | |
*** VW_ has joined #openstack | 16:03 | |
*** msimonin has joined #openstack | 16:03 | |
*** Pavo has joined #openstack | 16:04 | |
*** VW_ has quit IRC | 16:04 | |
*** VW_ has joined #openstack | 16:04 | |
*** john-davidge has quit IRC | 16:05 | |
*** voelzmo has quit IRC | 16:05 | |
*** TheFreak has quit IRC | 16:05 | |
*** VW_ has quit IRC | 16:05 | |
*** martijn1234 has joined #openstack | 16:05 | |
*** VW_ has joined #openstack | 16:06 | |
*** VW has quit IRC | 16:06 | |
*** VW_ has quit IRC | 16:06 | |
*** VW has joined #openstack | 16:06 | |
*** GenteelBen has joined #openstack | 16:06 | |
*** spzala_ has joined #openstack | 16:07 | |
*** shibby has quit IRC | 16:07 | |
*** vgadiraj has quit IRC | 16:07 | |
*** geaaru has quit IRC | 16:07 | |
*** c06 has quit IRC | 16:08 | |
*** MarkBaker has joined #openstack | 16:08 | |
schlitzer | Sam-I-Am, should i report a bug for this? | 16:08 |
Sam-I-Am | schlitzer: sure | 16:08 |
*** _Cyclone_ has quit IRC | 16:08 | |
*** yamamoto has joined #openstack | 16:09 | |
*** spzala has quit IRC | 16:09 | |
*** achadha has joined #openstack | 16:09 | |
*** _Cyclone_ has joined #openstack | 16:10 | |
*** sshnaidm has quit IRC | 16:10 | |
martijn1234 | hi guys, just wanted to check if I understood the following correctly... Egress security rules are only supported on Neutron, not Nova... correct? | 16:10 |
*** VW has quit IRC | 16:10 | |
*** sshnaidm has joined #openstack | 16:10 | |
*** sayantan_ has joined #openstack | 16:11 | |
*** VW has joined #openstack | 16:11 | |
*** sayantan_ has quit IRC | 16:11 | |
*** Yarboa has quit IRC | 16:11 | |
*** sayantan_ has joined #openstack | 16:11 | |
*** niels_ has joined #openstack | 16:11 | |
*** yamamot__ has quit IRC | 16:12 | |
*** stevemar_znc is now known as topol_ | 16:12 | |
*** dxiri has quit IRC | 16:13 | |
*** xberg has quit IRC | 16:13 | |
*** rcernin has quit IRC | 16:13 | |
*** niels_ has quit IRC | 16:13 | |
soliosg | dostoyevsky: anything the guest (virtualbox instance) can resolve | 16:13 |
soliosg | dostoyevsky: in the past ip addresses from localhost (127.0.0.1), virbr0, and enp0s3 have worked for me (your interfaces may be different) | 16:13 |
soliosg | dostoyevsky: jfyi, virtual box guest is the host for devstack | 16:13 |
*** niels_ has joined #openstack | 16:14 | |
*** niels_ has quit IRC | 16:14 | |
*** fuhry has quit IRC | 16:15 | |
*** nunchuck has quit IRC | 16:15 | |
*** amontalb1n has joined #openstack | 16:15 | |
*** lborda has joined #openstack | 16:16 | |
*** haleyb_ has joined #openstack | 16:16 | |
*** phalmos has quit IRC | 16:16 | |
*** blahdeblah has quit IRC | 16:16 | |
*** lborda has quit IRC | 16:16 | |
*** chrisplo has joined #openstack | 16:16 | |
*** lborda has joined #openstack | 16:17 | |
*** cfh has quit IRC | 16:18 | |
*** amontalban has quit IRC | 16:18 | |
*** annegentle has joined #openstack | 16:18 | |
*** topol_ is now known as topol | 16:20 | |
*** shibby has joined #openstack | 16:20 | |
*** haleyb_ has quit IRC | 16:21 | |
*** xberg has joined #openstack | 16:22 | |
*** dxiri has joined #openstack | 16:22 | |
*** dxiri has quit IRC | 16:22 | |
*** TMM has quit IRC | 16:23 | |
*** dxiri has joined #openstack | 16:23 | |
*** xberg_ has joined #openstack | 16:24 | |
*** lborda has quit IRC | 16:25 | |
*** rmart04 has quit IRC | 16:25 | |
*** acidrainfall has joined #openstack | 16:26 | |
*** lborda has joined #openstack | 16:26 | |
*** acidrainfall has quit IRC | 16:26 | |
*** xberg__ has joined #openstack | 16:28 | |
*** xberg has quit IRC | 16:28 | |
*** lborda has quit IRC | 16:29 | |
*** lborda has joined #openstack | 16:29 | |
*** blahdeblah has joined #openstack | 16:29 | |
*** Deepu has joined #openstack | 16:30 | |
*** mikebrow has quit IRC | 16:31 | |
*** xberg_ has quit IRC | 16:31 | |
*** racedo has joined #openstack | 16:32 | |
*** cfh has joined #openstack | 16:32 | |
*** radhikam has joined #openstack | 16:32 | |
*** valw has quit IRC | 16:33 | |
*** xberg__ has quit IRC | 16:33 | |
*** Jack_Iv has joined #openstack | 16:33 | |
*** bvanhav_ has quit IRC | 16:34 | |
*** cyborg-one has joined #openstack | 16:34 | |
*** jamesllondonlapt has quit IRC | 16:34 | |
*** itsdennian has joined #openstack | 16:35 | |
*** groen692 has quit IRC | 16:35 | |
*** liverpooler has quit IRC | 16:35 | |
*** msimonin has quit IRC | 16:35 | |
*** limao_ has quit IRC | 16:35 | |
*** bvanhav_ has joined #openstack | 16:35 | |
*** itsdennian has quit IRC | 16:37 | |
notmyname | georgem1: good morning. did you get an answer to your tempurl question? | 16:37 |
*** e0ne has quit IRC | 16:37 | |
*** MarkBaker has quit IRC | 16:37 | |
*** achadha has quit IRC | 16:38 | |
*** mitz has quit IRC | 16:38 | |
*** jamesllo_ has joined #openstack | 16:38 | |
*** MarkBaker has joined #openstack | 16:38 | |
*** retreved has quit IRC | 16:40 | |
jamesllo_ | does anyone whave a walkk through / video of shade working? | 16:40 |
*** vgadiraj has joined #openstack | 16:40 | |
jamesllo_ | or implemented?\ | 16:40 |
*** racedo has quit IRC | 16:40 | |
georgem1 | notmyname: no :( | 16:40 |
notmyname | georgem1: so what's up? how can I help? | 16:41 |
*** itsdennian_ has joined #openstack | 16:41 | |
georgem1 | I can create tempurl but tehy are invalid, trying in devstack table/mitaka; I see this in "proxy-server: Pipeline is "catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk tempurl ratelimit authtoken keystoneauth container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server" in the s-proxy screen session | 16:42 |
georgem1 | so the tempurl is enabled, but I'm not sure why the urls created are invalid | 16:42 |
*** Deepu has left #openstack | 16:43 | |
*** mitz has joined #openstack | 16:43 | |
*** smccarthy has joined #openstack | 16:43 | |
georgem1 | I used "swift-temp-url" to generate them, although I found two versions in my system: /opt/stack/swift/bin/swift-temp-url | 16:43 |
georgem1 | and /usr/local/bin/swift-temp-url | 16:43 |
*** jackNemrod has quit IRC | 16:43 | |
*** jgriffiths has joined #openstack | 16:44 | |
*** jackNemrod has joined #openstack | 16:44 | |
notmyname | georgem1: are they the same? do they have the smae md5? | 16:44 |
georgem1 | no, they have different md5 but they are both not working for me, the urls created by any of them are invalid | 16:44 |
georgem1 | I also tried with the python code from http://docs.openstack.org/mitaka/config-reference/object-storage/features.html#temporary-url | 16:45 |
notmyname | georgem1: do you have python-swiftclient installed? | 16:46 |
*** aarefiev is now known as aarefiev_afk | 16:46 | |
georgem1 | python-swiftclient==3.0.0 | 16:46 |
*** jmccarthy has left #openstack | 16:46 | |
*** valw has joined #openstack | 16:46 | |
*** msimonin has joined #openstack | 16:47 | |
*** Mudpuppy has quit IRC | 16:47 | |
*** itsdennian_ has quit IRC | 16:47 | |
notmyname | are you using an account key or a container key for the tempurl? | 16:47 |
notmyname | (likely account) | 16:47 |
*** josecastroleon1 has quit IRC | 16:48 | |
georgem1 | notmyname: let me prepare a pastebin | 16:48 |
*** jgriffiths has quit IRC | 16:48 | |
*** pdomin_ has quit IRC | 16:48 | |
*** racedo has joined #openstack | 16:49 | |
*** patriciadomin has joined #openstack | 16:50 | |
*** rcernin has joined #openstack | 16:50 | |
georgem1 | notmyname: http://pastebin.com/KSRiytVg | 16:51 |
*** magg has quit IRC | 16:51 | |
*** valw has quit IRC | 16:51 | |
*** FelixCulpa has joined #openstack | 16:52 | |
notmyname | ah! | 16:52 |
*** yamamoto has quit IRC | 16:52 | |
notmyname | I think it's because you aren't escaping the &. add a '\' before it so bash doesn't grab it | 16:52 |
*** yamamoto has joined #openstack | 16:52 | |
georgem1 | super | 16:52 |
georgem1 | it works indeed :) | 16:53 |
*** mmalik4 has joined #openstack | 16:53 | |
*** links has quit IRC | 16:53 | |
notmyname | also, watch out for the double / at the beginning | 16:53 |
notmyname | just for good hygiene | 16:53 |
*** links has joined #openstack | 16:53 | |
georgem1 | thank you very much, yes, I noticed the double / | 16:53 |
*** racedo has quit IRC | 16:53 | |
*** joelio has joined #openstack | 16:54 | |
notmyname | georgem1: for the record, currently the swift-temp-url command will print a deprecation warning. the supported funtionality is in swiftclient (`swift tempurl foo bar baz ...`). this happened post-mitaka IIRC | 16:54 |
*** ecrehar has quit IRC | 16:55 | |
*** scuttle|afk is now known as scuttlemonkey | 16:56 | |
*** myp has quit IRC | 16:57 | |
*** VW has quit IRC | 16:58 | |
*** dizquierdo has quit IRC | 16:58 | |
*** msimonin has quit IRC | 16:58 | |
georgem1 | notmyname: thanks again, it works as expected :) | 16:59 |
notmyname | georgem1: awesome. glad to hear it | 16:59 |
*** hoobaman has quit IRC | 16:59 | |
*** yamamoto has quit IRC | 17:00 | |
*** comay has joined #openstack | 17:01 | |
*** mikebrow has joined #openstack | 17:02 | |
vans163 | Is anyone familiar with this? http://docs.openstack.org/liberty/networking-guide/scenario-classic-ovs.html or the linux bridge setup? | 17:02 |
vans163 | I have a few questions | 17:02 |
*** xinliang has quit IRC | 17:03 | |
*** igordcard has joined #openstack | 17:03 | |
*** nmagnezi has joined #openstack | 17:04 | |
*** VW has joined #openstack | 17:05 | |
*** galstrom_zzz is now known as galstrom | 17:05 | |
*** jamesllo_ has quit IRC | 17:06 | |
*** anonymuse has quit IRC | 17:06 | |
*** liverpooler has joined #openstack | 17:06 | |
*** mhickey has quit IRC | 17:07 | |
*** jpich has quit IRC | 17:07 | |
*** bvanhav_ has quit IRC | 17:08 | |
*** rama_y has joined #openstack | 17:08 | |
*** athinkingmeat has quit IRC | 17:10 | |
*** MarkBaker has quit IRC | 17:11 | |
*** valw has joined #openstack | 17:12 | |
*** EricGonczer_ has joined #openstack | 17:12 | |
*** slaweq_ has quit IRC | 17:12 | |
*** xberg has joined #openstack | 17:12 | |
*** achadha has joined #openstack | 17:13 | |
*** krypto has quit IRC | 17:13 | |
*** achadha has quit IRC | 17:15 | |
*** xinliang has joined #openstack | 17:15 | |
*** iranzo has quit IRC | 17:15 | |
*** achadha has joined #openstack | 17:15 | |
*** haleyb_ has joined #openstack | 17:17 | |
*** achadha has quit IRC | 17:17 | |
*** ricardoas has quit IRC | 17:17 | |
*** rasca has quit IRC | 17:17 | |
*** Jack_Iv_ has joined #openstack | 17:18 | |
*** achadha has joined #openstack | 17:18 | |
*** Jack_Iv has quit IRC | 17:20 | |
*** Jack_Iv has joined #openstack | 17:20 | |
*** ricardoas has joined #openstack | 17:21 | |
*** Jack_Iv_ has quit IRC | 17:23 | |
*** haleyb_ has quit IRC | 17:23 | |
*** slaweq_ has joined #openstack | 17:24 | |
*** kylek3h has quit IRC | 17:25 | |
*** VW has quit IRC | 17:25 | |
*** acidrainfall has joined #openstack | 17:25 | |
*** VW has joined #openstack | 17:25 | |
*** deep_1 has quit IRC | 17:26 | |
*** aossama has quit IRC | 17:28 | |
*** Razique has joined #openstack | 17:28 | |
*** comay has quit IRC | 17:29 | |
*** navidr has joined #openstack | 17:29 | |
*** liverpooler has quit IRC | 17:31 | |
*** bvanhav_ has joined #openstack | 17:31 | |
*** liverpooler has joined #openstack | 17:31 | |
*** aossama has joined #openstack | 17:32 | |
*** cfh has quit IRC | 17:32 | |
*** spzala_ has quit IRC | 17:33 | |
*** retreved has joined #openstack | 17:33 | |
*** diogogmt has joined #openstack | 17:34 | |
*** iggy_ is now known as iggy | 17:35 | |
*** Mudpuppy has joined #openstack | 17:36 | |
*** penick has joined #openstack | 17:37 | |
*** anush has quit IRC | 17:38 | |
*** anonymuse has joined #openstack | 17:39 | |
*** soliosg has quit IRC | 17:39 | |
*** piet has joined #openstack | 17:40 | |
*** xberg has quit IRC | 17:41 | |
*** soliosg has joined #openstack | 17:41 | |
NostawRm | I'm guessing there's no hope of shrinking servers huh? | 17:42 |
*** sayantan_ has quit IRC | 17:43 | |
*** valw has quit IRC | 17:43 | |
*** comay has joined #openstack | 17:44 | |
*** EricGonczer_ has quit IRC | 17:45 | |
*** chlong has joined #openstack | 17:45 | |
*** zkassab_ has joined #openstack | 17:47 | |
*** zkassab has quit IRC | 17:47 | |
*** ayoung has quit IRC | 17:48 | |
*** slaweq_ has quit IRC | 17:48 | |
*** vgadiraj has quit IRC | 17:48 | |
*** dbecker has quit IRC | 17:49 | |
*** Mudpuppy_ has joined #openstack | 17:51 | |
*** code-R_ has quit IRC | 17:52 | |
*** code-R has joined #openstack | 17:52 | |
*** SumitNaiksatam has joined #openstack | 17:52 | |
*** code-R has quit IRC | 17:53 | |
*** racedo has joined #openstack | 17:53 | |
*** valw has joined #openstack | 17:54 | |
*** code-R has joined #openstack | 17:54 | |
*** bkopilov has quit IRC | 17:54 | |
*** arxcruz has quit IRC | 17:54 | |
*** Mudpuppy has quit IRC | 17:54 | |
*** zkassab_ has quit IRC | 17:56 | |
*** valw has quit IRC | 17:56 | |
*** zkassab has joined #openstack | 17:56 | |
*** valw has joined #openstack | 17:56 | |
*** manous has quit IRC | 17:57 | |
*** johnny_ has joined #openstack | 17:57 | |
*** bkopilov has joined #openstack | 17:58 | |
*** Jack_Iv_ has joined #openstack | 17:58 | |
*** Pavo has quit IRC | 17:59 | |
*** Pavo has joined #openstack | 17:59 | |
*** VW_ has joined #openstack | 18:02 | |
*** code-R has quit IRC | 18:04 | |
*** baoli has quit IRC | 18:05 | |
*** manjong has joined #openstack | 18:05 | |
*** baoli has joined #openstack | 18:05 | |
iggy | NostawRm: in an automated fashion? How would you see that working? | 18:05 |
*** VW has quit IRC | 18:05 | |
*** racedo has quit IRC | 18:06 | |
*** germs has joined #openstack | 18:06 | |
*** racedo has joined #openstack | 18:06 | |
*** Mudpuppy_ is now known as Mudpuppy | 18:06 | |
*** VW_ has quit IRC | 18:07 | |
*** EricGonczer_ has joined #openstack | 18:08 | |
*** dbecker has joined #openstack | 18:09 | |
*** shibby has quit IRC | 18:09 | |
*** manjong has quit IRC | 18:09 | |
*** yamahata has joined #openstack | 18:09 | |
*** nicodemus_ has joined #openstack | 18:10 | |
nicodemus_ | hello | 18:10 |
*** acidrainfall has quit IRC | 18:11 | |
*** sk1pp has joined #openstack | 18:11 | |
nicodemus_ | does anyone know if there is an openstack Heat or Orchestration irc channel? I cannot seem to find such | 18:11 |
*** racedo has quit IRC | 18:11 | |
*** Jack_Iv_ has quit IRC | 18:13 | |
*** nunchuck has joined #openstack | 18:14 | |
*** Jack_Iv has quit IRC | 18:14 | |
*** voelzmo has joined #openstack | 18:15 | |
*** matjazp has joined #openstack | 18:15 | |
*** hardbot has quit IRC | 18:16 | |
*** zkassab_ has joined #openstack | 18:16 | |
*** jackNemrod has quit IRC | 18:16 | |
*** zkassab has quit IRC | 18:18 | |
*** penick has quit IRC | 18:18 | |
*** lucendio has joined #openstack | 18:18 | |
*** bobh has quit IRC | 18:20 | |
*** krtaylor has quit IRC | 18:20 | |
*** amoralej is now known as amoralej|off | 18:20 | |
*** jackNemrod has joined #openstack | 18:21 | |
*** zkassab_ has quit IRC | 18:21 | |
*** zkassab_ has joined #openstack | 18:22 | |
*** bvanhav__ has joined #openstack | 18:22 | |
SamYaple | nicodemus_: yea freenode #heat | 18:22 |
*** bvanhav_ has quit IRC | 18:22 | |
*** vagarwal has quit IRC | 18:23 | |
*** vagarwal has joined #openstack | 18:23 | |
nicodemus_ | SamYaple, omg... I was looking for something like #openstack-heat! It was so simple. Thanks !! | 18:23 |
*** yamahata has quit IRC | 18:24 | |
*** penick has joined #openstack | 18:24 | |
*** jpena is now known as jpena|off | 18:24 | |
SamYaple | nicodemus_: it should be #openstack-heat it got setup wrong and they are too lazy to do a forward now :) | 18:25 |
*** VW has joined #openstack | 18:26 | |
*** jackNemrod has quit IRC | 18:26 | |
*** comay has quit IRC | 18:26 | |
*** yamahata has joined #openstack | 18:26 | |
*** pnavarro has quit IRC | 18:26 | |
*** comay has joined #openstack | 18:26 | |
*** myp has joined #openstack | 18:27 | |
*** Jack_Iv has joined #openstack | 18:27 | |
*** pfy42 has joined #openstack | 18:27 | |
*** faizy has quit IRC | 18:28 | |
*** pfy42 has quit IRC | 18:29 | |
*** VW has quit IRC | 18:30 | |
*** xberg has joined #openstack | 18:31 | |
*** panda is now known as panda|bbl | 18:31 | |
*** liverpooler has quit IRC | 18:32 | |
*** liverpooler has joined #openstack | 18:32 | |
*** mkoderer has quit IRC | 18:33 | |
*** toscalix has quit IRC | 18:33 | |
*** vhosakot has joined #openstack | 18:34 | |
*** shardy has quit IRC | 18:34 | |
*** gfidente has quit IRC | 18:34 | |
*** cheran has joined #openstack | 18:34 | |
*** xberg has quit IRC | 18:35 | |
*** mitz has quit IRC | 18:38 | |
*** zymurgy1 has quit IRC | 18:38 | |
*** shibby has joined #openstack | 18:38 | |
*** zymurgy has joined #openstack | 18:38 | |
*** masonjoyers has quit IRC | 18:38 | |
*** gszasz has quit IRC | 18:39 | |
*** msimonin has joined #openstack | 18:39 | |
*** ChubYann has joined #openstack | 18:40 | |
*** racedo has joined #openstack | 18:42 | |
*** mitz has joined #openstack | 18:42 | |
*** jgriffiths has joined #openstack | 18:44 | |
*** VW has joined #openstack | 18:45 | |
*** voelzmo has quit IRC | 18:45 | |
*** leflore has quit IRC | 18:45 | |
*** racedo has quit IRC | 18:46 | |
*** jmccarthy has joined #openstack | 18:47 | |
*** blackboxsw has quit IRC | 18:48 | |
*** blackboxsw has joined #openstack | 18:49 | |
*** jmckind has quit IRC | 18:49 | |
*** voelzmo has joined #openstack | 18:50 | |
*** racedo has joined #openstack | 18:52 | |
*** atrius has quit IRC | 18:52 | |
*** atrius has joined #openstack | 18:53 | |
*** rama_y has quit IRC | 18:53 | |
*** baoli has quit IRC | 18:54 | |
*** racedo has quit IRC | 18:54 | |
*** daemontool has quit IRC | 18:55 | |
*** racedo has joined #openstack | 18:56 | |
*** msimonin has quit IRC | 18:57 | |
*** soliosg has quit IRC | 18:58 | |
*** bobh has joined #openstack | 18:58 | |
*** horse has quit IRC | 18:58 | |
*** shibby has quit IRC | 18:59 | |
*** racedo has quit IRC | 18:59 | |
*** shibby has joined #openstack | 18:59 | |
*** bobh has quit IRC | 19:01 | |
*** soliosg has joined #openstack | 19:01 | |
*** bobh has joined #openstack | 19:01 | |
*** rama_y has joined #openstack | 19:01 | |
*** racedo has joined #openstack | 19:02 | |
*** racedo has quit IRC | 19:03 | |
*** vaidy has quit IRC | 19:05 | |
*** racedo has joined #openstack | 19:05 | |
*** sayantan_ has joined #openstack | 19:06 | |
*** Jack_Iv_ has joined #openstack | 19:06 | |
*** racedo has quit IRC | 19:06 | |
*** bobh has quit IRC | 19:06 | |
*** penick has quit IRC | 19:07 | |
*** baoli has joined #openstack | 19:09 | |
*** penick has joined #openstack | 19:09 | |
*** tyrola has joined #openstack | 19:12 | |
*** soliosg has quit IRC | 19:12 | |
*** soliosg has joined #openstack | 19:12 | |
*** valw has quit IRC | 19:13 | |
*** bocaneri has quit IRC | 19:13 | |
*** electrofelix has quit IRC | 19:15 | |
*** webguynow has quit IRC | 19:16 | |
*** vhosakot has quit IRC | 19:17 | |
NostawRm | lol iggy, pretty much don't but that's why I was checking to make sure there wasn't solution already out there | 19:18 |
*** vhosakot has joined #openstack | 19:18 | |
*** voelzmo has quit IRC | 19:20 | |
*** voelzmo has joined #openstack | 19:20 | |
*** racedo has joined #openstack | 19:21 | |
*** soliosg has quit IRC | 19:21 | |
*** valw has joined #openstack | 19:21 | |
*** classicsnail has quit IRC | 19:22 | |
*** vhosakot has quit IRC | 19:22 | |
*** spzala has joined #openstack | 19:23 | |
*** racedo has quit IRC | 19:23 | |
*** spzala has quit IRC | 19:26 | |
*** spzala has joined #openstack | 19:27 | |
*** voelzmo has quit IRC | 19:27 | |
*** vaidy has joined #openstack | 19:27 | |
*** spotz is now known as spotz_zzz | 19:28 | |
*** classicsnail has joined #openstack | 19:36 | |
*** fidgi has joined #openstack | 19:37 | |
*** tyrola has quit IRC | 19:37 | |
*** comay has quit IRC | 19:37 | |
*** voelzmo has joined #openstack | 19:37 | |
*** voelzmo has quit IRC | 19:39 | |
*** voelzmo has joined #openstack | 19:40 | |
*** krtaylor has joined #openstack | 19:40 | |
*** rfolco has quit IRC | 19:42 | |
*** flashcoder has joined #openstack | 19:42 | |
*** hseipp has quit IRC | 19:43 | |
*** voelzmo has quit IRC | 19:44 | |
*** jackNemrod has joined #openstack | 19:46 | |
*** kylek3h has joined #openstack | 19:46 | |
*** fzdarsky is now known as fzdarsky|afk | 19:47 | |
*** aurimasm has joined #openstack | 19:47 | |
*** msimonin has joined #openstack | 19:47 | |
*** jackNemrod has quit IRC | 19:48 | |
*** comay has joined #openstack | 19:48 | |
*** josecastroleon has joined #openstack | 19:49 | |
*** fxfitz has joined #openstack | 19:49 | |
*** sk1pp has quit IRC | 19:49 | |
*** spzala has quit IRC | 19:50 | |
*** phalmos has joined #openstack | 19:52 | |
*** josecastroleon has quit IRC | 19:53 | |
*** VW has quit IRC | 19:54 | |
*** baoli has quit IRC | 19:54 | |
*** issyl0 has quit IRC | 19:55 | |
*** phalmos has quit IRC | 19:56 | |
*** spzala has joined #openstack | 19:56 | |
*** Lee1092 has quit IRC | 19:56 | |
*** valw has quit IRC | 19:57 | |
*** racedo has joined #openstack | 19:57 | |
*** valw has joined #openstack | 19:58 | |
*** mkolesni has quit IRC | 19:58 | |
*** Pavo has quit IRC | 19:59 | |
*** Jack_Iv_ has quit IRC | 20:00 | |
*** baoli has joined #openstack | 20:00 | |
*** kjw3 has joined #openstack | 20:00 | |
*** johnmilton has quit IRC | 20:00 | |
*** spzala has quit IRC | 20:01 | |
*** _Cyclone_ has quit IRC | 20:01 | |
*** racedo has quit IRC | 20:01 | |
*** _Cyclone_ has joined #openstack | 20:01 | |
*** steveg_afk has quit IRC | 20:03 | |
*** Son_Goku has joined #openstack | 20:03 | |
*** vhosakot has joined #openstack | 20:04 | |
*** Pavo has joined #openstack | 20:04 | |
*** Jack_Iv has quit IRC | 20:05 | |
*** metachr0n has joined #openstack | 20:05 | |
*** Son_Goku has quit IRC | 20:07 | |
*** racedo has joined #openstack | 20:08 | |
*** spzala has joined #openstack | 20:08 | |
*** links has quit IRC | 20:09 | |
*** Son_Goku has joined #openstack | 20:09 | |
*** Jack_Iv has joined #openstack | 20:10 | |
*** tomkukral has joined #openstack | 20:10 | |
*** SumitNaiksatam has left #openstack | 20:11 | |
*** tyrola has joined #openstack | 20:11 | |
*** shootbird has quit IRC | 20:11 | |
*** abu0 has quit IRC | 20:12 | |
*** spzala has quit IRC | 20:12 | |
*** shibby has quit IRC | 20:13 | |
*** spzala has joined #openstack | 20:14 | |
*** PityDaFool has quit IRC | 20:14 | |
*** Jack_Iv has quit IRC | 20:14 | |
*** tyrola_ has joined #openstack | 20:16 | |
*** Son_Goku has quit IRC | 20:16 | |
*** johnmilton has joined #openstack | 20:16 | |
*** spzala has quit IRC | 20:18 | |
*** racedo has quit IRC | 20:20 | |
*** sreeram_v has joined #openstack | 20:20 | |
*** Son_Goku has joined #openstack | 20:20 | |
*** ccard has quit IRC | 20:20 | |
*** ccard has joined #openstack | 20:21 | |
*** shootbird has joined #openstack | 20:22 | |
*** Pharaoh_Atem has quit IRC | 20:22 | |
*** Son_Goku has quit IRC | 20:22 | |
*** soliosg has joined #openstack | 20:24 | |
*** masonjoyers has joined #openstack | 20:25 | |
*** sreeram_v has quit IRC | 20:25 | |
*** abu0 has joined #openstack | 20:26 | |
*** abu0 has quit IRC | 20:27 | |
*** Pharaoh_Atem has joined #openstack | 20:27 | |
*** bvanhav__ has quit IRC | 20:27 | |
*** abu0 has joined #openstack | 20:27 | |
*** abu0 has quit IRC | 20:28 | |
*** bobh has joined #openstack | 20:28 | |
*** abu0 has joined #openstack | 20:28 | |
*** cfh has joined #openstack | 20:29 | |
*** abu0 has quit IRC | 20:29 | |
*** abu0 has joined #openstack | 20:29 | |
*** joelio has quit IRC | 20:30 | |
*** abu0 has quit IRC | 20:30 | |
*** sshnaidm has quit IRC | 20:30 | |
*** johnmilton has quit IRC | 20:30 | |
*** abu0 has joined #openstack | 20:31 | |
*** spzala has joined #openstack | 20:31 | |
*** vhosakot has quit IRC | 20:32 | |
*** vhosakot has joined #openstack | 20:32 | |
*** cfh has quit IRC | 20:33 | |
*** catinthe_ has quit IRC | 20:34 | |
*** ecrehar has joined #openstack | 20:35 | |
*** MarkBaker has joined #openstack | 20:35 | |
*** voelzmo has joined #openstack | 20:35 | |
*** spzala has quit IRC | 20:35 | |
*** martijn1234 has left #openstack | 20:37 | |
*** achadha has quit IRC | 20:37 | |
*** achadha has joined #openstack | 20:37 | |
*** mitz has quit IRC | 20:38 | |
*** racedo has joined #openstack | 20:38 | |
*** shibby has joined #openstack | 20:38 | |
*** grafuls has joined #openstack | 20:39 | |
*** grafuls has quit IRC | 20:41 | |
*** racedo has quit IRC | 20:42 | |
*** openstack has joined #openstack | 20:43 | |
*** spzala has joined #openstack | 20:43 | |
*** pradk has quit IRC | 20:43 | |
*** shootbird has quit IRC | 20:45 | |
*** vhosakot has quit IRC | 20:45 | |
*** pradk has joined #openstack | 20:46 | |
*** robbiew has quit IRC | 20:46 | |
*** manjong has joined #openstack | 20:47 | |
iggy | the hard part is the storage | 20:47 |
*** spzala has quit IRC | 20:47 | |
*** spzala has joined #openstack | 20:49 | |
*** tyrola_ has quit IRC | 20:51 | |
*** manjong has quit IRC | 20:52 | |
*** kickinz1 has quit IRC | 20:53 | |
*** spzala has quit IRC | 20:53 | |
*** niteshnarayanlal has joined #openstack | 20:54 | |
*** niteshnarayanlal has quit IRC | 20:54 | |
*** niteshnarayanlal has joined #openstack | 20:54 | |
*** nmagnezi has quit IRC | 20:54 | |
*** JRobinson__ has joined #openstack | 20:54 | |
*** spzala has joined #openstack | 20:55 | |
*** valw has quit IRC | 20:55 | |
*** vhosakot has joined #openstack | 20:55 | |
*** spotz_zzz is now known as spotz | 20:55 | |
*** jonesn has left #openstack | 20:55 | |
*** vhosakot has quit IRC | 20:55 | |
*** jprovazn has quit IRC | 20:55 | |
*** shootbird has joined #openstack | 20:56 | |
*** adriant has joined #openstack | 20:56 | |
*** racedo has joined #openstack | 20:57 | |
*** kickinz1 has joined #openstack | 20:58 | |
*** valw has joined #openstack | 20:58 | |
*** annegentle has quit IRC | 20:59 | |
*** bsilverman_ is now known as bsilverman | 20:59 | |
*** ccard__ has joined #openstack | 20:59 | |
*** spzala has quit IRC | 20:59 | |
*** matjazp has quit IRC | 21:00 | |
*** GenteelBen has quit IRC | 21:00 | |
*** racedo has quit IRC | 21:01 | |
*** shibby has quit IRC | 21:01 | |
*** penick has quit IRC | 21:01 | |
*** soliosg has quit IRC | 21:01 | |
*** niteshnarayanlal has quit IRC | 21:02 | |
*** ccard has quit IRC | 21:02 | |
*** Son_Goku has joined #openstack | 21:03 | |
*** vgadiraj has joined #openstack | 21:03 | |
*** Son_Goku has quit IRC | 21:04 | |
*** Pavo has quit IRC | 21:04 | |
*** soliosg has joined #openstack | 21:05 | |
*** penick has joined #openstack | 21:05 | |
*** vhosakot has joined #openstack | 21:05 | |
*** gringao has joined #openstack | 21:05 | |
*** Pavo has joined #openstack | 21:06 | |
*** jackNemrod has joined #openstack | 21:07 | |
*** voelzmo has quit IRC | 21:08 | |
*** pradk has quit IRC | 21:08 | |
*** liverpooler has quit IRC | 21:08 | |
*** rtheis has quit IRC | 21:09 | |
*** ccard__ has quit IRC | 21:09 | |
*** pradk has joined #openstack | 21:09 | |
*** rcernin has quit IRC | 21:10 | |
*** spzala has joined #openstack | 21:10 | |
*** Jack_Iv has joined #openstack | 21:10 | |
*** ccard__ has joined #openstack | 21:11 | |
*** johnbelamaric has quit IRC | 21:13 | |
*** bbcmicrocomputer has quit IRC | 21:15 | |
*** Jack_Iv has quit IRC | 21:15 | |
*** georgem1 has quit IRC | 21:18 | |
*** fidgi has left #openstack | 21:18 | |
*** lseki has quit IRC | 21:18 | |
*** TheAppleMan has quit IRC | 21:18 | |
*** niteshnarayanlal has joined #openstack | 21:20 | |
*** niteshnarayanlal has joined #openstack | 21:20 | |
*** valw has quit IRC | 21:22 | |
*** Pavo has quit IRC | 21:23 | |
*** crose has quit IRC | 21:23 | |
*** zzelle has joined #openstack | 21:24 | |
*** vhosakot has quit IRC | 21:24 | |
*** valw has joined #openstack | 21:25 | |
*** zzelle has quit IRC | 21:27 | |
*** pradk has quit IRC | 21:28 | |
*** e0ne has joined #openstack | 21:28 | |
*** pradk has joined #openstack | 21:28 | |
*** smccarthy has quit IRC | 21:29 | |
*** vhosakot has joined #openstack | 21:30 | |
*** smccarthy has joined #openstack | 21:30 | |
*** VW has joined #openstack | 21:31 | |
*** valw has quit IRC | 21:32 | |
*** galstrom is now known as galstrom_zzz | 21:32 | |
*** galstrom_zzz is now known as galstrom | 21:33 | |
*** tomkukral has quit IRC | 21:33 | |
*** smccarthy has quit IRC | 21:34 | |
*** pengown has joined #openstack | 21:36 | |
*** e0ne has quit IRC | 21:37 | |
*** pnavarro has quit IRC | 21:37 | |
*** bobh has quit IRC | 21:38 | |
*** crose has joined #openstack | 21:40 | |
*** navidr has quit IRC | 21:41 | |
*** valw has joined #openstack | 21:42 | |
*** JRobinson__ is now known as JRobinson_afk | 21:42 | |
*** nicodemus_ has quit IRC | 21:44 | |
*** Ephur has joined #openstack | 21:44 | |
*** bobh has joined #openstack | 21:44 | |
*** dbecker has quit IRC | 21:44 | |
*** diogogmt has quit IRC | 21:45 | |
*** aurimasm_ has joined #openstack | 21:45 | |
*** valw has quit IRC | 21:47 | |
*** MarkBaker has quit IRC | 21:47 | |
*** vhosakot_ has joined #openstack | 21:47 | |
*** brainerd has quit IRC | 21:47 | |
*** brainerd has joined #openstack | 21:48 | |
*** shootbird has quit IRC | 21:48 | |
*** jtomasek has quit IRC | 21:48 | |
*** dtrainor has quit IRC | 21:48 | |
*** aurimasm has quit IRC | 21:48 | |
*** jrist has quit IRC | 21:49 | |
*** noslzzp has quit IRC | 21:49 | |
*** racedo has joined #openstack | 21:49 | |
*** dgurtner has joined #openstack | 21:49 | |
*** racedo has quit IRC | 21:49 | |
*** vhosakot has quit IRC | 21:50 | |
*** JRobinson_afk is now known as JRobinson_ | 21:51 | |
*** spzala has quit IRC | 21:52 | |
*** baoli has quit IRC | 21:53 | |
*** gildub has joined #openstack | 21:53 | |
*** matjazp has joined #openstack | 21:55 | |
*** krtaylor has quit IRC | 21:56 | |
*** shootbird has joined #openstack | 21:56 | |
*** valw has joined #openstack | 21:56 | |
*** bobh has quit IRC | 21:58 | |
*** valw has quit IRC | 22:01 | |
*** annegentle has joined #openstack | 22:01 | |
*** Jack_Iv has joined #openstack | 22:01 | |
*** sayantan_ has quit IRC | 22:03 | |
*** lborda has quit IRC | 22:03 | |
*** brainerd has quit IRC | 22:04 | |
*** jamesdenton has quit IRC | 22:04 | |
*** cmartin has quit IRC | 22:04 | |
*** dxiri has quit IRC | 22:05 | |
*** Jack_Iv has quit IRC | 22:05 | |
*** sayantan_ has joined #openstack | 22:05 | |
*** dxiri has joined #openstack | 22:05 | |
*** sayantan_ has quit IRC | 22:06 | |
*** sayantan_ has joined #openstack | 22:06 | |
*** aurimasm_ has quit IRC | 22:07 | |
*** aurimasm has joined #openstack | 22:07 | |
*** valw has joined #openstack | 22:10 | |
*** galstrom is now known as galstrom_zzz | 22:10 | |
*** shibby has joined #openstack | 22:12 | |
*** valw has quit IRC | 22:15 | |
*** cyborg-one has quit IRC | 22:16 | |
*** vhosakot_ has quit IRC | 22:17 | |
*** MarkBaker has joined #openstack | 22:17 | |
*** thorst_ has quit IRC | 22:20 | |
Sam-I-Am | vans163: whats up? | 22:20 |
*** jheroux has quit IRC | 22:23 | |
vans163 | Sam-I-Am: I am trying to setup my infrastructure so that I can assign an external IP I have to a VM | 22:24 |
vans163 | So I have a /24 block, and I want the VMs I have to appear to be using one of those ips directly. Kind of like floating ip or static assignment | 22:25 |
Sam-I-Am | yeah, that would be the provider scenario | 22:25 |
vans163 | ifconfig eth0 should show inet addr: external | 22:25 |
Sam-I-Am | you have 1 flat or multiple vlan networks, vms connect directly to them. | 22:25 |
Sam-I-Am | the dhcp server runs on that network and hands out 'real' ips | 22:25 |
vans163 | But then you sacrifice security? | 22:26 |
vans163 | All vms on that /24 block can talk to eachother? | 22:26 |
*** aurimasm has quit IRC | 22:26 | |
Sam-I-Am | not necessarily | 22:26 |
vans163 | can they see eachothers traffic? | 22:26 |
*** aurimasm has joined #openstack | 22:26 | |
vans163 | like would promiscous show traffic intended for other vms or broadcasts? | 22:27 |
*** haleyb_ has joined #openstack | 22:27 | |
vans163 | Sam-I-Am: That seems damned simple | 22:28 |
Sam-I-Am | well, you'll see bcasts without promisc mod | 22:28 |
Sam-I-Am | and typically on a switched network, promisc doesn't get you much else | 22:28 |
Sam-I-Am | if you need to physically separate VMs, use multiple provider nets with different vlan tags | 22:28 |
Sam-I-Am | provider networks are damn simple | 22:28 |
vans163 | yea about the switched, I wasnt sure how the bridge worked in that regard. So each VM then needs its own VLAN, and the vlan consists of dhcp handing out the external IP? | 22:29 |
vans163 | (then I boot the VM with the MAC addr that the DHCP assigned?) | 22:29 |
Sam-I-Am | is there a reason you would have 1 vm per vlan? | 22:29 |
vans163 | the only reason is so xxxxxx.51 cant ping .52 | 22:30 |
vans163 | i guess that would be handled by iptables? | 22:30 |
Sam-I-Am | security groups | 22:30 |
vans163 | oh nevermind.. i see | 22:30 |
*** DaveTurner has joined #openstack | 22:30 | |
vans163 | they are external ips, you can ping whoever you want | 22:30 |
Sam-I-Am | if you're that pedantic, you can block outbound icmp from the vms | 22:31 |
Sam-I-Am | its going to break a lot of shit, but you can do it | 22:31 |
vans163 | no its my mistake. I want x.51 to ping .52 | 22:32 |
vans163 | since they are both external ips techinically, its the same as anyone pinging to .52 | 22:32 |
*** amontalb1n has quit IRC | 22:32 | |
Sam-I-Am | yeah. you can keep the outside world from pinging inside. | 22:32 |
Sam-I-Am | there are iptables rules that sit before each vm | 22:32 |
*** valw has joined #openstack | 22:33 | |
*** valw has quit IRC | 22:34 | |
vans163 | I think I see what I need to do. Just a little confusing let me try to map it out | 22:34 |
vans163 | (all the way from the router point) | 22:35 |
*** spotz is now known as spotz_zzz | 22:35 | |
Sam-I-Am | oh? | 22:36 |
*** mitz has quit IRC | 22:38 | |
*** MarkBaker has quit IRC | 22:39 | |
*** baoli has joined #openstack | 22:40 | |
vans163 | I have something that looks like this now http://imgur.com/a/KRAUQ | 22:41 |
vans163 | I think I need to create a ovs-br1 now on each compute node? | 22:41 |
vans163 | and have a new vlan there that DHCP will hand out 172.1.1.0/24 ? | 22:41 |
*** krtaylor has joined #openstack | 22:42 | |
*** baoli has quit IRC | 22:42 | |
*** srobert_ has joined #openstack | 22:42 | |
*** valw has joined #openstack | 22:42 | |
*** baoli has joined #openstack | 22:42 | |
vans163 | then bridge that br1 to br0? | 22:43 |
*** mitz has joined #openstack | 22:43 | |
*** bizkitz1234 has joined #openstack | 22:43 | |
*** srobert has quit IRC | 22:46 | |
*** crose has quit IRC | 22:46 | |
Sam-I-Am | hold on, working on something else | 22:46 |
*** srobert_ has quit IRC | 22:46 | |
*** valw has quit IRC | 22:50 | |
*** chlong has quit IRC | 22:50 | |
*** Redcavalier has quit IRC | 22:51 | |
*** Jack_Iv has joined #openstack | 22:51 | |
*** kickinz1 has quit IRC | 22:53 | |
*** tpsilva has quit IRC | 22:55 | |
*** Jack_Iv has quit IRC | 22:56 | |
*** metachr0n has quit IRC | 22:56 | |
vans163 | np il brb in 2 hour | 22:56 |
*** dankrs has quit IRC | 22:56 | |
*** valw has joined #openstack | 22:58 | |
*** kickinz1 has joined #openstack | 22:58 | |
*** bobh has joined #openstack | 22:59 | |
*** haleyb_ has quit IRC | 23:00 | |
*** VW has quit IRC | 23:00 | |
*** kylek3h has quit IRC | 23:00 | |
vans163 | or nm gonna be here | 23:00 |
vans163 | A ovs bridge seems to be able to have its own ip address. But I do not think it can have 2 vlans? | 23:01 |
*** radhikam has quit IRC | 23:02 | |
vans163 | oh maybe I can use 1 bridge. bridge eth0 on the Compute Node, then add a VLAN + DHCP server | 23:02 |
vans163 | so the ovs-br0 hands out ips in the range 172.1.1.0/24 | 23:02 |
*** soliosg has quit IRC | 23:03 | |
*** bobh has quit IRC | 23:03 | |
Sam-I-Am | vans163: this sounds really complex | 23:04 |
vans163 | would i need OVS on the router? | 23:04 |
Sam-I-Am | whats this with multiple bridges? | 23:04 |
vans163 | i dont know | 23:04 |
Sam-I-Am | there's no router with the provider network scenario | 23:04 |
Sam-I-Am | on each compute node, and anywhere you have neutron dhcp/metadata agents, you need one ovs bridge... like br-provider | 23:05 |
*** gventosa has joined #openstack | 23:05 | |
*** kbringard has quit IRC | 23:05 | |
*** dgurtner has quit IRC | 23:06 | |
*** racedo has joined #openstack | 23:06 | |
gventosa | Hello everybodyl, i'm deploying a 2 server openstack liberty with ubuntu 14.04 everything looks fine and working but when trying to access the image service in the dashboard i get errors and is not available | 23:07 |
vans163 | Sam-I-Am: I am looking at the diagrams here http://docs.openstack.org/liberty/networking-guide/scenario-provider-ovs.html | 23:07 |
vans163 | They show 3 bridges on the compute node | 23:07 |
gventosa | i saw in the forums that there is a problem with the endpoint version so the dashboard can't connect to the glance client, any idea of how to solve that issue?? | 23:08 |
Sam-I-Am | vans163: the only one you need to be concerned about is br-ex (or br-provider) | 23:10 |
*** valw has quit IRC | 23:10 | |
*** masuberu has quit IRC | 23:11 | |
Sam-I-Am | ovs creates br-int and neutron creates the linux bridges | 23:11 |
Sam-I-Am | you're also looking at fairly old documentation | 23:11 |
vans163 | Ah anything more recent out? | 23:11 |
Sam-I-Am | sure. 2 releases worth. | 23:11 |
Sam-I-Am | http://docs.openstack.org/newton/networking-guide/deploy-ovs-provider.html | 23:11 |
jidar | http://docs.openstack.org/newton/networking-guide/ | 23:11 |
jidar | yea | 23:11 |
Sam-I-Am | diagrams might be a little easier in these. different structure. | 23:12 |
Sam-I-Am | also, if you use linux bridge instead of ovs, the scenario gets even easier | 23:12 |
*** msimonin has quit IRC | 23:12 | |
*** masber has joined #openstack | 23:12 | |
*** ayoung has joined #openstack | 23:12 | |
vans163 | looking at new docs.. | 23:13 |
*** StraubTW has quit IRC | 23:13 | |
*** HighTower24 has quit IRC | 23:13 | |
*** soliosg has joined #openstack | 23:14 | |
*** HighTower24 has joined #openstack | 23:14 | |
*** achadha has quit IRC | 23:14 | |
Sam-I-Am | the newton stuff uses a building block format. you do basic provider nets first, then add things of increasing complexity if you want | 23:14 |
Sam-I-Am | rather than each scenario building from 0 like prior releases | 23:14 |
*** achadha has joined #openstack | 23:14 | |
*** annegentle has quit IRC | 23:15 | |
*** masber has quit IRC | 23:17 | |
gventosa | Any idea of how to solve the Dashboard issue | 23:18 |
vans163 | provider network 1/2 in these diagrams what does it mean? | 23:18 |
vans163 | different subnets? or just different external ips? | 23:18 |
*** jackNemrod has quit IRC | 23:18 | |
vans163 | or different vlans? | 23:18 |
*** VW has joined #openstack | 23:18 | |
*** kstev has quit IRC | 23:19 | |
*** vhosakot has joined #openstack | 23:19 | |
*** sayantan_ has quit IRC | 23:19 | |
Sam-I-Am | vans163: where do you see this exactly? | 23:20 |
*** sayantan_ has joined #openstack | 23:20 | |
Sam-I-Am | vans163: ohhh, i see | 23:20 |
Sam-I-Am | thats the example that uses vlans rather than 1 flat (untagged) network | 23:20 |
Sam-I-Am | if you read the text above and below those diagrams, it tells you | 23:21 |
*** Razique has quit IRC | 23:21 | |
*** VW has quit IRC | 23:22 | |
*** penick has quit IRC | 23:25 | |
vans163 | ah. it seems complex I dont think I need 2 provider networks | 23:26 |
vans163 | seems its a range of ips and a gateway | 23:26 |
*** sayantan_ has quit IRC | 23:27 | |
*** janzian has quit IRC | 23:29 | |
*** TMM has joined #openstack | 23:31 | |
*** abu0 has quit IRC | 23:32 | |
*** VW has joined #openstack | 23:35 | |
*** lv has joined #openstack | 23:35 | |
*** snuffkin has quit IRC | 23:35 | |
*** ashw has quit IRC | 23:36 | |
*** gventosa has quit IRC | 23:36 | |
*** larstobi has quit IRC | 23:37 | |
*** manjong has joined #openstack | 23:37 | |
*** piet has quit IRC | 23:38 | |
Sam-I-Am | brb phone | 23:38 |
*** EricGonczer_ has quit IRC | 23:38 | |
*** steveg_afk has joined #openstack | 23:39 | |
Sam-I-Am | vans163: you can have any number of ip ranges on one provider network (which is a layer-2 thing) | 23:40 |
Sam-I-Am | but it doesnt make a whole lot of sense | 23:40 |
lv | Sam-I-AM: Can you help me with my issue? please, i ihace a completuly funtionall openstack cloud in console mode but with the dashboard i can't access the glance images, any idea of how to solve that. It seams that the glance endpoint versions can't be accessed from the dashboard | 23:40 |
*** thorst_ has joined #openstack | 23:41 | |
*** vhosakot has quit IRC | 23:41 | |
*** xemdetia has quit IRC | 23:41 | |
*** manjong has quit IRC | 23:41 | |
*** snuffkin has joined #openstack | 23:42 | |
*** weshay is now known as weshay_pto | 23:43 | |
*** ecrehar has quit IRC | 23:44 | |
*** manjong has joined #openstack | 23:44 | |
*** rbak has quit IRC | 23:44 | |
*** penick has joined #openstack | 23:45 | |
*** VW has quit IRC | 23:45 | |
*** thorst_ has quit IRC | 23:46 | |
*** manjong has quit IRC | 23:47 | |
*** manjong has joined #openstack | 23:47 | |
*** shootbird has quit IRC | 23:48 | |
*** raspado has quit IRC | 23:50 | |
*** Jack_Iv has joined #openstack | 23:52 | |
*** manjong has quit IRC | 23:52 | |
*** mmalik4 has quit IRC | 23:52 | |
*** anonymuse has quit IRC | 23:52 | |
*** larstobi has joined #openstack | 23:56 | |
*** Jack_Iv has quit IRC | 23:56 | |
*** lv has quit IRC | 23:56 | |
*** shootbird has joined #openstack | 23:57 | |
*** penick has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!