*** unixninjax has joined #openstack | 00:01 | |
*** etoews has quit IRC | 00:01 | |
*** bobh has quit IRC | 00:01 | |
*** kevinc_ has quit IRC | 00:03 | |
*** vivek-ebay has quit IRC | 00:04 | |
*** githogori has quit IRC | 00:05 | |
*** X67r has quit IRC | 00:05 | |
*** crc32 has quit IRC | 00:06 | |
*** obedmr has quit IRC | 00:06 | |
*** jeadr has quit IRC | 00:07 | |
*** yamamoto has joined #openstack | 00:08 | |
*** jeadr has joined #openstack | 00:09 | |
*** eth00- has joined #openstack | 00:11 | |
*** droyo has quit IRC | 00:12 | |
*** blizzow has quit IRC | 00:12 | |
*** eth00 has quit IRC | 00:13 | |
*** droyo has joined #openstack | 00:13 | |
*** jasonsb has joined #openstack | 00:14 | |
*** ircuser-1 has joined #openstack | 00:15 | |
*** MarkAtwood_ has quit IRC | 00:16 | |
*** unixninjax has quit IRC | 00:16 | |
*** vivek-ebay has joined #openstack | 00:17 | |
*** jasonsb has quit IRC | 00:19 | |
*** tdk2fe has quit IRC | 00:19 | |
Sam-I-Am | back | 00:20 |
---|---|---|
Sam-I-Am | hoonetorg: i was traveling home | 00:20 |
*** rushil_ has quit IRC | 00:21 | |
Sam-I-Am | provider networks are usually vlan, unless you have physical network infrastructure that supports vxlan or gre | 00:21 |
*** baoli has joined #openstack | 00:21 | |
*** geekinutah has quit IRC | 00:21 | |
hoonetorg | Sam-I-Am: understand, university does not have external network with gre/vxlan. But generally it's possible to have provider networks with vxlan/gre if the existing infrastructure supports it | 00:23 |
*** tsekiyama has quit IRC | 00:23 | |
hoonetorg | Sam-I-Am: did i get it right, that the provider networks provide the floating ip's and that tenant networks provide the fixed ip's or am i mixing something up here. | 00:24 |
hoonetorg | ? | 00:24 |
Sam-I-Am | provider networks do two things | 00:25 |
Sam-I-Am | 1) provide floating IPs to instances on tenant networks | 00:25 |
Sam-I-Am | 2) provide fixed ips directly to instances | 00:25 |
*** mtanino has quit IRC | 00:26 | |
*** baoli has quit IRC | 00:26 | |
Sam-I-Am | in either case, they always connect to physical infrastructure | 00:26 |
hoonetorg | Sam-I-Am: whoooaaa fixed ip's directly to instances, was that all the time? or is this some kind of new? | 00:26 |
*** salv-orlando has quit IRC | 00:27 | |
*** mfalatic has quit IRC | 00:27 | |
*** esheffield has quit IRC | 00:28 | |
hoonetorg | Sam-I-Am: that would ease/'make it possible' to migrate existing machines into openstack, wouldn't it? | 00:28 |
Sam-I-Am | its very similar to how vmware vswitches work | 00:28 |
Sam-I-Am | its just glorified bridges | 00:28 |
Sam-I-Am | with dhcp server | 00:28 |
Sam-I-Am | but you dont need dhcp | 00:28 |
Sam-I-Am | its always been there | 00:29 |
hoonetorg | Sam-I-Am: I asked that multiple times at school and they always said, this is not possible | 00:29 |
Sam-I-Am | these are things they dont teach you in school | 00:30 |
hoonetorg | Sam-I-Am: :) | 00:30 |
Sam-I-Am | school is the reason for openvswitch :P | 00:30 |
Sam-I-Am | poor life choices | 00:30 |
*** yamamoto has quit IRC | 00:31 | |
hoonetorg | Sam-I-Am: can you give me a link, where is shown how to asssign a fixed provider ip to an instance? | 00:31 |
droyo | hoonetorg: provider networks were instrumental in moving from physical to virtual infrastructure at my workplace | 00:32 |
Sam-I-Am | hoonetorg: if you just boot an instance on a provider network | 00:32 |
Sam-I-Am | it... works | 00:32 |
droyo | while it sounds lame, we went to great lengths to make our VMs look identical to physical machines from a network perspective | 00:32 |
Sam-I-Am | the key is, that provider network needs to be attached to all compute nodes, not just the network node | 00:32 |
hoonetorg | Sam-I-Am: how can I ensure, that my old webserver, which had alwasys 172.20.10.10, that it gets it on openstack ? | 00:33 |
hoonetorg | static leases MAC-> IP/ | 00:33 |
hoonetorg | ? | 00:33 |
Sam-I-Am | hoonetorg: you can assign a fixed ip at boot | 00:33 |
droyo | in a few cases, we deployed VMs to existing networks, next to physical servers | 00:33 |
Sam-I-Am | which more or less makes a static entry in dhcp | 00:33 |
Sam-I-Am | or... you can fiddle with cloud-ini | 00:33 |
Sam-I-Am | init | 00:33 |
*** nunchuck has quit IRC | 00:33 | |
*** RedRat has joined #openstack | 00:33 | |
*** githogori has joined #openstack | 00:34 | |
hoonetorg | droyo: moving existing physical... that's exactly what i was thinking about | 00:34 |
*** aimon has joined #openstack | 00:34 | |
droyo | that's what I've done and it's worked very well. openstack is capable of much more, of course | 00:35 |
hoonetorg | Sam-I-Am: assign a fixed IP at boot - how do i do that then? | 00:36 |
droyo | hoonetorg: use the --nic net-id=...,v4-fixed-ip=172.20.10.10 option to your command line | 00:36 |
droyo | i don't think this is exposed in the dashboard | 00:36 |
*** githogori has quit IRC | 00:36 | |
Sam-I-Am | yeah, that | 00:36 |
*** vt102 has quit IRC | 00:37 | |
*** leeantho has quit IRC | 00:37 | |
droyo | see `nova help boot` or `openstack help server create` | 00:37 |
*** vt102 has joined #openstack | 00:37 | |
*** alop has quit IRC | 00:39 | |
Sam-I-Am | back in a bit | 00:39 |
*** aimon_ has joined #openstack | 00:40 | |
hoonetorg | "openstack help ... command not found" | 00:40 |
hoonetorg | rdo / centos 7.1 | 00:41 |
hoonetorg | juno | 00:41 |
droyo | yum install python-openstackclient | 00:42 |
*** mdih has joined #openstack | 00:42 | |
*** aimon has quit IRC | 00:43 | |
hoonetorg | droyo: thx | 00:43 |
hoonetorg | droyo: ah and got it | 00:43 |
*** noye has joined #openstack | 00:45 | |
hoonetorg | droyo: did you probably something like 1. make a small dhcp-range for the provider network in your existing infra (192.168.1.201-210, your existing machines not in that range) | 00:45 |
droyo | hoonetorg: that's exactly what i did | 00:45 |
hoonetorg | droyo: 2. import images of existing servers with static ips preconfigured and simply start them again | 00:46 |
droyo | and I have automation in place that marks that range as 'reserved for openstack' in our IP Address management system | 00:46 |
*** nunchuck has joined #openstack | 00:46 | |
droyo | I didn't do part 2 | 00:46 |
hoonetorg | ah, so you had dhcp in your existing infra all the time | 00:46 |
*** pavel_bondar has quit IRC | 00:46 | |
droyo | we manage our server configuration with puppet, so we just include the same classes in puppet to replicate the config | 00:46 |
droyo | no | 00:47 |
*** achampion has quit IRC | 00:47 | |
droyo | the dhcp servers only respond to requests from MAC addresses they know about | 00:47 |
*** pavel_bondar has joined #openstack | 00:47 | |
*** galstrom_zzz is now known as galstrom | 00:47 | |
*** evidex has quit IRC | 00:47 | |
droyo | so it's not a big deal to deploy a dhcp server to the existing network | 00:47 |
droyo | if i had the time, i would produce an image that used cloud-init to set it's network info from the config drive, and forego dhcp for such use cases | 00:47 |
*** _cjones_ has quit IRC | 00:48 | |
hoonetorg | droyo, puppet(hiera?) managed which server got which ip? in old env | 00:50 |
Sam-I-Am | back | 00:51 |
hoonetorg | it's not so important, only that i understand | 00:51 |
Sam-I-Am | btw, the packaged versions of clients are usually ancient | 00:51 |
Sam-I-Am | you might have better luck making a venv and pip installing the openstack client | 00:52 |
*** pm90_ has joined #openstack | 00:52 | |
Sam-I-Am | iirc, rdo was like... 1.1? think its up to 1.5 | 00:52 |
droyo | hoonetorg: in old env we set the ip when we provision the server with kickstart | 00:52 |
hoonetorg | droyo: haha, like i do | 00:53 |
droyo | we're actually in the middle of changing a ton of IP addresses because our new security team wants to segment all the things | 00:53 |
*** angdraug has quit IRC | 00:54 | |
*** KaZeR has quit IRC | 00:54 | |
*** kyleolivo has joined #openstack | 00:55 | |
hoonetorg | Sam-I-Am: centos 7.1, rdo kilo: 1.0.3, pip 1.6 | 00:56 |
Sam-I-Am | openstack client 1.0.3? | 00:56 |
*** hemna_ is now known as hemnafk | 00:56 | |
hoonetorg | Sam-I-Am: wait | 00:56 |
hoonetorg | https://repos.fedorapeople.org/repos/openstack/openstack-kilo/el7/python-openstackclient-1.0.3-2.el7.noarch.rpm | 00:57 |
*** vivek-ebay has quit IRC | 00:58 | |
Sam-I-Am | yeah thats ancient | 00:59 |
Sam-I-Am | you can either pip install the current one, or do it in a venv if you dont want to mess with the other python stuff on the system | 00:59 |
hoonetorg | i don't like other packages like deb on deb/ubu or rpm el/fedora, but in that case it's probably good to rebuild an new rpm from the latest pip and put it in my personal-openstack-extras repo (where qemu-kvm-ev and libvirt with ceph support already are) | 01:00 |
Sam-I-Am | this is why you use something like os-ansible-deployment | 01:01 |
Sam-I-Am | building everything from source | 01:01 |
Sam-I-Am | packages are good for a new users and a PoC, but not much beyond that | 01:01 |
hoonetorg | droyo: security always a loooot of work, secures jobs :) | 01:03 |
*** githogori has joined #openstack | 01:04 | |
hoonetorg | Sam-I-Am: Am forced to use RedHat/CentOS here, but to be honest, i also like it | 01:05 |
hoonetorg | Sam-I-Am: osad is for ubuntu, isn't it? | 01:06 |
*** as0bu has quit IRC | 01:06 | |
Sam-I-Am | it is | 01:07 |
Sam-I-Am | why do you have to use rh? | 01:07 |
Sam-I-Am | theres probably some source deployment options on rh | 01:07 |
Sam-I-Am | i just dont know what they are | 01:07 |
Sam-I-Am | or you can roll your own | 01:07 |
hoonetorg | Sam-I-Am: as i'm doing a lot currently with saltstack, i think i've seen 2 or 3 formulas, where saltstack is deployed from sources on rh | 01:08 |
*** macjack has joined #openstack | 01:09 | |
*** sthillma has quit IRC | 01:09 | |
hoonetorg | Sam-I-Am: must use rh, because my, let's say customer, the university wants to use rh only. | 01:10 |
*** topshare has joined #openstack | 01:11 | |
hoonetorg | Sam-I-Am: I'm an Openstack noob, not much time and it should be HA, try to build the best from rdo kilo / centos 7.1 | 01:11 |
*** droyo has quit IRC | 01:11 | |
hoonetorg | Sam-I-Am: the http://docs.openstack.org/networking-guide is from you??? | 01:12 |
*** topshare has quit IRC | 01:12 | |
Sam-I-Am | most of it is | 01:12 |
Sam-I-Am | well, the scenarios | 01:12 |
hoonetorg | they are really great | 01:12 |
*** agireud has joined #openstack | 01:13 | |
*** eghobo has joined #openstack | 01:13 | |
*** MarkAtwood_ has joined #openstack | 01:14 | |
hoonetorg | you saved my day, when you told me, that tenant network with vxlan/gre and linuxbridge works | 01:15 |
*** jasonsb has joined #openstack | 01:15 | |
*** hdd has joined #openstack | 01:15 | |
hoonetorg | i think i will try http://docs.openstack.org/networking-guide/scenario_l3ha_lb.html | 01:16 |
Sam-I-Am | hoonetorg: yeah, it should mostly work... i'm in the process of writing a patch for it | 01:16 |
Sam-I-Am | nothing significant, just some config adjustments and diagram improvements | 01:16 |
*** jasonsb has quit IRC | 01:17 | |
*** jasonsb has joined #openstack | 01:17 | |
hoonetorg | Sam-I-Am: i think there is an typo in example configuration of /etc/neutron/plugins/ml2/ml2_conf.ini | 01:17 |
hoonetorg | mechanism_drivers = openvswitch | 01:17 |
hoonetorg | Sam-I-Am: shouldn't this be "mechanism_drivers = linuxbridge" ? | 01:18 |
*** zhenguo has joined #openstack | 01:18 | |
*** crc32 has joined #openstack | 01:20 | |
Sam-I-Am | yep | 01:20 |
*** tvvcox has joined #openstack | 01:20 | |
Sam-I-Am | thats because someone merged a patch i wasnt done with :/ | 01:20 |
*** s00pcan has quit IRC | 01:21 | |
Sam-I-Am | people dont read the damn review notes :/ | 01:21 |
*** lcurtis has joined #openstack | 01:21 | |
hoonetorg | one day i will learn to file bug report for that :) | 01:22 |
*** s00pcan has joined #openstack | 01:22 | |
hoonetorg | Sam-I-Am: do you think rhel 7.1 kernel (3.10) backported the necessary fixes for vxlan ? or should i go with gre on el 7.1? | 01:23 |
Sam-I-Am | hoonetorg: i have the fix sitting on my computer, just not submitted yet | 01:23 |
Sam-I-Am | you can try vxlan and if it doesnt work well, switch to gre | 01:24 |
Sam-I-Am | or use both at once | 01:24 |
hoonetorg | you mean the fix for the upstream rh kernel? | 01:24 |
hoonetorg | both sounds nice | 01:24 |
anish | rhel can have uptoa 6 month lead time on most bug fixes | 01:25 |
anish | little faster if it's not driver specific | 01:25 |
hoonetorg | anish: project long in production then -> gre | 01:25 |
anish | but I wouldn't count on 7.1 having it if it's recent | 01:26 |
*** barneybook_8 has joined #openstack | 01:26 | |
hoonetorg | Sam-I-Am: you said fixing the ml2/linuxbridge needed some work and now only some 'polishing' left over. But are all important ml2/linuxbridge patches already in kilo/rdo-kilo? | 01:27 |
*** erkules_ has joined #openstack | 01:28 | |
*** salv-orlando has joined #openstack | 01:29 | |
hoonetorg | Sam-I-Am: It's now 3:30am here and i must (not want) confess, i'm getting tired. | 01:29 |
*** haplo37 has quit IRC | 01:29 | |
Sam-I-Am | heh | 01:30 |
Sam-I-Am | patches for the doc itself? or the neutron code? | 01:30 |
*** jasonsb has quit IRC | 01:30 | |
*** erkules has quit IRC | 01:31 | |
*** galstrom is now known as galstrom_zzz | 01:31 | |
*** yamamoto has joined #openstack | 01:31 | |
hoonetorg | let me ask the other way around: is http://docs.openstack.org/networking-guide/scenario_l3ha_lb.html working stable in kilo/rdo-kilo or should i wair for liberty | 01:31 |
hoonetorg | ? | 01:31 |
Sam-I-Am | yeah, minus some issues, but it seems like you've picked up on them | 01:32 |
*** markvoelker has joined #openstack | 01:32 | |
Sam-I-Am | i can probably help if something breaks | 01:32 |
Sam-I-Am | i need to go eat dinner | 01:33 |
hoonetorg | Sam-I-Am: thx, ah yeah and i don't mean the doc i mean the software | 01:33 |
*** cjellick has quit IRC | 01:33 | |
Sam-I-Am | oh, yeah... i mention the caveats in the doc | 01:33 |
hoonetorg | i think there is no english word for that, german: guten appetit | 01:33 |
Sam-I-Am | it'll be even better in liberty... got some patches pushed through | 01:34 |
*** jdandrea has quit IRC | 01:34 | |
*** agireud has quit IRC | 01:34 | |
*** cjellick has joined #openstack | 01:34 | |
*** redbeard has quit IRC | 01:34 | |
hoonetorg | Sam-I-Am: enjoying a beer now, bye bye | 01:34 |
Sam-I-Am | guten nicht? too late there! | 01:34 |
*** cjellick has quit IRC | 01:34 | |
hoonetorg | :) | 01:34 |
*** VW_ has quit IRC | 01:35 | |
*** cfh has quit IRC | 01:35 | |
hoonetorg | Sam-I-Am: thx | 01:36 |
*** VW_ has joined #openstack | 01:36 | |
*** VW_ has quit IRC | 01:36 | |
*** salv-orlando has quit IRC | 01:36 | |
*** markvoelker has quit IRC | 01:36 | |
*** VW_ has joined #openstack | 01:37 | |
*** yamamoto has quit IRC | 01:37 | |
*** pm90_ has quit IRC | 01:37 | |
*** tvvcox has quit IRC | 01:37 | |
*** tvvcox has joined #openstack | 01:38 | |
*** lcurtis has quit IRC | 01:38 | |
*** MarkAtwood has quit IRC | 01:38 | |
*** britthouser has quit IRC | 01:38 | |
*** agireud has joined #openstack | 01:38 | |
*** capricorn_1 has quit IRC | 01:39 | |
*** lcurtis has joined #openstack | 01:40 | |
*** julim has joined #openstack | 01:40 | |
*** MarkAtwood_ has quit IRC | 01:41 | |
*** Lee1092 has joined #openstack | 01:41 | |
*** esker has joined #openstack | 01:41 | |
*** vimal has joined #openstack | 01:42 | |
*** droyo has joined #openstack | 01:42 | |
*** redbeard has joined #openstack | 01:47 | |
*** yamahata has quit IRC | 01:47 | |
*** cfh has joined #openstack | 01:47 | |
*** eghobo has quit IRC | 01:48 | |
*** aspiers has quit IRC | 01:49 | |
*** jfran has joined #openstack | 01:49 | |
*** redbeard has quit IRC | 01:50 | |
*** redbeard has joined #openstack | 01:50 | |
*** electrocucaracha has quit IRC | 01:51 | |
*** noslzzp has quit IRC | 01:52 | |
*** yamamoto has joined #openstack | 01:54 | |
*** VW_ has quit IRC | 01:56 | |
*** s00pcan has quit IRC | 01:57 | |
*** danman has quit IRC | 01:58 | |
*** s00pcan has joined #openstack | 01:58 | |
*** vivek-ebay has joined #openstack | 01:59 | |
*** vivek-ebay has quit IRC | 02:00 | |
*** yamamoto has quit IRC | 02:01 | |
*** vivek-ebay has joined #openstack | 02:01 | |
*** droyo has quit IRC | 02:05 | |
*** elo has quit IRC | 02:06 | |
*** baoli has joined #openstack | 02:07 | |
*** vimal has quit IRC | 02:07 | |
*** yamamoto has joined #openstack | 02:07 | |
*** yamamoto has quit IRC | 02:08 | |
*** yamamoto has joined #openstack | 02:08 | |
*** Defcronyke has quit IRC | 02:08 | |
*** yamamoto has quit IRC | 02:08 | |
*** kyleolivo has quit IRC | 02:09 | |
*** yamamoto has joined #openstack | 02:09 | |
*** fifieldt has quit IRC | 02:11 | |
*** Debesis has quit IRC | 02:11 | |
*** baoli has quit IRC | 02:11 | |
*** portalBlock|away is now known as portalBlock | 02:12 | |
*** jeadr1 has joined #openstack | 02:13 | |
*** kyleolivo has joined #openstack | 02:13 | |
*** kyleolivo has quit IRC | 02:14 | |
*** kyleolivo has joined #openstack | 02:15 | |
*** cfh has quit IRC | 02:16 | |
*** jeadr has quit IRC | 02:18 | |
*** jeadr1 has quit IRC | 02:18 | |
*** jeadr has joined #openstack | 02:20 | |
*** jeadr1 has joined #openstack | 02:20 | |
*** baker has joined #openstack | 02:22 | |
*** FallenPegasus has joined #openstack | 02:22 | |
*** baker_ has joined #openstack | 02:24 | |
*** agireud has quit IRC | 02:25 | |
*** baker has quit IRC | 02:27 | |
*** jasonsb has joined #openstack | 02:28 | |
*** barneybook_8 has quit IRC | 02:30 | |
*** Ephur has quit IRC | 02:30 | |
*** laron has joined #openstack | 02:32 | |
*** baker has joined #openstack | 02:32 | |
*** mrproper has joined #openstack | 02:32 | |
*** markvoelker has joined #openstack | 02:33 | |
*** macjack has quit IRC | 02:33 | |
*** agireud has joined #openstack | 02:34 | |
*** baker_ has quit IRC | 02:34 | |
*** salv-orlando has joined #openstack | 02:35 | |
*** baker_ has joined #openstack | 02:36 | |
*** laron has quit IRC | 02:37 | |
*** markvoelker has quit IRC | 02:37 | |
*** pm90_ has joined #openstack | 02:37 | |
*** baker has quit IRC | 02:39 | |
*** panda has quit IRC | 02:39 | |
*** kyleolivo has quit IRC | 02:40 | |
*** panda has joined #openstack | 02:40 | |
ndru | Sam-I-Am: You still around? | 02:41 |
*** pm90_ has quit IRC | 02:42 | |
*** britthouser has joined #openstack | 02:42 | |
Sam-I-Am | ndru: barely | 02:42 |
*** britthou_ has joined #openstack | 02:43 | |
*** cjellick has joined #openstack | 02:43 | |
ndru | haha | 02:44 |
ndru | All my attempts at reloading the netns failed. | 02:44 |
ndru | Can I delete it with ip netns and restart something to have it recreated? | 02:44 |
*** salv-orl_ has joined #openstack | 02:44 | |
Sam-I-Am | yeah, if you stop the l3 agent you can delete the ns. it'll recreate it, or should | 02:44 |
Sam-I-Am | assuming theres nothing wrong with how the router was created | 02:45 |
*** macjack has joined #openstack | 02:46 | |
*** salv-orlando has quit IRC | 02:46 | |
*** britthouser has quit IRC | 02:46 | |
*** macjack has quit IRC | 02:47 | |
*** salv-orl_ has quit IRC | 02:49 | |
*** FunnyLookinHat has quit IRC | 02:50 | |
*** agireud has quit IRC | 02:50 | |
*** yamamoto_ has joined #openstack | 02:51 | |
*** yamamoto has quit IRC | 02:51 | |
*** hakimo_ has joined #openstack | 02:52 | |
*** agireud has joined #openstack | 02:53 | |
*** britthou_ has quit IRC | 02:54 | |
*** agireud has quit IRC | 02:54 | |
*** FallenPegasus has quit IRC | 02:54 | |
*** hakimo has quit IRC | 02:55 | |
*** achanda has quit IRC | 02:55 | |
*** damadhat has joined #openstack | 02:59 | |
*** dyasny has quit IRC | 02:59 | |
*** cjellick has quit IRC | 02:59 | |
*** jschlueter has quit IRC | 03:00 | |
*** redbeard has quit IRC | 03:01 | |
*** johnbelamaric has joined #openstack | 03:02 | |
*** droyo has joined #openstack | 03:02 | |
*** mixomathoze has quit IRC | 03:03 | |
*** julim has quit IRC | 03:06 | |
*** yamamoto_ has quit IRC | 03:07 | |
*** coolsvap_ has joined #openstack | 03:08 | |
*** droyo has quit IRC | 03:09 | |
*** mixomathoze has joined #openstack | 03:10 | |
*** ktorn has quit IRC | 03:11 | |
*** johnbelamaric has left #openstack | 03:11 | |
*** AndyBotwin has joined #openstack | 03:12 | |
*** ktorn has joined #openstack | 03:12 | |
*** agireud has joined #openstack | 03:12 | |
*** yamamoto has joined #openstack | 03:15 | |
*** agireud has quit IRC | 03:15 | |
*** britthouser has joined #openstack | 03:16 | |
*** yamamoto has quit IRC | 03:16 | |
*** yamamoto_ has joined #openstack | 03:16 | |
*** c0rehe110 has joined #openstack | 03:17 | |
*** yamamoto_ has quit IRC | 03:19 | |
*** yamamoto has joined #openstack | 03:20 | |
*** yamamoto has quit IRC | 03:22 | |
*** yamamoto has joined #openstack | 03:22 | |
*** ivar-lazzaro has quit IRC | 03:22 | |
*** agireud has joined #openstack | 03:23 | |
*** mikeoutland has joined #openstack | 03:24 | |
*** cfh has joined #openstack | 03:25 | |
*** yamamoto has quit IRC | 03:26 | |
*** yamamoto has joined #openstack | 03:26 | |
*** lyanchih has joined #openstack | 03:26 | |
*** yamamoto has quit IRC | 03:27 | |
*** shibby has joined #openstack | 03:27 | |
*** yamamoto has joined #openstack | 03:28 | |
*** blackboxsw has quit IRC | 03:29 | |
*** agireud has quit IRC | 03:30 | |
*** whenry has quit IRC | 03:31 | |
*** noye has quit IRC | 03:31 | |
*** fawadkhaliq has joined #openstack | 03:31 | |
*** yamamoto has quit IRC | 03:33 | |
*** baker_ has quit IRC | 03:35 | |
*** mrproper has quit IRC | 03:35 | |
*** yamahata has joined #openstack | 03:36 | |
*** hrou has joined #openstack | 03:40 | |
*** mikeoutland has quit IRC | 03:41 | |
*** vivek-ebay has quit IRC | 03:44 | |
*** TheOsprey has quit IRC | 03:46 | |
*** AnilV4 has joined #openstack | 03:49 | |
*** eghobo has joined #openstack | 03:54 | |
*** jeadr has quit IRC | 03:54 | |
*** jeadr1 has quit IRC | 03:55 | |
*** coolsvap_ has quit IRC | 03:55 | |
*** achanda has joined #openstack | 03:55 | |
*** jeadr has joined #openstack | 03:56 | |
*** jeadr1 has joined #openstack | 03:56 | |
*** puranamr has joined #openstack | 03:57 | |
*** AnilV4 has quit IRC | 03:58 | |
*** TheOsprey has joined #openstack | 03:58 | |
*** johnbelamaric has joined #openstack | 03:59 | |
*** FunnyLookinHat has joined #openstack | 04:00 | |
*** johnbelamaric has quit IRC | 04:01 | |
*** achanda has quit IRC | 04:02 | |
*** xjp has joined #openstack | 04:03 | |
xjp | hi | 04:03 |
ndru | hi | 04:04 |
*** knighthawk1 has quit IRC | 04:05 | |
*** lcurtis has quit IRC | 04:07 | |
*** vivek-ebay has joined #openstack | 04:07 | |
*** pm90_ has joined #openstack | 04:08 | |
*** portalBlock is now known as portalBlock|away | 04:08 | |
*** c0rehe110 has quit IRC | 04:09 | |
*** ktorn_ has joined #openstack | 04:10 | |
*** ktorn has quit IRC | 04:10 | |
*** ktorn_ has quit IRC | 04:11 | |
*** VW_ has joined #openstack | 04:11 | |
*** pm90_ has quit IRC | 04:13 | |
*** otter768_ has joined #openstack | 04:19 | |
*** sputnik13 has quit IRC | 04:20 | |
*** otter768 has quit IRC | 04:20 | |
*** mdih has quit IRC | 04:23 | |
*** jgint has quit IRC | 04:24 | |
*** aeperezt has quit IRC | 04:27 | |
*** otter768_ has quit IRC | 04:31 | |
*** ajmiller_ has joined #openstack | 04:32 | |
*** markvoelker has joined #openstack | 04:33 | |
*** ajmiller_ is now known as ajmiller | 04:34 | |
*** KaZeR has joined #openstack | 04:36 | |
*** KaZeR has quit IRC | 04:37 | |
*** markvoelker has quit IRC | 04:38 | |
*** galstrom_zzz is now known as galstrom | 04:38 | |
*** moha_hunt has quit IRC | 04:42 | |
*** VW_ has quit IRC | 04:44 | |
*** VW_ has joined #openstack | 04:45 | |
*** salv-orlando has joined #openstack | 04:47 | |
*** stanchan has joined #openstack | 04:48 | |
*** VW_ has quit IRC | 04:49 | |
*** salv-orlando has quit IRC | 04:50 | |
*** sayan has quit IRC | 04:51 | |
*** cognitios has joined #openstack | 04:54 | |
*** fawadkhaliq has quit IRC | 04:54 | |
*** laron has joined #openstack | 04:59 | |
*** whytewolf has quit IRC | 04:59 | |
*** cfh has quit IRC | 05:03 | |
*** Jalenn has joined #openstack | 05:03 | |
*** laron has quit IRC | 05:03 | |
*** sayan has joined #openstack | 05:08 | |
*** galstrom is now known as galstrom_zzz | 05:08 | |
*** shibby has quit IRC | 05:12 | |
*** hdd has quit IRC | 05:13 | |
*** ttx has quit IRC | 05:13 | |
*** AndyBotwin has quit IRC | 05:15 | |
*** hrou has quit IRC | 05:17 | |
*** lyanchih has quit IRC | 05:20 | |
*** ktorn has joined #openstack | 05:22 | |
*** FallenPegasus has joined #openstack | 05:22 | |
*** fawadkhaliq has joined #openstack | 05:25 | |
*** EMayej has joined #openstack | 05:26 | |
*** ktorn has quit IRC | 05:27 | |
EMayej | Hi all. Is it possible to run 'get_attr' from CLI? That means get_attr from some existing heat stack. | 05:32 |
*** kmARC has joined #openstack | 05:34 | |
*** kmARC_ has joined #openstack | 05:34 | |
*** lyanchih has joined #openstack | 05:37 | |
*** elo has joined #openstack | 05:41 | |
*** dlan has quit IRC | 05:41 | |
*** dlan has joined #openstack | 05:43 | |
*** fawadkhaliq has quit IRC | 05:47 | |
*** fawadkhaliq has joined #openstack | 05:52 | |
*** EMayej has quit IRC | 05:54 | |
*** fawadkhaliq has quit IRC | 05:57 | |
*** achanda has joined #openstack | 05:59 | |
*** salv-orlando has joined #openstack | 06:01 | |
*** achanda has quit IRC | 06:04 | |
*** achanda has joined #openstack | 06:06 | |
*** KaZeR has joined #openstack | 06:07 | |
*** britthouser has quit IRC | 06:07 | |
*** britthouser has joined #openstack | 06:08 | |
*** KaZeR has quit IRC | 06:08 | |
*** cognitios has left #openstack | 06:09 | |
*** KaZeR has joined #openstack | 06:11 | |
*** dalees has quit IRC | 06:12 | |
*** FunnyLookinHat has quit IRC | 06:13 | |
*** salv-orlando has quit IRC | 06:13 | |
*** MF1 has left #openstack | 06:14 | |
*** dlan has quit IRC | 06:17 | |
*** dlan has joined #openstack | 06:18 | |
*** dalees has joined #openstack | 06:24 | |
*** FallenPegasus has quit IRC | 06:26 | |
*** FallenPegasus has joined #openstack | 06:28 | |
*** otter768 has joined #openstack | 06:32 | |
*** Martin8412 has quit IRC | 06:32 | |
*** markvoelker has joined #openstack | 06:34 | |
*** baker has joined #openstack | 06:35 | |
*** otter768 has quit IRC | 06:36 | |
*** lyanchih has quit IRC | 06:36 | |
*** puranamr has quit IRC | 06:36 | |
*** markvoelker has quit IRC | 06:39 | |
*** baker has quit IRC | 06:40 | |
*** panda has quit IRC | 06:40 | |
*** panda has joined #openstack | 06:40 | |
*** Martin8412 has joined #openstack | 06:48 | |
*** pm90_ has joined #openstack | 06:55 | |
*** _t0mb0_ has joined #openstack | 06:55 | |
*** BOKALDO has joined #openstack | 06:56 | |
*** eghobo has quit IRC | 06:58 | |
*** _t0mb0_ has quit IRC | 06:58 | |
*** pm90_ has quit IRC | 07:00 | |
*** otter768 has joined #openstack | 07:00 | |
*** otter768 has quit IRC | 07:05 | |
*** _t0mb0_ has joined #openstack | 07:06 | |
*** lyanchih has joined #openstack | 07:13 | |
*** FallenPegasus has quit IRC | 07:14 | |
*** lyanchih has quit IRC | 07:17 | |
*** vivek-ebay has quit IRC | 07:19 | |
*** _t0mb0_ has quit IRC | 07:20 | |
*** bsdgeek has quit IRC | 07:21 | |
*** bsdgeek has joined #openstack | 07:21 | |
*** xjp has quit IRC | 07:23 | |
*** xjp has joined #openstack | 07:23 | |
*** yamahata has quit IRC | 07:23 | |
*** dlan has quit IRC | 07:28 | |
*** dlan has joined #openstack | 07:28 | |
*** davi has joined #openstack | 07:32 | |
*** mrmartin has joined #openstack | 07:39 | |
*** damadhat has quit IRC | 07:49 | |
*** davi has quit IRC | 07:51 | |
*** rossella_ has joined #openstack | 07:51 | |
*** laron has joined #openstack | 07:53 | |
*** cgoncalves has joined #openstack | 07:54 | |
*** elo has quit IRC | 07:55 | |
*** laron has quit IRC | 07:58 | |
*** bsdgeek has quit IRC | 08:00 | |
*** macjack has joined #openstack | 08:02 | |
*** bsdgeek has joined #openstack | 08:08 | |
*** salv-orlando has joined #openstack | 08:13 | |
*** barneybook_8 has joined #openstack | 08:17 | |
*** TheOsprey has quit IRC | 08:17 | |
*** mrtg9970 has quit IRC | 08:20 | |
*** c0rehe110 has joined #openstack | 08:22 | |
*** W00lf has joined #openstack | 08:24 | |
*** salv-orlando has quit IRC | 08:25 | |
*** GenteelBen has joined #openstack | 08:28 | |
*** slaweq has joined #openstack | 08:29 | |
*** slaweq has quit IRC | 08:30 | |
*** mfalatic has joined #openstack | 08:30 | |
*** markvoelker has joined #openstack | 08:35 | |
*** fawadkhaliq has joined #openstack | 08:36 | |
*** fawadk has joined #openstack | 08:38 | |
*** markvoelker has quit IRC | 08:39 | |
*** fawadkhaliq has quit IRC | 08:41 | |
*** mrmartin has quit IRC | 08:41 | |
*** achampion has joined #openstack | 08:42 | |
*** v1k0d3n has quit IRC | 08:42 | |
*** davi has joined #openstack | 08:43 | |
*** sayan has quit IRC | 08:45 | |
*** barneybook has joined #openstack | 08:46 | |
*** idhaoui has joined #openstack | 08:48 | |
*** puranamr has joined #openstack | 08:48 | |
*** barneybook_8 has quit IRC | 08:49 | |
*** barneybook has quit IRC | 08:50 | |
*** ade_b has joined #openstack | 08:51 | |
*** foh_ has joined #openstack | 08:52 | |
*** puranamr has quit IRC | 08:53 | |
*** fawadk has quit IRC | 08:54 | |
*** achampion has quit IRC | 08:54 | |
*** achampion has joined #openstack | 08:55 | |
*** pm90_ has joined #openstack | 08:56 | |
*** pm90_ has quit IRC | 09:00 | |
*** otter768 has joined #openstack | 09:02 | |
*** barneybook has joined #openstack | 09:02 | |
*** macjack has quit IRC | 09:03 | |
*** sheeprine has quit IRC | 09:05 | |
*** X67r has joined #openstack | 09:05 | |
*** yamahata has joined #openstack | 09:05 | |
*** cswang has joined #openstack | 09:06 | |
*** otter768 has quit IRC | 09:07 | |
*** john_dev has joined #openstack | 09:07 | |
*** MattMan has quit IRC | 09:10 | |
*** zz_ttrifonov is now known as ttrifonov | 09:13 | |
*** vivek-ebay has joined #openstack | 09:20 | |
*** Anonymouslemming has joined #openstack | 09:24 | |
*** vivek-ebay has quit IRC | 09:25 | |
*** salv-orlando has joined #openstack | 09:26 | |
*** fawadkhaliq has joined #openstack | 09:30 | |
*** kmARC has quit IRC | 09:38 | |
*** kmARC_ has quit IRC | 09:38 | |
*** yamahata has quit IRC | 09:38 | |
*** salv-orlando has quit IRC | 09:39 | |
*** puranamr has joined #openstack | 09:39 | |
*** sheeprine has joined #openstack | 09:39 | |
*** puranamr has quit IRC | 09:43 | |
*** mrmartin has joined #openstack | 09:46 | |
*** sayan has joined #openstack | 09:47 | |
*** ktorn has joined #openstack | 09:56 | |
*** achanda_ has joined #openstack | 09:58 | |
*** achanda has quit IRC | 09:58 | |
*** melmoth has joined #openstack | 10:01 | |
*** Godfath3r has joined #openstack | 10:02 | |
*** idhaoui has quit IRC | 10:03 | |
*** mengine has quit IRC | 10:05 | |
*** crc32 has quit IRC | 10:06 | |
*** mrmartin has quit IRC | 10:12 | |
*** ttrifonov is now known as zz_ttrifonov | 10:14 | |
*** Godfath3r has quit IRC | 10:16 | |
*** kmARC has joined #openstack | 10:17 | |
*** kmARC_ has joined #openstack | 10:17 | |
*** mengine has joined #openstack | 10:18 | |
*** barneybook has quit IRC | 10:20 | |
*** fawadkhaliq has quit IRC | 10:20 | |
*** yottatsa has joined #openstack | 10:23 | |
*** baoli has joined #openstack | 10:23 | |
*** pm90_ has joined #openstack | 10:27 | |
*** yottatsa has quit IRC | 10:27 | |
*** ktorn has quit IRC | 10:27 | |
*** baoli has quit IRC | 10:27 | |
*** CustosLimen has quit IRC | 10:28 | |
*** CustosLimen has joined #openstack | 10:28 | |
*** hezhiqiang has joined #openstack | 10:28 | |
*** pm90_ has quit IRC | 10:31 | |
*** jeadr has quit IRC | 10:31 | |
*** jeadr1 has quit IRC | 10:31 | |
*** mrmartin has joined #openstack | 10:33 | |
*** jeadr has joined #openstack | 10:33 | |
*** jeadr1 has joined #openstack | 10:33 | |
*** hezhiqiang has quit IRC | 10:33 | |
*** markvoelker has joined #openstack | 10:36 | |
*** ejat has joined #openstack | 10:38 | |
*** ejat has quit IRC | 10:38 | |
*** ejat has joined #openstack | 10:38 | |
*** Gursimran has joined #openstack | 10:40 | |
*** panda has quit IRC | 10:40 | |
Gursimran | hello all, | 10:40 |
*** markvoelker has quit IRC | 10:40 | |
*** panda has joined #openstack | 10:41 | |
Gursimran | How do I need to add security rules, if I wish all VMs in my project (192.168.1.x network) are able to ping each other | 10:41 |
Gursimran | ? | 10:41 |
Gursimran | help will be appreciated... | 10:43 |
*** v1k0d3n has joined #openstack | 10:43 | |
*** Debesis has joined #openstack | 10:44 | |
*** samba35 has joined #openstack | 10:45 | |
*** v1k0d3n has quit IRC | 10:48 | |
*** anshul has joined #openstack | 10:59 | |
*** maday has joined #openstack | 11:00 | |
*** otter768 has joined #openstack | 11:03 | |
*** hitecnologys has quit IRC | 11:05 | |
*** RedW has quit IRC | 11:06 | |
*** RedW has joined #openstack | 11:07 | |
*** otter768 has quit IRC | 11:07 | |
*** anshul has quit IRC | 11:11 | |
*** lcurtis has joined #openstack | 11:13 | |
*** achanda_ has quit IRC | 11:13 | |
*** hitecnologys has joined #openstack | 11:21 | |
*** idhaoui has joined #openstack | 11:26 | |
*** Warped has quit IRC | 11:26 | |
*** CustosLimen has quit IRC | 11:27 | |
*** tomorrow__ has joined #openstack | 11:27 | |
*** sarcasticidiot has joined #openstack | 11:30 | |
*** idhaoui has quit IRC | 11:32 | |
*** Jalenn has quit IRC | 11:34 | |
*** markvoelker has joined #openstack | 11:37 | |
*** Warped has joined #openstack | 11:37 | |
*** davi has quit IRC | 11:38 | |
*** salv-orlando has joined #openstack | 11:38 | |
*** ade_b has quit IRC | 11:39 | |
*** markvoelker has quit IRC | 11:41 | |
*** sarcasticidiot has quit IRC | 11:44 | |
*** mdih has joined #openstack | 11:44 | |
*** bizarrochristy has joined #openstack | 11:45 | |
*** bizarrochristy has quit IRC | 11:45 | |
*** rossella_ has quit IRC | 11:47 | |
*** salv-orlando has quit IRC | 11:49 | |
*** maday has quit IRC | 11:52 | |
*** redbeard has joined #openstack | 11:52 | |
*** kmARC has quit IRC | 11:57 | |
*** kmARC_ has quit IRC | 11:57 | |
*** mdih has quit IRC | 11:59 | |
*** davi has joined #openstack | 12:05 | |
*** CustosLimen has joined #openstack | 12:07 | |
*** jacekplacek has joined #openstack | 12:13 | |
*** ogalush has joined #openstack | 12:15 | |
*** maday has joined #openstack | 12:18 | |
*** Gursimran has quit IRC | 12:18 | |
*** mrmartin has quit IRC | 12:19 | |
*** davi has quit IRC | 12:19 | |
*** rbowen has quit IRC | 12:20 | |
*** puranamr has joined #openstack | 12:21 | |
*** neophy has joined #openstack | 12:23 | |
*** radez_g0n3 is now known as radez | 12:25 | |
*** puranamr has quit IRC | 12:26 | |
*** ejat has quit IRC | 12:30 | |
*** ejat has joined #openstack | 12:31 | |
*** ejat has quit IRC | 12:32 | |
*** ejat has joined #openstack | 12:32 | |
*** snowgust has joined #openstack | 12:34 | |
*** snowgust has left #openstack | 12:34 | |
*** zz_ttrifonov is now known as ttrifonov | 12:36 | |
*** elnin0 has joined #openstack | 12:37 | |
*** baoli has joined #openstack | 12:39 | |
*** v1k0d3n has joined #openstack | 12:43 | |
*** c0rehe110 has quit IRC | 12:43 | |
*** ogalush has quit IRC | 12:43 | |
*** baoli has quit IRC | 12:43 | |
*** jgint has joined #openstack | 12:44 | |
*** jacekplacek has quit IRC | 12:44 | |
*** ejat has quit IRC | 12:45 | |
*** maday has quit IRC | 12:47 | |
*** ktorn has joined #openstack | 12:49 | |
*** tomorrow__ has quit IRC | 12:52 | |
*** Lee1092 has quit IRC | 12:53 | |
*** tomorrow__ has joined #openstack | 12:53 | |
*** ktorn has quit IRC | 12:54 | |
*** VW_ has joined #openstack | 12:56 | |
*** shuquan has joined #openstack | 12:58 | |
*** tomorrow__ has quit IRC | 12:59 | |
*** idhaoui has joined #openstack | 12:59 | |
*** jgint has quit IRC | 13:01 | |
*** racedo has quit IRC | 13:01 | |
*** otter768 has joined #openstack | 13:04 | |
*** c0rehe110 has joined #openstack | 13:04 | |
*** shuquan has quit IRC | 13:05 | |
*** shuquan has joined #openstack | 13:06 | |
*** tkramer has joined #openstack | 13:07 | |
*** eth00- has quit IRC | 13:07 | |
*** eth00 has joined #openstack | 13:07 | |
*** otter768 has quit IRC | 13:09 | |
*** sammy007_ has joined #openstack | 13:09 | |
*** sammy007 has quit IRC | 13:11 | |
*** omarrr has joined #openstack | 13:16 | |
*** ayoung has quit IRC | 13:18 | |
*** frakt has quit IRC | 13:19 | |
*** nelsnelson has quit IRC | 13:19 | |
*** frakt has joined #openstack | 13:21 | |
*** vivek-ebay has joined #openstack | 13:22 | |
*** noye has joined #openstack | 13:22 | |
*** idhaoui has quit IRC | 13:23 | |
*** nelsnelson has joined #openstack | 13:25 | |
*** lcurtis has quit IRC | 13:26 | |
*** frakt has quit IRC | 13:26 | |
*** vivek-ebay has quit IRC | 13:26 | |
*** frakt has joined #openstack | 13:27 | |
*** dalees has quit IRC | 13:32 | |
*** zhenguo has quit IRC | 13:33 | |
*** jgint has joined #openstack | 13:35 | |
*** markvoelker has joined #openstack | 13:37 | |
*** danieli has joined #openstack | 13:38 | |
*** arcimboldo has joined #openstack | 13:38 | |
*** jgint has quit IRC | 13:39 | |
*** galstrom_zzz is now known as galstrom | 13:40 | |
*** markvoelker has quit IRC | 13:42 | |
*** pm90_ has joined #openstack | 13:43 | |
*** macjack has joined #openstack | 13:44 | |
*** yamamoto has joined #openstack | 13:46 | |
*** nelsnelson has quit IRC | 13:47 | |
*** pm90_ has quit IRC | 13:48 | |
*** jckasper has quit IRC | 13:49 | |
*** salv-orlando has joined #openstack | 13:50 | |
*** yamamoto has quit IRC | 13:51 | |
*** VW_ has quit IRC | 13:57 | |
*** dalees has joined #openstack | 13:57 | |
*** jckasper has joined #openstack | 13:57 | |
*** VW_ has joined #openstack | 13:57 | |
*** shuquan has quit IRC | 13:58 | |
*** ayoung has joined #openstack | 13:59 | |
*** lcurtis has joined #openstack | 13:59 | |
*** salv-orlando has quit IRC | 14:01 | |
*** rossella_s has joined #openstack | 14:03 | |
*** yamamoto has joined #openstack | 14:05 | |
*** dalees has quit IRC | 14:07 | |
*** harukomoto has joined #openstack | 14:08 | |
*** shuquan has joined #openstack | 14:12 | |
*** galstrom is now known as galstrom_zzz | 14:13 | |
*** galstrom_zzz is now known as galstrom | 14:14 | |
*** Lee1092 has joined #openstack | 14:16 | |
*** VW__ has joined #openstack | 14:17 | |
*** ktorn has joined #openstack | 14:19 | |
*** c0rehe110 has quit IRC | 14:19 | |
*** davi has joined #openstack | 14:19 | |
*** sammy007_ is now known as sammy007 | 14:20 | |
*** sammy007 has joined #openstack | 14:20 | |
*** VW_ has quit IRC | 14:20 | |
*** lcurtis has quit IRC | 14:22 | |
*** lcurtis has joined #openstack | 14:22 | |
*** arcimboldo has quit IRC | 14:23 | |
*** hezhiqiang has joined #openstack | 14:23 | |
*** zhenguo has joined #openstack | 14:23 | |
*** ayoung has quit IRC | 14:23 | |
*** shuquan has quit IRC | 14:24 | |
*** c0rehe110 has joined #openstack | 14:29 | |
*** daMaestro has joined #openstack | 14:32 | |
*** yottatsa has joined #openstack | 14:37 | |
*** barneybook_8 has joined #openstack | 14:37 | |
*** baker has joined #openstack | 14:38 | |
*** ikcerog has joined #openstack | 14:39 | |
*** barneybook has joined #openstack | 14:40 | |
*** VW__ has quit IRC | 14:41 | |
*** VW_ has joined #openstack | 14:41 | |
*** hrou has joined #openstack | 14:43 | |
*** barneybook_8 has quit IRC | 14:43 | |
*** VW_ has quit IRC | 14:45 | |
*** yottatsa has quit IRC | 14:48 | |
*** mengine has quit IRC | 14:54 | |
*** cjellick has joined #openstack | 14:54 | |
*** tomorrow__ has joined #openstack | 14:55 | |
*** tomorrow__ has quit IRC | 14:57 | |
*** d0lph1n98 has joined #openstack | 14:57 | |
*** danwest has quit IRC | 14:58 | |
*** VW_ has joined #openstack | 15:03 | |
*** shibby has joined #openstack | 15:04 | |
*** otter768 has joined #openstack | 15:05 | |
*** shibby has quit IRC | 15:05 | |
*** markvoelker has joined #openstack | 15:06 | |
*** baker has quit IRC | 15:07 | |
*** brokencycle has joined #openstack | 15:08 | |
*** mengine has joined #openstack | 15:08 | |
*** otter768 has quit IRC | 15:09 | |
*** ikcerog has quit IRC | 15:12 | |
*** Alfadir_ has quit IRC | 15:14 | |
*** tkramer has quit IRC | 15:14 | |
*** Alfadir has joined #openstack | 15:15 | |
*** galstrom is now known as galstrom_zzz | 15:17 | |
*** dalees has joined #openstack | 15:17 | |
*** brokencycle has quit IRC | 15:17 | |
*** droyo has joined #openstack | 15:21 | |
*** FallenPegasus has joined #openstack | 15:23 | |
*** daMaestro has quit IRC | 15:25 | |
*** rossella_s has quit IRC | 15:26 | |
*** baker has joined #openstack | 15:26 | |
*** slaweq has joined #openstack | 15:28 | |
*** persia has quit IRC | 15:28 | |
*** kashyap has quit IRC | 15:29 | |
*** galstrom_zzz is now known as galstrom | 15:30 | |
*** kashyap has joined #openstack | 15:30 | |
*** galstrom is now known as galstrom_zzz | 15:31 | |
*** persia_ has joined #openstack | 15:36 | |
*** d0lph1n98 has quit IRC | 15:37 | |
*** jeh has quit IRC | 15:38 | |
*** cjellick has quit IRC | 15:39 | |
*** c0rehe110 has quit IRC | 15:39 | |
*** pm90_ has joined #openstack | 15:44 | |
*** samba35 has quit IRC | 15:44 | |
*** baker has quit IRC | 15:45 | |
*** Royo_ has joined #openstack | 15:45 | |
*** samba35 has joined #openstack | 15:46 | |
*** slaweq has quit IRC | 15:46 | |
*** maveric_amitc_ has joined #openstack | 15:47 | |
*** FallenPegasus has quit IRC | 15:48 | |
*** Defcronyke has joined #openstack | 15:49 | |
*** pm90_ has quit IRC | 15:49 | |
*** Defcronyke has quit IRC | 15:49 | |
*** ktorn has quit IRC | 15:52 | |
*** yamamoto has quit IRC | 15:52 | |
*** ktorn has joined #openstack | 15:52 | |
*** yamamoto has joined #openstack | 15:52 | |
*** Defcronyke has joined #openstack | 15:53 | |
*** vivek-ebay has joined #openstack | 15:53 | |
*** n1colas has quit IRC | 15:54 | |
*** Marga_ has quit IRC | 15:54 | |
*** dalees has quit IRC | 15:55 | |
*** mjturek1 has joined #openstack | 15:56 | |
*** maveric_amitc_ has quit IRC | 15:57 | |
*** yamamoto has quit IRC | 15:57 | |
*** yamamoto has joined #openstack | 15:57 | |
*** s00pcan has quit IRC | 15:57 | |
*** s00pcan has joined #openstack | 15:59 | |
*** n1colas has joined #openstack | 15:59 | |
*** pfallenop has quit IRC | 15:59 | |
*** dalees has joined #openstack | 16:00 | |
*** pm90_ has joined #openstack | 16:00 | |
*** brigatto has joined #openstack | 16:02 | |
*** puranamr has joined #openstack | 16:03 | |
*** davi has quit IRC | 16:03 | |
*** salv-orlando has joined #openstack | 16:03 | |
*** droyo has quit IRC | 16:05 | |
*** pfallenop has joined #openstack | 16:06 | |
*** multi_io has quit IRC | 16:08 | |
*** noye has quit IRC | 16:09 | |
*** multi_io has joined #openstack | 16:09 | |
*** pbourke has quit IRC | 16:09 | |
*** pbourke has joined #openstack | 16:10 | |
*** olzsla_ has quit IRC | 16:13 | |
*** cjellick has joined #openstack | 16:14 | |
*** salv-orlando has quit IRC | 16:15 | |
*** daMaestro has joined #openstack | 16:16 | |
*** BillSussman has joined #openstack | 16:18 | |
*** olzsla_ has joined #openstack | 16:19 | |
*** puranamr has quit IRC | 16:20 | |
*** puranamr has joined #openstack | 16:21 | |
*** yamamoto has quit IRC | 16:22 | |
*** yamamoto has joined #openstack | 16:23 | |
*** cjellick has quit IRC | 16:24 | |
*** otter768 has joined #openstack | 16:26 | |
*** tuatha has joined #openstack | 16:26 | |
*** kmARC has joined #openstack | 16:26 | |
*** kmARC_ has joined #openstack | 16:27 | |
*** puranamr has quit IRC | 16:27 | |
*** topshare has joined #openstack | 16:27 | |
*** lyanchih has joined #openstack | 16:30 | |
*** puranamr has joined #openstack | 16:30 | |
*** kmARC_ has quit IRC | 16:31 | |
*** foh_ has quit IRC | 16:32 | |
*** kmARC has quit IRC | 16:32 | |
*** Marga_ has joined #openstack | 16:35 | |
*** kmARC has joined #openstack | 16:36 | |
*** daMaestro has quit IRC | 16:36 | |
*** amtux has joined #openstack | 16:38 | |
*** VW_ has quit IRC | 16:38 | |
*** khaldrogox has joined #openstack | 16:39 | |
*** VW_ has joined #openstack | 16:39 | |
*** amtux has quit IRC | 16:39 | |
*** vivek-eb_ has joined #openstack | 16:39 | |
*** amtux has joined #openstack | 16:40 | |
*** vivek-ebay has quit IRC | 16:41 | |
*** amtux has quit IRC | 16:42 | |
*** diogogmt has quit IRC | 16:42 | |
*** amtux has joined #openstack | 16:43 | |
*** VW_ has quit IRC | 16:44 | |
*** anshul has joined #openstack | 16:49 | |
*** redbeard has quit IRC | 16:49 | |
*** lyanchih has quit IRC | 16:49 | |
*** kmARC_ has joined #openstack | 16:52 | |
*** redbeard has joined #openstack | 16:53 | |
*** jeadr has quit IRC | 16:53 | |
*** jeadr1 has quit IRC | 16:53 | |
*** zhenguo has quit IRC | 16:53 | |
*** vivek-eb_ has quit IRC | 16:55 | |
*** jeadr has joined #openstack | 16:55 | |
*** jeadr1 has joined #openstack | 16:56 | |
*** yamamoto has quit IRC | 16:57 | |
*** yamamoto has joined #openstack | 16:58 | |
*** vivek-ebay has joined #openstack | 16:58 | |
*** yamamoto has quit IRC | 17:00 | |
*** yamamoto has joined #openstack | 17:00 | |
*** galstrom_zzz is now known as galstrom | 17:03 | |
*** mrmartin has joined #openstack | 17:04 | |
*** jianyong has quit IRC | 17:04 | |
*** markvoelker has quit IRC | 17:06 | |
*** eth00- has joined #openstack | 17:08 | |
*** mosburn has joined #openstack | 17:09 | |
*** eth00 has quit IRC | 17:09 | |
*** galstrom is now known as galstrom_zzz | 17:09 | |
*** topshare has quit IRC | 17:11 | |
*** galstrom_zzz is now known as galstrom | 17:11 | |
*** amtux has quit IRC | 17:12 | |
*** amtux has joined #openstack | 17:12 | |
*** galstrom is now known as galstrom_zzz | 17:13 | |
*** mikeoutland has joined #openstack | 17:15 | |
*** amtux has quit IRC | 17:19 | |
*** mikeoutland has quit IRC | 17:19 | |
*** mosburn has quit IRC | 17:20 | |
*** jianyong has joined #openstack | 17:23 | |
*** akraminsky_ has quit IRC | 17:23 | |
*** diogogmt has joined #openstack | 17:24 | |
*** baoli has joined #openstack | 17:24 | |
*** links has joined #openstack | 17:25 | |
*** hrou has quit IRC | 17:25 | |
*** tnarg has joined #openstack | 17:25 | |
*** baoli has quit IRC | 17:29 | |
*** salv-orlando has joined #openstack | 17:30 | |
*** danieli has quit IRC | 17:31 | |
*** Royo_ has quit IRC | 17:32 | |
*** agireud has joined #openstack | 17:33 | |
*** ivar-lazzaro has joined #openstack | 17:33 | |
*** jianyong has quit IRC | 17:35 | |
*** otter768 has quit IRC | 17:37 | |
*** ttrifonov is now known as zz_ttrifonov | 17:37 | |
*** Royo_ has joined #openstack | 17:39 | |
*** CustosLimen has quit IRC | 17:41 | |
*** salv-orlando has quit IRC | 17:42 | |
*** ivar-laz_ has joined #openstack | 17:43 | |
*** ivar-lazzaro has quit IRC | 17:46 | |
*** daMaestro has joined #openstack | 17:46 | |
*** mjturek1 has quit IRC | 17:48 | |
*** mrmartin has quit IRC | 17:49 | |
*** davi has joined #openstack | 17:49 | |
*** puranamr has quit IRC | 17:50 | |
*** thedodd has joined #openstack | 17:51 | |
*** cjellick has joined #openstack | 17:51 | |
*** jeadr has quit IRC | 17:54 | |
*** jeadr1 has quit IRC | 17:55 | |
*** jeadr has joined #openstack | 17:56 | |
*** jeadr1 has joined #openstack | 17:56 | |
*** yamamoto has quit IRC | 17:57 | |
*** ivar-laz_ has quit IRC | 17:58 | |
*** GenteelBen has quit IRC | 17:58 | |
*** esker has quit IRC | 18:00 | |
*** esker has joined #openstack | 18:01 | |
*** haplo37 has joined #openstack | 18:03 | |
*** cjellick has quit IRC | 18:05 | |
*** changbl has quit IRC | 18:06 | |
*** markvoelker has joined #openstack | 18:07 | |
*** cjellick has joined #openstack | 18:09 | |
*** markvoelker has quit IRC | 18:11 | |
*** rossella_s has joined #openstack | 18:13 | |
*** hdd has joined #openstack | 18:13 | |
*** ikcerog has joined #openstack | 18:13 | |
*** KaZeR has quit IRC | 18:14 | |
*** lcurtis has quit IRC | 18:14 | |
*** amtux has joined #openstack | 18:15 | |
*** amtux has quit IRC | 18:20 | |
*** fawadkhaliq has joined #openstack | 18:24 | |
*** daMaestro has quit IRC | 18:25 | |
*** jeh has joined #openstack | 18:28 | |
*** ikcerog has quit IRC | 18:28 | |
*** jeh has quit IRC | 18:32 | |
*** ivar-lazzaro has joined #openstack | 18:32 | |
*** blahx has joined #openstack | 18:32 | |
*** ivar-lazzaro has quit IRC | 18:32 | |
*** resker has joined #openstack | 18:33 | |
*** ivar-lazzaro has joined #openstack | 18:33 | |
*** resker has quit IRC | 18:33 | |
*** resker has joined #openstack | 18:34 | |
*** ezobn has quit IRC | 18:34 | |
*** ezobn has joined #openstack | 18:35 | |
*** samba35 has quit IRC | 18:35 | |
*** esker has quit IRC | 18:37 | |
*** anshul has quit IRC | 18:38 | |
*** ezobn has quit IRC | 18:39 | |
*** jianyong has joined #openstack | 18:39 | |
*** panda has quit IRC | 18:39 | |
*** panda has joined #openstack | 18:40 | |
*** brigatto has quit IRC | 18:41 | |
*** danwest has joined #openstack | 18:41 | |
*** brigatto has joined #openstack | 18:41 | |
*** jeh has joined #openstack | 18:43 | |
*** ircuser-1 has quit IRC | 18:45 | |
*** yamahadigits has joined #openstack | 18:45 | |
*** fawadkhaliq has quit IRC | 18:48 | |
*** cjellick has quit IRC | 18:48 | |
*** trifon has joined #openstack | 18:48 | |
*** khaldrogox has quit IRC | 18:49 | |
*** achanda has joined #openstack | 18:50 | |
*** sayan has quit IRC | 18:50 | |
*** puranamr has joined #openstack | 18:53 | |
*** otter768 has joined #openstack | 18:54 | |
*** slaweq has joined #openstack | 18:55 | |
*** ircuser-1 has joined #openstack | 18:57 | |
*** danieli has joined #openstack | 18:57 | |
*** yamamoto has joined #openstack | 18:58 | |
*** hezhiqiang has quit IRC | 18:58 | |
*** elnin0 has quit IRC | 18:59 | |
*** travnewmatic has joined #openstack | 18:59 | |
*** yamamoto has quit IRC | 19:02 | |
*** Avonis has joined #openstack | 19:07 | |
*** Avonis has quit IRC | 19:07 | |
*** markvoelker has joined #openstack | 19:07 | |
*** Avonis has joined #openstack | 19:08 | |
*** Avonis has quit IRC | 19:08 | |
*** Avonis has joined #openstack | 19:09 | |
*** Royo_ has quit IRC | 19:10 | |
*** brigatto has quit IRC | 19:10 | |
*** jeadr1 has quit IRC | 19:10 | |
*** Avonis has left #openstack | 19:11 | |
*** salv-orlando has joined #openstack | 19:11 | |
*** markvoelker has quit IRC | 19:12 | |
*** Lee1092 has quit IRC | 19:13 | |
*** lcurtis has joined #openstack | 19:13 | |
*** tlian has joined #openstack | 19:15 | |
*** coolsvap is now known as coolsvap|away | 19:16 | |
*** jeadr has quit IRC | 19:16 | |
*** jeadr has joined #openstack | 19:18 | |
*** ivar-lazzaro has quit IRC | 19:19 | |
*** haplo37 has quit IRC | 19:19 | |
*** salv-orlando has quit IRC | 19:24 | |
*** KaZeR has joined #openstack | 19:25 | |
*** daMaestro has joined #openstack | 19:26 | |
*** achanda has quit IRC | 19:27 | |
*** puranamr has quit IRC | 19:31 | |
*** davi has quit IRC | 19:33 | |
*** lcurtis has quit IRC | 19:35 | |
*** daMaestro|isBack has joined #openstack | 19:36 | |
*** BillSussman has quit IRC | 19:36 | |
*** daMaestro has quit IRC | 19:36 | |
*** kyleolivo has joined #openstack | 19:39 | |
*** neophy has quit IRC | 19:40 | |
*** noslzzp has joined #openstack | 19:40 | |
*** kyleolivo has quit IRC | 19:41 | |
*** kyleolivo has joined #openstack | 19:41 | |
*** neophy has joined #openstack | 19:41 | |
*** kyleolivo has quit IRC | 19:41 | |
*** kyleolivo has joined #openstack | 19:41 | |
*** achampion has quit IRC | 19:42 | |
*** achampion has joined #openstack | 19:43 | |
*** achampion has quit IRC | 19:43 | |
*** kyleolivo has quit IRC | 19:44 | |
*** FallenPegasus has joined #openstack | 19:44 | |
*** achampion has joined #openstack | 19:44 | |
*** ajmiller_ has joined #openstack | 19:45 | |
*** ezobn has joined #openstack | 19:46 | |
*** ezobn has quit IRC | 19:46 | |
*** ezobn has joined #openstack | 19:47 | |
*** yottatsa has joined #openstack | 19:47 | |
*** ajmiller has quit IRC | 19:48 | |
*** ezobn_ has joined #openstack | 19:48 | |
*** ezobn__ has joined #openstack | 19:49 | |
*** kmARC_ has quit IRC | 19:50 | |
*** ivar-lazzaro has joined #openstack | 19:50 | |
*** kmARC has quit IRC | 19:50 | |
*** ezobn has quit IRC | 19:51 | |
*** BOKALDO has quit IRC | 19:52 | |
*** ezobn_ has quit IRC | 19:53 | |
*** daMaestro has joined #openstack | 19:54 | |
*** ivar-lazzaro has quit IRC | 19:56 | |
*** ivar-lazzaro has joined #openstack | 19:56 | |
*** achampion has quit IRC | 19:57 | |
*** achampion has joined #openstack | 19:58 | |
*** FallenPegasus has quit IRC | 20:02 | |
*** racedo has joined #openstack | 20:05 | |
*** yottatsa has quit IRC | 20:06 | |
*** achampion has quit IRC | 20:11 | |
*** ezobn__ has quit IRC | 20:12 | |
*** achampion has joined #openstack | 20:13 | |
*** yottatsa has joined #openstack | 20:16 | |
*** yottatsa has quit IRC | 20:17 | |
*** jeadr has quit IRC | 20:18 | |
*** youellet_ has joined #openstack | 20:19 | |
*** jeadr has joined #openstack | 20:19 | |
*** youellet has quit IRC | 20:23 | |
*** ezobn has joined #openstack | 20:28 | |
*** davi_ has joined #openstack | 20:29 | |
*** evilrob has quit IRC | 20:29 | |
*** davi_ is now known as Guest49870 | 20:29 | |
*** achampion has quit IRC | 20:30 | |
*** StuartMI has quit IRC | 20:30 | |
*** achampion has joined #openstack | 20:30 | |
*** links has quit IRC | 20:30 | |
*** StuartMI has joined #openstack | 20:32 | |
*** rossella_s has quit IRC | 20:38 | |
*** neosimago has joined #openstack | 20:41 | |
*** achampion has quit IRC | 20:44 | |
*** achampion has joined #openstack | 20:44 | |
*** TheOsprey has joined #openstack | 20:44 | |
*** ayoung has joined #openstack | 20:46 | |
*** omarrr has quit IRC | 20:47 | |
*** tnarg has quit IRC | 20:48 | |
*** otter768 has quit IRC | 20:48 | |
*** tnarg has joined #openstack | 20:48 | |
*** rossella_s has joined #openstack | 20:51 | |
*** khaldrogox has joined #openstack | 20:52 | |
*** daMaestro has quit IRC | 20:53 | |
*** melmoth has quit IRC | 20:53 | |
*** tnarg has quit IRC | 20:56 | |
*** ivar-lazzaro has quit IRC | 20:56 | |
*** elnin0 has joined #openstack | 20:57 | |
*** tnarg has joined #openstack | 20:57 | |
*** amtux has joined #openstack | 20:58 | |
*** otter768 has joined #openstack | 21:04 | |
*** brokencycle has joined #openstack | 21:05 | |
*** markvoelker has joined #openstack | 21:08 | |
*** achampion has quit IRC | 21:09 | |
*** achampion has joined #openstack | 21:09 | |
*** achampion has quit IRC | 21:10 | |
*** achampion has joined #openstack | 21:11 | |
*** amtux has quit IRC | 21:11 | |
*** markvoelker has quit IRC | 21:13 | |
*** tnarg_ has joined #openstack | 21:17 | |
*** kmARC has joined #openstack | 21:17 | |
*** kmARC_ has joined #openstack | 21:18 | |
*** vivek-ebay has quit IRC | 21:18 | |
*** tnarg has quit IRC | 21:21 | |
*** hrou has joined #openstack | 21:21 | |
*** jesuspv has joined #openstack | 21:21 | |
*** yamahadigits has quit IRC | 21:22 | |
*** salv-orlando has joined #openstack | 21:23 | |
*** jesuspv13 has joined #openstack | 21:24 | |
*** elnin0 has quit IRC | 21:24 | |
*** hdd has quit IRC | 21:24 | |
*** smccully has joined #openstack | 21:26 | |
*** Royo has joined #openstack | 21:26 | |
*** woodard has joined #openstack | 21:29 | |
*** brokencycle has quit IRC | 21:32 | |
*** rossella_s has quit IRC | 21:32 | |
*** Guest49870 has quit IRC | 21:32 | |
*** jeadr has quit IRC | 21:34 | |
*** jeadr has joined #openstack | 21:36 | |
*** agireud has quit IRC | 21:37 | |
*** spzala has joined #openstack | 21:38 | |
*** salv-orlando has quit IRC | 21:38 | |
*** slaweq has quit IRC | 21:39 | |
*** thedodd has quit IRC | 21:44 | |
*** rossella_s has joined #openstack | 21:45 | |
*** woodard has quit IRC | 21:46 | |
*** travnewmatic has quit IRC | 21:48 | |
*** brokencycle has joined #openstack | 21:49 | |
*** FallenPegasus has joined #openstack | 21:50 | |
*** sputnik13 has joined #openstack | 21:52 | |
*** jesuspv has quit IRC | 21:53 | |
*** jesuspv13 has quit IRC | 21:53 | |
*** TheOsprey has quit IRC | 21:54 | |
*** FallenPegasus has quit IRC | 21:54 | |
*** spzala has quit IRC | 21:58 | |
*** sputnik13 has quit IRC | 21:59 | |
*** kmARC has quit IRC | 22:02 | |
*** kmARC has joined #openstack | 22:03 | |
*** fxa90id has quit IRC | 22:06 | |
*** fxa90id has joined #openstack | 22:07 | |
*** fxa90id is now known as Guest27946 | 22:08 | |
*** kmARC has quit IRC | 22:09 | |
*** rVn has joined #openstack | 22:10 | |
*** v1k0d3n has quit IRC | 22:10 | |
*** mikeoutland has joined #openstack | 22:12 | |
*** resker has quit IRC | 22:13 | |
*** kmARC has joined #openstack | 22:14 | |
*** mikeoutland has quit IRC | 22:14 | |
*** kmARC__ has joined #openstack | 22:15 | |
*** amtux has joined #openstack | 22:15 | |
*** rVn has left #openstack | 22:16 | |
*** kmARC has quit IRC | 22:16 | |
*** noslzzp has quit IRC | 22:17 | |
*** amtux has quit IRC | 22:22 | |
*** amtux has joined #openstack | 22:23 | |
*** merooney has joined #openstack | 22:24 | |
*** eghobo has joined #openstack | 22:25 | |
*** kmARC__ has quit IRC | 22:27 | |
*** jgint has joined #openstack | 22:27 | |
*** kmARC has joined #openstack | 22:27 | |
*** noslzzp has joined #openstack | 22:28 | |
*** eghobo has quit IRC | 22:31 | |
*** achampion has quit IRC | 22:32 | |
*** eghobo has joined #openstack | 22:32 | |
*** kmARC__ has joined #openstack | 22:36 | |
*** hrou has quit IRC | 22:37 | |
*** achampion has joined #openstack | 22:37 | |
*** edleafe has quit IRC | 22:42 | |
*** RedW has quit IRC | 22:43 | |
*** edleafe has joined #openstack | 22:44 | |
*** RedW has joined #openstack | 22:44 | |
*** britthouser has quit IRC | 22:46 | |
*** britthouser has joined #openstack | 22:48 | |
*** RedW has quit IRC | 22:50 | |
*** britthouser has quit IRC | 22:51 | |
*** britthouser has joined #openstack | 22:51 | |
*** RedW has joined #openstack | 22:51 | |
*** dcmorton has quit IRC | 22:51 | |
*** dcmorton_ has joined #openstack | 22:52 | |
*** dcmorton_ is now known as dcmorton | 22:52 | |
*** s00pcan has quit IRC | 22:54 | |
*** baoli has joined #openstack | 22:55 | |
*** s00pcan has joined #openstack | 22:56 | |
*** britthouser has quit IRC | 22:56 | |
*** elnin0 has joined #openstack | 22:57 | |
*** tnarg_ has quit IRC | 22:58 | |
*** jeadr has quit IRC | 22:59 | |
*** tnarg has joined #openstack | 23:00 | |
*** baoli has quit IRC | 23:00 | |
*** eghobo has quit IRC | 23:01 | |
*** jeadr has joined #openstack | 23:01 | |
*** dalees has quit IRC | 23:04 | |
*** markvoelker has joined #openstack | 23:09 | |
*** achanda has joined #openstack | 23:10 | |
*** lcurtis has joined #openstack | 23:11 | |
amtux | I am trying to deploy OS::Neutron::SecurityGroups via a heat template. The rules that I'm following require me to set 'protocol' as '50' instead of usual TCP/ICMP/UDP. Ofcourse, when I try to put 'protocol: 50' it says the "Only protocol values [None, 'tcp', 'udp', 'icmp'] and their integer representation (0 to 255) are supported". Anyone aware of a workaround? | 23:12 |
*** tnarg has quit IRC | 23:14 | |
*** markvoelker has quit IRC | 23:14 | |
*** noslzzp has quit IRC | 23:15 | |
*** kmARC_ has quit IRC | 23:15 | |
*** kmARC__ has quit IRC | 23:16 | |
*** evilrob has joined #openstack | 23:16 | |
*** amtux has quit IRC | 23:18 | |
*** amtux has joined #openstack | 23:19 | |
*** lcurtis has quit IRC | 23:19 | |
*** britthouser has joined #openstack | 23:19 | |
*** fedexo has joined #openstack | 23:21 | |
*** laron has joined #openstack | 23:22 | |
*** _cjones_ has joined #openstack | 23:23 | |
*** amtux has quit IRC | 23:24 | |
*** amtux has joined #openstack | 23:24 | |
*** amtux has quit IRC | 23:27 | |
*** amtux has joined #openstack | 23:27 | |
*** _cjones_ has quit IRC | 23:28 | |
*** amtux has quit IRC | 23:29 | |
*** amtux has joined #openstack | 23:29 | |
*** britthouser has quit IRC | 23:32 | |
*** X67r has quit IRC | 23:32 | |
*** neophy has quit IRC | 23:32 | |
*** britthouser has joined #openstack | 23:33 | |
*** salv-orlando has joined #openstack | 23:37 | |
*** britthouser has quit IRC | 23:38 | |
*** FallenPegasus has joined #openstack | 23:39 | |
*** FallenPegasus has quit IRC | 23:44 | |
*** dcmorton_ has joined #openstack | 23:44 | |
*** amtux has quit IRC | 23:44 | |
*** yamahata has joined #openstack | 23:46 | |
*** salv-orlando has quit IRC | 23:47 | |
*** laron has quit IRC | 23:47 | |
*** laron has joined #openstack | 23:48 | |
*** Warped has quit IRC | 23:48 | |
*** tnarg has joined #openstack | 23:52 | |
*** laron has quit IRC | 23:52 | |
*** quigly has joined #openstack | 23:52 | |
*** laron has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!