*** smccarthy has quit IRC | 00:00 | |
*** bobh has joined #openstack | 00:00 | |
*** smccarthy has joined #openstack | 00:00 | |
dxiri | Sam-I-Am: ping to/from the dhcp namespace don't work | 00:01 |
---|---|---|
*** bobh has quit IRC | 00:01 | |
*** rama_y has quit IRC | 00:01 | |
dxiri | tcpdump along the path, I did that already (tracing where it breaks) I see the dhcp request coming into the physical host, but it never enters the container | 00:01 |
Sam-I-Am | there should be a veth pair between the host and container, right? | 00:02 |
dxiri | this is all real hardware, 4 nodes, 1 controller, 1 compute, 1 storage, 1 central logging | 00:02 |
Sam-I-Am | is this something you made yourself, or using a deployment tool? | 00:02 |
*** rootsghost has joined #openstack | 00:03 | |
dxiri | Sam-I-Am: using openstack-ansible | 00:03 |
*** rootsghost has quit IRC | 00:04 | |
Sam-I-Am | can you see what happens at the veth pair into the container? | 00:04 |
*** smccarthy has quit IRC | 00:05 | |
*** spzala has joined #openstack | 00:05 | |
*** fsimonce has quit IRC | 00:06 | |
*** anuxivm has left #openstack | 00:07 | |
*** bobmel has joined #openstack | 00:08 | |
dxiri | how can I tell if its veth or not? | 00:08 |
dxiri | let me get you the interface list on a pastebin | 00:08 |
dxiri | hang on | 00:08 |
Sam-I-Am | containers use veths into the underlying OS | 00:09 |
*** johnavp1989 has quit IRC | 00:09 | |
Sam-I-Am | so there's a pair from whatever is the provider network inside the agent container to some interface on the host | 00:09 |
*** jwitko has quit IRC | 00:10 | |
*** bobh has joined #openstack | 00:11 | |
*** jaugustine has joined #openstack | 00:11 | |
*** spzala has quit IRC | 00:11 | |
*** harlowja has joined #openstack | 00:11 | |
*** jaugustine has quit IRC | 00:12 | |
*** jaugustine has joined #openstack | 00:12 | |
*** bobmel has quit IRC | 00:13 | |
dxiri | here: http://paste.openstack.org/show/587842/ | 00:13 |
*** thorst has joined #openstack | 00:14 | |
*** mariusv has quit IRC | 00:15 | |
*** lunarlamp is now known as mariusv | 00:15 | |
*** bobh has quit IRC | 00:15 | |
*** mariusv has joined #openstack | 00:15 | |
*** vegasq has quit IRC | 00:15 | |
dxiri | my provider network is on eth1 with IP 172.25.190.251, no bridge or anything, eth0 has 3 different bridges and the containers are tied to those bridges, the paste also has the output of the brctl show if you need it :) | 00:16 |
dxiri | I'm completely lost since I am noob both on openstack and openstack ansible :P | 00:16 |
Sam-I-Am | so there's no bridge with an interface on eth1? | 00:16 |
*** acidrainfall has joined #openstack | 00:17 | |
dxiri | no bridge on eth1 | 00:17 |
Sam-I-Am | so your instances on private nets can't see out either? | 00:17 |
*** achampion has joined #openstack | 00:17 | |
*** thorst_ has joined #openstack | 00:18 | |
*** evidex has quit IRC | 00:18 | |
*** mrjazzcat has quit IRC | 00:18 | |
*** thorst has quit IRC | 00:18 | |
*** panda is now known as panda|zZ | 00:18 | |
*** spzala has joined #openstack | 00:18 | |
dxiri | I don't have a router yet, I wanted the private nets to be vm-to-vm only, and have the provider network IPs to get directly attached to the VMs | 00:18 |
Sam-I-Am | i think you should see eth1 plugged into br-vlan | 00:18 |
Sam-I-Am | so my guess is something wasn't configured correctly in the inventory file | 00:19 |
Sam-I-Am | or the config file... it uses dynamic inventory | 00:19 |
Sam-I-Am | if this is your first time using openstack, o-a may be a little too advanced if you're just shooting for a POC to see if it works | 00:19 |
*** anuvrat has quit IRC | 00:20 | |
*** jmlowe has joined #openstack | 00:20 | |
*** infernix has quit IRC | 00:20 | |
*** anuvrat has joined #openstack | 00:22 | |
*** schwicht has quit IRC | 00:22 | |
*** thorst_ has quit IRC | 00:22 | |
*** Guest54972 has quit IRC | 00:22 | |
*** mmalik4 has quit IRC | 00:22 | |
dxiri | mmmm, why br-vlan? isn't that for well...vlans? | 00:23 |
dxiri | flat/provider network is untagged | 00:23 |
*** johnavp19891 has joined #openstack | 00:25 | |
*** jwitko has joined #openstack | 00:26 | |
Sam-I-Am | iirc, it handles both flat and vlan networks | 00:26 |
Sam-I-Am | which are essentially the same thing, just flat lacks a tag | 00:27 |
Sam-I-Am | but they're not tunneled | 00:27 |
*** links has joined #openstack | 00:27 | |
*** zhugaoxiao has quit IRC | 00:30 | |
*** zhugaoxiao has joined #openstack | 00:30 | |
dxiri | so If I do that...I would have to change neutron config to point flat at the br-vlan bridge? | 00:31 |
Sam-I-Am | well, whats in your o-a config? | 00:31 |
Sam-I-Am | i suspect the problem is there | 00:31 |
dxiri | let me get that | 00:31 |
Sam-I-Am | something in there needs to mention eth1 | 00:32 |
dxiri | http://paste.openstack.org/show/587843/ | 00:33 |
*** victorhe has joined #openstack | 00:33 | |
*** bobh has joined #openstack | 00:33 | |
dxiri | (thanks so much for your help so far) | 00:33 |
*** macjack has joined #openstack | 00:34 | |
*** fandi__ has quit IRC | 00:34 | |
*** Algorith- is now known as AlgorithmWizard | 00:34 | |
Sam-I-Am | well, line 49... that should be eth1 | 00:34 |
Sam-I-Am | host_bind_override | 00:34 |
Sam-I-Am | also a little curious why i see vlan subints in your bridge output | 00:35 |
*** limao has joined #openstack | 00:36 | |
*** infernix has joined #openstack | 00:36 | |
Sam-I-Am | eth0.10, eth0.20, eth0.30, etc | 00:37 |
dxiri | cause I wanted tagged traffic for that | 00:37 |
dxiri | so br-mgmt is all tagged with vlan 10 for example | 00:37 |
dxiri | and I have that same config on the switch | 00:37 |
*** rhagarty has quit IRC | 00:37 | |
dxiri | so if I change that line...do I need to first attach eth1 to the br-vlan bridge? | 00:38 |
Sam-I-Am | whats on eth0.20 and 30? | 00:39 |
dxiri | I based my config on this by the way http://docs.openstack.org/developer/openstack-ansible/install-guide/app-config-test.html#test-environment-config | 00:39 |
Sam-I-Am | ah, ok | 00:39 |
Sam-I-Am | heh, i wrote a good chunk of that | 00:39 |
*** Pavo_ has joined #openstack | 00:39 | |
Sam-I-Am | its also possible there's a problem in your interfaces config file | 00:40 |
Sam-I-Am | namely br-vlan | 00:40 |
*** amotoki has joined #openstack | 00:41 | |
*** Pavo has quit IRC | 00:41 | |
*** Pavo_ is now known as Pavo | 00:41 | |
dxiri | 30 is tunnel vlan, 20 is storage vlan | 00:42 |
dxiri | you wrote it? awesome :) looks like I came to the right place | 00:42 |
Sam-I-Am | well, there is an openstack-ansible channel on here | 00:42 |
dxiri | I know..I already asked there | 00:43 |
Sam-I-Am | i figured out how to put neutron in containers way back when | 00:43 |
Sam-I-Am | it makes things a little messy for new people | 00:43 |
Sam-I-Am | unless you're really familiar with linux networking | 00:43 |
dxiri | they did help, but I figured I had a problem not related to OSA itself | 00:43 |
*** thorst has joined #openstack | 00:43 | |
Sam-I-Am | yeah, this isnt an o-a problem | 00:43 |
Sam-I-Am | its a config issue somewhere | 00:43 |
dxiri | I am familiar with linux networking, but not to this inception level of interfaces inside interfaces inside interfaces | 00:44 |
Sam-I-Am | yeah, and bridges | 00:44 |
*** thorst has quit IRC | 00:44 | |
Sam-I-Am | what are you looking to do with openstack? | 00:44 |
dxiri | want to spin up caches for a CDN we want to fully virtualize | 00:45 |
Sam-I-Am | ah. what are you using now? | 00:45 |
dxiri | we have different versions of the CDN software, so I want to be able to spin up and tear down envs at will for testing | 00:45 |
Sam-I-Am | ah, cool | 00:46 |
Sam-I-Am | well, i'd either reconfig o-a to use eth1 for br-vlan (and/or your interfaces file) ... run the things... see if that works | 00:47 |
*** ezobn has joined #openstack | 00:47 | |
Sam-I-Am | otherwise you could try shoving eth1 into br-vlan manually | 00:47 |
*** MrDanDan has quit IRC | 00:47 | |
Sam-I-Am | its pretty clear br-vlan has no ports on anything but container interfaces at this time | 00:48 |
dxiri | ah, one point I forgot to mention | 00:48 |
*** Razique has joined #openstack | 00:48 | |
dxiri | if I log into a vm console | 00:48 |
*** jonaspaulo has quit IRC | 00:48 | |
dxiri | and set the IP manually in there | 00:48 |
dxiri | say 172.25.190.61/24 and 172.25.190.1 as gateway | 00:48 |
dxiri | it works | 00:49 |
dxiri | internet and everything | 00:49 |
Sam-I-Am | there's a neutron l2 agent on the compute node | 00:49 |
Sam-I-Am | i'm guessing it is working | 00:50 |
Sam-I-Am | its your controller node (or whatever you showed me) thats messed up | 00:50 |
Sam-I-Am | so whats the output of brctl show on the compute node with that instance? | 00:50 |
dxiri | let me get that | 00:51 |
*** havill has joined #openstack | 00:51 | |
*** alagar has joined #openstack | 00:53 | |
*** jmlowe has quit IRC | 00:53 | |
*** hybridpollo has quit IRC | 00:53 | |
*** macjack has quit IRC | 00:53 | |
*** shibby has quit IRC | 00:53 | |
dxiri | http://paste.openstack.org/show/587846/ | 00:54 |
dxiri | an example would be tap91b7c922-82 | 00:55 |
*** bobh has quit IRC | 00:55 | |
*** sree has joined #openstack | 00:56 | |
Sam-I-Am | well, in this case, brq088xxx looks like your provider net, and its actually using eth0, not eth1 | 00:56 |
Sam-I-Am | so you might want to check where eth0 actually goes | 00:56 |
*** Razique has quit IRC | 00:56 | |
*** victorhe has quit IRC | 00:56 | |
*** markvoelker has quit IRC | 00:57 | |
*** vegasq has joined #openstack | 00:57 | |
*** victorhe has joined #openstack | 00:57 | |
Sam-I-Am | if there is an eth1, its not using it | 00:58 |
*** Razique has joined #openstack | 00:58 | |
*** arguros has joined #openstack | 00:58 | |
dxiri | my thinking was to have eth1 with only an IP so I can reach from anywhere provided I have vpn access if I ended up breking the whole setup | 00:59 |
Sam-I-Am | so, out of band mgmt? | 00:59 |
dxiri | eth0 and eth1 should be able to commnunicate between each other shouldn't they? its all directly connected network to the linux box | 00:59 |
Sam-I-Am | yes, to some extent. | 01:00 |
dxiri | what do you mean by "check where eth0 actually goes"? | 01:00 |
*** victorhe has quit IRC | 01:00 | |
*** sree has quit IRC | 01:00 | |
*** arguros_ has quit IRC | 01:00 | |
dxiri | If I do a dhcp request right now, I see the packets going out of eth0 | 01:00 |
Sam-I-Am | it sounded like you wanted your provider network on eth1 | 01:01 |
dxiri | and they do get into the controller/network node | 01:01 |
Sam-I-Am | but apparently its on eth0? | 01:01 |
*** arguros has quit IRC | 01:01 | |
dxiri | crap, I confused you :P | 01:01 |
Sam-I-Am | yep | 01:01 |
*** victorhe has joined #openstack | 01:01 | |
*** theor has quit IRC | 01:02 | |
dxiri | ok so, 172.25.190.0/24 its a network that we have on the lab, that has a juniper firewall as a gateway on 172.25.190.1 | 01:02 |
dxiri | on the openstack setup, I use the 3 networks you saw on the configuration file | 01:02 |
*** phuongnh has joined #openstack | 01:03 | |
dxiri | now what I want to do, is to give the VMs an IP on the 172.25.190.0/24 network so that they can be directly accesses | 01:03 |
dxiri | accessed | 01:03 |
Sam-I-Am | so 190/24 is connected to eth0, untagged? | 01:03 |
dxiri | no | 01:03 |
*** fas3r has quit IRC | 01:03 | |
dxiri | eth1 untagged | 01:03 |
Sam-I-Am | so what are you pinging from the vm that works? | 01:04 |
*** fam_away is now known as fam_ | 01:04 | |
dxiri | anything on 190/24, provided I set a static IP | 01:04 |
dxiri | I can ping the juniper gateway, the DNS server | 01:05 |
dxiri | everything | 01:05 |
Sam-I-Am | something is fishy here | 01:05 |
Sam-I-Am | almost as if you really have eth0 on the layer 2 network that contains 190/24 | 01:05 |
Sam-I-Am | or something is plumbed very weirdly | 01:06 |
dxiri | I have both eth0 and eth1 connected to the same switch | 01:06 |
dxiri | in fact, all hosts are on the same switch | 01:06 |
Sam-I-Am | are they both on the same layer 2 network? | 01:06 |
dxiri | they must be if they are connected to the same switch | 01:08 |
Sam-I-Am | well, you could put ports in separate vlans | 01:08 |
dxiri | its only that I am not using eth0 directly (cause its part of the bridges) | 01:08 |
Sam-I-Am | but sounds like you have a little bit of a switching loop going on | 01:08 |
*** bobh has joined #openstack | 01:09 | |
dxiri | If I wanted to....I could set an IP on the 190/24 to any of the bridges | 01:09 |
dxiri | will that help? | 01:09 |
*** johnavp19891 has quit IRC | 01:10 | |
*** hybridpollo has joined #openstack | 01:10 | |
dxiri | why switching loop? | 01:10 |
Sam-I-Am | well, the reason this seems to work is because eth0 on your compute node is on the same layer-2 network as eth1 | 01:11 |
Sam-I-Am | so it "seems" to work | 01:11 |
*** macjack has joined #openstack | 01:11 | |
*** Son_Goku has quit IRC | 01:13 | |
Sam-I-Am | so you have one more thing sort of messed up here | 01:13 |
dxiri | so what if I set an ip in the range of 190/24 to br-vlan? | 01:14 |
*** daMaestro has joined #openstack | 01:14 | |
dxiri | or to br-mgmt | 01:14 |
dxiri | will that make the dhcp work, or do you think I have something messed up bad that will bite me later? | 01:15 |
dxiri | this is the only thing I can see broken right now | 01:15 |
dxiri | the rest looks good | 01:15 |
Sam-I-Am | well, i bet if you did 'brctl addif br-vlan eth1' it might work | 01:15 |
Sam-I-Am | you have a lot of things messed up at this point | 01:15 |
Sam-I-Am | it might also create a switching loop | 01:15 |
*** hacworld has joined #openstack | 01:16 | |
dxiri | if I do that...I lose the IP on eth1 right? so I would need to set that on br-vlan | 01:16 |
dxiri | or do I leave it without ip | 01:16 |
Sam-I-Am | just leave it without | 01:16 |
dxiri | k let me try | 01:17 |
dxiri | one mi | 01:17 |
dxiri | min | 01:17 |
*** hacworld has quit IRC | 01:17 | |
*** lborda has quit IRC | 01:17 | |
Sam-I-Am | neutron passes the ip from the dhcp namespace all the way through to eth1 | 01:17 |
Sam-I-Am | br-vlan, and eth1, is just a layer-2 thing at this point | 01:17 |
dxiri | that's on the controller node right? | 01:17 |
Sam-I-Am | yeah | 01:17 |
*** hfu has joined #openstack | 01:18 | |
*** acidrainfall has quit IRC | 01:18 | |
*** dsuper7 has joined #openstack | 01:19 | |
dxiri | k its done | 01:21 |
dxiri | trying now | 01:21 |
*** JoseMello has quit IRC | 01:22 | |
*** ezobn has quit IRC | 01:22 | |
dxiri | ah shit | 01:23 |
dxiri | forgot about haproxy | 01:23 |
*** webguynow has quit IRC | 01:23 | |
dxiri | which had an ip on eth1 as an external ip | 01:23 |
*** webguynow has joined #openstack | 01:24 | |
*** bobh has quit IRC | 01:25 | |
*** jerrygb has joined #openstack | 01:26 | |
*** jerrygb_ has quit IRC | 01:27 | |
*** bobh has joined #openstack | 01:27 | |
*** johnavp19891 has joined #openstack | 01:28 | |
dxiri | I rebooted from nova cli, and looks like I can ping it :) | 01:30 |
*** takashi has joined #openstack | 01:30 | |
dxiri | no ssh though, trying with a brand new instance | 01:31 |
*** dsuper7 has quit IRC | 01:31 | |
*** gnalawad has joined #openstack | 01:32 | |
*** jerrygb_ has joined #openstack | 01:32 | |
Sam-I-Am | that could be a secgroup issue | 01:33 |
*** Razique has quit IRC | 01:33 | |
dxiri | I have the defaults which I believe is wide open | 01:33 |
Sam-I-Am | no, they arent | 01:33 |
dxiri | really? I have seen ingress ipv4 and 0.0.0.0 on the sec group | 01:34 |
Sam-I-Am | weird. maybe something set them that way, but by default all inbound to instance is blocked | 01:34 |
*** jerrygb has quit IRC | 01:35 | |
dxiri | does cirros default image has ssh already enabled? | 01:38 |
dxiri | that was I was testing with | 01:38 |
*** rhagarty has joined #openstack | 01:38 | |
*** amontalban has quit IRC | 01:39 | |
*** jerrygb_ has quit IRC | 01:39 | |
Sam-I-Am | yeah | 01:40 |
Sam-I-Am | however, if it cant get metadata for some reason, startup of the ssh daemon may take a while | 01:40 |
*** jerrygb has joined #openstack | 01:41 | |
*** gnalawad has quit IRC | 01:42 | |
*** workmank has joined #openstack | 01:42 | |
dxiri | ok this is taking a while to figure out...so assuming this made it work...how would this translate into the o-a config? | 01:43 |
*** rhagarty has quit IRC | 01:43 | |
*** steveg_afk has quit IRC | 01:43 | |
dxiri | just change the host bind override? | 01:43 |
Sam-I-Am | well, changing host_bind_override to eth1 is a start | 01:43 |
Sam-I-Am | then you probably need to remove the untagged vlan from whatever port eth0 plugs into your switches | 01:44 |
*** bobh has quit IRC | 01:48 | |
*** georgem1 has joined #openstack | 01:49 | |
*** jerrygb has quit IRC | 01:49 | |
*** baoli has joined #openstack | 01:49 | |
dxiri | got it :) thanks a lot for your help | 01:49 |
dxiri | I will come back tomorrow and try that | 01:49 |
Sam-I-Am | ok. where are you based? | 01:50 |
dxiri | Sam-I-Am: long live Dr Seuss | 01:50 |
*** jerrygb has joined #openstack | 01:50 | |
dxiri | Costa Rica | 01:50 |
*** AnilV4 has joined #openstack | 01:50 | |
Sam-I-Am | ok, so close to my time zone | 01:50 |
Sam-I-Am | its pretty late here now | 01:50 |
*** mikeoutland has joined #openstack | 01:50 | |
dxiri | 8pm here | 01:50 |
Sam-I-Am | same here | 01:50 |
*** hybridpollo has quit IRC | 01:50 | |
Sam-I-Am | and i like my green eggs and ham | 01:50 |
*** maliniB has quit IRC | 01:51 | |
*** smccarthy has joined #openstack | 01:51 | |
Sam-I-Am | i'll be around a little tomorrow morning, but not much. back monday most of the day. | 01:51 |
*** lucendio has quit IRC | 01:52 | |
*** trisq has joined #openstack | 01:54 | |
dxiri | cool, thanks a ton! | 01:54 |
dxiri | enjoy your night, and the weekend if I don't see you again this week | 01:54 |
*** havill has quit IRC | 01:54 | |
*** mikeoutland has quit IRC | 01:55 | |
*** smccarthy has quit IRC | 01:55 | |
*** smccarthy has joined #openstack | 01:56 | |
*** jckasper has joined #openstack | 01:56 | |
*** markvoelker has joined #openstack | 01:57 | |
*** spzala has quit IRC | 01:58 | |
*** havill has joined #openstack | 01:58 | |
*** spzala has joined #openstack | 01:58 | |
*** yuanyou_ has joined #openstack | 02:01 | |
*** victorhe has quit IRC | 02:02 | |
*** phileas has quit IRC | 02:02 | |
*** markvoelker has quit IRC | 02:02 | |
*** spzala has quit IRC | 02:03 | |
Sam-I-Am | dxiri: seeya! | 02:04 |
*** phileas has joined #openstack | 02:04 | |
*** dxiri has quit IRC | 02:05 | |
*** hybridpollo has joined #openstack | 02:05 | |
*** baoli has quit IRC | 02:05 | |
*** workmank has quit IRC | 02:06 | |
*** chlong has joined #openstack | 02:06 | |
*** bobmel has joined #openstack | 02:09 | |
*** jerrygb has quit IRC | 02:12 | |
*** Son_Goku has joined #openstack | 02:12 | |
*** victorhe has joined #openstack | 02:13 | |
*** rossella_s has quit IRC | 02:13 | |
*** bobmel has quit IRC | 02:13 | |
*** jerrygb has joined #openstack | 02:13 | |
*** spzala has joined #openstack | 02:13 | |
*** fzdarsky__ has joined #openstack | 02:14 | |
*** rossella_s has joined #openstack | 02:14 | |
*** Son_Goku has quit IRC | 02:14 | |
*** Son_Goku has joined #openstack | 02:16 | |
*** EricGonczer_ has joined #openstack | 02:16 | |
*** Son_Goku has quit IRC | 02:16 | |
*** shuquan has joined #openstack | 02:17 | |
*** fzdarsky_ has quit IRC | 02:17 | |
*** Son_Goku has joined #openstack | 02:18 | |
*** spzala has quit IRC | 02:19 | |
*** Son_Goku has quit IRC | 02:19 | |
*** jperry has joined #openstack | 02:19 | |
*** spzala has joined #openstack | 02:21 | |
*** dxiri has joined #openstack | 02:21 | |
*** georgem1 has quit IRC | 02:22 | |
*** hybridpollo has quit IRC | 02:24 | |
*** hybridpollo has joined #openstack | 02:25 | |
*** GuruZen has joined #openstack | 02:25 | |
*** hybridpollo has quit IRC | 02:26 | |
*** dxiri has quit IRC | 02:27 | |
*** victorhe has quit IRC | 02:28 | |
*** EricGonczer_ has quit IRC | 02:29 | |
*** jerrygb has quit IRC | 02:29 | |
*** jerrygb has joined #openstack | 02:30 | |
*** romerocesar has joined #openstack | 02:36 | |
*** winggundamth has quit IRC | 02:37 | |
*** ezobn has joined #openstack | 02:39 | |
*** Pent has joined #openstack | 02:39 | |
*** navidr has joined #openstack | 02:41 | |
*** jerrygb_ has joined #openstack | 02:42 | |
*** winggundamth has joined #openstack | 02:43 | |
*** hybridpollo has joined #openstack | 02:43 | |
*** jerrygb has quit IRC | 02:44 | |
*** jerrygb has joined #openstack | 02:47 | |
*** ezobn has quit IRC | 02:48 | |
*** ziggit has quit IRC | 02:50 | |
*** jerrygb_ has quit IRC | 02:50 | |
*** vegasq has quit IRC | 02:52 | |
*** mikeoutland has joined #openstack | 02:53 | |
*** arguros has joined #openstack | 02:54 | |
*** rhagarty has joined #openstack | 02:55 | |
*** erkules_ has joined #openstack | 02:56 | |
*** rhagarty has quit IRC | 02:56 | |
*** dxiri has joined #openstack | 02:57 | |
*** dxiri has joined #openstack | 02:58 | |
*** erkules has quit IRC | 02:58 | |
*** dsuper7 has joined #openstack | 02:59 | |
*** somepoortech has quit IRC | 03:04 | |
*** ezobn has joined #openstack | 03:04 | |
*** gnalawad has joined #openstack | 03:05 | |
*** ziggit has joined #openstack | 03:07 | |
*** arguros has quit IRC | 03:08 | |
*** ezobn has quit IRC | 03:09 | |
*** yamahata has quit IRC | 03:10 | |
*** jckasper has quit IRC | 03:13 | |
*** alagar has quit IRC | 03:15 | |
*** mikeoutland has quit IRC | 03:15 | |
*** spzala has quit IRC | 03:16 | |
*** mikeoutland has joined #openstack | 03:17 | |
*** ghuang has joined #openstack | 03:18 | |
*** shuquan has quit IRC | 03:19 | |
*** dxiri has quit IRC | 03:20 | |
*** dxiri has joined #openstack | 03:20 | |
*** mikeoutland has quit IRC | 03:25 | |
*** dxiri has quit IRC | 03:26 | |
*** dxiri has joined #openstack | 03:26 | |
*** Klumben has quit IRC | 03:26 | |
*** valw has joined #openstack | 03:26 | |
*** mikeoutland has joined #openstack | 03:28 | |
*** nawwmz has quit IRC | 03:30 | |
*** mikeoutland has quit IRC | 03:31 | |
*** shuquan has joined #openstack | 03:31 | |
*** Klumben has joined #openstack | 03:31 | |
*** alagar has joined #openstack | 03:32 | |
*** smccarthy has quit IRC | 03:32 | |
*** smccarthy has joined #openstack | 03:33 | |
*** smccarthy has quit IRC | 03:34 | |
*** somepoortech has joined #openstack | 03:34 | |
*** smccarthy has joined #openstack | 03:34 | |
*** mikeoutland has joined #openstack | 03:36 | |
*** valw has quit IRC | 03:36 | |
*** mikeoutland has quit IRC | 03:39 | |
*** saschpe has quit IRC | 03:40 | |
*** saschpe has joined #openstack | 03:41 | |
*** valw has joined #openstack | 03:43 | |
*** ezobn has joined #openstack | 03:46 | |
*** AnilV4 has quit IRC | 03:46 | |
*** nicolasbock has quit IRC | 03:48 | |
*** Mudpuppy has quit IRC | 03:48 | |
*** Mudpuppy has joined #openstack | 03:48 | |
*** dxiri has quit IRC | 03:50 | |
*** Mudpuppy has quit IRC | 03:53 | |
*** mikeoutland has joined #openstack | 03:56 | |
*** PaulCape_ has quit IRC | 03:58 | |
*** markvoelker has joined #openstack | 03:58 | |
*** PaulCapestany has joined #openstack | 03:59 | |
*** shuquan has quit IRC | 04:00 | |
*** ezobn has quit IRC | 04:00 | |
*** shuquan has joined #openstack | 04:02 | |
*** mikeoutland has quit IRC | 04:02 | |
*** markvoelker has quit IRC | 04:03 | |
*** alagar has quit IRC | 04:05 | |
*** namnh has joined #openstack | 04:06 | |
*** germs has left #openstack | 04:09 | |
*** MikeG451 has quit IRC | 04:09 | |
*** alagar has joined #openstack | 04:10 | |
*** bobmel has joined #openstack | 04:10 | |
*** dxiri has joined #openstack | 04:10 | |
*** wcriswell has quit IRC | 04:11 | |
*** jperry has quit IRC | 04:12 | |
*** Lee1092 has joined #openstack | 04:13 | |
*** evidex has joined #openstack | 04:14 | |
*** bobmel has quit IRC | 04:14 | |
*** dxiri has quit IRC | 04:15 | |
*** trishnag has quit IRC | 04:16 | |
*** trishnag has joined #openstack | 04:17 | |
*** baoli has joined #openstack | 04:17 | |
*** hybridpollo has quit IRC | 04:18 | |
*** evidex has quit IRC | 04:19 | |
*** smccarth_ has joined #openstack | 04:19 | |
*** smccarthy has quit IRC | 04:22 | |
*** baoli has quit IRC | 04:22 | |
*** ziggit has quit IRC | 04:23 | |
*** jerrygb has quit IRC | 04:24 | |
*** AnilV4 has joined #openstack | 04:25 | |
*** rdas has joined #openstack | 04:27 | |
*** shuquan has quit IRC | 04:27 | |
*** valw has quit IRC | 04:31 | |
*** ziggit has joined #openstack | 04:37 | |
*** ezobn has joined #openstack | 04:37 | |
*** cliles has quit IRC | 04:41 | |
*** ezobn has quit IRC | 04:42 | |
*** alagar has quit IRC | 04:42 | |
*** dsuper7 has quit IRC | 04:42 | |
*** gnalawad has quit IRC | 04:44 | |
*** kiran-r has quit IRC | 04:46 | |
*** acidrainfall has joined #openstack | 04:49 | |
*** wcriswell has joined #openstack | 04:50 | |
*** erolozcan has quit IRC | 04:50 | |
*** alagar has joined #openstack | 04:50 | |
*** john-davidge has joined #openstack | 04:52 | |
*** gnalawad has joined #openstack | 04:54 | |
*** john-davidge has quit IRC | 04:56 | |
*** livelace has joined #openstack | 04:57 | |
*** ezobn has joined #openstack | 04:58 | |
*** dxiri has joined #openstack | 04:58 | |
*** ezobn has quit IRC | 05:00 | |
*** MikeG451 has joined #openstack | 05:00 | |
*** ezobn has joined #openstack | 05:00 | |
*** gkadam has joined #openstack | 05:02 | |
*** smccarth_ has quit IRC | 05:03 | |
*** gkadam is now known as Guest60776 | 05:03 | |
*** dxiri has quit IRC | 05:03 | |
*** Guest60776 is now known as gkadam | 05:03 | |
*** smccarthy has joined #openstack | 05:03 | |
*** jordi_ has quit IRC | 05:07 | |
*** prateek has joined #openstack | 05:08 | |
*** c06 has joined #openstack | 05:08 | |
*** aconole has joined #openstack | 05:08 | |
*** aconole has quit IRC | 05:12 | |
*** ezobn has quit IRC | 05:12 | |
*** abehl has joined #openstack | 05:13 | |
*** spzala has joined #openstack | 05:17 | |
*** namnh has quit IRC | 05:19 | |
*** spzala has quit IRC | 05:22 | |
*** acidrainfall has quit IRC | 05:22 | |
*** shuquan has joined #openstack | 05:23 | |
*** masco has joined #openstack | 05:24 | |
*** sandanar has joined #openstack | 05:24 | |
*** alagar has quit IRC | 05:24 | |
*** GuruZen has quit IRC | 05:26 | |
*** mslazar has joined #openstack | 05:26 | |
*** cactoid has joined #openstack | 05:27 | |
*** daMaestro has quit IRC | 05:28 | |
*** khushbu_ has joined #openstack | 05:31 | |
*** g3ek has quit IRC | 05:35 | |
*** sticker has quit IRC | 05:36 | |
*** rhagarty has joined #openstack | 05:39 | |
*** g3ek has joined #openstack | 05:42 | |
*** ksobkowiak has quit IRC | 05:48 | |
*** smccarthy has quit IRC | 05:49 | |
*** Son_Goku has joined #openstack | 05:49 | |
*** alagar has joined #openstack | 05:50 | |
*** shuquan has quit IRC | 05:53 | |
*** vimal has joined #openstack | 05:53 | |
*** kbringard has quit IRC | 05:54 | |
*** shuquan has joined #openstack | 05:54 | |
*** rcernin has joined #openstack | 05:55 | |
*** saikiran has quit IRC | 05:58 | |
*** markvoelker has joined #openstack | 05:59 | |
*** ashland has joined #openstack | 06:00 | |
*** knikolla has quit IRC | 06:03 | |
*** nkrinner_afk is now known as nkrinner | 06:03 | |
*** markvoelker has quit IRC | 06:04 | |
*** john-davidge has joined #openstack | 06:09 | |
*** ezobn has joined #openstack | 06:09 | |
*** bobmel has joined #openstack | 06:10 | |
*** wangbo has quit IRC | 06:13 | |
*** rossella_s has quit IRC | 06:13 | |
*** jckasper has joined #openstack | 06:13 | |
*** rossella_s has joined #openstack | 06:14 | |
*** john-davidge has quit IRC | 06:14 | |
*** lbrune has joined #openstack | 06:14 | |
*** evidex has joined #openstack | 06:14 | |
*** bobmel has quit IRC | 06:15 | |
*** knangia has joined #openstack | 06:15 | |
*** jckasper has quit IRC | 06:18 | |
*** evidex has quit IRC | 06:19 | |
*** jaugustine has quit IRC | 06:21 | |
*** ezobn has quit IRC | 06:22 | |
*** alagar has quit IRC | 06:22 | |
*** alagar has joined #openstack | 06:23 | |
*** phuongnh has quit IRC | 06:25 | |
*** phuongnh has joined #openstack | 06:26 | |
*** mkovarik has joined #openstack | 06:26 | |
*** ChubYann has quit IRC | 06:27 | |
*** baoli has joined #openstack | 06:30 | |
*** romerocesar has quit IRC | 06:31 | |
*** alagar has quit IRC | 06:32 | |
*** wangbo has joined #openstack | 06:32 | |
*** slaweq has quit IRC | 06:34 | |
*** baoli has quit IRC | 06:34 | |
*** Naeil has joined #openstack | 06:35 | |
*** AnilV4 has quit IRC | 06:36 | |
*** slaweq has joined #openstack | 06:36 | |
*** alagar has joined #openstack | 06:39 | |
*** ezobn has joined #openstack | 06:39 | |
*** pegmanm_ has joined #openstack | 06:40 | |
*** cgfbee has quit IRC | 06:41 | |
*** wangbo has quit IRC | 06:41 | |
*** cyborg-one has joined #openstack | 06:42 | |
*** ezobn has quit IRC | 06:44 | |
*** slaweq has quit IRC | 06:44 | |
*** khushbu_ has quit IRC | 06:44 | |
*** slaweq has joined #openstack | 06:44 | |
*** groen692 has joined #openstack | 06:44 | |
*** Bhaskarakiran has joined #openstack | 06:45 | |
*** subho has joined #openstack | 06:48 | |
*** kiran-r has joined #openstack | 06:50 | |
*** cgfbee has joined #openstack | 06:51 | |
*** rarcea has joined #openstack | 06:51 | |
*** gfidente has quit IRC | 06:52 | |
*** rarcea has quit IRC | 06:52 | |
*** rarcea has joined #openstack | 06:52 | |
*** sree has joined #openstack | 06:53 | |
*** wangbo has joined #openstack | 06:54 | |
*** gnalawad has quit IRC | 06:54 | |
*** gnalawad has joined #openstack | 06:55 | |
*** fxpester has joined #openstack | 06:56 | |
*** pegmanm_ has quit IRC | 06:57 | |
*** sree has quit IRC | 06:58 | |
*** khushbu has joined #openstack | 06:58 | |
*** rhagarty has quit IRC | 06:58 | |
*** two_oes has joined #openstack | 06:59 | |
*** gildub_ has quit IRC | 07:00 | |
*** clouder has joined #openstack | 07:00 | |
*** ezobn has joined #openstack | 07:00 | |
*** markvoelker has joined #openstack | 07:00 | |
*** as0bu has quit IRC | 07:00 | |
*** h5t4 has joined #openstack | 07:00 | |
*** cyborg-one has quit IRC | 07:02 | |
*** hfu has quit IRC | 07:03 | |
*** prateek has quit IRC | 07:03 | |
*** clouder has quit IRC | 07:03 | |
*** clouder has joined #openstack | 07:04 | |
*** clouder has quit IRC | 07:04 | |
*** tesseract has joined #openstack | 07:04 | |
*** ezobn has quit IRC | 07:04 | |
*** markvoelker has quit IRC | 07:04 | |
*** tesseract is now known as Guest13194 | 07:04 | |
*** rasca has joined #openstack | 07:05 | |
*** cyborg-one has joined #openstack | 07:06 | |
*** misty-cloud has joined #openstack | 07:06 | |
*** arecknag has joined #openstack | 07:07 | |
*** Bhaskarakiran has quit IRC | 07:08 | |
*** lbrune has quit IRC | 07:08 | |
*** hfu has joined #openstack | 07:08 | |
*** Bhaskarakiran has joined #openstack | 07:09 | |
*** kiran-r has quit IRC | 07:14 | |
*** phuongnh has quit IRC | 07:14 | |
*** armaan has joined #openstack | 07:14 | |
*** prateek has joined #openstack | 07:14 | |
*** weezhard has joined #openstack | 07:15 | |
*** leijie has joined #openstack | 07:18 | |
*** liverpooler has joined #openstack | 07:20 | |
*** armaan has quit IRC | 07:21 | |
*** belmoreira has joined #openstack | 07:21 | |
*** ezobn has joined #openstack | 07:22 | |
*** jprovazn has joined #openstack | 07:22 | |
*** sree_ has joined #openstack | 07:23 | |
*** lbrune has joined #openstack | 07:23 | |
*** sree_ is now known as Guest85154 | 07:24 | |
*** Guest85154 has quit IRC | 07:25 | |
*** sree has joined #openstack | 07:27 | |
*** someara2 has quit IRC | 07:27 | |
*** shuquan has quit IRC | 07:27 | |
*** shuquan has joined #openstack | 07:28 | |
*** AnilV4 has joined #openstack | 07:28 | |
*** sree has quit IRC | 07:29 | |
*** sree has joined #openstack | 07:29 | |
*** leijie has quit IRC | 07:29 | |
*** Gi0 has joined #openstack | 07:31 | |
*** ezobn has quit IRC | 07:31 | |
*** teclator has joined #openstack | 07:32 | |
*** ashland has quit IRC | 07:32 | |
*** valw has joined #openstack | 07:33 | |
*** pcaruana has joined #openstack | 07:33 | |
*** chlong has quit IRC | 07:33 | |
*** evidex has joined #openstack | 07:34 | |
*** shuquan has quit IRC | 07:34 | |
*** shuquan has joined #openstack | 07:34 | |
*** sree has quit IRC | 07:34 | |
*** ezobn has joined #openstack | 07:36 | |
*** valw has quit IRC | 07:38 | |
*** c06 has quit IRC | 07:39 | |
*** ezobn has quit IRC | 07:41 | |
*** ezobn has joined #openstack | 07:41 | |
*** sree has joined #openstack | 07:42 | |
*** sree has quit IRC | 07:43 | |
*** sree has joined #openstack | 07:43 | |
*** sree has quit IRC | 07:43 | |
*** aossama has quit IRC | 07:46 | |
*** mcornea has joined #openstack | 07:46 | |
*** mmoster has joined #openstack | 07:47 | |
*** sree has joined #openstack | 07:48 | |
*** smccarthy has joined #openstack | 07:50 | |
*** shootbird has quit IRC | 07:50 | |
*** raghusab has quit IRC | 07:50 | |
*** ssbarnea has joined #openstack | 07:52 | |
*** cheran75 has quit IRC | 07:52 | |
*** mmoster has quit IRC | 07:53 | |
*** grafuls has joined #openstack | 07:53 | |
*** PhilA__ has joined #openstack | 07:54 | |
*** smccarthy has quit IRC | 07:54 | |
*** iranzo has joined #openstack | 07:56 | |
*** iranzo has quit IRC | 07:56 | |
*** iranzo has joined #openstack | 07:56 | |
*** bobmel has joined #openstack | 07:56 | |
*** KK_ has joined #openstack | 07:57 | |
*** ashland has joined #openstack | 07:58 | |
*** ttx has quit IRC | 07:58 | |
*** ttx has joined #openstack | 07:59 | |
*** rhagarty has joined #openstack | 07:59 | |
*** shardy has joined #openstack | 08:00 | |
*** iogg has joined #openstack | 08:00 | |
*** prateek has quit IRC | 08:01 | |
*** bobmel has quit IRC | 08:01 | |
*** sree has quit IRC | 08:02 | |
*** KK_ has quit IRC | 08:02 | |
*** sree has joined #openstack | 08:02 | |
*** swebb has quit IRC | 08:03 | |
*** rhagarty has quit IRC | 08:04 | |
*** prateek has joined #openstack | 08:05 | |
*** kjackal_ has quit IRC | 08:05 | |
*** arecknag has quit IRC | 08:06 | |
*** livelace has quit IRC | 08:07 | |
*** apahim has joined #openstack | 08:07 | |
*** adriant has quit IRC | 08:07 | |
*** fragatina has joined #openstack | 08:09 | |
*** shuquan_ has joined #openstack | 08:09 | |
*** arecknag has joined #openstack | 08:09 | |
*** prateek_ has joined #openstack | 08:09 | |
*** shootbird has joined #openstack | 08:09 | |
*** fragatina has quit IRC | 08:10 | |
*** hseipp has joined #openstack | 08:10 | |
*** jackNemrod has joined #openstack | 08:10 | |
*** raghusab has joined #openstack | 08:10 | |
*** fragatina has joined #openstack | 08:10 | |
*** rvd has joined #openstack | 08:11 | |
*** shuquan has quit IRC | 08:11 | |
*** prateek has quit IRC | 08:12 | |
*** Darcidride has joined #openstack | 08:12 | |
*** kickinz1 has joined #openstack | 08:12 | |
*** swebb has joined #openstack | 08:13 | |
*** jckasper has joined #openstack | 08:14 | |
*** spzala has joined #openstack | 08:17 | |
*** yamahata has joined #openstack | 08:18 | |
*** jckasper has quit IRC | 08:18 | |
*** MarkBaker has joined #openstack | 08:18 | |
*** MrDan has joined #openstack | 08:18 | |
*** fam_ has quit IRC | 08:19 | |
*** fam_away has joined #openstack | 08:20 | |
*** smccarthy has joined #openstack | 08:21 | |
*** Mudpuppy has joined #openstack | 08:21 | |
*** benwh4 has joined #openstack | 08:22 | |
*** spzala has quit IRC | 08:22 | |
*** knangia has quit IRC | 08:22 | |
*** fam_away is now known as fam_ | 08:24 | |
*** smccarthy has quit IRC | 08:25 | |
*** Mudpuppy has quit IRC | 08:26 | |
*** MrDan has quit IRC | 08:26 | |
*** geaaru has joined #openstack | 08:28 | |
*** yo has joined #openstack | 08:28 | |
*** yo is now known as Guest30381 | 08:29 | |
*** khushbu has quit IRC | 08:29 | |
*** amoralej|off is now known as amoralej | 08:29 | |
*** kxseven has joined #openstack | 08:30 | |
*** macjack has quit IRC | 08:30 | |
*** f13o has joined #openstack | 08:33 | |
*** Guest30381 has quit IRC | 08:33 | |
*** jpena|off is now known as jpena | 08:35 | |
*** john-davidge has joined #openstack | 08:36 | |
*** xek has joined #openstack | 08:38 | |
*** john-davidge has quit IRC | 08:41 | |
*** fsimonce has joined #openstack | 08:41 | |
*** hseipp has quit IRC | 08:42 | |
*** benwh4 has quit IRC | 08:43 | |
*** toscalix has joined #openstack | 08:43 | |
*** ronis has joined #openstack | 08:44 | |
*** yaume has joined #openstack | 08:44 | |
*** Cyberg has joined #openstack | 08:46 | |
*** TMM has quit IRC | 08:48 | |
*** hardbot has joined #openstack | 08:51 | |
*** shashank has joined #openstack | 08:55 | |
*** Serlex has joined #openstack | 08:55 | |
*** hseipp has joined #openstack | 08:55 | |
*** evidex has quit IRC | 08:56 | |
*** shashank has left #openstack | 08:56 | |
*** curious_corn has joined #openstack | 08:57 | |
*** hseipp has left #openstack | 08:57 | |
*** someara2 has joined #openstack | 08:58 | |
*** gfidente has joined #openstack | 08:58 | |
*** gfidente has quit IRC | 08:58 | |
*** gfidente has joined #openstack | 08:58 | |
*** jpich has joined #openstack | 08:59 | |
*** slaweq has quit IRC | 09:03 | |
*** lucendio has joined #openstack | 09:03 | |
*** havill has quit IRC | 09:04 | |
*** Cyberg has quit IRC | 09:05 | |
*** gszasz has joined #openstack | 09:06 | |
*** tobberyd_ has joined #openstack | 09:07 | |
*** jsheeren has joined #openstack | 09:07 | |
*** Jack_Iv has joined #openstack | 09:08 | |
*** slaweq has joined #openstack | 09:10 | |
*** psanchez has quit IRC | 09:10 | |
*** rdas has quit IRC | 09:13 | |
*** psanchez has joined #openstack | 09:13 | |
*** brensen has joined #openstack | 09:14 | |
*** toanju has joined #openstack | 09:16 | |
*** toanju has quit IRC | 09:16 | |
*** alagar1 has joined #openstack | 09:16 | |
*** toanju has joined #openstack | 09:17 | |
*** alagar has quit IRC | 09:17 | |
*** hseipp has joined #openstack | 09:18 | |
*** sree has quit IRC | 09:18 | |
*** e0ne has joined #openstack | 09:19 | |
*** MrDan has joined #openstack | 09:20 | |
*** navidr has quit IRC | 09:21 | |
*** jackNemrod_ has joined #openstack | 09:23 | |
*** sree has joined #openstack | 09:23 | |
*** jackNemrod has quit IRC | 09:24 | |
*** jackNemrod_ is now known as jackNemrod | 09:24 | |
*** sree has quit IRC | 09:28 | |
*** hardbot has quit IRC | 09:30 | |
*** erkules_ is now known as erkules | 09:31 | |
*** sree has joined #openstack | 09:32 | |
*** sree has quit IRC | 09:36 | |
*** e0ne has quit IRC | 09:38 | |
*** misty-cloud- has joined #openstack | 09:38 | |
*** misty-cloud has quit IRC | 09:39 | |
*** ivo_ has joined #openstack | 09:41 | |
*** curious_corn has quit IRC | 09:41 | |
*** curious_corn has joined #openstack | 09:42 | |
*** tobberyd_ has quit IRC | 09:45 | |
*** jahmalz has joined #openstack | 09:45 | |
*** mmoster has joined #openstack | 09:49 | |
*** ivo_ has quit IRC | 09:49 | |
*** ivo_ has joined #openstack | 09:49 | |
*** arecknag is now known as arne_ | 09:50 | |
*** TMM has joined #openstack | 09:50 | |
*** someara2 has quit IRC | 09:50 | |
*** sree has joined #openstack | 09:50 | |
*** panda|zZ is now known as panda | 09:55 | |
*** karthi has joined #openstack | 09:56 | |
*** slaweq_ has quit IRC | 09:56 | |
*** shuquan_ has quit IRC | 09:57 | |
*** bobmel has joined #openstack | 09:57 | |
*** shuquan has joined #openstack | 09:58 | |
*** stevemul has joined #openstack | 09:58 | |
*** takashi has quit IRC | 10:00 | |
*** taliaga has joined #openstack | 10:00 | |
*** slaweq_ has joined #openstack | 10:01 | |
*** rhagarty has joined #openstack | 10:01 | |
*** subho has quit IRC | 10:02 | |
*** bobmel has quit IRC | 10:02 | |
*** subho has joined #openstack | 10:02 | |
*** gaughen has joined #openstack | 10:03 | |
*** taliaga has quit IRC | 10:03 | |
*** shuquan has quit IRC | 10:03 | |
*** khushbu has joined #openstack | 10:04 | |
*** hfu has quit IRC | 10:04 | |
*** rhagarty has quit IRC | 10:06 | |
*** hfu has joined #openstack | 10:06 | |
*** hfu has quit IRC | 10:07 | |
*** ggnel_t has joined #openstack | 10:08 | |
*** limao has quit IRC | 10:11 | |
*** jsheeren has quit IRC | 10:12 | |
*** rossella_s has quit IRC | 10:13 | |
*** khushbu has quit IRC | 10:13 | |
*** rossella_s has joined #openstack | 10:14 | |
*** misty-cloud- has quit IRC | 10:14 | |
*** wangbo has quit IRC | 10:16 | |
*** two_oes has quit IRC | 10:18 | |
*** curious_corn is now known as curious_corn[awa | 10:18 | |
*** e0ne has joined #openstack | 10:19 | |
*** subho has quit IRC | 10:21 | |
*** Dw_Sn has joined #openstack | 10:22 | |
*** curious_corn[awa is now known as curious_corn | 10:22 | |
*** wangbo has joined #openstack | 10:24 | |
*** someara2 has joined #openstack | 10:29 | |
*** sq4ind has quit IRC | 10:30 | |
*** yamahata has quit IRC | 10:30 | |
*** sq4ind has joined #openstack | 10:31 | |
*** sq4ind has left #openstack | 10:31 | |
*** johnbelamaric has quit IRC | 10:34 | |
*** MarkBaker has quit IRC | 10:35 | |
*** anrah has joined #openstack | 10:37 | |
anrah | Hi! I have a problem with heat and deleting/getting status of stacks when the heat api is provided with tls | 10:40 |
*** kbyrne has quit IRC | 10:40 | |
*** abehl has quit IRC | 10:40 | |
*** curious_corn is now known as curious_corn[awa | 10:41 | |
anrah | Listing and creating works fine, but deleting is for some reason redirecting the delete request to plain http and that won't work as keystone is not listening the http | 10:41 |
*** curious_corn[awa is now known as curious_corn | 10:41 | |
*** macsz has quit IRC | 10:42 | |
*** kklimonda has quit IRC | 10:42 | |
*** ggherdov- has quit IRC | 10:42 | |
*** Tribaal has quit IRC | 10:42 | |
*** asingh_ has quit IRC | 10:42 | |
*** phileas has quit IRC | 10:42 | |
*** blair has quit IRC | 10:42 | |
*** worstadmin has quit IRC | 10:42 | |
*** hrybacki has quit IRC | 10:42 | |
*** kdavyd has quit IRC | 10:42 | |
*** kbyrne has joined #openstack | 10:42 | |
*** themaste- has quit IRC | 10:43 | |
*** AndyWojo has quit IRC | 10:43 | |
*** dham1 has quit IRC | 10:43 | |
*** auviga has quit IRC | 10:43 | |
*** zefciu has quit IRC | 10:43 | |
*** Oku_OS has quit IRC | 10:43 | |
*** rushiagr has quit IRC | 10:43 | |
*** ulkesh has quit IRC | 10:43 | |
*** MarkAtwood has quit IRC | 10:43 | |
*** lewq has quit IRC | 10:43 | |
*** afrikha has quit IRC | 10:43 | |
*** JD|cloud has quit IRC | 10:43 | |
*** aglarendil has quit IRC | 10:43 | |
*** mehdi___ has quit IRC | 10:43 | |
*** elemoine_ has quit IRC | 10:43 | |
*** vmtyler has quit IRC | 10:43 | |
*** harbie has quit IRC | 10:43 | |
*** setkeh has quit IRC | 10:43 | |
*** raorn has quit IRC | 10:43 | |
*** nkrinner has quit IRC | 10:44 | |
*** afazekas has quit IRC | 10:44 | |
*** sep has quit IRC | 10:44 | |
*** OlaNys has quit IRC | 10:44 | |
*** classicsnail has quit IRC | 10:44 | |
*** icy_ground has quit IRC | 10:44 | |
*** TobiSan has quit IRC | 10:44 | |
*** Sketch has quit IRC | 10:44 | |
*** bopper has quit IRC | 10:44 | |
*** zhenguo has quit IRC | 10:44 | |
*** coredump has quit IRC | 10:44 | |
*** neith has quit IRC | 10:44 | |
*** NeatBasis has quit IRC | 10:44 | |
*** CustosLimen has quit IRC | 10:44 | |
*** Apsu has quit IRC | 10:44 | |
*** mancdaz has quit IRC | 10:44 | |
*** tdasilva has quit IRC | 10:44 | |
anrah | http://paste.ubuntu.com/23424978/ | 10:44 |
*** OlaNys has joined #openstack | 10:44 | |
*** NeatBasis has joined #openstack | 10:44 | |
*** icy_ground has joined #openstack | 10:44 | |
*** pegmanm has quit IRC | 10:44 | |
*** tries_ has quit IRC | 10:44 | |
*** hardbot has joined #openstack | 10:44 | |
*** themasterchef has joined #openstack | 10:44 | |
*** jckasper has joined #openstack | 10:44 | |
*** raorn has joined #openstack | 10:45 | |
*** john-davidge has joined #openstack | 10:45 | |
*** macsz has joined #openstack | 10:45 | |
*** sree has quit IRC | 10:45 | |
*** afrikha has joined #openstack | 10:45 | |
*** AndyWojo has joined #openstack | 10:45 | |
*** zefciu has joined #openstack | 10:45 | |
*** dham1 has joined #openstack | 10:45 | |
*** worstadmin has joined #openstack | 10:45 | |
*** Tribaal has joined #openstack | 10:45 | |
*** kdavyd has joined #openstack | 10:45 | |
*** gaughen has quit IRC | 10:46 | |
*** hrybacki has joined #openstack | 10:46 | |
*** aglarendil has joined #openstack | 10:46 | |
*** sree has joined #openstack | 10:46 | |
*** ghostlight has quit IRC | 10:46 | |
*** auviga has joined #openstack | 10:46 | |
*** duplex has quit IRC | 10:46 | |
*** sree has quit IRC | 10:46 | |
*** neith has joined #openstack | 10:46 | |
*** coredump has joined #openstack | 10:46 | |
*** vmtyler has joined #openstack | 10:46 | |
*** elemoine_ has joined #openstack | 10:46 | |
*** JD|cloud has joined #openstack | 10:47 | |
*** duplex has joined #openstack | 10:47 | |
*** sree has joined #openstack | 10:47 | |
*** bopper has joined #openstack | 10:47 | |
*** ulkesh has joined #openstack | 10:47 | |
*** MarkAtwood has joined #openstack | 10:47 | |
*** lewq has joined #openstack | 10:47 | |
*** mehdi___ has joined #openstack | 10:47 | |
*** zhenguo has joined #openstack | 10:47 | |
*** sree has quit IRC | 10:47 | |
*** someara2 has quit IRC | 10:48 | |
*** setkeh has joined #openstack | 10:48 | |
*** setkeh has quit IRC | 10:48 | |
*** setkeh has joined #openstack | 10:48 | |
*** mancdaz has joined #openstack | 10:48 | |
*** Sketch has joined #openstack | 10:49 | |
*** phileas has joined #openstack | 10:49 | |
*** kklimonda has joined #openstack | 10:49 | |
*** afazekas has joined #openstack | 10:49 | |
*** CustosLimen has joined #openstack | 10:50 | |
*** jckasper has quit IRC | 10:50 | |
*** Oku_OS has joined #openstack | 10:50 | |
*** Apsu has joined #openstack | 10:51 | |
*** sree has joined #openstack | 10:52 | |
*** arne_ has quit IRC | 10:53 | |
*** blair has joined #openstack | 10:53 | |
*** belmoreira has quit IRC | 10:54 | |
*** afazekas has quit IRC | 10:54 | |
*** afazekas has joined #openstack | 10:55 | |
*** sree__ has joined #openstack | 10:55 | |
*** rushiagr has joined #openstack | 10:55 | |
*** someara2 has joined #openstack | 10:55 | |
*** asingh_ has joined #openstack | 10:56 | |
*** sep has joined #openstack | 10:56 | |
*** nkrinner has joined #openstack | 10:56 | |
*** ghostlight has joined #openstack | 10:57 | |
*** sree has quit IRC | 10:57 | |
*** tries_ has joined #openstack | 10:57 | |
*** tries_ has joined #openstack | 10:57 | |
*** mkovarik has quit IRC | 10:57 | |
*** steveg_afk has joined #openstack | 10:57 | |
*** classicsnail has joined #openstack | 10:58 | |
*** electrofelix has joined #openstack | 10:58 | |
*** sree has joined #openstack | 10:58 | |
*** pegmanm has joined #openstack | 10:58 | |
*** ggherdov- has joined #openstack | 10:58 | |
*** sree__ has quit IRC | 10:59 | |
*** mkovarik has joined #openstack | 11:00 | |
*** pbandark has joined #openstack | 11:00 | |
*** belmoreira has joined #openstack | 11:00 | |
*** rtheis has joined #openstack | 11:00 | |
*** dhsomasu has joined #openstack | 11:01 | |
*** Bhaskarakiran has quit IRC | 11:01 | |
*** bbcmicrocomputer has joined #openstack | 11:02 | |
*** bbcmicrocomputer has joined #openstack | 11:02 | |
*** gaughen has joined #openstack | 11:02 | |
*** dhsomasu is now known as c06 | 11:02 | |
*** sree has quit IRC | 11:02 | |
*** rfolco has joined #openstack | 11:05 | |
*** rtheis has quit IRC | 11:06 | |
*** macjack has joined #openstack | 11:07 | |
*** schwicht has joined #openstack | 11:07 | |
*** rtheis has joined #openstack | 11:07 | |
*** CrackerJackMack has quit IRC | 11:10 | |
*** rchavik has joined #openstack | 11:11 | |
*** hseipp has quit IRC | 11:16 | |
*** CrackerJackMack has joined #openstack | 11:18 | |
*** bvanhav_ has joined #openstack | 11:18 | |
*** gopenshaw_ has quit IRC | 11:19 | |
*** EricGonczer_ has joined #openstack | 11:21 | |
*** pblaho has joined #openstack | 11:22 | |
*** Jack_Iv has quit IRC | 11:23 | |
*** someara2 has quit IRC | 11:23 | |
*** Jack_Iv has joined #openstack | 11:24 | |
*** Jack_Iv has quit IRC | 11:24 | |
*** jprovazn has quit IRC | 11:26 | |
*** karthi has quit IRC | 11:27 | |
*** cgfbee has quit IRC | 11:32 | |
*** rtheis has quit IRC | 11:34 | |
*** curious_corn has quit IRC | 11:34 | |
*** schwicht has quit IRC | 11:34 | |
*** gaughen has quit IRC | 11:36 | |
*** retreved has joined #openstack | 11:37 | |
*** retreved has quit IRC | 11:37 | |
*** retreved has joined #openstack | 11:37 | |
*** MarkBaker has joined #openstack | 11:38 | |
*** rhagarty has joined #openstack | 11:38 | |
*** tdasilva has joined #openstack | 11:40 | |
*** harbie has joined #openstack | 11:40 | |
*** f13o has quit IRC | 11:41 | |
*** f13o has joined #openstack | 11:42 | |
*** rhagarty has quit IRC | 11:43 | |
*** lucendio has quit IRC | 11:43 | |
*** aurimasm has joined #openstack | 11:43 | |
*** VW has joined #openstack | 11:45 | |
*** two_oes has joined #openstack | 11:45 | |
*** two_oes has quit IRC | 11:46 | |
*** ooichman has joined #openstack | 11:46 | |
*** portdirect_away is now known as portdirect | 11:46 | |
*** ooichman has quit IRC | 11:46 | |
*** macjack has quit IRC | 11:46 | |
*** two_oes has joined #openstack | 11:46 | |
*** georgem1 has joined #openstack | 11:47 | |
*** arecknag has joined #openstack | 11:47 | |
*** gaughen has joined #openstack | 11:48 | |
*** mkovarik_ has joined #openstack | 11:49 | |
*** mkovarik has quit IRC | 11:49 | |
*** someara2 has joined #openstack | 11:50 | |
*** thorst has joined #openstack | 11:52 | |
*** thorst has quit IRC | 11:52 | |
*** thorst has joined #openstack | 11:53 | |
*** gkadam has quit IRC | 11:53 | |
*** jcarter2 has joined #openstack | 11:56 | |
*** morazi has quit IRC | 11:57 | |
*** donghao has joined #openstack | 11:57 | |
*** bobmel has joined #openstack | 11:58 | |
*** two_oes has quit IRC | 11:58 | |
*** aurimasm has quit IRC | 11:59 | |
*** cyborg-one has quit IRC | 11:59 | |
*** aurimasm has joined #openstack | 11:59 | |
*** someara2 has quit IRC | 12:00 | |
*** tpsilva has joined #openstack | 12:00 | |
*** retreved has quit IRC | 12:00 | |
*** baoli has joined #openstack | 12:01 | |
*** trisq has quit IRC | 12:02 | |
*** bobmel has quit IRC | 12:03 | |
*** PhilA__ has quit IRC | 12:04 | |
*** aurimasm has quit IRC | 12:04 | |
*** retreved has joined #openstack | 12:04 | |
*** baoli has quit IRC | 12:05 | |
c06 | hi all | 12:09 |
*** D4RKS1D3 has quit IRC | 12:09 | |
c06 | which framework openstack using for rest api | 12:09 |
*** lborda has joined #openstack | 12:11 | |
*** iogg has quit IRC | 12:11 | |
*** baoli has joined #openstack | 12:11 | |
*** led_belly has quit IRC | 12:12 | |
*** baoli_ has joined #openstack | 12:12 | |
*** f13o has quit IRC | 12:13 | |
*** led_belly has joined #openstack | 12:13 | |
*** chlong has joined #openstack | 12:14 | |
*** achampion has quit IRC | 12:14 | |
*** arecknag is now known as arne_ | 12:14 | |
c06 | anyone on | 12:15 |
*** baoli has quit IRC | 12:16 | |
*** xek has quit IRC | 12:17 | |
*** amontalban has joined #openstack | 12:17 | |
*** amontalban has joined #openstack | 12:17 | |
*** spzala has joined #openstack | 12:18 | |
*** jdwald has joined #openstack | 12:19 | |
c06 | what are the libraries they used for RESTapi, any suggestions | 12:20 |
*** georgem1 has quit IRC | 12:20 | |
*** aurimasm has joined #openstack | 12:20 | |
*** smccarthy has joined #openstack | 12:21 | |
*** cgfbee has joined #openstack | 12:21 | |
*** Mudpuppy has joined #openstack | 12:22 | |
*** georgem1 has joined #openstack | 12:23 | |
*** curious_corn has joined #openstack | 12:23 | |
*** PhilA__ has joined #openstack | 12:23 | |
*** markvoelker has joined #openstack | 12:23 | |
*** spzala has quit IRC | 12:23 | |
*** jerrygb has joined #openstack | 12:23 | |
*** Darcidride_ has joined #openstack | 12:23 | |
*** valw has joined #openstack | 12:23 | |
*** bobh has joined #openstack | 12:24 | |
*** grafuls has quit IRC | 12:24 | |
*** bobh has quit IRC | 12:24 | |
*** rootsghost has joined #openstack | 12:26 | |
*** rootsghost has quit IRC | 12:26 | |
*** smccarthy has quit IRC | 12:26 | |
*** Darcidride has quit IRC | 12:26 | |
*** Mudpuppy has quit IRC | 12:28 | |
*** jerrygb has quit IRC | 12:31 | |
*** georgem1 has quit IRC | 12:32 | |
*** hseipp has joined #openstack | 12:33 | |
*** e0ne has quit IRC | 12:33 | |
*** MarkBaker has quit IRC | 12:35 | |
*** iogg has joined #openstack | 12:36 | |
*** khushbu_ has joined #openstack | 12:36 | |
*** MarkBaker has joined #openstack | 12:38 | |
*** srobert has joined #openstack | 12:38 | |
*** evilrob has quit IRC | 12:38 | |
*** VW has quit IRC | 12:39 | |
*** hogetaro has joined #openstack | 12:40 | |
*** khushbu_ has quit IRC | 12:40 | |
*** freddieptf has joined #openstack | 12:41 | |
*** evilrob has joined #openstack | 12:41 | |
*** jerrygb has joined #openstack | 12:42 | |
*** aconole has joined #openstack | 12:43 | |
*** srobert has quit IRC | 12:43 | |
*** EricGonczer_ has quit IRC | 12:44 | |
*** srobert has joined #openstack | 12:44 | |
*** kjw3 has joined #openstack | 12:44 | |
*** khushbu has joined #openstack | 12:44 | |
*** Naeil has quit IRC | 12:44 | |
*** chlong has quit IRC | 12:46 | |
*** rodrigods has quit IRC | 12:46 | |
*** rchavik has quit IRC | 12:46 | |
*** felixsch_ has quit IRC | 12:46 | |
*** rodrigods has joined #openstack | 12:46 | |
*** ezobn_ has joined #openstack | 12:49 | |
*** valw has quit IRC | 12:49 | |
*** khushbu has quit IRC | 12:49 | |
*** felixsch_ has joined #openstack | 12:49 | |
*** jozwior has quit IRC | 12:50 | |
*** spzala has joined #openstack | 12:50 | |
*** apahim has quit IRC | 12:50 | |
*** freddieptf has quit IRC | 12:51 | |
*** ezobn has quit IRC | 12:52 | |
*** hseipp has quit IRC | 12:52 | |
*** georgem1 has joined #openstack | 12:53 | |
*** bvanhav_ has quit IRC | 12:54 | |
*** f13o has joined #openstack | 12:54 | |
*** morazi has joined #openstack | 12:55 | |
*** jheroux has joined #openstack | 12:55 | |
*** freddieptf has joined #openstack | 12:56 | |
*** felixsch_ has quit IRC | 12:56 | |
*** led_belly has quit IRC | 12:56 | |
*** hfu has joined #openstack | 12:58 | |
*** NickCao has joined #openstack | 12:59 | |
*** shuquan has joined #openstack | 12:59 | |
*** NickCao has quit IRC | 12:59 | |
*** vegasq has joined #openstack | 12:59 | |
*** led_belly has joined #openstack | 13:00 | |
*** jmlowe has joined #openstack | 13:00 | |
*** Naeil has joined #openstack | 13:00 | |
*** led_belly has quit IRC | 13:01 | |
*** jerrygb has quit IRC | 13:01 | |
*** morazi has quit IRC | 13:02 | |
*** PhilA has joined #openstack | 13:02 | |
*** masco has quit IRC | 13:02 | |
*** subho has joined #openstack | 13:02 | |
*** achampion has joined #openstack | 13:03 | |
*** zkassab has joined #openstack | 13:03 | |
*** led_belly has joined #openstack | 13:03 | |
*** shuquan has quit IRC | 13:04 | |
*** PhilA__ has quit IRC | 13:04 | |
*** annegentle has joined #openstack | 13:05 | |
*** tobias_fiberdata has joined #openstack | 13:06 | |
*** led_belly has quit IRC | 13:06 | |
*** jozwior has joined #openstack | 13:06 | |
*** led_belly has joined #openstack | 13:08 | |
*** tobias-fiberdata has quit IRC | 13:08 | |
*** StraubTW has joined #openstack | 13:09 | |
*** felixsch_ has joined #openstack | 13:09 | |
*** StraubTW_ has joined #openstack | 13:10 | |
*** hseipp has joined #openstack | 13:10 | |
*** bvanhav_ has joined #openstack | 13:11 | |
*** jarvis has joined #openstack | 13:11 | |
*** schwicht has joined #openstack | 13:12 | |
*** pradk has quit IRC | 13:12 | |
*** trisq has joined #openstack | 13:13 | |
*** pradk has joined #openstack | 13:13 | |
*** StraubTW has quit IRC | 13:13 | |
*** links has quit IRC | 13:13 | |
*** shibby has joined #openstack | 13:14 | |
*** SirNeo has quit IRC | 13:14 | |
*** morazi has joined #openstack | 13:15 | |
*** grafuls has joined #openstack | 13:16 | |
*** SirNeo has joined #openstack | 13:17 | |
*** c06 has quit IRC | 13:17 | |
*** johnavp19891 has quit IRC | 13:20 | |
*** shibby has quit IRC | 13:20 | |
*** valw has joined #openstack | 13:21 | |
*** jprovazn has joined #openstack | 13:22 | |
*** aurimasm has quit IRC | 13:23 | |
*** SirNeo has quit IRC | 13:24 | |
*** valw has quit IRC | 13:26 | |
*** ivo_ has quit IRC | 13:27 | |
*** Mudpuppy has joined #openstack | 13:27 | |
*** gaughen has quit IRC | 13:29 | |
*** SauzaRob has joined #openstack | 13:29 | |
*** haplo37_ has quit IRC | 13:29 | |
*** GenteelBen has joined #openstack | 13:30 | |
*** daemontool has joined #openstack | 13:32 | |
*** amoralej is now known as amoralej|lunch | 13:32 | |
*** ashland has quit IRC | 13:32 | |
*** LotharKAtt has joined #openstack | 13:33 | |
*** paw has quit IRC | 13:33 | |
*** thiagolib has joined #openstack | 13:34 | |
*** dansmith is now known as superdan | 13:34 | |
*** Lee1092 has quit IRC | 13:36 | |
*** MarkBaker has quit IRC | 13:36 | |
*** nixhed has quit IRC | 13:37 | |
*** nixhed has joined #openstack | 13:38 | |
*** jerrygb has joined #openstack | 13:39 | |
*** jpena is now known as jpena|lunch | 13:39 | |
*** jerrygb has quit IRC | 13:39 | |
*** rhagarty has joined #openstack | 13:39 | |
*** jroll is now known as jrollinhatin | 13:40 | |
*** apahim has joined #openstack | 13:41 | |
*** curious_corn is now known as curious_corn[awa | 13:42 | |
*** shibby has joined #openstack | 13:42 | |
*** SirNeo has joined #openstack | 13:42 | |
*** GenteelBen has joined #openstack | 13:44 | |
*** rhagarty has quit IRC | 13:44 | |
*** nkrinner is now known as nkrinner_afk | 13:45 | |
*** haplo37_ has joined #openstack | 13:45 | |
*** jerrygb has joined #openstack | 13:46 | |
*** SirNeo has quit IRC | 13:47 | |
*** alagar1 has quit IRC | 13:47 | |
*** romerocesar has joined #openstack | 13:47 | |
*** jerrygb has quit IRC | 13:48 | |
*** nixhed has quit IRC | 13:50 | |
*** nixhed has joined #openstack | 13:50 | |
*** e0ne has joined #openstack | 13:50 | |
*** rhagarty has joined #openstack | 13:51 | |
*** curious_corn[awa is now known as curious_corn | 13:51 | |
*** caowei_ has joined #openstack | 13:52 | |
*** rhagarty has quit IRC | 13:52 | |
*** romerocesar has quit IRC | 13:52 | |
*** rhagarty has joined #openstack | 13:53 | |
*** tobias-fiberdata has joined #openstack | 13:57 | |
*** rhagarty has quit IRC | 13:57 | |
*** rbak has joined #openstack | 13:58 | |
*** Guest13194 has quit IRC | 13:58 | |
*** ashland has joined #openstack | 13:59 | |
*** nicolasbock has joined #openstack | 13:59 | |
*** cleong has joined #openstack | 13:59 | |
*** jmckind has joined #openstack | 13:59 | |
*** anush has joined #openstack | 14:00 | |
*** spotz_zzz is now known as spotz | 14:00 | |
*** PhilA__ has joined #openstack | 14:01 | |
*** tobias_fiberdata has quit IRC | 14:01 | |
*** johnbelamaric has joined #openstack | 14:01 | |
*** smccarthy has joined #openstack | 14:02 | |
*** Son_Goku has quit IRC | 14:02 | |
*** PhilA has quit IRC | 14:04 | |
*** alagar has joined #openstack | 14:04 | |
*** vhoward has joined #openstack | 14:05 | |
*** eggmaster has joined #openstack | 14:07 | |
*** curious_corn is now known as curious_corn[awa | 14:08 | |
*** mkovarik_ has quit IRC | 14:09 | |
*** curious_corn[awa is now known as curious_corn | 14:10 | |
*** spotz is now known as spotz_zzz | 14:10 | |
*** baoli_ has quit IRC | 14:11 | |
*** baoli has joined #openstack | 14:11 | |
*** rhagarty has joined #openstack | 14:11 | |
*** maliniB has joined #openstack | 14:12 | |
*** e0ne has quit IRC | 14:13 | |
*** rossella_s has quit IRC | 14:13 | |
*** e0ne has joined #openstack | 14:13 | |
*** SirNeo has joined #openstack | 14:13 | |
*** Guest13194 has joined #openstack | 14:14 | |
*** rossella_s has joined #openstack | 14:14 | |
*** albertom has quit IRC | 14:15 | |
*** MarkBaker has joined #openstack | 14:15 | |
*** paw has joined #openstack | 14:15 | |
*** someara2 has joined #openstack | 14:15 | |
*** MarkBaker has quit IRC | 14:16 | |
*** mtanino has joined #openstack | 14:16 | |
*** lcastell has quit IRC | 14:16 | |
*** bobmel has joined #openstack | 14:16 | |
*** xemdetia has joined #openstack | 14:16 | |
*** lcastell has joined #openstack | 14:17 | |
*** albertom has joined #openstack | 14:17 | |
*** mmoster has quit IRC | 14:17 | |
*** magg has joined #openstack | 14:19 | |
*** vegasq has quit IRC | 14:20 | |
*** bobmel has quit IRC | 14:20 | |
*** srobert has quit IRC | 14:21 | |
*** vegasq has joined #openstack | 14:21 | |
magg | hello | 14:21 |
*** victorhe has joined #openstack | 14:21 | |
magg | have this blueprint been implemented https://blueprints.launchpad.net/openstack-qa/+spec/stackmonkey ? | 14:22 |
*** f13o_ has joined #openstack | 14:22 | |
magg | I would like to contribute | 14:22 |
*** Guest92 has joined #openstack | 14:22 | |
*** Guest92 has quit IRC | 14:23 | |
*** brensen has quit IRC | 14:23 | |
*** Guest92 has joined #openstack | 14:23 | |
*** Guest92 is now known as rushil | 14:23 | |
*** hieulq_ has joined #openstack | 14:23 | |
*** piet_ has joined #openstack | 14:24 | |
*** f13o has quit IRC | 14:26 | |
*** jozwior has quit IRC | 14:26 | |
*** brensen has joined #openstack | 14:27 | |
*** amotoki has quit IRC | 14:27 | |
*** robbiew has joined #openstack | 14:27 | |
*** sandanar has quit IRC | 14:27 | |
*** LotharKAtt has quit IRC | 14:28 | |
*** jozwior has joined #openstack | 14:28 | |
*** jistr is now known as jistr|call | 14:29 | |
*** jperry has joined #openstack | 14:29 | |
*** dxiri_ has joined #openstack | 14:29 | |
*** toanju has quit IRC | 14:31 | |
*** EricGonczer_ has joined #openstack | 14:31 | |
*** EricGonczer_ has quit IRC | 14:32 | |
*** mslazar has quit IRC | 14:32 | |
*** hsychla has joined #openstack | 14:33 | |
*** dxiri_ has quit IRC | 14:33 | |
*** rhagarty has quit IRC | 14:34 | |
*** jarvis has quit IRC | 14:34 | |
*** ChuckMe has joined #openstack | 14:34 | |
*** rhagarty has joined #openstack | 14:36 | |
*** jozwior has quit IRC | 14:36 | |
*** srobert has joined #openstack | 14:38 | |
*** leflore has joined #openstack | 14:39 | |
*** VW has joined #openstack | 14:39 | |
*** rama_y has joined #openstack | 14:42 | |
*** fragatina has quit IRC | 14:42 | |
*** fragatina has joined #openstack | 14:42 | |
*** kbringard has joined #openstack | 14:43 | |
*** breitz has quit IRC | 14:43 | |
*** VW has quit IRC | 14:44 | |
*** srobert has quit IRC | 14:44 | |
*** paw has quit IRC | 14:44 | |
*** paw has joined #openstack | 14:45 | |
*** toanju has joined #openstack | 14:46 | |
*** amoralej|lunch is now known as amoralej | 14:46 | |
*** phalmos has joined #openstack | 14:47 | |
*** cliles has joined #openstack | 14:49 | |
*** piet_ has quit IRC | 14:49 | |
*** jackNemrod has quit IRC | 14:49 | |
*** jackNemrod has joined #openstack | 14:49 | |
*** jpena|lunch is now known as jpena | 14:50 | |
*** hieulq_ has quit IRC | 14:51 | |
*** jerrygb_ has joined #openstack | 14:52 | |
*** epopt has quit IRC | 14:55 | |
*** curious_corn is now known as curious_corn[awa | 14:56 | |
*** epopt has joined #openstack | 14:58 | |
*** curious_corn[awa is now known as curious_corn | 14:58 | |
*** curious_corn is now known as curious_corn[awa | 14:59 | |
*** ronis has quit IRC | 15:01 | |
*** jerrygb has joined #openstack | 15:01 | |
*** georgem1 has quit IRC | 15:01 | |
*** georgem1 has joined #openstack | 15:02 | |
*** jckasper has joined #openstack | 15:02 | |
*** georgem1 has quit IRC | 15:02 | |
*** georgem11 has joined #openstack | 15:02 | |
*** knikolla has joined #openstack | 15:03 | |
*** jistr|call is now known as jistr | 15:03 | |
*** Son_Goku has joined #openstack | 15:04 | |
*** jerrygb_ has quit IRC | 15:04 | |
*** curious_corn[awa is now known as curious_corn | 15:05 | |
*** rhagarty has quit IRC | 15:05 | |
*** hfu has quit IRC | 15:07 | |
*** zul has quit IRC | 15:07 | |
*** pbandark has quit IRC | 15:07 | |
*** romerocesar has joined #openstack | 15:08 | |
*** zul has joined #openstack | 15:09 | |
*** ksobkowiak has joined #openstack | 15:09 | |
*** mikeoutland has joined #openstack | 15:09 | |
*** subho has quit IRC | 15:09 | |
*** jistr is now known as jistr|biab | 15:10 | |
*** zul has quit IRC | 15:10 | |
*** arne_ has quit IRC | 15:11 | |
*** zul has joined #openstack | 15:12 | |
*** kickinz1 has quit IRC | 15:12 | |
*** acidrainfall has joined #openstack | 15:13 | |
*** trishnag has quit IRC | 15:13 | |
*** rushil has quit IRC | 15:14 | |
*** jistr|biab is now known as jistr | 15:14 | |
*** cemason has joined #openstack | 15:15 | |
*** spotz_zzz is now known as spotz | 15:15 | |
*** Cybodog has joined #openstack | 15:16 | |
*** trishnag has joined #openstack | 15:16 | |
*** mikeoutland has quit IRC | 15:17 | |
*** lbrune has quit IRC | 15:17 | |
*** jckasper has quit IRC | 15:17 | |
*** dxiri has joined #openstack | 15:17 | |
*** dxiri has quit IRC | 15:17 | |
*** grumpycatt has quit IRC | 15:18 | |
*** vimal has quit IRC | 15:18 | |
*** dxiri has joined #openstack | 15:18 | |
dxiri | Sam-I-Am: good morning, you here? | 15:19 |
*** mikeoutland has joined #openstack | 15:20 | |
*** lucendio has joined #openstack | 15:20 | |
*** srobert has joined #openstack | 15:21 | |
*** srobert has quit IRC | 15:21 | |
*** aurimasm has joined #openstack | 15:21 | |
*** srobert has joined #openstack | 15:21 | |
*** grumpycatt has joined #openstack | 15:23 | |
*** rcernin has quit IRC | 15:25 | |
*** woodard has joined #openstack | 15:25 | |
*** martines_ has quit IRC | 15:26 | |
*** rcernin has joined #openstack | 15:27 | |
*** bvanhav_ has quit IRC | 15:27 | |
*** AnilV4 has quit IRC | 15:27 | |
*** mikeoutland has quit IRC | 15:28 | |
*** ezobn_ has quit IRC | 15:29 | |
*** caowei_ has quit IRC | 15:29 | |
*** mrjazzcat has joined #openstack | 15:30 | |
*** ezobn has joined #openstack | 15:30 | |
*** johnavp1989 has joined #openstack | 15:30 | |
*** lbrune has joined #openstack | 15:31 | |
*** LotharKAtt has joined #openstack | 15:32 | |
*** jprovazn has quit IRC | 15:35 | |
*** paw has quit IRC | 15:36 | |
*** yamahata has joined #openstack | 15:36 | |
*** PhilA__ has quit IRC | 15:36 | |
*** vimal has joined #openstack | 15:37 | |
*** paw has joined #openstack | 15:38 | |
*** Guest13194 is now known as tesseract- | 15:38 | |
*** martines_ has joined #openstack | 15:39 | |
*** woodard has quit IRC | 15:39 | |
*** Alss has joined #openstack | 15:40 | |
*** germs has joined #openstack | 15:40 | |
*** Alss has quit IRC | 15:40 | |
*** eglynn has joined #openstack | 15:43 | |
*** bsilverman has joined #openstack | 15:43 | |
*** bsilverman is now known as bsilverm_t | 15:44 | |
*** germs has quit IRC | 15:46 | |
*** georgem1 has joined #openstack | 15:46 | |
*** georgem11 has quit IRC | 15:46 | |
*** germs has joined #openstack | 15:46 | |
*** dizquierdo has joined #openstack | 15:46 | |
*** gnalawad has quit IRC | 15:48 | |
*** donghao has quit IRC | 15:48 | |
*** TonyXu has joined #openstack | 15:49 | |
*** LotharKAtt has quit IRC | 15:51 | |
*** lbrune has quit IRC | 15:52 | |
*** cr0wrx has joined #openstack | 15:53 | |
*** bsilverm_t is now known as bsilverman | 15:53 | |
*** smccarthy has quit IRC | 15:54 | |
*** rbowen has quit IRC | 15:54 | |
*** smccarthy has joined #openstack | 15:54 | |
*** curious_corn is now known as curious_corn[awa | 15:55 | |
*** wangbo has quit IRC | 15:55 | |
*** jathan has joined #openstack | 15:56 | |
*** rcernin has quit IRC | 15:56 | |
*** vimal has quit IRC | 15:56 | |
*** curious_corn[awa is now known as curious_corn | 15:57 | |
cr0wrx | Hi guys! Does anyone here know how performance heavy compute and storage nodes are on the boot partition? Thinking about shuffling around configurations a bit for a small cluster. If everything is backed by a ceph cluster (cinder/swift/etc). would there be any major issues with not running SSDs for boot disks? | 15:58 |
*** krunkpirate has joined #openstack | 15:58 | |
*** pcaruana has quit IRC | 15:58 | |
*** tesseract- has quit IRC | 15:59 | |
*** breitz has joined #openstack | 15:59 | |
*** PhilA__ has joined #openstack | 15:59 | |
*** grafuls has quit IRC | 16:00 | |
*** spotz is now known as spotz_zzz | 16:00 | |
*** spotz_zzz is now known as spotz | 16:01 | |
*** shootbird has quit IRC | 16:03 | |
*** bsilverman has quit IRC | 16:04 | |
*** aurimasm has quit IRC | 16:04 | |
wN | cr0wrx: boot partition? you mean /boot? | 16:04 |
cr0wrx | OS partition | 16:04 |
*** aurimasm has joined #openstack | 16:04 | |
*** spotz is now known as spotz_zzz | 16:04 | |
cr0wrx | ie if I wanted a compute node where ephemeral/block storage was all backed by ceph, would just a couple hdd disks be sufficient on that physical node (to run the OS, store logs, etc) | 16:05 |
Sketch | yes, even just one would be sufficient (but not very redundant) | 16:06 |
haukebruno | cr0wrx, absolutely. we run the instances and stuff on NFS and use just 2 small SSDs in a raid1 array for the OS | 16:06 |
cr0wrx | well we were thinking just a couple disks RAID 1 so we have a little redundancy for OS / logs | 16:06 |
*** 18VAABSMN has quit IRC | 16:06 | |
cr0wrx | we want HDDs though instead of SSD - that's what I'm primarily checking on - if performance would be an issue at all, or if it really just needs to run OS and write logs | 16:07 |
cr0wrx | We have SSDs in them now, but it's a strange setup and we want to repurpose the SSDs into a new ceph pool | 16:07 |
*** kklimonda has quit IRC | 16:07 | |
Sketch | the controllers will have databases and stuff on them, but the compute nodes are pretty much just OS and logs. | 16:07 |
cr0wrx | same question goes for storage node - can the OS for that also be fine on HDD | 16:07 |
*** thewall has joined #openstack | 16:07 | |
Sketch | should be fine | 16:08 |
cr0wrx | yea, I've checked here before for controllers and sounds like there could be issues if you have a lot of VMs (and especially if a lot of simultaneous requests to spin up / modify VMs or whatever since that is handled on controller) | 16:08 |
*** krtaylor has quit IRC | 16:08 | |
*** kklimonda has joined #openstack | 16:08 | |
*** aurimasm has quit IRC | 16:08 | |
cr0wrx | our setup is small enough that we aren't there yet and would really be better off if we can simplify our setup and keep costs low and then adjust later as needed (with this next batch of hardware we are moving to HA so that becomes an option finally) | 16:09 |
*** Guest92 has joined #openstack | 16:09 | |
*** raginbaj- has joined #openstack | 16:09 | |
Sketch | even then i don't think that would be an issue unless your installation is very large | 16:10 |
Sketch | the ceph storage is where you're going to want your fast storage | 16:10 |
cr0wrx | we are thinking a couple HDDs for all node types - controller, compute, and storage. Same setup across the board for OS/base disks. Then the storage node will get a bunch more SSDs and HDDs for ceph OSDs | 16:10 |
*** spotz_zzz is now known as spotz | 16:10 | |
Sketch | that's what we do | 16:10 |
cr0wrx | it's not huge, it'll be 8-9 nodes after this install | 16:10 |
Sketch | SATA/SAS HDDs for the OS, SSD storage for ceph | 16:10 |
cr0wrx | baby installation compared to most I'm sure | 16:10 |
Sketch | we're currently at 6 nodes :) | 16:11 |
cr0wrx | ah, cool | 16:11 |
haukebruno | we here have a lot of overhead in the controlplane :p running about ~25 control plane nodes for just 10 KVMs | 16:12 |
*** john-davidge has quit IRC | 16:12 | |
*** georgem1 has quit IRC | 16:12 | |
*** john-davidge has joined #openstack | 16:13 | |
*** Oku_OS is now known as Oku_OS-away | 16:13 | |
cr0wrx | our setup has been strange so far, it's currently at 4 nodes but since it didn't provide HA on controller and we had a single storage node with limited disks we did a bunch of non-standard things like running RAID on the storage node (for the ceph OSD, etc) and we are getting to the point where it'll be nice to not do weird things | 16:13 |
cr0wrx | we are starting to see latency on the storage raid array when some VMs do lots of things | 16:14 |
cr0wrx | and then ceph barfs, and then object storage becomes unavailable and returns 503, etc. | 16:14 |
*** magg has quit IRC | 16:14 | |
cr0wrx | 25 nodes for 10 KVMs? ha lucky | 16:15 |
*** Son_Goku has quit IRC | 16:15 | |
haukebruno | cr0wrx, yeah thats kind of paranoia maybe ;) | 16:16 |
haukebruno | well, we also had lot of issues in our first ceph cluster. we had no journals, too big nodes, to few nodes at all | 16:16 |
*** prateek_ has quit IRC | 16:16 | |
*** alagar has quit IRC | 16:16 | |
cr0wrx | not as bad as ours. our storage node is ceph, 1 OSD that is backed by a RAID array of a handful of disks, no journal | 16:17 |
*** alagar has joined #openstack | 16:17 | |
*** dizquierdo has quit IRC | 16:18 | |
*** yaume has quit IRC | 16:18 | |
cr0wrx | but we were new, didn't really know what we were doing, and didn't understand this whole OSD thing too much and wanted to ensure we had replication and could survive some of our limited drives dying so we went with what we knew - RAID, for the time being...with plans to change it as we expanded and became more comfortable with ceph and openstack in general | 16:18 |
*** thewall has left #openstack | 16:18 | |
*** shootbird has joined #openstack | 16:18 | |
*** yaume has joined #openstack | 16:19 | |
*** groen692 has quit IRC | 16:20 | |
*** yaume has quit IRC | 16:20 | |
*** jeh has joined #openstack | 16:21 | |
*** jeh has quit IRC | 16:21 | |
*** jeh has joined #openstack | 16:21 | |
*** georgem1 has joined #openstack | 16:21 | |
*** aconole has quit IRC | 16:22 | |
*** pegmanm_ has joined #openstack | 16:23 | |
*** Guest92 has quit IRC | 16:24 | |
*** rhagarty has joined #openstack | 16:25 | |
*** jackNemrod has quit IRC | 16:26 | |
*** Guest92 has joined #openstack | 16:26 | |
*** johnavp1989 has quit IRC | 16:26 | |
*** diogogmt has joined #openstack | 16:27 | |
*** abehl has joined #openstack | 16:27 | |
*** bobmel has joined #openstack | 16:28 | |
*** bobmel has quit IRC | 16:28 | |
*** bobmel has joined #openstack | 16:28 | |
*** someara2 has quit IRC | 16:28 | |
*** panda is now known as panda|bbl | 16:29 | |
*** khushbu has joined #openstack | 16:29 | |
*** srobert has quit IRC | 16:30 | |
*** EricGonczer_ has joined #openstack | 16:30 | |
*** as0bu has joined #openstack | 16:31 | |
*** shibby has quit IRC | 16:31 | |
*** alagar has quit IRC | 16:32 | |
*** pegmanm_ has quit IRC | 16:33 | |
*** Darcidride__ has joined #openstack | 16:33 | |
*** puck`` has quit IRC | 16:35 | |
*** VW has joined #openstack | 16:35 | |
*** Darcidride_ has quit IRC | 16:37 | |
*** pester has joined #openstack | 16:37 | |
*** jdwald has quit IRC | 16:37 | |
*** h5t4 has quit IRC | 16:37 | |
*** f13o_ has quit IRC | 16:38 | |
*** ashland has quit IRC | 16:38 | |
*** jdwald has joined #openstack | 16:38 | |
*** apahim has quit IRC | 16:38 | |
*** pester has quit IRC | 16:39 | |
*** ashland has joined #openstack | 16:39 | |
*** johnny has joined #openstack | 16:39 | |
*** puck has joined #openstack | 16:40 | |
*** fxpester has quit IRC | 16:40 | |
*** johnny is now known as Guest61068 | 16:40 | |
*** VW has quit IRC | 16:40 | |
*** mrhillsman is now known as icanchangethatth | 16:40 | |
*** TMM has quit IRC | 16:40 | |
*** icanchangethatth is now known as mrhillsman | 16:41 | |
*** johnavp1989 has joined #openstack | 16:41 | |
*** f4 has quit IRC | 16:41 | |
*** curious_corn has quit IRC | 16:42 | |
*** EricGonc_ has joined #openstack | 16:44 | |
*** EricGonczer_ has quit IRC | 16:45 | |
*** yamahata has quit IRC | 16:45 | |
*** f13o_ has joined #openstack | 16:47 | |
*** pegmanm_ has joined #openstack | 16:47 | |
*** Dw_Sn has quit IRC | 16:47 | |
*** mmalik4 has joined #openstack | 16:48 | |
*** damrkul has joined #openstack | 16:48 | |
*** belmoreira has quit IRC | 16:48 | |
*** acidrainfall has quit IRC | 16:50 | |
*** jdwald has quit IRC | 16:50 | |
*** mcornea has quit IRC | 16:51 | |
*** ayoung has quit IRC | 16:51 | |
*** jdwald has joined #openstack | 16:51 | |
*** ayoung has joined #openstack | 16:52 | |
*** VW has joined #openstack | 16:53 | |
*** krtaylor has joined #openstack | 16:53 | |
*** D4RKS1D3 has joined #openstack | 16:55 | |
*** aossama has joined #openstack | 16:55 | |
*** VW has quit IRC | 16:57 | |
*** Darcidride__ has quit IRC | 16:58 | |
*** pegmanm_ has quit IRC | 17:00 | |
*** Guest92 has quit IRC | 17:00 | |
*** as0bu has quit IRC | 17:02 | |
*** trisq has quit IRC | 17:03 | |
*** alagar has joined #openstack | 17:05 | |
*** khushbu has quit IRC | 17:06 | |
*** e0ne has quit IRC | 17:07 | |
*** e0ne_ has joined #openstack | 17:07 | |
*** hseipp has quit IRC | 17:09 | |
*** agarner has quit IRC | 17:09 | |
*** aleph1 has joined #openstack | 17:10 | |
*** pegmanm_ has joined #openstack | 17:10 | |
*** aleph1 has quit IRC | 17:11 | |
*** magg has joined #openstack | 17:11 | |
*** e0ne_ has quit IRC | 17:11 | |
*** fragatina has quit IRC | 17:11 | |
*** Naeil has quit IRC | 17:11 | |
*** aleph1 has joined #openstack | 17:12 | |
*** jathan has quit IRC | 17:12 | |
*** jpich has quit IRC | 17:13 | |
*** vhoward has quit IRC | 17:14 | |
*** aleph1 has quit IRC | 17:14 | |
*** new_u has joined #openstack | 17:15 | |
*** aleph1 has joined #openstack | 17:15 | |
*** VW has joined #openstack | 17:17 | |
*** jprovazn has joined #openstack | 17:17 | |
*** pegmanm_ has quit IRC | 17:17 | |
*** jmckind has quit IRC | 17:18 | |
*** new_u has quit IRC | 17:19 | |
*** e0ne has joined #openstack | 17:19 | |
*** lucendio1 has joined #openstack | 17:20 | |
*** VW has quit IRC | 17:21 | |
*** ChubYann has joined #openstack | 17:21 | |
*** jahmalz has quit IRC | 17:22 | |
*** e0ne has quit IRC | 17:23 | |
*** lucendio has quit IRC | 17:23 | |
*** rbowen has joined #openstack | 17:23 | |
*** aleph1 has quit IRC | 17:24 | |
*** ronis has joined #openstack | 17:24 | |
*** markd_ has quit IRC | 17:25 | |
*** rvd has quit IRC | 17:26 | |
*** toscalix_ has joined #openstack | 17:26 | |
*** aleph1 has joined #openstack | 17:26 | |
*** aurimasm has joined #openstack | 17:26 | |
*** jathan has joined #openstack | 17:27 | |
*** toscalix has quit IRC | 17:27 | |
*** toscalix__ has joined #openstack | 17:27 | |
*** paw has quit IRC | 17:28 | |
*** aleph1 has quit IRC | 17:29 | |
*** aludwar has quit IRC | 17:30 | |
*** aludwar has joined #openstack | 17:31 | |
*** toscalix_ has quit IRC | 17:31 | |
*** bobh has joined #openstack | 17:31 | |
*** toanju has quit IRC | 17:31 | |
*** shootbird has quit IRC | 17:33 | |
*** MrDan has quit IRC | 17:37 | |
*** bobmel has quit IRC | 17:37 | |
*** TonyXu has quit IRC | 17:38 | |
*** alagar has quit IRC | 17:38 | |
*** alagar has joined #openstack | 17:38 | |
*** rasca has quit IRC | 17:40 | |
*** theor has joined #openstack | 17:40 | |
*** someara2 has joined #openstack | 17:41 | |
*** janzian has joined #openstack | 17:42 | |
*** bvanhav_ has joined #openstack | 17:43 | |
*** iniazi has joined #openstack | 17:43 | |
*** lucendio has joined #openstack | 17:43 | |
*** spzala has quit IRC | 17:44 | |
*** lucendio1 has quit IRC | 17:45 | |
*** srobert has joined #openstack | 17:46 | |
*** markd_ has joined #openstack | 17:47 | |
*** f13o_ has quit IRC | 17:47 | |
*** vhoward has joined #openstack | 17:47 | |
*** shootbird has joined #openstack | 17:49 | |
*** bocaneri has quit IRC | 17:49 | |
*** VW has joined #openstack | 17:49 | |
*** shardy has quit IRC | 17:51 | |
*** VW has quit IRC | 17:51 | |
*** VW has joined #openstack | 17:51 | |
*** rossella_s has quit IRC | 17:53 | |
*** gszasz has quit IRC | 17:54 | |
*** TonyXu has joined #openstack | 17:55 | |
*** iogg has quit IRC | 17:55 | |
*** mikeoutland has joined #openstack | 17:56 | |
*** fguillot has quit IRC | 17:56 | |
*** thiagolib has quit IRC | 17:58 | |
*** cyborg-one has joined #openstack | 18:00 | |
*** harlowja has quit IRC | 18:00 | |
*** VW has quit IRC | 18:01 | |
*** poopcat has joined #openstack | 18:01 | |
*** VW has joined #openstack | 18:01 | |
*** mikeoutland has quit IRC | 18:03 | |
*** yamahata has joined #openstack | 18:03 | |
*** harlowja has joined #openstack | 18:03 | |
*** s1rp has joined #openstack | 18:04 | |
*** side_control has quit IRC | 18:05 | |
*** Guest92 has joined #openstack | 18:06 | |
*** Guest91841 is now known as Vivek | 18:06 | |
*** Vivek has joined #openstack | 18:06 | |
*** s1rp has left #openstack | 18:07 | |
einjen | regarding horizon/openstack dashboard: How do I copy the default theme to my own theme? | 18:07 |
*** side_control has joined #openstack | 18:07 | |
bsilverman_ | <https://www.youtube.com/watch?v=0xpogjXCUr0> | 18:08 |
*** teclator has quit IRC | 18:08 | |
*** paw has joined #openstack | 18:09 | |
*** TMM has joined #openstack | 18:09 | |
*** knangia has joined #openstack | 18:09 | |
*** poopcat has quit IRC | 18:10 | |
bsilverman_ | OpenStack Horizon Deep Dive and Customization | 18:10 |
*** links has joined #openstack | 18:10 | |
*** links has quit IRC | 18:10 | |
*** GenteelBen has quit IRC | 18:11 | |
*** poopcat has joined #openstack | 18:11 | |
*** jeh has quit IRC | 18:11 | |
*** aurimasm has quit IRC | 18:12 | |
*** aurimasm has joined #openstack | 18:12 | |
*** alagar has quit IRC | 18:13 | |
*** jaugustine_ has joined #openstack | 18:13 | |
*** alagar has joined #openstack | 18:14 | |
*** PhilA__ has quit IRC | 18:14 | |
*** JoseMello has joined #openstack | 18:14 | |
*** liverpooler has quit IRC | 18:14 | |
*** jpena is now known as jpena|off | 18:16 | |
*** aurimasm has quit IRC | 18:17 | |
*** spzala has joined #openstack | 18:17 | |
*** spzala has quit IRC | 18:17 | |
*** spzala has joined #openstack | 18:17 | |
*** krypto has joined #openstack | 18:18 | |
*** django has joined #openstack | 18:18 | |
*** harlowja has quit IRC | 18:18 | |
*** Gi0 has quit IRC | 18:18 | |
*** Gi0 has joined #openstack | 18:19 | |
*** django has quit IRC | 18:19 | |
*** daemontool has quit IRC | 18:19 | |
*** someara2 has quit IRC | 18:20 | |
*** krypto has quit IRC | 18:20 | |
*** stevemul has left #openstack | 18:20 | |
*** jmckind has joined #openstack | 18:21 | |
*** abates has quit IRC | 18:21 | |
*** sshnaidm has quit IRC | 18:24 | |
*** kuromagi^ has quit IRC | 18:27 | |
*** sshnaidm has joined #openstack | 18:27 | |
*** icy_ground has quit IRC | 18:28 | |
*** johnthetubaguy has quit IRC | 18:28 | |
*** jrich523 has joined #openstack | 18:28 | |
*** rbak has quit IRC | 18:28 | |
*** johnthetubaguy_ has joined #openstack | 18:28 | |
*** icy_ground has joined #openstack | 18:29 | |
*** rbak has joined #openstack | 18:29 | |
*** spzala has quit IRC | 18:29 | |
*** ziggit has quit IRC | 18:30 | |
*** spzala has joined #openstack | 18:30 | |
*** spzala has quit IRC | 18:30 | |
*** johnthetubaguy_ is now known as johnthetubaguy | 18:30 | |
*** flashcoder has joined #openstack | 18:30 | |
*** harlowja has joined #openstack | 18:30 | |
*** w1xz has joined #openstack | 18:31 | |
*** rhagarty has quit IRC | 18:31 | |
*** rhagarty has joined #openstack | 18:32 | |
*** toscalix__ has quit IRC | 18:33 | |
*** jmckind has quit IRC | 18:33 | |
*** pblaho has quit IRC | 18:33 | |
*** electrofelix has quit IRC | 18:34 | |
*** hardbot has quit IRC | 18:34 | |
*** prateek has joined #openstack | 18:36 | |
*** ivo_ has joined #openstack | 18:36 | |
*** rhagarty has quit IRC | 18:36 | |
*** t0mb0_ has quit IRC | 18:38 | |
*** ikonia has quit IRC | 18:40 | |
*** wowbagger42 has joined #openstack | 18:42 | |
*** gszasz has joined #openstack | 18:43 | |
*** Cybodog has quit IRC | 18:43 | |
*** jerrygb has quit IRC | 18:45 | |
wowbagger42 | Hi everyone, I got an issue trying to connect to openstack from ansible... Followed this guide: http://redhatstackblog.redhat.com/2016/10/13/full-stack-automation-with-ansible-and-openstack/ but I get "msg": "Error fetching image list: Problem with auth parameters"... | 18:45 |
wowbagger42 | anyone any idea? | 18:45 |
*** jerrygb has joined #openstack | 18:45 | |
wowbagger42 | sensible 2.2.0 / openstack client 3.3.0 | 18:45 |
wowbagger42 | ansible... | 18:46 |
*** alagar has quit IRC | 18:46 | |
*** alagar has joined #openstack | 18:46 | |
*** webguynow has quit IRC | 18:48 | |
*** webguynow has joined #openstack | 18:48 | |
*** Serlex has quit IRC | 18:49 | |
*** m4rx has joined #openstack | 18:51 | |
*** ezobn has quit IRC | 18:52 | |
*** jaugustine_ has quit IRC | 18:53 | |
*** kuromagi has joined #openstack | 18:54 | |
*** geaaru has quit IRC | 18:54 | |
*** spzala has joined #openstack | 18:56 | |
*** NeilHanlon has joined #openstack | 18:57 | |
NeilHanlon | hey everyone :) Is it possible to run the keystone v2 and v3 apis in parallel? | 18:58 |
*** jaugustine_ has joined #openstack | 18:59 | |
*** spzala has quit IRC | 19:01 | |
*** victorhe_ has joined #openstack | 19:02 | |
*** ShaikApsar has joined #openstack | 19:03 | |
*** victorhe_ has quit IRC | 19:03 | |
*** marlinc has quit IRC | 19:03 | |
*** victorhe_ has joined #openstack | 19:04 | |
*** SauzaRob has quit IRC | 19:04 | |
*** victorhe has quit IRC | 19:05 | |
*** VW has quit IRC | 19:06 | |
*** fzdarsky__ is now known as fzdarsky|afk | 19:08 | |
admin0 | NeilHanlon: that is my use case and it should be possible .. but use different endpoints | 19:08 |
NeilHanlon | It looks like it runs them automatically | 19:08 |
NeilHanlon | just had to test it | 19:08 |
NeilHanlon | silly me :P | 19:08 |
*** vhoward has quit IRC | 19:10 | |
*** krunkpirate has quit IRC | 19:10 | |
*** abates has joined #openstack | 19:11 | |
*** amoralej is now known as amoralej|off | 19:11 | |
*** VW has joined #openstack | 19:12 | |
*** jerrygb has quit IRC | 19:14 | |
*** dxiri has quit IRC | 19:15 | |
*** kwazi has quit IRC | 19:15 | |
*** dxiri has joined #openstack | 19:16 | |
*** jerrygb has joined #openstack | 19:16 | |
*** cfh has quit IRC | 19:17 | |
*** maliniB has quit IRC | 19:20 | |
*** t0mb0_ has joined #openstack | 19:23 | |
*** f0g has quit IRC | 19:23 | |
*** jaugustine_ has quit IRC | 19:23 | |
*** annegentle has quit IRC | 19:23 | |
*** jvgrant__ has joined #openstack | 19:24 | |
*** shootbird has quit IRC | 19:24 | |
*** bbrandt has joined #openstack | 19:24 | |
*** ziggit has joined #openstack | 19:25 | |
*** jackNemrod has joined #openstack | 19:25 | |
*** jvgrant_ has quit IRC | 19:27 | |
*** macjack has joined #openstack | 19:29 | |
*** h5t4 has joined #openstack | 19:30 | |
*** jisp has joined #openstack | 19:34 | |
*** rootsghost has joined #openstack | 19:34 | |
*** spzala has joined #openstack | 19:36 | |
*** rootsghost has quit IRC | 19:37 | |
*** bobmel has joined #openstack | 19:38 | |
*** Mudpuppy has quit IRC | 19:38 | |
*** f13o_ has joined #openstack | 19:38 | |
*** bvanhav_ has quit IRC | 19:39 | |
*** rarcea has quit IRC | 19:41 | |
*** zkassab has quit IRC | 19:41 | |
*** zkassab has joined #openstack | 19:42 | |
*** bobmel has quit IRC | 19:42 | |
*** shootbird has joined #openstack | 19:43 | |
*** fragatina has joined #openstack | 19:44 | |
*** plopix has quit IRC | 19:44 | |
*** marlinc has joined #openstack | 19:45 | |
*** shibby has joined #openstack | 19:47 | |
wowbagger42 | is there an automated way to get a formatted clouds.yaml file from os_client_config.config ? | 19:48 |
*** macjack has quit IRC | 19:48 | |
*** shibby has quit IRC | 19:49 | |
*** shibby has joined #openstack | 19:49 | |
*** jmckind has joined #openstack | 19:49 | |
*** spzala has quit IRC | 19:49 | |
*** annegentle has joined #openstack | 19:50 | |
*** cleong has quit IRC | 19:50 | |
*** cfh has joined #openstack | 19:50 | |
*** maliniB has joined #openstack | 19:52 | |
*** amontalban has quit IRC | 19:54 | |
*** annegentle has quit IRC | 19:54 | |
*** spzala has joined #openstack | 19:55 | |
*** phalmos has quit IRC | 19:55 | |
*** ShaikApsar_ has joined #openstack | 19:55 | |
*** amontalban has joined #openstack | 19:56 | |
*** amontalban has joined #openstack | 19:56 | |
*** leflore has quit IRC | 19:56 | |
*** spzala_ has joined #openstack | 19:56 | |
*** srobert_ has joined #openstack | 19:57 | |
*** fam_ is now known as fam_away | 19:58 | |
*** ShaikApsar has quit IRC | 19:59 | |
*** annegentle has joined #openstack | 19:59 | |
*** kiran-r has joined #openstack | 19:59 | |
*** rhagarty has joined #openstack | 19:59 | |
*** spzala has quit IRC | 20:00 | |
*** rfolco has quit IRC | 20:00 | |
*** w1xz has quit IRC | 20:00 | |
*** VW has quit IRC | 20:00 | |
*** spzala_ has quit IRC | 20:00 | |
*** srobert has quit IRC | 20:01 | |
*** VW has joined #openstack | 20:01 | |
*** jerrygb_ has joined #openstack | 20:01 | |
*** victorhe_ has quit IRC | 20:02 | |
*** spzala has joined #openstack | 20:02 | |
*** shibby has quit IRC | 20:03 | |
*** fragatina has quit IRC | 20:03 | |
*** shibby has joined #openstack | 20:04 | |
*** achampion has quit IRC | 20:04 | |
*** jerrygb has quit IRC | 20:05 | |
*** VW has quit IRC | 20:05 | |
*** e0ne has joined #openstack | 20:05 | |
*** jerrygb_ has quit IRC | 20:06 | |
*** spzala has quit IRC | 20:06 | |
*** coolsvap has quit IRC | 20:07 | |
*** weezhard has quit IRC | 20:08 | |
*** spzala has joined #openstack | 20:08 | |
*** SirNeo has quit IRC | 20:09 | |
*** morazi has quit IRC | 20:09 | |
*** shibby has quit IRC | 20:11 | |
*** shibby has joined #openstack | 20:11 | |
NeilHanlon | hooking the block storage service to an existing equallogic SAN won't blow anything away, right? | 20:14 |
*** jackNemrod has quit IRC | 20:14 | |
*** Pramod has joined #openstack | 20:15 | |
*** jprovazn has quit IRC | 20:15 | |
*** annegentle has quit IRC | 20:16 | |
*** victorhe has joined #openstack | 20:17 | |
*** shibby has quit IRC | 20:17 | |
*** SirNeo has joined #openstack | 20:18 | |
*** shibby has joined #openstack | 20:18 | |
*** jackNemrod has joined #openstack | 20:19 | |
*** VW has joined #openstack | 20:20 | |
*** weezhard has joined #openstack | 20:21 | |
*** netsin has joined #openstack | 20:21 | |
*** sileht has quit IRC | 20:21 | |
*** kvcobb has joined #openstack | 20:22 | |
*** dmz has quit IRC | 20:23 | |
*** prateek has quit IRC | 20:23 | |
*** Guest92 has quit IRC | 20:25 | |
*** jmckind has quit IRC | 20:26 | |
*** ivo_ has quit IRC | 20:27 | |
*** krtaylor has quit IRC | 20:27 | |
*** georgem1 has quit IRC | 20:27 | |
*** sileht has joined #openstack | 20:28 | |
*** jonaspaulo has joined #openstack | 20:28 | |
*** retreved_ has joined #openstack | 20:29 | |
*** john-davidge has quit IRC | 20:30 | |
*** panda|bbl is now known as panda | 20:31 | |
*** RamJett has quit IRC | 20:31 | |
*** dmz has joined #openstack | 20:32 | |
*** knangia has quit IRC | 20:32 | |
*** retreved has quit IRC | 20:33 | |
*** retreved_ has quit IRC | 20:33 | |
*** victorhe has quit IRC | 20:33 | |
*** jackNemrod has quit IRC | 20:33 | |
*** jackNemrod has joined #openstack | 20:34 | |
*** shibby has quit IRC | 20:35 | |
*** shibby has joined #openstack | 20:35 | |
*** Guest92 has joined #openstack | 20:37 | |
*** Guest92_ has joined #openstack | 20:38 | |
*** jathan has quit IRC | 20:41 | |
*** Guest92 has quit IRC | 20:42 | |
*** Yarboa has joined #openstack | 20:43 | |
*** swsyes has joined #openstack | 20:44 | |
*** apiman has joined #openstack | 20:44 | |
*** ultrabizweb has joined #openstack | 20:44 | |
*** RamJett has joined #openstack | 20:45 | |
*** sirushti_ has joined #openstack | 20:45 | |
*** jmckind has joined #openstack | 20:45 | |
*** adb5a56 has joined #openstack | 20:45 | |
*** afazekas_ has joined #openstack | 20:45 | |
*** sepski has joined #openstack | 20:46 | |
*** lionel_ has joined #openstack | 20:46 | |
*** jathan has joined #openstack | 20:47 | |
*** darvon_ has joined #openstack | 20:47 | |
*** victorhe has joined #openstack | 20:48 | |
*** TheAppleMan has quit IRC | 20:48 | |
*** ultrabizweb_ has quit IRC | 20:48 | |
*** sirushti has quit IRC | 20:48 | |
*** aitorpazos has quit IRC | 20:48 | |
*** abates has quit IRC | 20:48 | |
*** sirushti_ is now known as sirushti | 20:48 | |
*** afazekas has quit IRC | 20:48 | |
*** tries_ has quit IRC | 20:48 | |
*** sep has quit IRC | 20:48 | |
*** lionel has quit IRC | 20:48 | |
*** SotK has quit IRC | 20:48 | |
*** darvon has quit IRC | 20:48 | |
*** jrich523 has quit IRC | 20:48 | |
*** SotK has joined #openstack | 20:48 | |
*** bigcheese[m] has joined #openstack | 20:52 | |
*** JoseMello has quit IRC | 20:52 | |
*** lionel_ is now known as lionel | 20:53 | |
*** bobh has quit IRC | 20:53 | |
*** VW_ has joined #openstack | 20:53 | |
*** jrich523 has joined #openstack | 20:54 | |
*** dbecker has joined #openstack | 20:54 | |
*** dbecker has quit IRC | 20:54 | |
*** bigcheese[m] has left #openstack | 20:54 | |
*** pradk has quit IRC | 20:55 | |
*** alagar has quit IRC | 20:55 | |
*** jheroux has quit IRC | 20:57 | |
*** VW has quit IRC | 20:57 | |
*** spzala has quit IRC | 20:57 | |
*** v3nd3tta is now known as v3nd3tta`` | 20:57 | |
*** ShaikApsar_ has quit IRC | 20:58 | |
*** jmckind has quit IRC | 20:58 | |
*** thorst has quit IRC | 20:58 | |
*** victorhe has quit IRC | 20:58 | |
*** VW_ has quit IRC | 20:58 | |
*** ShaikApsar has joined #openstack | 20:58 | |
*** victorhe has joined #openstack | 20:58 | |
*** bobh has joined #openstack | 20:58 | |
*** bbcmicrocomputer has quit IRC | 20:59 | |
*** Guest92_ has quit IRC | 20:59 | |
*** MrDanDan has joined #openstack | 20:59 | |
*** darvon_ is now known as darvon | 21:00 | |
*** shibby has quit IRC | 21:01 | |
*** schwicht has quit IRC | 21:02 | |
*** steveg_afk has quit IRC | 21:03 | |
*** Mudpuppy has joined #openstack | 21:03 | |
*** srobert_ has quit IRC | 21:04 | |
*** spotz is now known as spotz_zzz | 21:05 | |
*** thorst has joined #openstack | 21:06 | |
*** Razique has joined #openstack | 21:09 | |
*** thorst has quit IRC | 21:10 | |
*** Pramod has quit IRC | 21:11 | |
*** h5t4 has quit IRC | 21:11 | |
*** jmckind has joined #openstack | 21:12 | |
*** rhagarty has quit IRC | 21:14 | |
*** rhagarty has joined #openstack | 21:14 | |
*** steveg_afk has joined #openstack | 21:16 | |
*** knangia has joined #openstack | 21:16 | |
*** shuquan has joined #openstack | 21:18 | |
*** alagar has joined #openstack | 21:18 | |
*** schwicht has joined #openstack | 21:18 | |
*** iogg has joined #openstack | 21:20 | |
*** johnbelamaric has quit IRC | 21:22 | |
*** shuquan has quit IRC | 21:23 | |
*** grafuls has joined #openstack | 21:23 | |
*** grafuls has quit IRC | 21:23 | |
*** ShaikApsar has quit IRC | 21:23 | |
*** weezhard has quit IRC | 21:24 | |
*** mikeoutland has joined #openstack | 21:24 | |
*** thorst has joined #openstack | 21:24 | |
*** jmckind has quit IRC | 21:24 | |
*** shootbird has quit IRC | 21:24 | |
*** mattcburns has joined #openstack | 21:25 | |
*** thorst has quit IRC | 21:26 | |
*** annegentle has joined #openstack | 21:26 | |
*** zkassab has quit IRC | 21:26 | |
*** schwicht has quit IRC | 21:27 | |
*** spzala has joined #openstack | 21:28 | |
*** vegasq has quit IRC | 21:28 | |
*** vegasq has joined #openstack | 21:29 | |
*** cyborg-one has quit IRC | 21:29 | |
*** cyborg-one has joined #openstack | 21:30 | |
*** Guest92 has joined #openstack | 21:30 | |
*** maliniB has quit IRC | 21:30 | |
*** Guest92_ has joined #openstack | 21:31 | |
*** VW has joined #openstack | 21:31 | |
*** mikeoutland has quit IRC | 21:31 | |
*** spzala has quit IRC | 21:32 | |
*** rrecio_ has joined #openstack | 21:34 | |
*** tpsilva has quit IRC | 21:34 | |
*** Guest92 has quit IRC | 21:35 | |
*** thorst has joined #openstack | 21:35 | |
*** VW has quit IRC | 21:35 | |
*** schwicht has joined #openstack | 21:36 | |
*** jrollinhatin is now known as jroll | 21:36 | |
*** dxiri has quit IRC | 21:37 | |
*** amontalban has quit IRC | 21:37 | |
*** rrecio_ has quit IRC | 21:37 | |
*** dxiri has joined #openstack | 21:38 | |
*** bobmel has joined #openstack | 21:39 | |
*** thorst has quit IRC | 21:40 | |
*** abehl has quit IRC | 21:40 | |
*** StraubTW_ has quit IRC | 21:43 | |
*** ronis has quit IRC | 21:43 | |
*** bobmel has quit IRC | 21:43 | |
*** shootbird has joined #openstack | 21:45 | |
*** Guest92_ has quit IRC | 21:46 | |
*** wowbagger42 has quit IRC | 21:47 | |
*** Yarboa has quit IRC | 21:50 | |
*** slaweq_ has quit IRC | 21:50 | |
*** retreved has joined #openstack | 21:50 | |
*** mikeoutland has joined #openstack | 21:50 | |
*** jerrygb has joined #openstack | 21:51 | |
*** slaweq_ has joined #openstack | 21:51 | |
*** morazi has joined #openstack | 21:52 | |
*** dtrainor has quit IRC | 21:54 | |
*** mikeoutland has quit IRC | 21:55 | |
*** jerrygb has quit IRC | 21:56 | |
*** aludwar has quit IRC | 21:58 | |
*** jdwald has quit IRC | 21:58 | |
*** cloudrancher has quit IRC | 21:58 | |
*** jperry has quit IRC | 21:59 | |
*** dxiri has quit IRC | 22:01 | |
*** dxiri has joined #openstack | 22:01 | |
*** dxiri has quit IRC | 22:03 | |
*** schwicht has quit IRC | 22:03 | |
*** wlfgang has quit IRC | 22:06 | |
*** retreved has quit IRC | 22:07 | |
*** rbak has quit IRC | 22:08 | |
*** aludwar has joined #openstack | 22:13 | |
*** dxiri has joined #openstack | 22:13 | |
*** morsik has joined #openstack | 22:14 | |
*** dneary has quit IRC | 22:14 | |
*** iogg has quit IRC | 22:15 | |
*** victorhe has quit IRC | 22:15 | |
morsik | Hi, I did very simple openstack setup using flat networking. It is normal that I'm getting 404 on /v2.0/routers.json from neutron-server? | 22:15 |
morsik | Horizon shouts about this all the time :( | 22:16 |
*** e0ne_ has joined #openstack | 22:17 | |
*** MrDanDan has quit IRC | 22:18 | |
*** Razique has quit IRC | 22:19 | |
*** amontalban has joined #openstack | 22:19 | |
*** amontalban has joined #openstack | 22:19 | |
*** gfidente has quit IRC | 22:19 | |
*** dxiri has quit IRC | 22:20 | |
*** dxiri has joined #openstack | 22:20 | |
*** xemdetia has quit IRC | 22:20 | |
*** e0ne has quit IRC | 22:21 | |
*** ivo_ has joined #openstack | 22:22 | |
*** bbrandt has quit IRC | 22:22 | |
*** dxiri has quit IRC | 22:23 | |
*** dxiri has joined #openstack | 22:23 | |
*** mikeoutland has joined #openstack | 22:23 | |
*** noslzzp has quit IRC | 22:24 | |
*** noslzzp has joined #openstack | 22:24 | |
*** mikeoutland has quit IRC | 22:28 | |
*** dxiri has quit IRC | 22:28 | |
*** retreved has joined #openstack | 22:29 | |
*** retreved has quit IRC | 22:29 | |
*** ivo_ has quit IRC | 22:32 | |
*** kiran-r has quit IRC | 22:35 | |
*** EricGonc_ has quit IRC | 22:35 | |
*** amontalban has quit IRC | 22:36 | |
*** mparisi has quit IRC | 22:38 | |
*** diogogmt has quit IRC | 22:39 | |
*** evidex has joined #openstack | 22:40 | |
*** shootbird has quit IRC | 22:40 | |
*** abates has joined #openstack | 22:40 | |
*** john-davidge has joined #openstack | 22:42 | |
*** cfh has quit IRC | 22:42 | |
*** schwicht has joined #openstack | 22:43 | |
*** alagar has quit IRC | 22:45 | |
*** mparisi has joined #openstack | 22:45 | |
*** amoralej|off is now known as amoralej | 22:46 | |
*** fsimonce has quit IRC | 22:46 | |
*** niknakpaddywak has quit IRC | 22:47 | |
*** john-davidge has quit IRC | 22:47 | |
*** nickola has joined #openstack | 22:49 | |
*** Gi0 has quit IRC | 22:52 | |
*** dxiri has joined #openstack | 22:52 | |
*** jerrygb has joined #openstack | 22:52 | |
*** tull has joined #openstack | 22:53 | |
*** morsik has left #openstack | 22:55 | |
*** eglynn has quit IRC | 22:55 | |
*** dxiri has quit IRC | 22:55 | |
*** dxiri_ has joined #openstack | 22:55 | |
*** led_belly has quit IRC | 22:56 | |
*** jerrygb has quit IRC | 22:58 | |
*** cgimeno has joined #openstack | 23:00 | |
cgimeno | Hello all | 23:00 |
*** janzian has quit IRC | 23:01 | |
*** cliles has quit IRC | 23:01 | |
s1c | howdy | 23:02 |
*** t0mb0_ has quit IRC | 23:03 | |
*** led_belly has joined #openstack | 23:03 | |
*** shootbird has joined #openstack | 23:03 | |
cgimeno | may I ask a question regarding nova? | 23:05 |
*** schwicht has quit IRC | 23:05 | |
*** HighTower24 has quit IRC | 23:05 | |
s1c | ok | 23:05 |
*** annegentle has quit IRC | 23:06 | |
*** bobh has quit IRC | 23:06 | |
cgimeno | I'm trying to deploy it behind an SSL proxy | 23:06 |
cgimeno | I've added secure_proxy_ssl_header=X-Forwarded-Proto to my nova.conf but for some reason nova it's not using this option | 23:07 |
cgimeno | Obviously, my proxy has http-request add-header X-Forwarded-Proto https (HAProxy 1.6) | 23:08 |
cgimeno | do i have to change anything else at nova.conf? | 23:09 |
s1c | i don't know, sorry | 23:10 |
cgimeno | no problem ;) | 23:10 |
*** VW has joined #openstack | 23:12 | |
*** schwicht has joined #openstack | 23:13 | |
*** t0mb0_ has joined #openstack | 23:14 | |
*** ziggit has quit IRC | 23:14 | |
*** VW has quit IRC | 23:17 | |
*** georgem1 has joined #openstack | 23:17 | |
*** jackNemrod has quit IRC | 23:22 | |
*** ziggit has joined #openstack | 23:22 | |
*** nawwmz has joined #openstack | 23:25 | |
*** mattcburns has quit IRC | 23:30 | |
*** georgem1 has quit IRC | 23:33 | |
*** rama_y has quit IRC | 23:35 | |
*** gszasz has quit IRC | 23:35 | |
*** mtanino has quit IRC | 23:35 | |
*** flashcoder has quit IRC | 23:38 | |
*** rhagarty has quit IRC | 23:39 | |
*** rhagarty has joined #openstack | 23:39 | |
*** bobmel has joined #openstack | 23:39 | |
*** silvrax has joined #openstack | 23:41 | |
*** theor has quit IRC | 23:44 | |
silvrax | Heat question, is it possible to create a stack with a number of nodes (x), connected to a number of networks (y), where x and y would be stack parameters? | 23:44 |
*** bobmel has quit IRC | 23:44 | |
silvrax | For example is x is 3 and y is 2, it would create 2 networks and 3 nodes, where each node would have two network ports, one on each networks? | 23:45 |
*** nickola has quit IRC | 23:45 | |
*** Son_Goku has joined #openstack | 23:46 | |
*** ChuckMe has quit IRC | 23:47 | |
*** niknakpaddywak has joined #openstack | 23:48 | |
*** robbiew has quit IRC | 23:50 | |
*** lborda has quit IRC | 23:55 | |
*** rhagarty has quit IRC | 23:56 | |
*** bobh has joined #openstack | 23:58 | |
*** vegasq has quit IRC | 23:59 | |
*** amoralej is now known as amoralej|off | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!