Monday, 2015-10-19

*** sanchitmalhotra has quit IRC00:00
*** salv-orlando has joined #openstack00:01
adun153Sam-I-Am: Here I am again00:03
adun153So I basicallly re-installed Neutron, thinking that I had botched the  DB or something.00:03
*** Cloudish has quit IRC00:04
*** kevincarr1991 has joined #openstack00:04
adun153most probably I did, because Neutron shows no errors right now.00:05
adun153But  my problem is, my Network node still has no br-tun00:05
adun153I still don't know why!00:05
*** dgurtner has quit IRC00:05
adun153So my instances spawning on my compute node still cannot ping their router and ext-net00:06
adun153Does anybody have any ideas or things they want me to help diagnose?00:06
adun153This is a 2-node setup, a combined network/controller, and a compute node.00:06
*** baoli has joined #openstack00:06
*** spotz is now known as spotz_zzz00:08
*** salv-orlando has quit IRC00:08
*** mwagner_ has joined #openstack00:10
*** kevincarr1991 has quit IRC00:12
*** SuzieQueue has quit IRC00:13
lj1102adun153: when I had onfigured everything I forgot to setup the firewall for the instances making them unreachable00:14
*** _et has quit IRC00:14
lj1102setup in terms of properly configuring it00:15
*** yuntongjin has joined #openstack00:17
adun153lj1102: This is the instances not being able to just even ping their network's gateway.00:17
adun153I'm using GRE tunnels, and for some reason, my controller/network node doesn't have br-tun00:18
*** vivek-ebay has joined #openstack00:18
adun153I mean, it doesn't make the br-tun interface for some reason :(00:18
*** spotz_zzz is now known as spotz00:19
adun153The compute node does, though.00:19
lj1102yes it was, but I'm a total network newb, it's a wonder i somehow managed to integrate it into my network :/00:19
adun153So for some reason, GRE tunnel interfaces are not going up for my network node.00:19
adun153:(00:20
*** kellyp has joined #openstack00:20
RageLtMandoes anyone know why Fuel would have installed ZFS-fuse on my compute nodes?00:23
RageLtManOpenZFS has been around awhile now...00:23
*** ashw_ has joined #openstack00:23
Sam-I-Amadun153: is this using distro packages?00:24
adun153Ubuntu 14.0400:24
adun153yes00:24
adun153Sam-I-Am: Kilo00:24
*** kellyp has quit IRC00:25
*** VW has quit IRC00:25
*** VW has joined #openstack00:25
Sam-I-Amadun153: paste all of your neutron confs somewhere00:27
adun153Will do00:27
Sam-I-Amadun153: also curious about the output of 'dpkg -l | grep neutron'00:27
adun153Was about to suggest that00:27
adun153Just cleaning out all of the comment lines from the distro etc packages :p00:27
ryandahpmorning all, is it possible to ping instance from my host computer? or from control-compute vm? because i want build web server on instance, and all device in my lan can access it. i build openstack with devstack. thanks all :)00:27
adun153I mean all the comment lines from the etc conf files from the  distro packages00:28
*** capricorn_1 has joined #openstack00:28
Sam-I-Amadun153: yeah, i just need to see whats active00:28
*** VW has quit IRC00:30
*** ahonda has joined #openstack00:30
*** tkhno has quit IRC00:32
*** bobh has quit IRC00:33
adun153Sam-I-Am: Here00:35
adun153Controller/Network00:35
adun153/etc/neutron/neutron.conf: http://pastebin.com/jTTNH3j700:35
adun153/etc/neutron/plugins/ml2/ml2_conf.ini: http://pastebin.com/470XFP8c00:35
adun153Compute00:35
adun153/etc/neutron/neutron.conf: http://pastebin.com/NNqbPGE700:35
adun153/etc/neutron/plugins/ml2/ml2_conf.ini: http://pastebin.com/DrRvJ48E00:35
Sam-I-Amin ml2_conf.ini, its "tunnel_types" not "tunnel_type"00:36
Sam-I-Amplus "enable_tunneling" is defunct and probably just ignored00:37
adun153 'dpkg -l | grep neutron': http://pastebin.com/U7xDVQ4E00:37
Sam-I-Ami bet thats your problem00:37
Sam-I-Am(on the controller node)00:37
adun153made the change00:38
*** jbell8 has joined #openstack00:38
adun153what's the daemon to restart?00:38
Sam-I-Amneutron-plugin-openvswitch-agent00:38
adun153neutron-plugin-openvswitch-agent?00:38
*** jbell8 has quit IRC00:39
adun153That did it! A br-tun was created on the controller00:39
Sam-I-Amyay00:39
adun153Thanks! Will do some tests to verify :D00:39
*** jbell8 has joined #openstack00:39
*** brokencycle has joined #openstack00:39
*** GeoKM has joined #openstack00:40
adun153Sometimes, I've been plugging away at something too long, and it's hard to see small things like that. T_T00:40
adun153Thanks for the 2nd set of eyes.00:40
SessoAnyone know how to setup an SSL that is signed in place of the default SSL in Kilo?00:40
Sam-I-Amand openstack doesnt really tell you when config options are wrong00:40
adun153Sam-I-Am: That, too. That part is so frustrating.00:40
*** SuzieQueue has joined #openstack00:41
adun153Sesso: Are you doing a "plain" setup?00:41
ryandahp morning all, is it possible to ping instance from my host computer? or from control-compute vm? because i want build web server on instance, and all device in my lan can access it. i build openstack with devstack. thanks all :) my vm instance was able ping to the internet. but i can't ping from my host and from control and compute vm00:41
adun153i.e. just following the docs?00:41
SessoI did the fuel deployment. It seems different than what the docs say.00:42
Sam-I-Amryandahp: did you add security group rules to allow ping and ssh?00:42
adun153ryandahp: It is possible, but how is your networking for the VMs and nodes setup?00:42
Sam-I-Amplus your vm may need a floating ip depending on your deployment00:42
SessoI found some certs but they are not the same as what comes up for horizon.00:42
adun153Sesso: I don't have any experience with Fuel, but for me, I just changed some options in Apache (where my Horizon is running)00:43
Sam-I-AmSesso: fuel probably has some magic way to inject things like that00:43
Sessothere is a horizon conf in the enabled-sites dir but it doesnt say anything about port 44300:43
Sam-I-Amyou'd have to check the fuel docs00:43
Sam-I-Amotherwise for horizon its just straight apache00:43
Sam-I-Amssl'ing other services is a bit different00:44
*** jasonsb has joined #openstack00:44
SessoFuel docs dont say anything about horizon except for version 6.1 It seems all different than 7.00:44
SessoI may have to contact their support or something lol00:45
Sam-I-Amproblem with deployment mechanisms is you can do stuff manually, but if you run the tool again, it might overwrite your settings00:45
*** tpot has joined #openstack00:45
adun153Sesso: Check /etc/apache2/sites-enabled/default-ssl.conf, that's where my SSL stuff are located. Maybe it's the same for you?00:45
Sessonah. only 05-keystone_wsgi_admin.conf  05-keystone_wsgi_main.conf  25-apache_api_proxy.conf  horizon_vhost.conf  rgw.conf00:45
Sessohorizon vhost only has port 80 vhost.00:46
adun153Curious: How do Fuel deployments work? Do you need to install servers with an OS first, then direct them to Fuel, or does it work as a PXE/DHCP/TFTP install server?00:46
adun153Sesso: But SSL is definitely working, right?00:46
Sessoit uses PXE.00:46
adun153Hmm00:46
Sessoyes works with a default cert00:46
Sessothats why im confused lol00:47
Sam-I-Amadun153: fuel tries to do All the Things00:47
adun153Sesso: So, do you get a choice of what distro to install?00:47
Sam-I-Am"tries"00:47
Sessonot with 7.0, its only ubuntu00:47
adun153Sam-I-Am: I see, so it's kinda like the Debian  of distros, "the General Purpose OpenStack Installer"00:47
adun153:D00:47
*** vimal has joined #openstack00:47
Sam-I-Amehh00:47
adun153"trues"00:48
adun153*"tries"00:48
SessoIt works great, just toe openstack docs dont always match hah00:48
Sam-I-AmSesso: i would hope there's someplace to shove certs before you deploy00:48
adun153Sesso: How about try to grep your whole /etc/apache2/ for any mention of 443?00:48
SessoThere should be a cert somewhere in the system00:48
adun153See what comes up00:48
Sam-I-Amor maybe it lets you hand-configure things and it wont overwrite them00:48
adun153Sam-I-Am: Maybe it's a deploy-and-forget thing.00:49
ryandahpadun153: Sam-I-Am: this is the topology  http://imagebin.ca/v/2JWfrP1HrWV7 i follow from the odl summit00:49
*** basis has joined #openstack00:49
Sessothat is it00:49
adun153I'm very curious about Fuel, I plan on trying it out after I'm finished with this current deployment00:49
Sessojust etc/apache2/sites-enabled/25-apache_api_proxy.conf:00:49
Sam-I-Amadun153: i'd recommend openstack-ansible00:49
Sam-I-Amryandahp: does your instance have an ip on the same network as one of your nodes?00:50
adun153Sesso: Does it look like it's it?00:50
Sessono00:50
Sessoits for vhost:888800:51
Sam-I-AmSesso: there is a fuel channel here that might know more... perhaps a mailing list00:51
SessoIll have to see if there is a mailing list. fuel is pretty dead.00:51
adun153Sesso: try "netstat -anp | grep 443", see who is listening on 44300:52
adun153Sesso: Maybe not apache :p00:52
adun153Just on the off-chance.00:52
SessoI tried to deploy with my valid cert and it failed deployment. Thats why I did the self signed.00:52
Sessokeystone and python00:52
*** sendro has joined #openstack00:53
adun153Looks like Horizon is running under Apache.00:53
*** v3nd3tta`` is now known as v3nd3tta00:53
Sessothats what I thought00:53
adun153try /etc/openstack-dashboard/local_settings.py, does it mention anything about certs or SSL at all?00:53
*** domc has joined #openstack00:53
*** su_zhang has joined #openstack00:53
Sessoyes, it has that one line #OPENSTACK_SSL_CACERT = '/etc/apache2/ssl/cacert.pem'00:54
adun153Sam-I-Am: Do you have experience with openstack-ansible?00:54
Sessoyes, it has that one line #OPENSTACK_SSL_CACERT = 'etc/apache2/ssl/cacert.pem'00:54
Sessoyes, it has that one line #OPENSTACK_SSL_CACERT = etc/apache2/ssl/cacert.pem00:54
Sessooops00:54
adun153Sesso: But it's commented out... hmm.00:54
SessoI commented it out because it didnt change anything.00:55
*** smoriya has quit IRC00:55
Sam-I-Amadun153: i contribute to it00:55
ryandahpSam-I-Am: it have. http://imagebin.ca/v/2JWi05xuJQOJ that is the network look from horizon00:55
adun153Sam-I-Am: One line answer: Why should I choose it over Fuel?00:55
adun153Sesso: I'd just do greps under /etc/apache, I guess00:56
Sam-I-Amadun153: it doesn't over-use openvswitch?00:56
adun153grep for SSL or ssl or 44300:57
Sam-I-Amryandahp: that 10.100.5 network is a tenant network... not visible from any of your other hosts, right?00:57
adun153Sam-I-Am: I'm all for less-complex deployments :D00:58
Sessooh... it did say that this conf file was moved but that "false" fle doesnt exist./etc/apache2/conf-available/openstack-dashboard.conf:# - false-horizon_ssl_vhost.conf00:58
Sam-I-Amadun153: its arguably less complex. lower minimum hw requirements, more configurable, less black-boxy imo.00:59
*** tkatarki has joined #openstack00:59
Sam-I-Amand i think ssl works :)00:59
*** ibravo has quit IRC00:59
lj1102I now know why "everything" broke down after I tried installing swift, during the process I installed pip and upgraded phyton and its packages, breaking a lot of compatibilities.00:59
adun153Sam-I-Am: Is it distro-agnostic as well?00:59
ryandahpSam-I-Am: yes sam. i want build my web server from that tenant00:59
Sam-I-Amlj1102: whoops. mixing pip and distro packages usually makes a mess.01:00
SessoFuel made life very easy lol. Still have to know what network you are using and how to configure the switches01:00
Sam-I-Amadun153: no, currently just runs on ubuntu01:00
Sam-I-Ambut does not use distro packages for openstack01:00
Sam-I-Amits source01:00
adun153Sam-I-Am: I'm cool with that. But it handles package-based dependencies as well, I supposed.01:01
adun153Sam-I-Am: I'm cool with that. But it handles package-based dependencies as well, I suppose01:01
Sam-I-Amryandahp: you probably need to assign a floating ip from the 192.168.58 network to each of those VMs and add ping/ssh/http to the security group rules01:01
Sam-I-Amadun153: it does01:01
*** chlong has joined #openstack01:01
lj1102Sam-I-Am: indeed it does, I only know now because I figured that half of the services are not even running anymore ;O. Lesson learned!01:01
Sam-I-Amlj1102: you can sort of get away with that if you use venvs01:02
adun153Sesso: How's it going?01:02
*** telnes_1 has joined #openstack01:02
*** chlong has quit IRC01:03
domcHi everyone.  Are there any recommendations for the best tool to use for image creation on Ubuntu?  I see the list in the openstack docs (Diskimage-builder, oz, etc) but was wondering if there are specific recommendations.01:03
Sessogood. nothing under apache201:03
*** telnes_ has quit IRC01:03
SessoI almost want to create a horizon_ssl_vhost.conf file and see it that will work.01:04
*** cdash has joined #openstack01:04
Sessoit "technically" should since its using the non ssl conf file.01:04
*** chlong has joined #openstack01:05
*** chlong has quit IRC01:05
*** chlong_ has joined #openstack01:05
adun153Sam-I-Am: Maybe it's not finding the SSL config for horizon, so it's defaulting to something.01:05
*** rdo has quit IRC01:05
*** chlong_ has quit IRC01:05
adun153Sesso: Maybe it's not finding the SSL config for horizon, so it's defaulting to something.01:05
*** v1k0d3n has quit IRC01:05
adun153Not Sam-I-Am, sorry01:06
*** chlong has joined #openstack01:06
adun153Sesso: And if you set it, it'll work.01:06
ryandahpSam-I-Am: i have set that http://imagebin.ca/v/2JWlNHVEojLT is it right?01:06
SessoThats what I am thinking. Ill create it and then copy it to the other controllers.01:07
Sam-I-Amryandahp: that looks ok01:07
*** rdo has joined #openstack01:07
ryandahpSam-I-Am: but, why i still unable ping to my instance? is it because the topology that have router node?01:08
*** VW has joined #openstack01:09
Sam-I-Amryandahp: did you assign a floating ip to each instance?01:09
Sam-I-Amthe router is more of a dnat/snat device, not a true router01:09
Sam-I-Amat least by default01:09
*** moha_hunt has joined #openstack01:11
ryandahpSam-I-Am: so its not a problem? yes i have assign the floating ip. http://imagebin.ca/v/2JWnKjZsO0Iz01:12
*** orzel has quit IRC01:12
*** ibravo has joined #openstack01:13
Sam-I-Amryandahp: from another host on the 192.168.56 network, you can't ping 56.10 or .11?01:15
*** VW has quit IRC01:15
*** VW has joined #openstack01:16
*** tochi has quit IRC01:16
*** brokencycle has quit IRC01:17
*** zhenguo has joined #openstack01:18
*** brokencycle has joined #openstack01:18
*** EricGonczer_ has joined #openstack01:18
*** jianyong has joined #openstack01:18
*** mosburn has joined #openstack01:20
*** VW has quit IRC01:21
*** bobh has joined #openstack01:21
*** luflores_ has quit IRC01:23
*** sep has quit IRC01:24
*** tkatarki has quit IRC01:25
*** kellyp has joined #openstack01:25
*** smoriya has joined #openstack01:26
*** spikey has joined #openstack01:28
*** sep has joined #openstack01:29
*** salv-orlando has joined #openstack01:30
*** kellyp has quit IRC01:31
*** spikeheadon has quit IRC01:31
*** salv-orlando has quit IRC01:32
*** brokencycle has quit IRC01:33
*** tochi has joined #openstack01:33
*** EricGonczer_ has quit IRC01:34
*** baoli has quit IRC01:34
*** achanda has quit IRC01:35
*** pixelb has joined #openstack01:36
*** maveric_amitc_ has quit IRC01:36
*** cdash has left #openstack01:37
*** salv-orlando has joined #openstack01:38
*** julim has quit IRC01:39
*** TheAppleMan has quit IRC01:40
*** Lee1092 has joined #openstack01:42
*** ikcerog has joined #openstack01:44
*** salv-orlando has quit IRC01:45
ryandahpSam-I-Am: i cannot ping because the router is only internal network http://imagebin.ca/v/2JWom1pOpIbK01:46
*** adun153 has quit IRC01:46
ryandahpSam-I-Am: that is the detail of my network configuration01:47
*** domc has quit IRC01:47
*** baoli has joined #openstack01:49
*** nod has joined #openstack01:49
*** nod has left #openstack01:49
*** JRobinson__ has quit IRC01:50
*** ubiquityhosting has quit IRC01:50
*** domc has joined #openstack01:52
*** erkules has joined #openstack01:53
*** spikey has quit IRC01:54
*** lj1102 has quit IRC01:55
*** erkules_ has quit IRC01:56
*** baker has joined #openstack01:58
*** xuan has joined #openstack02:01
*** adun153 has joined #openstack02:03
*** doug-fish has joined #openstack02:04
*** baker_ has joined #openstack02:04
*** yfujioka has joined #openstack02:04
*** roxtrongo has joined #openstack02:05
ryandahpSam-I-Am: but i can ping the floating ip from the router node02:05
*** doug-fi__ has joined #openstack02:06
*** doug-fis_ has quit IRC02:06
*** baker has quit IRC02:07
*** doug-fish has quit IRC02:09
*** sanchitmalhotra has joined #openstack02:09
*** sanchitmalhotra1 has quit IRC02:11
*** domc has quit IRC02:12
*** su_zhang has quit IRC02:13
*** pixelb has quit IRC02:15
*** bobh has quit IRC02:16
*** basis has quit IRC02:18
*** achanda has joined #openstack02:19
*** baoli has quit IRC02:19
*** blackboxsw has joined #openstack02:20
*** v1k0d3n has joined #openstack02:20
Sam-I-Amryandahp: sounds like everything openstack is working, but your network has problems02:20
adun153Sam-I-Am: I can now instantiate instances, DHCP works fine, they can ping outside, etc.02:22
adun153Sam-I-Am: But I can't ssh in for some reason.02:22
adun153I try to ssh from my laptop to the Floating IP of the instance, it hangs02:22
adun153meanwhile, as I use my VM's console,02:22
*** bobh has joined #openstack02:22
Sam-I-Amcan you ping into the vms?02:23
adun153netstat say that an ssh connection was established.02:23
Sessoany errors when you do ssh -v02:23
adun153what could be wrong?02:23
adun153ping works02:23
Sam-I-Amadun153: probably mtu problems02:23
adun153I can ping from the VMs02:23
Sam-I-Amdid you set the 'optional' thing in the dhcp agent from the install guide?02:23
adun153doing a wget resolves http://www.google.com, but doesn't actually download anything02:24
adun153Sam-I-Am: no02:24
adun153I guess that's next to try :p02:24
Sam-I-Ammight want to do that, restart dhcp agent, reboot vm02:24
*** v1k0d3n has quit IRC02:24
*** marzif has quit IRC02:27
*** arnoldje has joined #openstack02:28
adun153Sam-I-Am: That seems to have done the trick. Thanks!02:28
Sam-I-Amyarp02:28
ryandahpSam-I-Am: so, is it because the internal network mode from the vm?02:29
ryandahpSam-I-Am: but why i can ping to the host from the vm instance?02:30
*** basis has joined #openstack02:30
*** _et has joined #openstack02:30
*** eghobo_ has quit IRC02:32
Sam-I-Amryandahp: probably due to some nat somewhere02:32
Sam-I-Amthis looks like a vbox setup?02:32
*** roxtrongo has quit IRC02:34
ryandahpSam-I-Am: yes this is vbox02:35
Sam-I-Amunless you have a bridged network in it, you won't be able to see "in" to your openstack VMs from the host on which vbox runs02:36
ryandahpSam-I-Am: im still confuse with the router node function02:36
Sam-I-Amthe neutron router performs nat between the private and public/external network02:37
Sam-I-Amif you can route to the network on which the floating IP resides, you can get to the openstack VMs02:37
Sam-I-Ambut if all of this is inside vbox, you cant get into it02:37
*** roxtrongo has joined #openstack02:38
*** jbell8 has quit IRC02:39
ryandahpso there must be router node if i want the vm connect to the internet?02:41
ryandahpin my topology i use 3 vm (router node, control node, compute node), is it possible if i just want use the control and compute node without router node to connect to the internet?02:42
Sam-I-Amwell, your 56.0/24 network needs routing or switching into your host that runs vbox02:42
*** pratikmallya has quit IRC02:43
*** VW has joined #openstack02:43
Sam-I-Amthis doesnt seem like an openstack problem, it seems like a vbox architecture problem02:43
*** VW has quit IRC02:43
*** maveric_amitc_ has joined #openstack02:44
*** VW has joined #openstack02:44
*** ikcerog_ has joined #openstack02:44
*** saschpe has quit IRC02:45
ryandahpbut why i cannot ping from the virtualbox control node and compute node?02:45
*** mvle has joined #openstack02:45
Sam-I-Ami dont really understand the problem02:46
Sam-I-Amopenstack looks to be working fine02:46
*** saschpe has joined #openstack02:46
ryandahpi want ask again, when i do ip nets is it ok the qrouter not show02:47
*** ikcerog has quit IRC02:47
*** dano has joined #openstack02:47
ryandahpi just want access my instance from all device in my lan02:48
Sam-I-Amexcept all of this is in vbox, and all of your vbox networks are nat or host-only?02:49
*** sneti has joined #openstack02:50
ryandahphttp://imagebin.ca/v/2JWom1pOpIbK that is my configuration for the vbox02:51
Sam-I-Amso, this 56 network... its on "vb internal 2" ?02:52
Sam-I-Amor vb internal 102:53
*** ikcerog_ has quit IRC02:53
*** zhhuabj_ has quit IRC02:53
*** zhhuabj has joined #openstack02:54
ryandahpinternal 202:54
Sam-I-Amnothing outside of vbox can see this network?02:55
*** mikeoutland has joined #openstack02:55
*** electrocucaracha has joined #openstack02:56
*** zhhuabj has quit IRC02:57
ryandahpnoting, only router node can ping the floating ip02:57
*** zhhuabj has joined #openstack02:57
Sam-I-Amthe vbox network on which the 56 network resides would need to use a 'bridged network' in vbox02:58
*** sneti has quit IRC02:59
*** mrcurious has joined #openstack02:59
Sam-I-Amand then it would also need to use the same IP range as other hosts on that bridged network02:59
*** mikeoutland has quit IRC03:00
*** vivek-ebay has quit IRC03:03
*** eghobo has joined #openstack03:04
*** trifon has joined #openstack03:04
ryandahpok sam, i will try that. if i change that, should i edit the routing configuration in router node?03:04
Sam-I-Ammaybe, depends on what you have to change03:04
*** gli has joined #openstack03:05
*** marcusvrn_ has quit IRC03:05
*** zhhuabj has quit IRC03:05
*** pratikmallya has joined #openstack03:06
*** unlaudable has joined #openstack03:07
*** electrocucaracha has quit IRC03:07
*** sanchitmalhotra1 has joined #openstack03:10
*** hdd has joined #openstack03:10
ryandahpbecause the router node can ping the floating ip, is it the router should be can ping the instance vm?03:11
*** travnewmatic has joined #openstack03:11
ryandahpif i want config the routing configuration, where i must setting it?03:11
*** sanchitmalhotra has quit IRC03:12
*** galstrom_zzz is now known as galstrom03:14
Sam-I-Amare you working with other people on this project?03:15
adun153Question:I have two nodes, A and B. They all have public, admin, and data network interfaces. B is the compute, and A is the controller/network.  cinder-volume is on A as well. If I attach a volume to an instance running on B, how does the data flow go?03:16
*** dtx00ff has joined #openstack03:18
*** zhhuabj has joined #openstack03:19
*** bobh has quit IRC03:19
*** tpot has quit IRC03:20
*** eghobo has quit IRC03:21
Sam-I-Amadun153: generally via the api/controller network03:21
Sam-I-Amits configurable03:21
ryandahpSam-I-Am: i use the OPENDAYLIGHT-OVSDB integration with openstack project. they give the ova format that have snapshot inside03:21
Sam-I-Amryandahp: you need to find someone to help you with vbox03:21
*** travnewmatic has quit IRC03:22
*** dtx00ff has quit IRC03:22
adun153Sam-I-Am: Not internal/admin?03:23
Sam-I-Amadun153: by default, its usually whatever "my_ip" is bound to03:24
adun153I see. Cool cool cool. Thanks!03:24
*** achampion has joined #openstack03:25
*** tochi has quit IRC03:25
*** roxtrongo has quit IRC03:27
*** purpleid1a is now known as purpleidea03:29
*** purpleidea has joined #openstack03:29
*** eglynn_ has quit IRC03:34
ryandahpSam-I-Am: Thanks Sam-I-Am :)03:34
*** opensource_ninja has quit IRC03:34
*** trifon has quit IRC03:35
*** kellyp has joined #openstack03:36
*** JRobinson__ has joined #openstack03:37
*** fzylogic has joined #openstack03:39
*** Sakthi has joined #openstack03:39
*** kellyp has quit IRC03:41
*** galstrom is now known as galstrom_zzz03:41
*** links has joined #openstack03:41
*** fzylogic has quit IRC03:43
ryandahpSam-I-Am: hi sam, i want ask another question. i try launc instanca with fedora 22 cloud image. and what the password for login?03:47
*** vivek-ebay has joined #openstack03:47
*** basis has quit IRC03:48
*** eghobo has joined #openstack03:48
SessoYou didnt tell it to use a key?03:49
SessoI attach mine to a key on create and login.03:49
SessoI change root pass after that but password logins are not allowed on mine instances.03:50
*** pratikmallya has quit IRC03:55
*** sanchitmalhotra has joined #openstack03:55
*** unlaudable has quit IRC03:57
*** sanchitmalhotra1 has quit IRC03:57
*** o_be_one has quit IRC03:57
*** GeoKM has quit IRC03:57
ryandahpi did it, but it still need password for login03:58
*** tochi has joined #openstack03:59
*** travnewmatic has joined #openstack03:59
*** o_be_one has joined #openstack04:00
*** moha_hunt has quit IRC04:03
*** sanchitmalhotra1 has joined #openstack04:06
*** travnewmatic has quit IRC04:07
*** sanchitmalhotra has quit IRC04:08
*** rdas has joined #openstack04:08
*** negronjl has quit IRC04:09
*** kevin_b has joined #openstack04:10
*** achampion has quit IRC04:11
*** sammy007 has quit IRC04:12
*** sammy007 has joined #openstack04:12
*** mkolesni__ has joined #openstack04:12
*** lool- has quit IRC04:13
*** adun153 has quit IRC04:14
*** PsuzeannePsy has joined #openstack04:15
*** negronjl has joined #openstack04:15
*** Suzeanne has joined #openstack04:15
*** lool has joined #openstack04:15
*** salv-orlando has joined #openstack04:15
*** amotoki has joined #openstack04:17
*** SuzieQueue has quit IRC04:18
*** roxtrongo has joined #openstack04:18
*** PsuzeannePsy has quit IRC04:19
*** achampion has joined #openstack04:20
*** ashw_ has quit IRC04:20
*** v1k0d3n has joined #openstack04:21
*** baker_ has quit IRC04:21
*** su_zhang has joined #openstack04:21
*** subscope has joined #openstack04:22
*** mvle has quit IRC04:22
*** salv-orlando has quit IRC04:25
*** sanchitmalhotra has joined #openstack04:25
*** v1k0d3n has quit IRC04:25
*** yuntongjin has quit IRC04:26
*** sanchitmalhotra1 has quit IRC04:28
*** TC01 has quit IRC04:30
*** rdas has quit IRC04:30
*** rdas has joined #openstack04:31
*** ivan_mironov has joined #openstack04:31
*** baoli has joined #openstack04:31
*** PradeepV has joined #openstack04:34
*** TC01 has joined #openstack04:34
*** baoli has quit IRC04:36
*** xuan has quit IRC04:36
*** kellyp has joined #openstack04:37
*** ryandahp has quit IRC04:38
*** rdas has quit IRC04:38
*** rdas has joined #openstack04:38
*** tpot has joined #openstack04:39
*** GeoKM has joined #openstack04:40
*** rossk has joined #openstack04:41
*** rossk has quit IRC04:41
*** yfujioka_ has joined #openstack04:41
*** toscalix__ has joined #openstack04:42
*** kellyp has quit IRC04:42
*** pratikmallya has joined #openstack04:43
*** mikeoutland has joined #openstack04:43
Sam-I-Amthey should be key-only04:43
*** yfujioka has quit IRC04:44
*** arnoldje has quit IRC04:44
*** yfujioka_ has quit IRC04:44
*** yfujioka has joined #openstack04:44
*** pradipta has joined #openstack04:46
*** szhem has quit IRC04:47
*** mikeoutland has quit IRC04:47
*** free_amitc_ has joined #openstack04:48
*** blackboxsw has quit IRC04:49
*** melmoth has joined #openstack04:51
*** stevemar_ has quit IRC04:51
*** maveric_amitc_ has quit IRC04:52
*** stevemar_ has joined #openstack04:53
*** Sakthi has quit IRC04:55
*** mikeoutland has joined #openstack04:55
*** roxtrongo has quit IRC04:56
*** roxtrongo has joined #openstack04:56
*** trifon has joined #openstack04:57
*** spotz is now known as spotz_zzz05:02
*** blackboxsw has joined #openstack05:05
*** tonythomas has joined #openstack05:06
*** toscalix__ has quit IRC05:08
*** shinenelson has quit IRC05:08
*** yuntongjin has joined #openstack05:10
*** elonden has joined #openstack05:11
*** su_zhang has quit IRC05:11
*** Poornima has joined #openstack05:12
*** yuntongjin1 has joined #openstack05:15
*** sanchitmalhotra1 has joined #openstack05:15
*** sanchitmalhotra has quit IRC05:17
*** yuntongjin has quit IRC05:17
*** jbell8 has joined #openstack05:19
*** salv-orlando has joined #openstack05:20
*** skirk has joined #openstack05:22
*** amotoki has quit IRC05:22
*** vsedelnik has joined #openstack05:22
*** sanchitmalhotra1 has quit IRC05:23
*** VW has quit IRC05:23
*** VW has joined #openstack05:24
*** hdd has quit IRC05:25
*** StuartMI has quit IRC05:25
*** BOKALDO has joined #openstack05:26
*** pravins has joined #openstack05:28
*** VW has quit IRC05:28
*** amotoki has joined #openstack05:29
*** sanchitmalhotra has joined #openstack05:30
*** pravin_s has joined #openstack05:31
*** aopincar has joined #openstack05:31
*** ron-slc has quit IRC05:31
*** pravin_s has quit IRC05:32
*** pravin_s has joined #openstack05:32
*** eggshell has quit IRC05:33
*** tpot_ has joined #openstack05:33
*** zsais has quit IRC05:33
*** groen692 has joined #openstack05:33
*** pravins has quit IRC05:34
*** tpot has quit IRC05:34
*** Suzeanne has quit IRC05:35
*** masco has joined #openstack05:35
*** free_amitc_ has quit IRC05:36
*** neoXsys has joined #openstack05:36
*** ron-slc has joined #openstack05:36
*** multi_io has quit IRC05:36
*** elonden has quit IRC05:37
*** elonden has joined #openstack05:38
*** multi_io has joined #openstack05:38
*** Bhaskarakiran has joined #openstack05:38
*** pravin_s is now known as pravins05:38
*** vijayagurug has joined #openstack05:40
*** mikeoutland has quit IRC05:41
*** xuan has joined #openstack05:41
*** eghobo has quit IRC05:41
*** tummy has joined #openstack05:42
*** penick has joined #openstack05:45
*** sanchitmalhotra1 has joined #openstack05:45
*** sanchitmalhotra has quit IRC05:47
*** dtx00ff has joined #openstack05:51
*** Sakthi has joined #openstack05:52
*** shardy_a1k has joined #openstack05:52
*** shardy_afk has quit IRC05:54
*** amotoki has quit IRC05:54
*** tmatsu has quit IRC05:54
*** tmatsu has joined #openstack05:55
*** Bhaskarakiran has quit IRC05:55
*** peterlisak has joined #openstack05:55
*** Bhaskarakiran has joined #openstack05:56
*** amotoki has joined #openstack05:57
*** shardy_a1k has quit IRC05:57
*** pratikmallya has quit IRC05:58
*** yamahata has joined #openstack05:58
*** shardy_afk has joined #openstack05:58
*** amotoki has quit IRC05:59
*** stevemar_ has quit IRC06:00
*** stevemar_ has joined #openstack06:01
*** bvandenh has joined #openstack06:02
*** cdub has quit IRC06:02
*** nkrinner has joined #openstack06:03
*** baigk has quit IRC06:03
*** aufi has joined #openstack06:03
*** baigk has joined #openstack06:03
*** penick has quit IRC06:03
*** stevemar_ has quit IRC06:04
*** shubham has joined #openstack06:05
*** _et has quit IRC06:06
*** tmatsu has quit IRC06:06
*** tpot_ has quit IRC06:09
*** dano_ has joined #openstack06:10
*** dano has quit IRC06:10
*** tmatsu has joined #openstack06:11
*** dtx00ff has quit IRC06:11
*** dtx00ff has joined #openstack06:12
*** zhhuabj has quit IRC06:12
*** S0NiC_ has joined #openstack06:12
*** tpot has joined #openstack06:12
*** pravin_s has joined #openstack06:14
*** spikeheadon has joined #openstack06:14
*** dano_ has quit IRC06:15
*** S0NiC has quit IRC06:15
*** dano has joined #openstack06:15
*** lsmola_ has joined #openstack06:16
*** pravins has quit IRC06:16
*** tpot has quit IRC06:17
*** ivan_mironov has quit IRC06:18
*** simon-AS559 has joined #openstack06:18
*** elo has quit IRC06:19
*** simon-AS5591 has joined #openstack06:20
*** saurabh has joined #openstack06:20
*** dano_ has joined #openstack06:22
*** dano has quit IRC06:22
*** v1k0d3n has joined #openstack06:22
*** hdd has joined #openstack06:22
*** fedexo has quit IRC06:22
*** elonden has left #openstack06:23
*** simon-AS559 has quit IRC06:23
*** tmatsu has quit IRC06:24
*** tmatsu has joined #openstack06:25
*** hdd has quit IRC06:25
*** v1k0d3n has quit IRC06:26
*** hdd has joined #openstack06:27
*** gardenshed has joined #openstack06:29
*** sendro has quit IRC06:30
*** zhangjn has joined #openstack06:31
*** hdd has quit IRC06:32
*** matjazp has joined #openstack06:32
*** scheuran has joined #openstack06:32
*** rasca has joined #openstack06:33
*** amotoki has joined #openstack06:34
*** gardenshed has quit IRC06:37
*** itarchitectkev has joined #openstack06:38
*** SteffanW has joined #openstack06:38
*** ParsectiX has joined #openstack06:38
*** nmagnezi has joined #openstack06:38
*** free_amitc_ has joined #openstack06:39
*** amotoki has quit IRC06:39
*** tmatsu_ has joined #openstack06:39
*** amotoki has joined #openstack06:39
*** spikeheadon has quit IRC06:41
*** tmatsu_ has quit IRC06:41
*** pawel0987 has joined #openstack06:41
*** zhhuabj has joined #openstack06:41
*** pawel0987 has quit IRC06:42
*** simon-AS5591 has quit IRC06:42
*** shubham has quit IRC06:42
*** tmatsu_ has joined #openstack06:42
*** tmatsu has quit IRC06:42
*** kellyp has joined #openstack06:44
*** achanda has quit IRC06:44
*** yasu has joined #openstack06:45
*** Madan has joined #openstack06:47
*** purpleidea has quit IRC06:48
*** kellyp has quit IRC06:49
*** purpleidea has joined #openstack06:50
*** purpleidea has joined #openstack06:50
*** Suzeanne has joined #openstack06:51
*** adac has joined #openstack06:52
*** ivan_mironov has joined #openstack06:52
*** gildub has quit IRC06:53
*** anande has joined #openstack06:53
*** faddat has quit IRC06:54
*** tmatsu_ has quit IRC06:54
*** tmatsu has joined #openstack06:55
*** yamamoto has joined #openstack06:55
*** anande has quit IRC06:55
*** jprovazn has joined #openstack06:56
*** ivan_mironov has quit IRC06:57
*** tmatsu has quit IRC06:57
*** yasu has quit IRC06:58
*** yasu__ has joined #openstack06:58
*** tmatsu has joined #openstack07:00
*** cooldharma06 has joined #openstack07:01
*** amotoki has quit IRC07:01
*** e0ne has joined #openstack07:01
cooldharma06hi all07:01
Sessohi07:01
*** jhesketh has quit IRC07:02
cooldharma06i have my openstack setup which is multi node setup. i want to restart my cloud07:02
cooldharma06what are the services are necessary to restart the openstack cloud07:02
*** spotz_zzz is now known as spotz07:02
*** simon-AS559 has joined #openstack07:04
*** anshul has joined #openstack07:04
*** alexschm has joined #openstack07:04
*** scheuran has quit IRC07:04
*** jhesketh has joined #openstack07:05
*** atrius has quit IRC07:05
*** GeoKM has quit IRC07:05
*** avozza has quit IRC07:06
*** dtx00ff has quit IRC07:06
*** tmatsu has quit IRC07:07
*** itarchitectkev has quit IRC07:07
*** pravin_s is now known as pravins07:08
*** markvoelker has quit IRC07:08
*** neilus has joined #openstack07:10
*** atrius has joined #openstack07:10
*** tmatsu has joined #openstack07:10
*** spotz is now known as spotz_zzz07:12
*** dtx00ff has joined #openstack07:12
*** Suzeanne has left #openstack07:14
*** ivan_mironov has joined #openstack07:14
*** tummy has quit IRC07:14
*** k4n0 has joined #openstack07:15
*** mturpin has joined #openstack07:15
*** dgurtner has joined #openstack07:17
*** dgurtner has joined #openstack07:17
*** subscope has quit IRC07:18
*** ronis has joined #openstack07:18
*** e0ne has quit IRC07:20
*** grafuls has joined #openstack07:20
*** jtomasek has quit IRC07:21
*** chlong has quit IRC07:23
*** kawa2014 has joined #openstack07:23
*** OutBackDingo has joined #openstack07:24
*** e0ne has joined #openstack07:24
*** JRobinson__ is now known as JRobinson__afk07:27
*** dano_ has quit IRC07:27
*** matjazp has quit IRC07:27
*** jtomasek has joined #openstack07:28
*** aarefiev has joined #openstack07:29
*** gildub has joined #openstack07:29
*** btaroli has quit IRC07:29
*** e0ne has quit IRC07:31
*** btaroli has joined #openstack07:31
*** fsimonce has joined #openstack07:32
*** arxcruz has joined #openstack07:33
*** gardenshed has joined #openstack07:36
*** shardy_afk is now known as shardy07:36
*** gardenshed has quit IRC07:37
*** gardenshed has joined #openstack07:37
*** xgsa has quit IRC07:38
*** dizquierdo has joined #openstack07:39
*** jpena has joined #openstack07:39
*** geaaru has joined #openstack07:41
*** yamahata has quit IRC07:41
*** fzylogic has joined #openstack07:42
*** dtx00ff has quit IRC07:43
*** salv-orl_ has joined #openstack07:45
*** elonden_ has joined #openstack07:46
*** fzylogic has quit IRC07:47
*** baigk has quit IRC07:48
*** salv-orlando has quit IRC07:48
*** baigk has joined #openstack07:48
*** hardbot has joined #openstack07:50
*** gfidente has joined #openstack07:51
*** mpavone has joined #openstack07:51
*** fzdarsky__ has joined #openstack07:51
*** baigk has quit IRC07:53
*** baigk has joined #openstack07:53
*** admin0 has joined #openstack07:55
*** corXi has joined #openstack07:55
*** comay has quit IRC07:56
*** itarchitectkev has joined #openstack07:58
*** vivek-ebay has quit IRC07:58
*** neeti has joined #openstack07:59
*** rubasov has joined #openstack07:59
*** bluex has joined #openstack08:00
*** rossella_s has joined #openstack08:00
*** bluex has quit IRC08:00
*** bluex has joined #openstack08:00
*** franred has joined #openstack08:01
*** Ala has joined #openstack08:02
*** stevemar_ has joined #openstack08:02
*** epcim has joined #openstack08:02
*** negronjl has quit IRC08:03
*** markus_z has joined #openstack08:04
*** hashar has joined #openstack08:05
*** stevemar_ has quit IRC08:06
*** pnavarro has joined #openstack08:07
*** negronjl has joined #openstack08:08
*** MarkBaker has joined #openstack08:08
*** yog_ has joined #openstack08:08
*** markvoelker has joined #openstack08:09
*** JRobinson__afk is now known as JRobinson__08:09
*** v1k0d3n has joined #openstack08:10
*** matjazp has joined #openstack08:10
*** ronis has quit IRC08:11
*** deepthi has joined #openstack08:11
*** elonden_ has quit IRC08:12
*** RayTrace_ has joined #openstack08:12
*** RayTrace_ has quit IRC08:12
*** free_amitc_ has quit IRC08:12
*** unlaudable has joined #openstack08:13
*** RayTrace_ has joined #openstack08:13
*** salv-orl_ has quit IRC08:14
*** RayTrace_ has quit IRC08:14
*** markvoelker has quit IRC08:14
*** ronis has joined #openstack08:14
*** RayTrace_ has joined #openstack08:14
*** v1k0d3n has quit IRC08:15
*** e0ne has joined #openstack08:16
*** xek_ is now known as xek08:16
*** maveric_amitc_ has joined #openstack08:17
*** bbcmicrocomputer has joined #openstack08:17
*** jistr has joined #openstack08:17
*** jistr has quit IRC08:18
*** davidsha has joined #openstack08:18
*** ndipanov has joined #openstack08:19
*** jistr has joined #openstack08:20
*** matjazp has quit IRC08:21
*** choonming has joined #openstack08:23
*** sanchitmalhotra has joined #openstack08:24
*** shardy_ has joined #openstack08:25
*** sanchitmalhotra1 has quit IRC08:26
*** Cloudish has joined #openstack08:26
*** derekh has joined #openstack08:26
*** shardy has quit IRC08:26
*** sshnaidm has joined #openstack08:27
*** epcim has quit IRC08:27
*** bsdgeek has quit IRC08:27
*** e0ne has quit IRC08:29
*** subscope has joined #openstack08:29
*** matjazp has joined #openstack08:29
*** shardy_ has quit IRC08:30
*** sahai has joined #openstack08:30
*** shardy has joined #openstack08:31
*** sshnaidm has quit IRC08:31
*** epcim has joined #openstack08:31
*** pixelb has joined #openstack08:31
*** persia has quit IRC08:33
*** RedRat has quit IRC08:33
*** e0ne has joined #openstack08:33
*** btaroli has quit IRC08:34
*** persia has joined #openstack08:34
*** persia has quit IRC08:34
*** persia has joined #openstack08:34
*** itarchitectkev has quit IRC08:34
*** e0ne has quit IRC08:35
*** btaroli has joined #openstack08:37
*** marzif has joined #openstack08:37
*** maveric_amitc_ has quit IRC08:37
*** sanchitmalhotra1 has joined #openstack08:40
*** GenteelBen has joined #openstack08:40
*** yasu__ has quit IRC08:41
*** sanchitmalhotra has quit IRC08:42
*** rgogunskiy has joined #openstack08:44
*** phylante has joined #openstack08:45
*** eglynn_ has joined #openstack08:45
*** marzif has quit IRC08:45
sahai Failure: ['XENAPI_PLUGIN_FAILURE', 'run_command', 'PluginError', "ovs-vsctl: 'list' command has no '--if-exists' option\n"08:46
*** sshnaidm has joined #openstack08:46
sahaic08:46
*** eglynn_ has quit IRC08:46
*** mcornea has joined #openstack08:47
sahaineutron-rootwrap-xen-dom008:47
sahai'XENAPI_PLUGIN_FAILURE', 'run_command', 'PluginError', "ovs-vsctl: 'list' command has no '--if-exists' option\n08:47
*** mcornea has quit IRC08:47
*** mar_vin has quit IRC08:47
sahaihelp me  how to fixed it  use  neutron on xenserver.08:47
*** davidsha_ has joined #openstack08:48
*** jcoufal has joined #openstack08:50
*** davidsha has quit IRC08:50
*** martinsbalodis_ has joined #openstack08:51
*** aufi has quit IRC08:51
*** martinsbalodis has quit IRC08:51
*** martinsbalodis_ has quit IRC08:51
*** carroarmato0 has joined #openstack08:52
*** martinsbalodis has joined #openstack08:52
*** tmatsu has quit IRC08:55
*** tmatsu has joined #openstack08:56
*** mcornea has joined #openstack08:56
*** maveric_amitc_ has joined #openstack08:56
sahaisome body help me08:56
*** maveric_amitc_ has quit IRC08:57
*** maveric_amitc_ has joined #openstack08:57
*** tochi has quit IRC08:57
*** vivek-ebay has joined #openstack08:58
*** aufi has joined #openstack08:58
*** choonming has quit IRC08:58
*** zhhuabj has quit IRC08:59
*** xgsa has joined #openstack09:00
*** rubasov has left #openstack09:00
*** tochi has joined #openstack09:00
*** vivek-ebay has quit IRC09:03
*** spotz_zzz is now known as spotz09:03
*** _nick has quit IRC09:03
*** rubasov has joined #openstack09:04
davidsha_sahai : whats up?09:05
*** dizquierdo has quit IRC09:05
*** manous has joined #openstack09:06
*** _nick has joined #openstack09:07
*** franred has quit IRC09:07
*** openstack has joined #openstack09:18
manousyou can try it09:18
*** SamYaple has joined #openstack09:18
*** hardbot has quit IRC09:18
muh-die-kuhHi! We're trying to run openstack using packstack on 3 CentOS machines. One, 192.168.217.10 is used as the controller, .11 & .12 are compute nodes. We're trying to use 192.168.217.0/24 as an public existing flat network. The Instances boot and are basically working, but we're having troubles with metadata. curl 169.254.169.254:80 doesn't work within the instances.09:20
muh-die-kuhThere's an iptables rule on the compute nodes, which should point that to 192.168.217.10:8775, and from what we understand from tcpdump, the rule works. 192.168.217.10:8775 is accessible from within the instances. I pasted some tcpdump to https://gist.github.com/hco/fb78d48f6f8e1e91b408 - I don't really understand why the second package works, as I don't really see a difference between the two. Does anyone have an idea what to debug next?09:20
*** gardenshed has joined #openstack09:20
*** SamYaple has quit IRC09:20
*** SamYaple has joined #openstack09:20
*** NetHawk has joined #openstack09:21
*** RayTrace_ has quit IRC09:22
*** mar-vin has quit IRC09:22
*** PawelGrape has joined #openstack09:23
*** bvandenh has quit IRC09:23
*** greghaynes has joined #openstack09:23
*** SteffanW has quit IRC09:24
*** maniram has joined #openstack09:25
*** RedRat has joined #openstack09:26
*** Muntaner has quit IRC09:26
*** SamYaple has quit IRC09:26
*** SamYaple has joined #openstack09:26
*** SamYaple has joined #openstack09:27
*** RayTrace_ has joined #openstack09:28
*** Muntaner has joined #openstack09:29
Muntanerhello to everyone09:29
MuntanerI have to do a new installation of Openstack, and was seeing that the Liberty version has been released 15th October... I can't understand if it is stable or not, is it fine or it's better to install a Kilo for now?09:29
*** btaroli has quit IRC09:31
*** btaroli has joined #openstack09:31
SamYapleMuntaner: Liberty is the new stable version. OpenStack releases a new version every 6 months09:32
SamYapleMuntaner: if you are deploying something in production I would probably recommend Kilo until about a month from now09:32
*** youngbaks has joined #openstack09:32
SamYapleif you are doing testing use Liberty09:32
*** persia has quit IRC09:32
*** manous has quit IRC09:32
MuntanerSamYaple, it's more testing than other :)09:33
*** Bhaskarakiran_ has joined #openstack09:33
*** mar-vin has joined #openstack09:33
*** persia has joined #openstack09:34
*** persia has quit IRC09:34
*** persia has joined #openstack09:34
*** Bhaskarakiran has quit IRC09:34
*** Bhaskarakiran_ has quit IRC09:34
*** Bhaskarakiran has joined #openstack09:34
SamYapleLiberty it is09:34
*** Sakthi has quit IRC09:37
*** sanchitmalhotra has joined #openstack09:37
*** maveric_amitc_ has quit IRC09:37
*** maniram has left #openstack09:38
*** sanchitmalhotra1 has quit IRC09:38
*** maniram_ has joined #openstack09:41
*** matjazp has quit IRC09:41
*** i316653 has joined #openstack09:42
*** maniram_ has quit IRC09:42
*** maniram has joined #openstack09:43
*** manous has joined #openstack09:45
*** youngbaks has quit IRC09:46
MuntanerSamYaple, what about the fedora docs?09:46
MuntanerWhat OS do you suggest to use in order to try Liberty?09:46
SamYaplewhatever you are used to09:48
MuntanerSamYaple, docs for Fedora aren't available, that was my favourite09:49
SamYaplecant help you there then. sorry.09:50
SamYapleyou could try making the kilo docs work I suppose09:50
*** sergmelikyan has joined #openstack09:50
*** marzif has joined #openstack09:51
*** kellyp has joined #openstack09:53
*** alex_klimov has joined #openstack09:53
*** RayTrace_ has quit IRC09:53
*** slotty has joined #openstack09:55
*** Bhaskarakiran has quit IRC09:57
*** ParsectiX has quit IRC09:58
MuntanerSamYaple, you mean using the Kilo docs "Liberty-zed" ? :)09:58
SamYapleyea09:58
*** kellyp has quit IRC09:58
*** roxtrong_ has joined #openstack09:58
*** unlaudable has quit IRC10:00
*** VW has joined #openstack10:00
*** w1xz has joined #openstack10:01
*** roxtrongo has quit IRC10:01
*** VW has quit IRC10:01
*** VW has joined #openstack10:02
*** stevemar_ has joined #openstack10:03
*** sppadic has joined #openstack10:04
*** watanabe_isao has joined #openstack10:05
*** stevemar_ has quit IRC10:06
*** hichihara has quit IRC10:07
*** zhenguo has quit IRC10:07
*** v3nd3tta is now known as v3nd3tta``10:08
*** adac has quit IRC10:09
*** Bhaskarakiran has joined #openstack10:10
*** RayTrace_ has joined #openstack10:10
*** salv-orlando has joined #openstack10:11
*** SteffanW has joined #openstack10:11
*** yasu has joined #openstack10:13
*** sppadic has quit IRC10:13
*** gli has quit IRC10:16
*** pradipta has quit IRC10:17
*** evidex has joined #openstack10:17
*** rasca_ has joined #openstack10:18
*** matjazp has joined #openstack10:19
*** skamithi13 has joined #openstack10:21
*** tmatsu has quit IRC10:21
*** rasca has quit IRC10:22
*** w1xz has quit IRC10:24
*** jbell8 has quit IRC10:24
*** jbell8 has joined #openstack10:25
*** franred has joined #openstack10:27
*** sppadic has joined #openstack10:27
*** tmatsu has joined #openstack10:29
*** sanchitmalhotra1 has joined #openstack10:32
*** soosfarm has quit IRC10:33
*** maveric_amitc_ has joined #openstack10:33
*** akanksha_ has joined #openstack10:33
*** sanchitmalhotra has quit IRC10:34
*** Zack_ has joined #openstack10:35
*** ezobn has joined #openstack10:35
*** adun153 has joined #openstack10:36
*** hashar has quit IRC10:36
*** unlaudable has joined #openstack10:36
*** pnavarro is now known as pnavarro|mtg10:36
adun153Seems like floating IPs haven't been released by Projects i've already deleted, nwo I'm out of floating IPs. What to do?10:36
*** nmagnezi has quit IRC10:36
davidsha_is it on CentOS?10:37
adun153On Ubuntu10:37
*** apahim has joined #openstack10:37
*** blomquisg has quit IRC10:38
*** weihan has joined #openstack10:39
*** hardbot has joined #openstack10:40
davidsha_When you say projects you deleted, it's the projects holding the instances with the floating IPs?10:41
*** trifon has quit IRC10:41
*** eglynn has joined #openstack10:41
Zack_regarding floating IP's that are not freed, go to your controller node and execute "neutron floatingip-list"10:43
*** apahim has quit IRC10:43
*** gszasz has joined #openstack10:44
Zack_all those that dont have fixed_ip_address and port_id are OK to be deleted by executing "neutron floatingip-delete $FLOATINGIP_ID"10:44
*** vimal has quit IRC10:44
*** fzylogic has joined #openstack10:44
Zack_that will bring them back to available pool10:44
adun153davidsha: Yes10:45
adun153as in it was assigned to them, instances were running, floats were assigned to them. I deleted the whole project right away, and it looks like those IPs haven't been released.10:46
*** marzif has quit IRC10:46
adun153my admin user can't allocate more than 3 ips to his project. (the quota is 50, so that's not the problem).10:46
*** vsedelnik has quit IRC10:46
*** vsedelnik has joined #openstack10:47
adun153Zack: ip floating list gives me nothing10:47
adun153it's a blank10:47
*** franred has quit IRC10:47
adun153Does it show the  floating ips for just the user, or the whole system?10:48
*** ade_b has joined #openstack10:48
*** ade_b has joined #openstack10:48
*** ParsectiX has joined #openstack10:49
*** fzylogic has quit IRC10:49
*** hashar has joined #openstack10:49
Zack_adun153: you have to execute it as openstack admin user. do you have credentials for admin user?10:50
adun153yes10:50
adun153I'm using the admin user already10:50
*** nmagnezi has joined #openstack10:51
*** hardbot has quit IRC10:52
*** unlaudable has quit IRC10:52
Zack_adun153: well it should work then. it must work10:53
adun153Zck: Is it possible to check WHERE the ips are allocated to?10:53
*** kellyp has joined #openstack10:54
*** franred has joined #openstack10:54
*** apahim has joined #openstack10:55
*** fxpester has joined #openstack10:56
*** tmatsu has quit IRC10:56
*** tmatsu has joined #openstack10:57
*** UMax has joined #openstack10:57
*** trifon has joined #openstack10:58
Zack_adun153: you can query the database if you know how10:58
Zack_adun153: start mysql then "use neutron" and after that "select * from floatingips where floating_ip_address = 'ip_address_which_you're_interested_in'\G10:59
*** kellyp has quit IRC10:59
*** pblaho has joined #openstack10:59
Zack_adun153: status will either be active or down. if it's active it means it's still in use11:00
*** vsedelnik has quit IRC11:00
*** khushbu_ has joined #openstack11:03
_nickyou don't need to poke around in the database to find out which ports floating-ips are assigned to11:03
_nick`neutron floatingip-list` will show that for all flips by default if you've the admin role assigned11:03
*** spotz_zzz is now known as spotz11:04
*** jcarter2 has quit IRC11:04
*** eghobo has joined #openstack11:04
*** jcarter2 has joined #openstack11:04
*** jcarter2 has quit IRC11:04
* _nick reads up and realises that's already been stated11:04
*** choonming has joined #openstack11:04
*** roxtrong_ has quit IRC11:05
*** Sakthi has joined #openstack11:06
*** adac has joined #openstack11:06
*** eghobo_ has joined #openstack11:06
*** roxtrong_ has joined #openstack11:07
*** nllrte has joined #openstack11:08
*** ccie64dd has joined #openstack11:09
*** eghobo has quit IRC11:10
*** salv-orlando has quit IRC11:11
Zack__nick: exactly, neutron floatingip-list must work if admin user execute it11:12
*** mj0vy has joined #openstack11:12
*** vsedelnik has joined #openstack11:12
*** mj0vy has left #openstack11:12
_nickadun153: where are you checking the quota for that user?11:13
*** spotz is now known as spotz_zzz11:13
*** marzif has joined #openstack11:14
*** adun153 has quit IRC11:15
visibilityspotsdoes anyone know an alternative to attach a network interface to a running instance? It can be done by using nova interface-attach --net-id X SERVER, but I would like to do it using the openstack client instead..11:15
*** matjazp has quit IRC11:15
*** ParsectiX has quit IRC11:15
*** kawa2014 has quit IRC11:15
*** shinenelson has joined #openstack11:15
*** sergmelikyan has quit IRC11:16
*** maniram has quit IRC11:16
*** matjazp has joined #openstack11:19
*** e0ne has quit IRC11:20
*** hashar has quit IRC11:21
*** markvoelker has joined #openstack11:22
*** doug-fish has quit IRC11:22
*** matjazp_ has joined #openstack11:24
*** doug-fish has joined #openstack11:25
*** matjazp has quit IRC11:26
*** manous has quit IRC11:26
*** manous has joined #openstack11:26
*** Suzeanne has joined #openstack11:27
*** rtheis has joined #openstack11:27
*** markvoelker has quit IRC11:27
*** BOKALDO_ has quit IRC11:31
*** jaypipes has joined #openstack11:33
*** markvoelker has joined #openstack11:34
*** tmatsu has quit IRC11:35
*** Ala has quit IRC11:35
*** Sakthi has quit IRC11:36
*** ParsectiX has joined #openstack11:36
*** spotz_zzz is now known as spotz11:37
*** Sakthi has joined #openstack11:37
*** spotz is now known as spotz_zzz11:37
*** pravins has quit IRC11:38
*** youngbaks has joined #openstack11:38
*** pnavarro|mtg is now known as pnavarro11:38
*** thrash|wknd is now known as thrash11:39
*** beejee has quit IRC11:40
*** bvandenh has joined #openstack11:40
*** brokencycle has joined #openstack11:41
*** nstrug has quit IRC11:43
*** Sakthi has quit IRC11:45
*** tkhno has joined #openstack11:46
*** skamithi14 has joined #openstack11:46
*** tochi has quit IRC11:46
*** Poornima has quit IRC11:47
*** dizquierdo has joined #openstack11:48
*** luflores has joined #openstack11:48
*** Bhaskarakiran has quit IRC11:50
*** skamithi13 has quit IRC11:50
*** pnavarro is now known as pnavarro|mtg11:50
*** pnavarro|mtg is now known as pnavarro|lunch11:50
*** beejee has joined #openstack11:52
*** Mufasa has joined #openstack11:53
*** ParsectiX has quit IRC11:53
MufasaHi... did anybody face the problem, that after you created an instance and try to ping someone. it receives 2 packets and then stops "host unreachable"11:54
*** baoli has joined #openstack11:54
*** davidsha_ has quit IRC11:54
*** sayan has joined #openstack11:55
*** choonming has quit IRC11:57
*** dgurtner has quit IRC11:57
*** EricGonczer_ has joined #openstack11:57
*** EricGonc_ has joined #openstack11:58
*** osryan has joined #openstack11:59
*** mkolesni has joined #openstack11:59
*** mkolesni__ has quit IRC11:59
*** RayTrace_ has quit IRC12:00
*** markvoelker has quit IRC12:02
*** EricGonczer_ has quit IRC12:02
*** RayTrace_ has joined #openstack12:02
*** eghobo_ has quit IRC12:02
*** josecastroleon has joined #openstack12:03
*** bvandenh has quit IRC12:03
*** stevemar_ has joined #openstack12:04
*** rushil has joined #openstack12:04
*** rfolco has joined #openstack12:04
*** ivan_mironov has quit IRC12:04
*** Madan has quit IRC12:06
*** ivan_mironov has joined #openstack12:06
*** smoriya has quit IRC12:06
*** stevemar_ has quit IRC12:07
*** ryandahp has joined #openstack12:08
*** dgurtner has joined #openstack12:09
*** jckasper has quit IRC12:10
*** aopincar has quit IRC12:10
*** yasu has quit IRC12:11
*** rdas has quit IRC12:11
*** e0ne has joined #openstack12:12
*** kevincarr1991 has joined #openstack12:14
*** salv-orlando has joined #openstack12:16
*** bvandenh has joined #openstack12:18
*** klamath has joined #openstack12:18
*** klamath has quit IRC12:19
*** klamath has joined #openstack12:19
*** diogogmt has quit IRC12:19
*** bluex has quit IRC12:19
*** diltram has quit IRC12:20
*** Mufasa has quit IRC12:21
*** salv-orlando has quit IRC12:21
*** jschlueter has joined #openstack12:21
*** bluex has joined #openstack12:22
*** two_oes has joined #openstack12:24
*** weshay_xchat has joined #openstack12:25
*** weihan_ has joined #openstack12:25
*** weihan_ has quit IRC12:26
*** weihan has quit IRC12:26
*** jistr is now known as jistr|mtg12:26
*** weihan has joined #openstack12:26
*** EricGonc_ has quit IRC12:26
*** georgem1 has joined #openstack12:26
*** weihan has quit IRC12:27
*** yasu has joined #openstack12:27
*** salv-orlando has joined #openstack12:27
*** weihan has joined #openstack12:27
*** georgem1 has quit IRC12:28
*** matjazp_ has quit IRC12:28
*** Zack_ has quit IRC12:28
*** georgem1 has joined #openstack12:28
*** xayto has quit IRC12:28
*** tnovacik has joined #openstack12:28
*** AnilV4 has quit IRC12:29
*** curx has joined #openstack12:29
*** weihan has quit IRC12:30
*** weihan has joined #openstack12:31
*** adac has quit IRC12:31
*** youngbaks has quit IRC12:32
*** xayto has joined #openstack12:32
*** tlian has joined #openstack12:33
*** Warped_ has quit IRC12:33
*** zenpac has joined #openstack12:33
*** ParsectiX has joined #openstack12:34
*** salv-orlando has quit IRC12:34
*** Zack_ has joined #openstack12:34
*** tkatarki has joined #openstack12:34
*** PradeepV has quit IRC12:34
*** Warped has joined #openstack12:34
*** weihan has quit IRC12:35
*** e0ne has quit IRC12:35
*** dgurtner has quit IRC12:36
*** weihan has joined #openstack12:37
*** weihan has quit IRC12:37
*** lborda has joined #openstack12:38
*** amotoki has joined #openstack12:38
*** weihan has joined #openstack12:38
*** tlian has quit IRC12:38
*** Zack1 has joined #openstack12:38
*** youngbaks has joined #openstack12:39
*** Zack_ has quit IRC12:39
*** achanda has joined #openstack12:39
*** saurabh has quit IRC12:39
*** davidsha has joined #openstack12:39
*** tlian has joined #openstack12:41
*** achanda has quit IRC12:41
*** v1k0d3n has joined #openstack12:41
*** franred has quit IRC12:42
*** diltram has joined #openstack12:42
*** yasu has quit IRC12:42
*** nelsnelson has joined #openstack12:42
*** dino82 has quit IRC12:44
*** maveric7911 has joined #openstack12:45
*** diogogmt has joined #openstack12:45
*** ayoung has joined #openstack12:45
*** khushbu_ has quit IRC12:46
*** adac has joined #openstack12:46
*** arlion_ has quit IRC12:46
*** arlion_ has joined #openstack12:46
*** arlion_ is now known as arlion12:46
*** weihan has quit IRC12:46
*** amotoki has quit IRC12:47
*** steveg_afk has joined #openstack12:47
*** weihan has joined #openstack12:47
*** Jedicus has quit IRC12:47
*** subscope has quit IRC12:48
*** gildub has quit IRC12:48
*** subscope has joined #openstack12:49
*** cbader has quit IRC12:49
*** dyasny has joined #openstack12:50
*** marzif has quit IRC12:51
*** vmbrasseur has quit IRC12:53
*** projectdp has quit IRC12:53
*** avozza has joined #openstack12:54
*** hashar has joined #openstack12:54
*** vmbrasseur has joined #openstack12:54
*** ivan_mironov has quit IRC12:54
*** merooney has joined #openstack12:54
*** aryklein has joined #openstack12:55
*** flaviof has joined #openstack12:56
*** dgurtner has joined #openstack12:57
*** ikcerog has joined #openstack12:57
*** jpena is now known as jpena|lunch12:57
*** fultonj has joined #openstack12:57
*** franred has joined #openstack12:58
*** dtx00ff has quit IRC12:58
*** morazi has joined #openstack12:58
*** jistr|mtg is now known as jistr12:59
*** beejee has quit IRC12:59
*** ParsectiX has quit IRC13:00
*** achampion has quit IRC13:00
*** matjazp has joined #openstack13:00
*** brokencycle has quit IRC13:01
*** Jedicus has joined #openstack13:01
*** cfh has joined #openstack13:01
*** bvandenh has quit IRC13:01
*** kellyp has joined #openstack13:02
*** william has joined #openstack13:02
*** william is now known as Guest1360913:02
*** georgem1 has quit IRC13:02
*** watanabe_isao has quit IRC13:03
*** Cyberg has joined #openstack13:03
Sam-I-Amvisibilityspots: the openstack client sucks :/13:03
*** ksobkowiak has joined #openstack13:04
*** yuntongjin has joined #openstack13:04
SamYapleSam-I-Am: its ok its just not fully featured13:04
SamYapleill take consitency of it all day long13:04
Sam-I-AmSamYaple: as in "doesnt do anything beyond keystone" ... sure13:04
*** jbell8 has quit IRC13:04
Sam-I-Amit might do something with glance13:05
*** ivan_mironov has joined #openstack13:05
SamYapleha good one13:05
SamYapleglance its majorly lacking13:05
SamYaplebut its got some basic stuffs for neutron and nova13:05
SamYaplethose work fine13:05
*** achampion has joined #openstack13:06
*** matjazp has quit IRC13:06
*** kellyp has quit IRC13:07
*** zhhuabj has joined #openstack13:07
Sam-I-Amlast i checked it couldnt do enough with neutron to use networking13:07
Sam-I-Amits just a wrapper for the underlying clients, so...13:08
SamYaplei use it for floating ips since i like things that make since13:08
SamYaplebut that may be wrapping the nova side13:08
*** amotoki has joined #openstack13:08
*** GenteelBen has quit IRC13:08
*** sshnaidm has quit IRC13:08
*** Cyberg has quit IRC13:09
*** ashw_ has joined #openstack13:10
*** sshnaidm has joined #openstack13:10
*** mkolesni has quit IRC13:11
*** mkolesni_ has joined #openstack13:11
*** adac has quit IRC13:11
*** yamamoto has quit IRC13:11
*** beejee has joined #openstack13:12
*** pablolibo has joined #openstack13:12
*** stewbeast has joined #openstack13:12
*** jckasper has joined #openstack13:13
*** neilus has quit IRC13:13
*** salv-orlando has joined #openstack13:13
*** epcim has quit IRC13:13
*** bobh has joined #openstack13:14
*** neilus has joined #openstack13:17
*** Ala has joined #openstack13:17
*** akanksha_ has quit IRC13:18
*** shinenelson has quit IRC13:18
*** georgem1 has joined #openstack13:19
*** diogogmt has quit IRC13:19
*** domc has joined #openstack13:19
*** sayan has quit IRC13:20
*** crose has joined #openstack13:20
visibilityspotsSam-I-Am: hmm guess I'll need to call the api directly trying to adding extra network interfaces :(13:23
*** marzif has joined #openstack13:23
*** yuntongjin1 has joined #openstack13:23
*** jdandrea has joined #openstack13:23
*** achampion has quit IRC13:23
*** adac has joined #openstack13:24
*** mosburn has quit IRC13:24
*** lubuntu_ has joined #openstack13:24
*** e0ne has joined #openstack13:24
*** admin0 has left #openstack13:24
*** yuntongjin has quit IRC13:25
*** julim has joined #openstack13:27
*** marzif has quit IRC13:27
*** youngbaks has quit IRC13:28
lubuntu_ping www.google.com13:28
Sam-I-Amvisibilityspots: why not use the nova/neutron clients?13:29
*** jcarter2 has joined #openstack13:30
*** marzif has joined #openstack13:30
*** krtaylor has joined #openstack13:30
*** baoli has quit IRC13:30
*** baoli has joined #openstack13:31
*** lykinsbd has joined #openstack13:31
visibilityspotsSam-I-Am: we (ops) need to provide a tool to the validations team so they can spin up instances based on a precompiled image themselves but our instances are using vlan based networks and get an ip on an additional network interface from an external dhcp service running on every vlan13:31
visibilityspotsSam-I-Am: since you can't add a network without a subnet I create an instance and add an extra nic pointing to a network13:32
visibilityspotsSam-I-Am: it's a dirty workaround to get a network interface connected to a vlan based network without setting a subnet13:32
*** lubuntu_ has quit IRC13:32
*** franred has quit IRC13:32
visibilityspotsSam-I-Am: since we don't know the subnets on beforehand but we do know the vlan's13:32
*** laron has joined #openstack13:33
visibilityspotsthrough horizon you can't add a network without a subnet neither13:33
visibilityspotsthat's why I'm looking into the interface-attach command13:33
*** signed8bit has joined #openstack13:34
*** designbybeck_ has joined #openstack13:34
*** vivek-ebay has joined #openstack13:34
*** cdash has joined #openstack13:34
Sam-I-Amah13:35
Sam-I-Amthats too much for my pre-coffee brain13:35
*** xayto has quit IRC13:35
*** maveric_amitc_ has quit IRC13:36
*** ParsectiX has joined #openstack13:37
*** salv-orl_ has joined #openstack13:37
*** salv-orl_ has quit IRC13:37
*** salv-orlando has quit IRC13:37
*** salv-orlando has joined #openstack13:38
*** spikeheadon has joined #openstack13:38
*** vivek-ebay has quit IRC13:39
*** Ailus has joined #openstack13:39
*** matjazp has joined #openstack13:39
*** xayto has joined #openstack13:40
*** achampion has joined #openstack13:40
*** noslzzp has joined #openstack13:40
*** dgurtner has quit IRC13:40
visibilityspots:p13:40
*** matjazp has quit IRC13:41
*** eggmaste` is now known as eggmaster13:41
*** superdan is now known as dansmith13:42
*** elo has joined #openstack13:42
*** marzif has quit IRC13:42
*** Sakthi has joined #openstack13:42
*** matjazp has joined #openstack13:43
*** links has quit IRC13:44
*** lborda has quit IRC13:44
*** xemdetia has joined #openstack13:44
*** gardenshed has quit IRC13:45
*** pratikmallya has joined #openstack13:45
*** travnewmatic has joined #openstack13:45
*** fale_ has quit IRC13:46
*** jfarschman has joined #openstack13:46
*** jfarschman is now known as MilesDenver13:46
*** tmatsu has joined #openstack13:47
*** balajiiyer has joined #openstack13:47
*** fzylogic has joined #openstack13:47
*** marzif has joined #openstack13:48
*** inteq has quit IRC13:48
*** mkolesni_ has quit IRC13:49
*** lborda has joined #openstack13:49
*** pnavarro|lunch is now known as pnavarro13:50
*** bvandenh has joined #openstack13:50
*** nate_gone is now known as njohnston13:50
*** tmatsu has quit IRC13:51
*** jcarter2 has quit IRC13:51
*** weshay_xchat is now known as weshay13:51
*** yog_ has quit IRC13:52
*** yamamoto has joined #openstack13:52
*** dgurtner has joined #openstack13:52
*** dgurtner has joined #openstack13:52
*** fzylogic has quit IRC13:52
*** tnovacik has quit IRC13:53
*** ppradhan has joined #openstack13:55
*** jcarter2 has joined #openstack13:55
*** lborda has quit IRC13:55
*** weihan has quit IRC13:55
*** lborda has joined #openstack13:56
*** jcarter2 has quit IRC13:56
*** bvandenh has quit IRC13:56
*** Redcavalier has joined #openstack13:56
*** drawsmcgraw has joined #openstack13:56
*** pumaranikar has joined #openstack13:58
RedcavalierHi, I'm trying to figure out something with cloud-init. I notice that on first boot of a vm, it places a .sh in /tmp . I would like to know what is inside that script file. The reason is because it takes roughly 5 minutes to execute.13:58
*** eharney has joined #openstack13:58
*** hdd has joined #openstack13:58
*** skynews has joined #openstack13:58
*** mosburn has joined #openstack13:59
*** matjazp has quit IRC13:59
*** curx has quit IRC13:59
*** dra_ has joined #openstack13:59
jcookwin 214:01
*** trifon has quit IRC14:01
*** zhangjn has quit IRC14:01
*** sanchitmalhotra1 has quit IRC14:01
*** spikeheadon has quit IRC14:03
*** vijayagurug has left #openstack14:03
*** PawelGrape has quit IRC14:04
*** neeti has quit IRC14:04
*** stevemar_ has joined #openstack14:04
*** zhangjn has joined #openstack14:05
*** zhangjn has quit IRC14:06
*** RedRat_ has joined #openstack14:06
*** jprovazn has quit IRC14:06
*** zhangjn has joined #openstack14:06
*** spikeheadon has joined #openstack14:07
*** ParsectiX has quit IRC14:07
*** sshnaidm has quit IRC14:07
*** stevemar_ has quit IRC14:08
*** RedRat has quit IRC14:08
*** clouddig has joined #openstack14:10
arlionRedcavalier: I don't mean to sound cavalier, but have you tried reading what it does?14:10
*** marzif has quit IRC14:10
RedcavalierI've been looking around, to no avail.14:10
arlionI'm not familar with the script, that's why I asked.14:10
*** marzif has joined #openstack14:10
*** corenova has joined #openstack14:10
RedcavalierDon't worry, I've googled it a bit, but most documentation doesn't talk about it. I have my own guess as to what it does, but it's really only a guess.14:11
*** sneti has joined #openstack14:11
*** zhangjn has quit IRC14:11
*** akrog is now known as geguileo14:11
*** yuntongjin1 has quit IRC14:12
*** gregmark has joined #openstack14:12
*** mrjazzcat has joined #openstack14:12
*** corenova has quit IRC14:12
*** corenova has joined #openstack14:13
*** VanL has joined #openstack14:13
*** smurke has joined #openstack14:13
RedcavalierAh, I just got an idea14:13
*** blomquisg has joined #openstack14:13
*** zz_john5223 is now known as john522314:13
*** baker has joined #openstack14:13
RedcavalierIf I were to set cloud-init to copy the content of /tmp elsewhere, I might be able to read its content even though cloud-init deletes the original file.14:14
*** marzif has quit IRC14:14
*** marzif has joined #openstack14:14
*** admin0 has joined #openstack14:15
*** jpena|lunch is now known as jpena14:15
*** rbak has joined #openstack14:16
*** mattgriffin has joined #openstack14:17
*** rhagarty__ has quit IRC14:17
*** mattgriffin has quit IRC14:18
pumaranikarhi, I want to keep vm_state of an instance in "building" state for replicating one issue. Any suggestions about how can i achieve this?14:18
*** ohno13 has joined #openstack14:19
*** crose has quit IRC14:19
*** FallenPegasus has quit IRC14:19
*** spikeheadon has quit IRC14:20
*** k_stev has joined #openstack14:20
*** aloga has quit IRC14:20
*** gardenshed has joined #openstack14:20
*** shardy_ has joined #openstack14:20
*** ajmiller has joined #openstack14:21
*** aloga has joined #openstack14:21
*** hdd_ has joined #openstack14:21
*** hdd has quit IRC14:22
*** shardy has quit IRC14:22
*** shinenelson has joined #openstack14:22
*** VanL has quit IRC14:23
*** vsedelni_ has joined #openstack14:23
*** vsedelnik has quit IRC14:24
*** tkhno has quit IRC14:24
*** projectdp has joined #openstack14:25
*** sneti has quit IRC14:25
*** sneti has joined #openstack14:26
*** shardy_ has quit IRC14:26
*** rakhi_ has joined #openstack14:26
*** links has joined #openstack14:26
*** cptweasel has joined #openstack14:27
*** shardy has joined #openstack14:27
*** neilus has quit IRC14:27
*** neilus has joined #openstack14:28
*** sshnaidm has joined #openstack14:28
*** projectdp has quit IRC14:29
*** kbringard has joined #openstack14:29
*** baker has quit IRC14:30
*** ntpttr has joined #openstack14:30
ohno13Does anyone know how to increase the default keystone token expiration time from 1hr?14:30
*** diogogmt has joined #openstack14:32
*** achanda has joined #openstack14:32
*** t3hpr1m3_ has quit IRC14:32
*** t3hpr1m3 has joined #openstack14:32
*** yocum has joined #openstack14:34
*** stevemar_ has joined #openstack14:34
*** rhagarty has joined #openstack14:34
*** phil_s|away is now known as phil_s_stein14:34
*** cprmrf has joined #openstack14:34
*** links has quit IRC14:35
Zack1ohno13: If you're takling about UI (horizon session timeout) it's in /etc/openstack-dashboard/local_settings.py => SESSION_TIMEOUT value14:35
*** cprmrf has quit IRC14:37
*** roxtrong_ has quit IRC14:37
*** cprmrf has joined #openstack14:37
*** weihan has joined #openstack14:37
*** dneary has joined #openstack14:37
*** sneti has quit IRC14:38
cprmrfrunning into some frustrating oslo errors14:38
cprmrfhttp://paste.openstack.org/show/476700/14:38
*** gaughen has joined #openstack14:38
*** marzif has quit IRC14:38
*** zhangjn has joined #openstack14:38
ohno13Zack1:  Thank you I was wondering if those were the same thing since we have increased session_timeout, but still timeout after an hour14:38
cprmrfusing 1:2014.2.3-0ubuntu1.2~cloud0, and rabbitmq14:39
*** marzif has joined #openstack14:39
ohno13Zack1: But what I am more concerned about is our swift transfers that are terminating after an hour when the token expires14:39
*** tec_com has joined #openstack14:39
*** weihan has quit IRC14:40
*** achanda has quit IRC14:40
*** ultimateboy has joined #openstack14:40
*** jcarter2 has joined #openstack14:41
*** weihan has joined #openstack14:41
*** chlong has joined #openstack14:41
*** sneti has joined #openstack14:41
*** cemason has quit IRC14:41
*** cfriesen_ has joined #openstack14:41
Zack1ohno13: sorry, swift is something we dropped right after we tested it, back when we started with out O'stack proof of concept, cant help you here14:41
*** cemason has joined #openstack14:42
*** _navneet has joined #openstack14:43
*** gchamoul has quit IRC14:43
*** eblake_ has joined #openstack14:43
*** esker has joined #openstack14:44
*** ccater has joined #openstack14:44
Zack1cprmrf: looks like you have trouble with you message queues. what do you use? RabbitMQ? do you have HA? try reseting the queues14:44
*** tnovacik has joined #openstack14:45
*** sshnaidm has quit IRC14:45
*** EricGonczer_ has joined #openstack14:45
*** avlis has joined #openstack14:46
*** gchamoul has joined #openstack14:46
*** cprmrf has quit IRC14:46
*** mbeierl has joined #openstack14:47
*** dgurtner has quit IRC14:47
*** balajiiyer has quit IRC14:47
*** dgurtner has joined #openstack14:49
*** arnoldje has joined #openstack14:50
*** balajiiyer has joined #openstack14:51
*** cprmrf has joined #openstack14:51
Zack1ohno13: which openstack version do you use. looks like you have glance to swift client problem. check this -> https://bugs.launchpad.net/mos/+bug/141563514:51
openstackLaunchpad bug 1485639 in Fuel for OpenStack "duplicate for #1415635 [Glance] Need to change default glance-api conf parameters" [High,Won't fix] - Assigned to Denis Egorenko (degorenko)14:51
*** cbader has joined #openstack14:52
*** ronis has quit IRC14:52
*** avlis has quit IRC14:54
*** masco has quit IRC14:54
*** _navneet_ has joined #openstack14:54
*** diltram has quit IRC14:55
*** gardenshed has quit IRC14:55
*** diltram has joined #openstack14:56
*** rasca__ has joined #openstack14:56
ohno13Zack1: similar, but without the glance just long running transfers directly to swift using a cli14:56
*** sshnaidm has joined #openstack14:57
*** arxcruz has quit IRC14:57
ohno13Zack1: I agree that the client can solve this by getting a new token, but I am being asked to extend the expiration in the meantime. It sounds like people have done it, but I do not see the setting to change it14:57
*** rossk has joined #openstack14:57
*** inteq has joined #openstack14:57
*** mikhey has joined #openstack14:57
ohno13Zack1: Sorry we are on Kilo14:57
*** gardenshed has joined #openstack14:57
*** _navneet has quit IRC14:58
Zack1ohno13: did you check the calls in source14:58
*** peterlisak has quit IRC14:58
*** alexschm has quit IRC14:58
Zack1ohno13: though I'm not much experienced in that, my devops were looking things there when we encountered strange problems14:58
*** su_zhang has joined #openstack14:59
*** ntpttr has quit IRC14:59
*** rasca_ has quit IRC14:59
*** ntpttr has joined #openstack14:59
mza-_i added an ipv6 subnet to one of my external networks and it automagically assigned ipv6 addresses to all of my router interfaces/instances. i got the cidr wrong, is there a way to delete the subnet without deleting all the ports? I encounter an error where it says there are assignments from that subnet in use.15:00
*** xgsa has quit IRC15:00
*** ibravo has quit IRC15:00
*** fale_ has joined #openstack15:00
ohno13Zack1: I haven't looked at the source15:00
mza-_when i try to assign a cidr from that block to an internal network i get an overlap error15:00
*** jprovazn has joined #openstack15:00
*** su_zhang has quit IRC15:00
*** cprmrf has quit IRC15:01
*** su_zhang has joined #openstack15:01
*** ntata has joined #openstack15:01
*** dangers_away is now known as dangers15:01
*** cprmrf has joined #openstack15:02
*** jbell8 has joined #openstack15:02
*** jonathankopnick has joined #openstack15:02
*** lpax has joined #openstack15:02
*** tnovacik has quit IRC15:02
*** blomquisg has quit IRC15:02
*** gillesMo has joined #openstack15:02
*** baker has joined #openstack15:02
*** gillesMo has quit IRC15:03
*** vsedelni_ has quit IRC15:03
*** deepthi has quit IRC15:04
*** rakhi_ has quit IRC15:05
*** etoews has joined #openstack15:05
*** jcarter2 has quit IRC15:05
*** fale_ has quit IRC15:05
*** epcim has joined #openstack15:06
*** gillesMo has joined #openstack15:06
*** spikeheadon has joined #openstack15:07
*** tnovacik has joined #openstack15:07
*** SteffanW has quit IRC15:08
*** nkrinner has quit IRC15:08
*** xgsa has joined #openstack15:08
*** ntata has quit IRC15:08
*** VanL has joined #openstack15:09
*** ubiquityhosting has joined #openstack15:09
drawsmcgrawZack1: Can I ask why you dropped Swift? I was hoping to use it as a local S3-type service.15:09
*** vsedelnik has joined #openstack15:10
*** annegentle has joined #openstack15:10
*** diogogmt has quit IRC15:10
Zack1drawsmcgraw: Currently we dont use object storage, so there was no need for swift15:11
drawsmcgrawAh, okay. I'd *love* to have object storage. Was afraid it didn't meet your needs or was broken in some way.15:11
*** diogogmt has joined #openstack15:11
drawsmcgrawThanks Zack115:11
*** pratikmallya has quit IRC15:11
*** esheffield has joined #openstack15:12
Zack1drawsmcgraw: no problem. as for volume backends, we have SolidFire which is native SSD storage, and as a secondary volume backend we opted for Ceph-RBD15:12
*** vsedelni_ has joined #openstack15:13
*** vsedelnik has quit IRC15:13
*** galstrom_zzz is now known as galstrom15:13
drawsmcgrawInteresting. So your volume backend for your Openstack volumes is an outside service?15:13
*** VanL_ has joined #openstack15:14
drawsmcgrawAlso, I'm afraid I'm going to have to learn Ceph... Every time I hear about Swift/Cinder, I hear better things about Ceph than I do about GlusterFS15:14
*** ajmiller has quit IRC15:14
Zack1drawsmcgraw: yeah, SolidFire for high IOPS volumes, and Ceph for general purpose15:14
*** sneti has quit IRC15:14
*** alex_klimov has quit IRC15:15
drawsmcgrawZack1: I hadn't thought of outsourcing a backend.... that would be nice. And I imagine it's much easier/cheaper than putting together your own SSD machines just for a volume backend.15:15
*** hashar has quit IRC15:16
drawsmcgrawLast question Zack1 (promise!), any recommended reading material/books to get started on learning Ceph?15:16
*** salv-orl_ has joined #openstack15:16
Zack1drawsmcgraw: actually we bought a few solidfire clusters, they are ours, and they are expensive as s**t, believe me15:16
*** kevincarr1991 has quit IRC15:16
drawsmcgrawAh, so they live inside your walls. Heh, I can believe it. Custom, specialized SSD boxes.15:17
*** gszasz has quit IRC15:17
*** blomquisg has joined #openstack15:17
*** gszasz has joined #openstack15:17
*** VanL has quit IRC15:17
Zack1drawsmcgraw: regarding ceph, screw books, go with the official documentation, it's quite good actually15:17
*** obedmr has joined #openstack15:17
drawsmcgrawZack1: Wow. Good to hear. I'm always a little let down when I go to the official docs. I'll be sure to give them a go when it comes time.15:18
drawsmcgrawThanks!15:18
drawsmcgrawNot the official docs for Ceph. I mean the official docs for projects in general.15:18
*** brad_behle has joined #openstack15:18
*** arlion has quit IRC15:19
*** VW has quit IRC15:19
*** etarrago has joined #openstack15:19
*** VW has joined #openstack15:19
Sam-I-Amdrawsmcgraw: openstack docs? :)15:19
*** birett has joined #openstack15:19
*** vijayagurug has joined #openstack15:19
drawsmcgrawSam-I-Am: Y'know, actually. Following the install guides was perfect for when I was Salting my Openstack cluster.15:20
drawsmcgrawOutside of that, well... I'm glad I have access to the source code :)15:20
Sam-I-Amfunny you say that, i wrote the install guide15:20
Sam-I-Amand some other stuff15:20
*** salv-orlando has quit IRC15:20
Zack1openstack docs are fine for initial build, after that everithing is DIY and "You're on your own" :)15:20
drawsmcgrawVery well done, sir. I appreciate the writing style. Though the last one I read was for Icehouse.15:20
*** slowe has joined #openstack15:21
Sam-I-Amdrawsmcgraw: ohh, its gotten much better since then15:21
drawsmcgrawYeah, though the guys in this room (*ahem* Sam-I-Am and others) have gotten me out of more than one jam before.15:21
Sam-I-Amcomplete rewrite for juno and another architectural simplification for liberty15:21
*** arlion has joined #openstack15:21
*** arlion has joined #openstack15:21
Sam-I-Amthe key with instructive/procedural docs is being proactive instead of reactive about them15:21
*** fale_ has joined #openstack15:21
Zack1Sam-I-Am: yeah, how come you opted for only two node install guide for Liberty?15:22
Sam-I-Amthat shift is what makes the installation guide not suck these days15:22
drawsmcgrawSam-I-Am: good to hear. I'm likely targeting Liberty for our rebuild in the mid-future. Our Icehouse cluster is running CentOS 615:22
*** peterlisak has joined #openstack15:22
*** jbell8 has quit IRC15:22
*** akanksha_ has joined #openstack15:22
*** nmagnezi has quit IRC15:22
Sam-I-AmZack1: lots of people complaining about needing 3 nodes and simply going with nova-net instead of neutron because it required only 2 nodes... among other stuff. we also dropped the network interface requirements.15:22
*** arlion has quit IRC15:22
*** phalmos has joined #openstack15:22
*** jbell8 has joined #openstack15:23
*** arlion has joined #openstack15:23
*** arlion has joined #openstack15:23
drawsmcgrawInteresting. Proactive as in considering what could go wrong and/or mentioning deviations in the doc?15:23
Sam-I-Amproactive as in testing it15:23
drawsmcgrawah! Of course15:23
Sam-I-Ammaking sure whats there actually works15:23
drawsmcgraw*that's* what takes all the time.15:23
Sam-I-Amprior to icehouse, it was very reactive. doesnt work? file bug. might get fixed, but probably not tested. still doesnt work? file another bug.15:23
drawsmcgrawoye15:24
Sam-I-Amthe networking guide is also proactive15:24
Sam-I-Amand yes, testing all of this is a pain, which is why i think we lost contributors to the installation guide... the stakes are higher now. unless you reaaaaallly understand whats going on you can't just fire-and-forget.15:24
*** dizquierdo has quit IRC15:24
Zack1But if you want to test HA, and that is something it's mandatory with use, than two node scenario is just not satisfying. Currently I'm using 15 VM's to create Liberty PoC with all services behind HaProxy15:25
*** vijayagurug has left #openstack15:25
*** franred has joined #openstack15:25
Sam-I-AmZack1: the installation guide is designed to get services working in the most basic sense possible.15:25
*** josecastroleon has quit IRC15:26
Sam-I-Amthe plan for new users is use install guide -> add/remove optional features based on project requirements -> add security/ha -> use deployment tool15:26
drawsmcgrawwow15:26
*** carroarmato0 has quit IRC15:26
*** k4n0 has quit IRC15:27
drawsmcgrawWhat do you use to automate these POC's? I mean, you have to prove the *commands* work, yeah. But surely not all POC's are hand-built?15:27
*** peterlisak has quit IRC15:27
*** cprmrf__ has joined #openstack15:27
*** VanL_ has quit IRC15:27
*** EricGonczer_ has quit IRC15:28
*** mfalatic has joined #openstack15:29
Zack1Sam-I-Am: Actually when I think about it, what you say makes sense, good work. I'll do it like that, and write Ansible playbooks for mass deployment15:30
*** FunnyLookinHat has joined #openstack15:30
*** J-P has joined #openstack15:30
*** jbell8 has quit IRC15:30
*** cprmrf has quit IRC15:30
*** VW has quit IRC15:30
Sam-I-AmZack1: i like openstack-ansible15:30
*** devth_ has joined #openstack15:31
*** VW has joined #openstack15:31
drawsmcgrawSeems natural, especially with RedHat's recent purchase.15:31
Zack1I like Ansible in general, hope nothing will change now when RedHat bought them15:31
*** pratikmallya has joined #openstack15:32
*** EricGonczer_ has joined #openstack15:32
*** ultimateboy has quit IRC15:32
*** devth has quit IRC15:32
*** capricorn_1 has quit IRC15:33
Zack1Tho one day I'd like to try Canonical MaaS and Juju also15:33
*** Redcavalier has quit IRC15:33
*** ultimateboy has joined #openstack15:33
*** jfran has joined #openstack15:34
*** Yunusyb has joined #openstack15:34
*** pratikma_ has joined #openstack15:34
*** marzif has quit IRC15:34
*** marzif has joined #openstack15:35
*** travnewmatic has quit IRC15:35
*** portalBlock has quit IRC15:36
*** rgogunskiy has quit IRC15:36
*** phschwartz is now known as phschwartz_aw15:37
*** roxtrongo has joined #openstack15:38
*** pratikmallya has quit IRC15:38
*** yunusyb_ has joined #openstack15:38
*** zsais has joined #openstack15:38
*** eggshell has joined #openstack15:39
*** mikeoutland has joined #openstack15:40
Sam-I-Amdrawsmcgraw: it would be nice if we could get more people to write proactive docs15:40
Sam-I-Amhowever, beyond basic installation, we've found that people's deployments become very opinionated15:40
*** mpavone has quit IRC15:40
*** vivek-ebay has joined #openstack15:40
Sam-I-Amthere's no one-size-fits-all15:40
SamYapleSam-I-Am: you dont like digging through blog posts?15:40
drawsmcgrawZack1: I saw Juju a few years ago at an openstack conference. That was *magic*15:40
Sam-I-Amfor neutron i came up with a bunch of common scenarios written in a way that people could implement them in their own environments15:41
drawsmcgrawSam-I-Am: I can understand that. Already hard to get people to write. Getting them to write *better* only reduces the set of volunteers15:41
*** yocum has quit IRC15:41
Sam-I-Ambut not all services work that way15:41
*** phalmos has quit IRC15:41
*** bluex has quit IRC15:41
*** yocum has joined #openstack15:41
drawsmcgrawOf course15:41
Sam-I-Amdrawsmcgraw: the problem too is that devs dont write docs, operators are too busy (or have opinionated deployments), and doc writers don't understand openstack15:41
*** aufi has quit IRC15:42
*** marzif has quit IRC15:42
Sam-I-Am*most* doc writers dont understand openstack15:42
*** _et has joined #openstack15:42
*** bluex has joined #openstack15:42
drawsmcgrawVery small intersection of willing and able15:42
*** marzif has joined #openstack15:42
drawsmcgrawDigital Ocean has a similarly rigorous process for all their howto articles.15:42
*** roxtrongo has quit IRC15:42
Sam-I-Amthat moment you see people outside your downtown condo window and go WTF?15:42
*** Yunusyb has quit IRC15:42
*** ultimateboy has quit IRC15:42
*** jbell8 has joined #openstack15:42
Sam-I-Amright, its window cleaning day15:42
drawsmcgrawThough they can entice people with money (and possibly notoriety)15:42
drawsmcgrawhah15:43
*** timrc has quit IRC15:43
* Sam-I-Am waves to random people who enjoy provoking death15:43
*** timrc has joined #openstack15:43
*** Guest93632 has joined #openstack15:43
*** ultimateboy has joined #openstack15:43
*** manous has quit IRC15:44
SamYapleSam-I-Am: does the "dont understand openstack" include you? or just disparaging others?15:44
domcSam-I-Am: I'm a dev ramping up on openstack now, and I don't mind writing. It may be a good and easy way for me to contribute and come up to speed.  Are there specific documentation areas you would suggest need help?15:45
Sam-I-AmSamYaple: i'm not a docs writer by trade. i'm a sys/net/dev guy who happens to write docs well.15:45
*** Boot- has joined #openstack15:45
*** phalmos has joined #openstack15:45
SamYapleso just disparaging others. got it!15:45
Sam-I-Amdomc: do you have any specific interest areas?15:45
Sam-I-AmSamYaple: uhhh, yeah sure15:46
domcSam-I-Am: my background is networking / security so I figured Neutron was a good choice15:46
*** pnavarro is now known as pnavarro|off15:46
*** ade_b has quit IRC15:47
Sam-I-AmSamYaple: turns out, docs roles dont pay well, so people with the skills we need to document a very complex, technical thing usually go do something else... like sys/net admin, dev, etc.15:47
*** pberis has quit IRC15:47
Sam-I-Amdomc: cool. we're always looking for help with the networking guide, especially the "intro" content15:47
SamYaplei was just refering to your comment about others in the community. i understand the situation15:48
Sam-I-Amdomc: by intro, i mean trying to explain linux/software networking concepts to people who either come from conventional networking (cisco, brocade, etc.) roles or conventional virt roles (vmware)15:48
Zack1Sam-I-Am: maybe you're not the right person to ask, but is neutron DVR support available in Liberty? Last time I saw it was mentioned, it was as a blueprint for Juno i think15:48
Sam-I-AmZack1: it works in juno, kilo, and liberty, but the level of "work" is fuzzy15:49
SamYaplewould not recommend it for juno15:49
*** groen692 has quit IRC15:49
Zack1ok, thanks, will try it anyway15:50
*** travnewmatic has joined #openstack15:50
*** blomquisg has quit IRC15:50
Sam-I-AmZack1: do you use self-service networking?15:50
*** KLevenstein has joined #openstack15:50
*** blomquisg has joined #openstack15:50
notmynamedrawsmcgraw: I'd be happy to answer any questions you have about using Swift15:50
*** skynews has quit IRC15:51
*** simon-AS559 has quit IRC15:51
Zack1Sam-I-Am: currently we have Icehouse, and HA neutron, but it's active/passive, we are using pacemaker and custom script to transfer agents when failure occurs15:52
Sam-I-Amdomc: there's a definite gap in knowledge between conventional virtualization and networking roles when it comes to doing networking on linux15:52
Sam-I-AmZack1: eeeooo15:52
Sam-I-AmZack1: better question - do most of your instances connect directly to real networks, or do you use private/tenant networks?15:52
drawsmcgrawnotmyname: Just looking to get a private version of S3. I was leaning toward GlusterFS as a backend for simplicity but everything I read recommends Ceph15:53
*** aeperezt has joined #openstack15:53
Zack1Sam-I-Am: yeah, we use private/tenant netweorks and floating IP's for external access15:53
*** mcornea has quit IRC15:53
notmynamedrawsmcgraw: generally, the three things (ceph, gluster, swift) are for 3 different use cases. you should choose the right one based on what you're trying to do15:53
*** alop has joined #openstack15:53
domcSam-I-Am: Cool, I'd be happy to contribute.  I've been looking at the docs to see if there is a specific one you think could benefit, is this the one: http://docs.openstack.org/networking-guide/intro_os_networking_overview.html#openstack-networking-concepts ?15:53
Sam-I-AmZack1: for everything?15:53
drawsmcgrawNothing specialized. Just storing build artifacts and other arbitrary binary blobs.15:53
SamYapledrawsmcgraw: ceph has a pretty good s3 layer15:53
Sam-I-Amdrawsmcgraw: yeah, in there.15:53
Sam-I-Amerr domc15:53
*** tnovacik has quit IRC15:54
Zack1Sam-I-Am: yeah each tenant has it's own private tenant network, an certain number of public floating IP's available15:54
drawsmcgrawSamYaple: Neat. I keep saying 'Swift' only because I just want S3 behavior. I don't *have* to have Swift. Just something that speaks S315:54
Sam-I-AmZack1: hmm, in which case you always need l3... the general limiting factor of neutron.15:54
Zack1Sam-I-Am: our OpenStack still runs as a beta, it's not in a production15:54
SamYapledrawsmcgraw: i wouldnt recommend ceph over swift though. its keystone integration is not as good15:54
notmynamedrawsmcgraw: ceph is most commonly used by people deploying openstack as a block storage backend and limited object storage. gluster is more for a distributed filesystem. and swift is good for pure object storage use cases (ie like s3)15:54
Zack1Sam-I-Am: that's correct15:55
SamYapledrawsmcgraw: how important is keystone integration?15:55
Sam-I-AmZack1: have you looked the built-in l3ha?15:55
*** i316653 has quit IRC15:55
*** cbrown2_ocf has joined #openstack15:55
drawsmcgrawSamYaple: Not very. My needs for S3 are really simple (so far)15:55
Zack1Sam-I-Am: We will look every alternative now as we have started to build Liberty PoC15:55
Zack1and use one best suited15:55
drawsmcgrawnotmyname: Sounds like I need to do a bit more homework on the different systems...15:56
drawsmcgrawI *do* want something distributed/HA15:56
Zack1I hope DVR will work for us, we like the idea15:56
SamYapledrawsmcgraw: if you want to aviod keystone i personally think ceph has a superior s3 layer. but swift is the way to go if you want to integrate with keystone15:56
drawsmcgrawOh! Forgot -> I want to have shared storage for compute as well. That's why I was thinking something like Gluster/Ceph serving both Swift and Nova (unless I'm entirely off base?)15:56
*** Guest13609 has quit IRC15:56
*** blahRus has joined #openstack15:56
*** sneti has joined #openstack15:57
*** angdraug has joined #openstack15:57
*** alop_ has joined #openstack15:57
drawsmcgrawSamYaple: notmyname, how does it change the decision when I say I'd also like to use shared storage for Nova?15:57
SamYapledrawsmcgraw: if you want unified, it seems like ceph can do what you are looking for15:57
*** manous has joined #openstack15:57
*** whenry_ has joined #openstack15:57
*** gyee has joined #openstack15:57
Sam-I-AmZack1: how big is your env?15:57
*** e0ne has quit IRC15:57
drawsmcgrawSamYaple: Okay. So set up Ceph, then I can use Ceph for shared storage for Nova. And then, I have a choice of using Ceph to back Swift, -or- just use straight S3 from Ceph.15:58
notmynamedrawsmcgraw: if you'd like to play with swift, the two easiest ways to try it out are (1) https://github.com/swiftstack/vagrant-swift-all-in-one that automates installing from source and sets up a simulated cluster in a VM or (2) https://swiftstack.com/try-it-now/ for swift plus a free trial of some commercial bits around it15:58
notmynamedrawsmcgraw: what's the overall size of the data you want to put in object storage?15:58
Zack1Sam-I-Am: currently our beta has, 2xController/Network nodes and 16 compute nodes, with external volume storages15:58
Sam-I-Amthere's also the not-so-automated way in the install guide15:58
drawsmcgrawnotmyname: Neat. I'll be sure to hit those when the time comes (still a few months out and doing legwork at the moment)15:58
Sam-I-Am(for swift)15:58
SamYapledrawsmcgraw: you _can_ use ceph to back swift, but its not very well supported. you can also go straight s3 with ceph, and ceph has a swift/keystone layer that works... ok-ish15:58
drawsmcgrawnotmyname: I imagine we'd want Docker images in there so.. several-hundred MBs15:59
drawsmcgrawSamYaple: Fair enough. I don't need the Keystone integration - I just want simple object storage. If that's the case, I can just forgo Swift and use Ceph's S3 layer15:59
*** markus_z has quit IRC15:59
SamYapledrawsmcgraw: thats what I would do based on what you are saying15:59
notmynamedrawsmcgraw: megabytes?15:59
*** jbell8 has quit IRC15:59
drawsmcgrawnotmyname: correct16:00
*** jbell8 has joined #openstack16:00
drawsmcgrawSamYaple: Sounds good. I'm always a fan of fewer moving parts.16:00
*** alop has quit IRC16:00
*** alop_ is now known as alop16:00
SamYapledrawsmcgraw: docker registry backed by ceph?16:00
Sam-I-AmZack1: dvr has complexity and scale problems, so the potential for problems there needs to be carefully compared with l3ha failure modes16:00
SamYaplethere is very good support for that16:00
drawsmcgrawSamYaple: possibly in the future. But the first iteration is probably just going to be a bucket stuffed with containers16:00
SamYapleah still thats fine16:00
*** su_zhang has quit IRC16:01
drawsmcgrawI mean, if the support is great and the learning curve is reasonable, sure, we could stand up our registry on the first iteration.16:01
*** SuzieQueue has joined #openstack16:01
*** obedmr has quit IRC16:01
Zack1Sam-I-Am: well for starters, I'd be glad if I could get rid of gre tunnels in favor of vxlan, hope that works16:01
*** slotty has quit IRC16:01
*** rahulait has joined #openstack16:02
Zack1Sam-I-Am: and thank you for all this input man, this is great, I have a meeting with my boss tomorrow regarding new PoC, this is great info16:02
*** ivan_mironov has quit IRC16:02
drawsmcgrawnotmyname, SamYaple Thanks for your input. I've gotten much better information out of this chat than a lot of other time spent crawling articles online.16:02
*** Guest93632 has quit IRC16:03
*** ftco has quit IRC16:03
Sam-I-AmZack1: dvr works with all tenant network types16:03
notmynamedrawsmcgraw: happy to help. please let me know if you have any questions about swift specifically16:04
Sam-I-AmZack1: the benefit of l3ha is that it works with linuxbridge too, so you're not locked into the ovs mess16:04
*** ivan_mironov has joined #openstack16:04
drawsmcgrawnotmyname: Will do. Thanks again!16:04
*** mikeoutland has quit IRC16:04
*** Suzeanne has quit IRC16:04
SamYaple"ovs mess" is an opinion not a fact Zack1 :)16:05
*** yunusyb_ has quit IRC16:05
Sam-I-AmSamYaple: much less complexity16:05
*** matjazp has joined #openstack16:05
*** matjazp has quit IRC16:05
SamYaplefair point16:05
Sam-I-Amovs adds an extra layer of stuff, and dvr adds a layer of stuff on that16:05
*** matjazp has joined #openstack16:05
Sam-I-Amso troubleshooting and performance issues become real at scale16:05
SamYaplewell ovs only adds a layer because of the need to use bridges with iptables16:06
Zack1SamYaple: once we had a switch failure and ovs database got corrupted... all I can say is thank god we have backup :)16:06
SamYaplethis time next year that wont be the case, instance veth directly into ovs16:06
*** yamahata has joined #openstack16:06
*** basis has joined #openstack16:06
Sam-I-AmSamYaple: it also adds cryptic flows16:06
*** dchait has joined #openstack16:06
*** subscope has quit IRC16:06
*** Aleks_ has joined #openstack16:06
SamYapleyet it has tools that can tell you if you put this packet on this interface with this ip and or mac, what will happen to it16:06
SamYaplethats really handy16:07
Sam-I-Ampeople trying to understand linux networking freak out when they have to debug ovs16:07
*** btaroli has quit IRC16:07
SamYaplewell it being complicated isn't a messure of how well it works16:07
SamYaplebut i understand what you are saying16:07
*** obedmr has joined #openstack16:08
*** hemnafk is now known as hemna16:08
*** btaroli has joined #openstack16:08
*** shardy_ has joined #openstack16:08
*** leeantho has joined #openstack16:08
*** Sakthi has quit IRC16:09
Sam-I-Ami think the original plan was having a bunch of vendors support openflow and letting hardware handle most of the neutron tasks, but that never really happened16:09
*** shardy has quit IRC16:10
*** gardenshed has quit IRC16:10
*** pratikma_ has quit IRC16:11
*** ivan_mironov has quit IRC16:11
*** puzzled has joined #openstack16:11
*** vivek-ebay has quit IRC16:12
*** davi has joined #openstack16:12
*** davi has joined #openstack16:12
*** cu5 has joined #openstack16:12
*** phylante has quit IRC16:12
*** electrocucaracha has joined #openstack16:13
*** shardy_ has quit IRC16:14
*** rasca__ has quit IRC16:14
*** rasca_ has joined #openstack16:14
*** ivan_mironov has joined #openstack16:14
*** skapunker has quit IRC16:14
*** _et has quit IRC16:14
*** shardy has joined #openstack16:15
*** skapunker has joined #openstack16:15
*** RedRat__ has joined #openstack16:15
*** su_zhang has joined #openstack16:16
*** Aleks_ has quit IRC16:16
domcSam-I-Am: I've been browsing the intro to networking doc and see how the "Overview and components" section can benefit from some additional detail, and "Service and component hierarchy" is mostly placeholders, those are probably good places to start, would you agree?16:16
*** spikeheadon has quit IRC16:18
*** ftco has joined #openstack16:18
*** RedRat_ has quit IRC16:18
*** bluex has quit IRC16:18
*** mikeoutland has joined #openstack16:19
Sam-I-Amyup!16:20
*** vicious has joined #openstack16:20
Sam-I-Amwe need to explain how things like bridges and namespaces compare to 'real life' networking things, how neutron uses those components, etc.16:21
*** kellyp has joined #openstack16:21
Sam-I-Amwhat the l2 agent does vs. what the l3 agent does16:21
Sam-I-Amwhy you would or wouldnt need an l3 agent, etc16:21
Sam-I-Amlimitations of l3 agents16:21
Sam-I-Amthe fun never ends16:21
*** davidsha has quit IRC16:22
*** jonathankopnick has quit IRC16:23
*** simon-AS559 has joined #openstack16:24
*** signed8bit is now known as signed8bit_ZZZzz16:24
*** xgsa has quit IRC16:24
*** simon-AS5591 has joined #openstack16:25
*** jistr has quit IRC16:26
*** btaroli has quit IRC16:26
*** jbell8_ has joined #openstack16:26
*** vishwana_ has joined #openstack16:26
*** nelsnels_ has joined #openstack16:26
*** signed8bit_ZZZzz is now known as signed8bit16:26
*** severion has joined #openstack16:26
*** jwitk0 has joined #openstack16:27
*** ile|workkii has joined #openstack16:27
*** tkatarki has quit IRC16:27
*** eggshell has quit IRC16:27
*** negronjl has quit IRC16:27
*** dbrandon has quit IRC16:27
*** HarryHallman has quit IRC16:27
*** ryandahp_ has joined #openstack16:28
*** zerick_ has joined #openstack16:28
*** gillesMo has quit IRC16:28
*** kaisers has quit IRC16:28
*** Hexxis has quit IRC16:28
*** lifeless has quit IRC16:28
*** Ti-mo has quit IRC16:28
*** droyal_ has quit IRC16:28
*** IcePic has quit IRC16:28
*** Ala has quit IRC16:28
*** simon-AS559 has quit IRC16:28
*** jbell8 has quit IRC16:28
*** zsais has quit IRC16:28
*** cptweasel has quit IRC16:28
*** nelsnelson has quit IRC16:29
*** v1k0d3n has quit IRC16:29
*** grafuls has quit IRC16:29
*** S0NiC_ has quit IRC16:29
*** anticw_ has quit IRC16:29
*** vishwanathj has quit IRC16:29
*** jwitko has quit IRC16:29
*** milobit has quit IRC16:29
*** atpa8a has quit IRC16:29
*** iamben_tw has quit IRC16:29
*** sc has quit IRC16:29
*** lsp42 has quit IRC16:29
*** mikal has quit IRC16:29
*** Zepanv has quit IRC16:29
*** amandap has quit IRC16:29
*** crinkle has quit IRC16:29
*** Bomfunk has quit IRC16:29
*** fredk has quit IRC16:29
*** cdub has joined #openstack16:29
*** esheffield has quit IRC16:29
*** inteq has quit IRC16:29
*** chlong has quit IRC16:29
*** pablolibo has quit IRC16:29
*** ryandahp has quit IRC16:29
*** mrmartin has quit IRC16:29
*** aarefiev has quit IRC16:29
*** Ile has quit IRC16:29
*** darvon has quit IRC16:29
*** bbart has quit IRC16:29
*** smyers has quit IRC16:29
*** vap_ has quit IRC16:29
*** changlp has quit IRC16:29
*** pylot_ has quit IRC16:29
*** zerick has quit IRC16:29
*** ioni has quit IRC16:29
*** phiwo has quit IRC16:29
*** johnmark has quit IRC16:29
*** jrist has quit IRC16:29
*** cfloare has quit IRC16:29
*** bbart_ has joined #openstack16:29
*** v12aml has quit IRC16:29
*** mturpin has quit IRC16:29
*** crinkle has joined #openstack16:29
*** hashar has joined #openstack16:29
*** pylot_ has joined #openstack16:29
*** ntpttr has quit IRC16:29
*** IcePic has joined #openstack16:30
*** droyal has joined #openstack16:30
*** KLevenstein has quit IRC16:30
*** lsp42 has joined #openstack16:30
*** lifeless has joined #openstack16:30
*** mikal has joined #openstack16:30
*** atpa8a has joined #openstack16:30
*** S0NiC has joined #openstack16:30
*** phiwo has joined #openstack16:30
*** anticw has joined #openstack16:30
*** Bomfunk has joined #openstack16:30
*** changlp has joined #openstack16:30
*** iamben_tw has joined #openstack16:30
*** johnmark has joined #openstack16:30
*** vap has joined #openstack16:30
*** ioni has joined #openstack16:31
*** darvon has joined #openstack16:31
*** Ti-mo has joined #openstack16:31
*** tkatarki has joined #openstack16:31
*** burgerk has joined #openstack16:31
*** corXi has quit IRC16:31
*** ioni is now known as Guest8757616:31
*** salv-orl_ has quit IRC16:31
*** sc has joined #openstack16:32
*** salv-orlando has joined #openstack16:32
*** diesel has joined #openstack16:32
*** su_zhang has quit IRC16:32
*** dgurtner has quit IRC16:32
*** asti has joined #openstack16:32
*** xuan has quit IRC16:33
*** weihan has quit IRC16:33
*** v12aml has joined #openstack16:33
*** moha_hunt has joined #openstack16:33
*** dbrandon has joined #openstack16:33
*** tnovacik has joined #openstack16:34
*** HarryHallman has joined #openstack16:34
*** Zepanv has joined #openstack16:34
*** xuan has joined #openstack16:34
*** esker has quit IRC16:34
*** jmckind has joined #openstack16:34
*** EricGonczer_ has quit IRC16:34
*** negronjl has joined #openstack16:34
*** amandap has joined #openstack16:34
*** mrmartin has joined #openstack16:34
*** pberis has joined #openstack16:35
*** Hexxis has joined #openstack16:35
*** milobit has joined #openstack16:35
*** pratikmallya has joined #openstack16:36
*** davidlenwell_ is now known as davidlenwell16:36
*** VanL has joined #openstack16:37
*** ThatGuy has joined #openstack16:37
*** rahulait has quit IRC16:38
*** cleong has joined #openstack16:38
*** inteq has joined #openstack16:38
*** cfloare has joined #openstack16:39
*** cdash has quit IRC16:39
*** ThatGuy has quit IRC16:39
*** pratikma_ has joined #openstack16:39
*** gszasz has quit IRC16:40
*** kellyp_ has joined #openstack16:40
*** hdd__ has joined #openstack16:40
*** balajiiyer has quit IRC16:40
*** kellyp has quit IRC16:40
*** davidsha has joined #openstack16:41
*** pablolibo has joined #openstack16:41
*** grafuls has joined #openstack16:41
*** aarefiev has joined #openstack16:41
*** smyers has joined #openstack16:41
*** pratikmallya has quit IRC16:42
*** hdd_ has quit IRC16:42
*** esheffield has joined #openstack16:42
*** chlong has joined #openstack16:42
*** jrist has joined #openstack16:43
*** HarryHallman has quit IRC16:44
*** kaisers has joined #openstack16:44
*** HarryHallman has joined #openstack16:44
*** tsymanczyk has joined #openstack16:45
*** hdd__ has quit IRC16:45
*** tsymanczyk is now known as Guest586916:45
*** mikeoutland has quit IRC16:45
*** mikeoutl_ has joined #openstack16:45
*** davidsha has quit IRC16:46
*** cdash has joined #openstack16:46
*** e0ne has joined #openstack16:47
*** fzylogic has joined #openstack16:47
sloweHi all, not sure if anyone is bringing a spouse/partner/loved one to the Summit next week, but if so my wife has organized some activities for them. More info at http://spousetivities.com/2015/10/spousetivities-is-going-to-openstack-summit-in-tokyo/16:47
*** tsymancz1k has joined #openstack16:47
*** e0ne has quit IRC16:47
*** PsuzeannePsy has joined #openstack16:48
*** tmatsu has joined #openstack16:48
*** zsais has joined #openstack16:48
*** Muntaner has quit IRC16:48
*** e0ne has joined #openstack16:48
*** jasonsb has quit IRC16:49
*** peterlisak has joined #openstack16:49
*** EricGonczer_ has joined #openstack16:49
*** eggshell has joined #openstack16:49
*** Ephur has joined #openstack16:50
*** ivan_mironov has quit IRC16:50
*** SuzieQueue has quit IRC16:51
*** cybojanek has joined #openstack16:51
*** shaon has joined #openstack16:51
cybojanekDoes anyone where know what the status of the puppet modules for liberty is?16:51
*** tnovacik has quit IRC16:51
*** tmatsu has quit IRC16:52
pumaranikardoes anyone know how can i change instance_build_timeout for nova-compute for periodic tasks and whats its default value ?16:52
*** marzif has quit IRC16:53
*** derekh has quit IRC16:53
*** fzylogic has quit IRC16:54
*** erkules_ has joined #openstack16:55
*** crose has joined #openstack16:55
*** travnewmatic_ has joined #openstack16:55
*** marzif has joined #openstack16:56
*** kiran-r has joined #openstack16:56
*** vivek-ebay has joined #openstack16:57
*** jonaspaulo has joined #openstack16:57
*** evidex has quit IRC16:57
*** vivek-ebay has joined #openstack16:57
*** cliles has joined #openstack16:57
*** erkules has quit IRC16:57
*** jbell8_ has quit IRC16:58
*** peterlisak has quit IRC16:58
*** travnewmatic has quit IRC16:58
*** hashar is now known as hasharAway16:58
*** dano_ has joined #openstack16:59
*** mfisch` is now known as mfisch16:59
*** ezobn has quit IRC16:59
*** mfisch is now known as Guest2794716:59
*** ccie64dd has quit IRC16:59
*** kiranr has joined #openstack17:00
*** Guest27947 is now known as mfisch17:00
*** mfisch has quit IRC17:00
*** mfisch has joined #openstack17:00
*** peterlisak has joined #openstack17:02
*** kiran-r has quit IRC17:02
*** lsmola_ has quit IRC17:04
*** laron has quit IRC17:05
*** clouddig has quit IRC17:05
*** dano_ has quit IRC17:05
*** tnovacik has joined #openstack17:05
*** dano_ has joined #openstack17:05
*** comay has joined #openstack17:06
*** phil_s_stein is now known as phil_s|away17:08
*** balajiiyer has joined #openstack17:08
*** basis has quit IRC17:09
*** benjamingr_ has joined #openstack17:09
*** VanL_ has joined #openstack17:09
*** phalmos has quit IRC17:09
*** tnovacik has quit IRC17:10
*** phschwartz_aw is now known as phschwartz17:10
*** visbits has joined #openstack17:11
*** ccie64dd has joined #openstack17:11
*** salv-orlando has quit IRC17:11
*** clouddig has joined #openstack17:11
visbitsanyone upgraded their testing install from kilo to liberty?17:12
*** VanL has quit IRC17:12
*** rossella_s has quit IRC17:12
*** Guest9808 is now known as Adri200017:13
*** Adri2000 has joined #openstack17:13
*** adac has quit IRC17:13
*** severion has quit IRC17:13
*** jpena has quit IRC17:14
*** v1k0d3n has joined #openstack17:14
*** ZZelle has joined #openstack17:14
*** Fredrich_ has joined #openstack17:15
*** rossella_s has joined #openstack17:15
*** josecastroleon has joined #openstack17:15
*** travnewmatic_ has quit IRC17:15
*** dtx00ff has joined #openstack17:16
*** ikcerog has quit IRC17:16
*** RayTrace_ has quit IRC17:17
*** dtx00ff has quit IRC17:17
*** dtx00ff has joined #openstack17:18
*** Fredrich010 has quit IRC17:19
*** VanL_ has quit IRC17:19
*** slowe has quit IRC17:20
*** aeperezt has quit IRC17:20
*** visbits has quit IRC17:21
*** tnovacik has joined #openstack17:21
*** pravins has joined #openstack17:22
*** bsdgeek has joined #openstack17:23
*** NetHawk has quit IRC17:23
*** roxtrongo has joined #openstack17:23
*** sshnaidm has quit IRC17:24
*** ccie64dd has quit IRC17:25
*** peterlisak has quit IRC17:25
*** VanL has joined #openstack17:25
*** BOKALDO has joined #openstack17:26
*** lcurtis has joined #openstack17:26
*** mikeoutland has joined #openstack17:27
*** ronis has joined #openstack17:27
*** mikeoutl_ has quit IRC17:27
*** ajmiller has joined #openstack17:28
*** spikeheadon has joined #openstack17:28
*** roxtrongo has quit IRC17:28
*** visbits has joined #openstack17:29
*** achanda has joined #openstack17:29
*** achanda has quit IRC17:29
*** achanda has joined #openstack17:30
*** cdash has quit IRC17:30
*** sammy007_ has joined #openstack17:30
*** StuartMI has joined #openstack17:30
*** ccie64dd has joined #openstack17:31
*** subscope has joined #openstack17:31
*** zhangjn has quit IRC17:31
*** sammy007 has quit IRC17:32
*** tnovacik has quit IRC17:32
*** pnavarro|off has quit IRC17:33
*** skirk has quit IRC17:33
*** geaaru has quit IRC17:34
*** fredk has joined #openstack17:34
*** FallenPegasus has joined #openstack17:34
*** FallenPegasus has quit IRC17:34
*** balajiiyer has quit IRC17:34
visbitsis liberty a thing17:36
*** NetHawk has joined #openstack17:36
*** franred has quit IRC17:36
Sam-I-Amyes17:36
visbitsit looks like it won't be under RDO any more?17:36
*** balajiiyer has joined #openstack17:37
*** RedW has quit IRC17:37
*** ronis has quit IRC17:37
*** tkatarki has quit IRC17:37
*** VanL_ has joined #openstack17:37
*** tkatarki has joined #openstack17:38
*** clouddig has quit IRC17:38
*** VanL_ has quit IRC17:38
*** VanL_ has joined #openstack17:39
*** anshul has quit IRC17:39
*** achampion has quit IRC17:39
*** jasonsb has joined #openstack17:39
wNvisbits: ?17:40
visbitshttps://repos.fedorapeople.org/repos/openstack/openstack-liberty/00README.txt17:40
*** kiranr has quit IRC17:40
wNthat link doesnt work17:41
*** VanL has quit IRC17:41
SamYaplewN if it says "obsoleted by" then it does17:41
*** NetHawk has quit IRC17:41
SamYaplevisbits: i think thats saying use the centos 7 repos on fedora17:41
wNokay yes, it link technically works, but are you trying to show me a text file with a one liner saying to use a different url?17:41
*** salv-orlando has joined #openstack17:41
*** sayan has joined #openstack17:42
*** pravins has quit IRC17:42
*** RedW has joined #openstack17:42
Sam-I-Amvisbits: the rdo folks havent appeared to come to a conclusion on an official place for the packages17:42
visbitssigh, someone got their feelings hurt17:42
*** tkatarki has quit IRC17:44
*** achampion has joined #openstack17:44
*** tnovacik has joined #openstack17:44
*** ccie64dd has quit IRC17:44
DiplomatYou know what would be fun.. OpenStack having reasonable error reporting17:45
SamYapleDiplomat: pff yea. wheres the sport in that17:45
DiplomatMost of the time those error messages are reasonable, but when things to weird.. then those weird error messages come out17:45
visbitsDiplomat heard that17:45
DiplomatIt's like the dark side of youtube17:45
Diplomatgo *17:46
*** tkatarki has joined #openstack17:46
*** jbell8 has joined #openstack17:46
SamYaplegotta love getting an exception about something unrelated because that just happened to be the closest except in the chain17:46
*** josecastroleon has quit IRC17:46
DiplomatYup <317:46
*** phil_s|away is now known as phil_s_stein17:46
visbitshttps://trello.com/b/HhXlqdiu/rdo17:46
visbitslooks like a few random issues holding it up17:47
*** Aleks_ has joined #openstack17:47
*** baoli has quit IRC17:47
*** jasonsb has quit IRC17:47
Sam-I-Amfrom what i can tell, they will have centos/rhel 7 packages for liberty, but the only packages for fedora will be built from master17:48
*** marzif has quit IRC17:48
*** cucumber_ has joined #openstack17:48
*** FallenPegasus has joined #openstack17:48
*** ikcerog has joined #openstack17:48
*** jcarter2 has joined #openstack17:48
*** marzif has joined #openstack17:48
cucumber_hi, I'm trying to migrate an instance from one host to another with "nova migrate [ID] --poll", I receive a "Server migrating... 100% complete", "Finished" message, but the instance is still in the original host. Where shluld I see a log that can tell me anything about that?17:49
*** tkatarki has quit IRC17:49
*** achampion has quit IRC17:49
*** josecastroleon has joined #openstack17:50
*** hasharAway has quit IRC17:50
*** tkatarki has joined #openstack17:50
cucumber_the two hosts have the same CPU model according to "virsh capabilities". The model is SandyBridge17:50
*** kebray has joined #openstack17:51
*** baker has quit IRC17:52
*** FallenPegasus has quit IRC17:52
*** tkatarki has quit IRC17:53
*** Robert___ has joined #openstack17:53
*** cdash has joined #openstack17:54
*** Robert___ is now known as tuatha17:54
Zack1cucumber_: did you try to specify destination compute host? I think you have a "problem" with scheduler, that is if scheduler decides there is no need for migration as current compute host is OK with resources, it will leave instance on the same compute host17:54
*** electrocucaracha has quit IRC17:55
*** spikeheadon has quit IRC17:55
*** trifon has joined #openstack17:55
*** beejee has quit IRC17:56
cucumber_Zack1, I didn't tell where to migrate, but I see it tried to migrate to the one I want...17:56
*** racle_ has joined #openstack17:56
*** spotz_zzz is now known as spotz17:56
cucumber_Zack1, if I run "nova migration-list --host tramontana.akainix.local"17:56
cucumber_it tells me: Source Node              | Dest Node             | Source Compute           | Dest Compute          | Dest Host    | Status17:56
cucumber_tramontana.akainix.local | mistral.akainix.local | tramontana.akainix.local | mistral.akainix.local | 192.168.70.9 | error17:57
cucumber_tramontana is the source, mistral the destination17:57
*** clouddig has joined #openstack17:57
Zack1cucumber_: can you check nova-compute logs on both hosts, is there something of a value?17:57
cucumber_so, I know there is an error.. but I don't know what error17:57
cucumber_Zack1, what log? /var/log/nova/nova-api.log?17:58
Zack1/var/log/nova/nova-compute.log on compute nodes17:58
cucumber_ok, let me check17:58
Zack1also check nova scheduler log on controller nodes17:59
*** achampion has joined #openstack17:59
*** UMax has quit IRC17:59
cucumber_actually tramontana is controller and compute node.. that's why I want to migrate from there17:59
*** hdd has joined #openstack18:00
*** roxtrongo has joined #openstack18:00
*** yamamoto has quit IRC18:00
*** kambiz has quit IRC18:00
*** adac has joined #openstack18:00
*** Yurec has joined #openstack18:01
*** rahulait has joined #openstack18:01
Zack1cucumber_: also what king of a storage are you using for your instance drives? is it shared or local?18:01
*** FallenPegasus has joined #openstack18:02
Zack1if local, all caching options for instance disk should be off18:02
cucumber_ResizeError: Resize error: not able to execute ssh command: Unexpected error while running command.18:02
*** penick has joined #openstack18:02
cucumber_hmmmm18:02
cucumber_key problem?18:02
Zack1cucumber_: yeah seems like one18:02
cucumber_Host key verification failed.18:02
cucumber_ok, I can fix that18:02
*** markvoelker has joined #openstack18:03
*** matjazp has quit IRC18:04
DiplomatI'm wondering.. if I'm using provider network then shouldn't I specify to which machine that VM must be created because um.. IPs are attached to controllers and if a VM gets a wrong ip then network connection wouldn't work?18:04
*** cparlette has joined #openstack18:05
*** markvoelker has quit IRC18:05
*** jcarter2 has quit IRC18:06
*** FallenPegasus has quit IRC18:06
Sam-I-AmDiplomat: you should have just layer 2 going into your compute nodes18:08
Sam-I-AmIPs belong to VMs18:08
*** annegentle has quit IRC18:08
*** baker has joined #openstack18:08
Sam-I-Amfloating ips belong to the L3 agent, but provider networks dont use the L3 agent18:09
*** annegentle has joined #openstack18:09
*** KaZeR has joined #openstack18:09
*** yamamoto has joined #openstack18:09
*** avarner has joined #openstack18:09
DiplomatBut when I add a subnet that belongs to compute1 node. Create a VM.. and then vm is created into compute318:09
*** asti__ has joined #openstack18:09
*** baker has quit IRC18:09
*** vsedelni_ has quit IRC18:09
*** davi has quit IRC18:10
Sam-I-Amwhat?18:10
Sam-I-Amhow does a subnet belong to a particular compute node?18:11
*** jtomasek is now known as jtomasek|afk18:11
*** jtomasek|afk is now known as jtomasek18:11
Sam-I-Amwhat networks are available on each compute node depends on the bridge/interface mapping18:11
DiplomatWell, for example when I buy a dedi with /29 then that /29 is used by that dedi..18:11
DiplomatOw18:11
*** spotz is now known as spotz_zzz18:12
Sam-I-Am1 physical network, 2 subnets?18:12
DiplomatNo, 1 physical network and 1 subnet or more18:12
*** loth has joined #openstack18:12
DiplomatFor example like SolusVM has.. every host node has specific IPs only18:13
*** swinn has joined #openstack18:13
Sam-I-Ami... guess you could make that work, but i dont know why18:14
*** k_stev has quit IRC18:14
*** Aleks_ has quit IRC18:15
*** FallenPegasus has joined #openstack18:16
*** epcim has quit IRC18:16
*** kebray has quit IRC18:16
*** domc has quit IRC18:17
*** william has joined #openstack18:19
*** william is now known as Guest2825218:19
*** asti__ has quit IRC18:19
*** FallenPegasus has quit IRC18:20
*** maveric_amitc_ has joined #openstack18:20
*** anshul has joined #openstack18:20
*** baker has joined #openstack18:21
*** josecastroleon has quit IRC18:21
*** yamamoto has quit IRC18:21
*** adeschamps has quit IRC18:21
*** devlaps has joined #openstack18:22
*** matjazp has joined #openstack18:22
*** hblixt has joined #openstack18:23
*** ivar-lazzaro has joined #openstack18:23
*** k_stev has joined #openstack18:23
*** k_stev has quit IRC18:24
*** grmontpetit has joined #openstack18:24
*** k_stev has joined #openstack18:24
*** FallenPegasus has joined #openstack18:25
*** pb_ has joined #openstack18:25
*** jasonsb has joined #openstack18:26
DiplomatI don't know, I'm reading this http://docs.openstack.org/networking-guide/scenario_provider_lb.html and it makes total sense and it's exactly how I need it, but I'm confused as hell how that IP assignment goes. Because this case I'm in a situation where I have received servers from datacenter with /29 with every server. It's  not possible to use server1's ip for server2 etc.. soo I'm a bit unsure what to do18:26
*** matjazp has quit IRC18:26
*** ntpttr has joined #openstack18:26
*** k_stev1 has joined #openstack18:27
SamYapleDiplomat: im not quite qure of your scenario but you _can_ use different ips on different ports18:27
SamYaplelike with keepalived or something18:27
Sam-I-AmDiplomat: so your dc assigns /29 per host?18:27
DiplomatYes18:27
Sam-I-AmDiplomat: oh, thats terrible18:27
*** ivar-lazzaro has quit IRC18:27
*** k_stev has quit IRC18:28
Sam-I-Amyou'll need to create a network for each /29, and subnet on that network with only that /2918:28
Sam-I-Amthen map that network name to the interface on only the host with that network18:28
*** ivar-lazzaro has joined #openstack18:28
SamYapleoh18:28
DiplomatI can add more if it's required obviously, but by default it comes with /29 yes18:28
SamYapleesh18:28
*** epcim has joined #openstack18:28
DiplomatOk I think that would work yes18:29
Sam-I-AmDiplomat: they should have a way to drop something like a /28 or larger across >1 host18:29
Sam-I-Amthis sort of breaks any sort of host-level redundancy18:29
*** adeschamps has joined #openstack18:29
*** pumaranikar has quit IRC18:30
DiplomatWell true.. I'm sure it would be possible to get some kind of custom solution yes18:30
*** shardy is now known as shardy_afk18:30
*** asti has quit IRC18:31
cucumber_Zack1, it worked, thanks!18:31
*** ntata has joined #openstack18:31
*** dizquierdo has joined #openstack18:31
DiplomatActually I think it would make sense to colocate and then ask for a custom solution like that18:31
*** jmckind has quit IRC18:32
*** eglynn has quit IRC18:32
*** eglynn has joined #openstack18:32
Zack1cucumber_: no problem! glad it worked18:32
*** VanL_ has quit IRC18:33
*** electrocucaracha has joined #openstack18:33
*** ivar-laz_ has joined #openstack18:35
*** jprovazn has quit IRC18:36
*** dra_ is now known as denisra_18:37
*** pb_ has quit IRC18:38
*** dtx00ff has quit IRC18:38
*** ivar-lazzaro has quit IRC18:38
*** tkatarki has joined #openstack18:38
*** dtx00ff has joined #openstack18:39
*** tkatarki has quit IRC18:40
*** projectdp has joined #openstack18:42
*** Yurec has quit IRC18:42
*** khushbu_ has joined #openstack18:43
*** kambiz has joined #openstack18:43
*** bildz has joined #openstack18:43
bildzCan someone help me understand the networking piece, when adding interfaces to the ovs-switch bridge18:44
bildzi keep loosing connectivity and am not sure whats going on18:44
*** phalmos has joined #openstack18:44
*** Guest3686 is now known as mgagne18:45
*** mgagne has joined #openstack18:45
*** qba73 has joined #openstack18:46
*** opensource_ninja has joined #openstack18:47
*** VeggieMeat_ is now known as VeggieMeat18:47
*** yapeng has joined #openstack18:48
*** eghobo has joined #openstack18:48
bildzanyone around?18:48
*** spotz_zzz is now known as spotz18:49
*** tkatarki has joined #openstack18:49
*** KarlchenK has joined #openstack18:50
*** jasonsb has quit IRC18:50
Sam-I-Ambildz: sounds like you are using the ip of the interface that you added to the ovs bridge18:51
bildzthat would be correct18:52
*** julim has quit IRC18:53
*** Guest28252 has quit IRC18:53
bildzwell it's not ip'ed.  I just added the interface to the bridge18:53
*** willsama has joined #openstack18:53
*** TamaraJ has joined #openstack18:53
Sam-I-Amits not the interface you're using to access the box?18:53
*** balajiiyer1 has joined #openstack18:53
bildzit is18:54
bildzi have OOB though18:54
*** balajiiyer has quit IRC18:54
*** sayan has quit IRC18:54
*** amotoki has quit IRC18:55
*** julim has joined #openstack18:56
*** pumaranikar has joined #openstack18:56
bildzI have 2 nics in this server18:56
*** fzdarsky__ has quit IRC18:57
Sam-I-Ambildz: if you make the nic that you're using to access the box a port on the ovs bridge, it will break connectivity18:58
bildzthere's no way to get them to coexist?18:59
*** hemna is now known as hemnafk18:59
*** penick has quit IRC19:00
Sam-I-Amyou can move the ip from that interface to the ovs bridge19:00
*** lykinsb__ has joined #openstack19:01
*** cprmrf has joined #openstack19:01
*** cdub has quit IRC19:02
*** ultimateboy has quit IRC19:02
*** cprmrf__ has quit IRC19:03
*** jasonsb has joined #openstack19:03
*** ultimateboy has joined #openstack19:04
*** lykinsbd has quit IRC19:04
*** Oi_Scout has joined #openstack19:05
cucumber_How can I force vm_state to change from error to active?19:05
cucumber_I want to detach a volume from that instance. The I can delete it19:06
*** jmckind has joined #openstack19:06
cucumber_nova reset-state is not working19:06
*** ivan_mironov has joined #openstack19:06
cucumber_or.. is there any "nova volume-detach --force" or something?19:07
*** hashar has joined #openstack19:08
baker@cucumber_ can you --force the reset-state?19:08
*** EricGonczer_ has quit IRC19:09
cucumber_baker, nope.. is not an option19:09
bakerhmm, I thought it was19:10
bakerI had to do that before19:10
cucumber_ nova reset-state [--active] <server> [<server> ...]19:10
*** EricGonczer_ has joined #openstack19:10
cucumber_baker, oh.. the --active did it19:10
cucumber_:)19:10
bakerthere ya go19:10
admin0how to calculate resource availability in openstack ?19:10
bakerI knew there was a way to force the state to something19:11
admin0like how much resource are available  before we order hardware19:11
cucumber_baker, now is in "detaching" state (the volume)19:11
cucumber_I have another in the same situation... for the last 8 hours...19:11
*** fzdarsky__ has joined #openstack19:12
cucumber_I hope takes shorter this time19:12
baker@cucumber_ are they both on the same compute instance?19:12
cucumber_yes19:13
*** bobh has quit IRC19:13
bildzwhy do you have to turn on promisc mode on the bridge?19:13
bakerI've had lucky cycling nova-compute service on the compute node when I start getting weird issues with the state's getting stuck19:14
*** baoli has joined #openstack19:14
Sam-I-Ambildz: you dont19:14
Sam-I-Ambildz: not on the ovs bridge at least19:15
bildzip link set br-ex promisc on19:15
*** marrusl has joined #openstack19:15
Sam-I-Amnot sure where you're reading this19:15
*** cprmrf has quit IRC19:15
Sam-I-Ambut its not official docs19:15
*** jcoufal has quit IRC19:15
cucumber_baker, I'll wait one hour (I'll go to lunch) and if is not detached, I'll restart nova-compute services...19:16
Sam-I-Amand if it is...19:16
bakerk - good luck19:16
*** Aleks_ has joined #openstack19:16
*** matjazp has joined #openstack19:16
*** pberis has quit IRC19:16
*** pberis has joined #openstack19:16
bildzSam-I-Am: https://fosskb.wordpress.com/2014/06/10/managing-openstack-internaldataexternal-network-in-one-interface/19:17
bildzjust trying to understand the briding inside openstack19:17
*** cprmrf has joined #openstack19:17
cucumber_baker, what if I destroy the instance where is attached the volume? Bad idea?19:18
Sam-I-Ambildz: thats overly complex19:18
*** Marga_ has quit IRC19:18
*** finisherr has joined #openstack19:18
Sam-I-Amits easier to configure openstack to use 1 network rather than munge your network config into thinking it has 3 networks19:18
*** hdd has quit IRC19:19
Sam-I-Ambbiab19:19
*** enarciso has joined #openstack19:19
baker@cucumber_ don't trust me on this if it's critical data :)19:19
*** ultimateboy has quit IRC19:20
bakerbut I think it would leave the volume19:20
bakerbut I'm not 100% sure19:20
*** ultimateboy has joined #openstack19:20
bildzSam-I-Am: where are instructions to just setup 1 network?19:20
cucumber_ok19:20
cucumber_I'll meditate diring lunch about this :)19:20
*** ultimateboy has quit IRC19:20
*** ultimateboy1 has joined #openstack19:20
bakerI'd try cycling the nova-compute service first :)19:21
cucumber_hahaha, ok19:21
*** jcarter2 has joined #openstack19:21
*** ultimateboy has joined #openstack19:21
*** fzdarsky__ has quit IRC19:22
*** vsedelnik has joined #openstack19:22
*** sneti has quit IRC19:23
*** crc32 has joined #openstack19:23
*** baoli has quit IRC19:25
*** su_zhang has joined #openstack19:27
*** ikcerog_ has joined #openstack19:28
*** ikcerog has quit IRC19:28
*** TamaraJ has quit IRC19:29
*** blomquisg has quit IRC19:29
*** eglynn has quit IRC19:29
*** tonythomas has quit IRC19:29
*** baoli has joined #openstack19:31
*** tmatsu has joined #openstack19:31
*** matjazp has quit IRC19:31
*** Aleks_ has quit IRC19:31
*** roxtrongo has quit IRC19:31
*** baoli has quit IRC19:32
*** baoli has joined #openstack19:32
DiplomatSam-I-Am: Any suggestions for me what kind of network model I should use for my issue here? That flat network using a network node is not very bad idea and it appears to work fine, but problem is that it doesn't like multiple different subnets.19:35
*** tmatsu has quit IRC19:35
*** krtaylor has quit IRC19:36
*** marzif has quit IRC19:36
*** marzif has joined #openstack19:37
DiplomatActually, I'm reading this: http://superuser.openstack.org/articles/multiple-external-networks-with-a-single-l3-agent and it might make sense19:39
*** crose has quit IRC19:40
*** penick has joined #openstack19:40
*** bobh has joined #openstack19:40
*** eglynn has joined #openstack19:41
*** PsuzeannePsy has quit IRC19:42
*** baoli has quit IRC19:44
*** maveric7911 has quit IRC19:45
*** ivan_mironov has quit IRC19:45
*** baoli has joined #openstack19:45
*** blomquisg has joined #openstack19:45
*** baoli has quit IRC19:46
*** baoli has joined #openstack19:46
*** marzif has quit IRC19:46
*** two_oes has quit IRC19:46
Sam-I-Ambildz: there arent any official ones. however, you can move the ip of your one interface to br-ex, then use that ip for all openstack services19:47
*** gardenshed has joined #openstack19:47
bildzthanks19:48
*** spotz is now known as spotz_zzz19:49
*** khushbu_ has quit IRC19:49
*** jwitk0 is now known as jwitko19:49
*** mimmo65 has joined #openstack19:51
*** pumaranikar has quit IRC19:52
*** krtaylor has joined #openstack19:52
*** pumaranikar has joined #openstack19:52
*** bbcmicrocomputer has quit IRC19:52
*** cleong has quit IRC19:53
*** subscope has quit IRC19:53
*** mimmo65 has quit IRC19:54
*** skamithi14 has quit IRC19:56
*** ade_b has joined #openstack19:56
*** amotoki has joined #openstack19:56
*** nllrte has quit IRC19:56
*** spotz_zzz is now known as spotz19:57
*** cdub has joined #openstack19:59
*** si1v3r has joined #openstack19:59
*** swinn has quit IRC19:59
*** avozza has quit IRC19:59
si1v3rHi all. I'm looking for openstack documentation for havana and icehouse. This page has a link to where they should be but it's now a redirect to the docs landing page. https://openstack.nimeyo.com/2691/openstack-older-developer-documentation-icehouse-havana20:00
*** adac has quit IRC20:00
*** amotoki has quit IRC20:00
*** BOKALDO has quit IRC20:00
*** brad_behle has quit IRC20:01
*** avarner has quit IRC20:01
si1v3rThat is, http://docs.openstack.org/developer/nova/havana/ now redirects to http://docs.openstack.org/index.html20:01
*** ivar-laz_ has quit IRC20:01
Sam-I-Amall that stuff is long long dead20:01
Sam-I-Amremoved from the repos20:01
*** jckasper has quit IRC20:01
si1v3rAnd there are no mirrors?20:01
Sam-I-Amnope, gone20:02
*** dtx00ff has quit IRC20:02
annegentlesi1v3r: how can we help you get what you need? Why havana and icehouse?20:02
*** hemnafk is now known as hemna20:02
*** eghobo has quit IRC20:02
si1v3rI have them running in prod and need to reference some default values.20:02
*** eghobo_ has joined #openstack20:02
*** skamithi13 has joined #openstack20:02
si1v3rI suspect the defaults have changed in juno and later and would like to try some, but need to confirm the defaults did in fact change.20:03
annegentlesi1v3r: I can send you PDFs if it's just the config ref, drop me an email at anne@openstack.org to remind me20:04
*** su_zhang has quit IRC20:04
*** cemason has quit IRC20:04
*** kellyp_ has quit IRC20:04
*** cemason has joined #openstack20:05
*** thrash is now known as thrash|biab20:05
*** penick has quit IRC20:06
*** kellyp has joined #openstack20:06
*** RedRat__ has quit IRC20:06
*** skynat has quit IRC20:06
*** angdraug has quit IRC20:07
*** eglynn has quit IRC20:07
*** eglynn has joined #openstack20:07
annegentlesi1v3r: You can also browse the tagged icehouse-eol source at https://github.com/openstack/openstack-manuals/tree/icehouse-eol/doc/config-reference20:08
*** ivan_mironov has joined #openstack20:09
*** v3nd3tta`` is now known as v3nd3tta20:10
*** KarlchenK has quit IRC20:11
*** metrox_rav has joined #openstack20:11
visbitswell looks like neutron gets major fuxed in the new release lol20:13
*** KarlchenK has joined #openstack20:13
si1v3rannegentle: Thanks. This has what I needed.20:14
annegentlesi1v3r: excellent20:14
*** aeperezt has joined #openstack20:14
john5223Can you run both lxc and kvm on a compute node or you have to pick one?20:14
*** annegentle has quit IRC20:14
*** Guest5869 has quit IRC20:15
*** tsymancz1k has quit IRC20:15
*** adac has joined #openstack20:15
*** ohno13 has quit IRC20:16
*** diogogmt has quit IRC20:16
*** jcarter2 has quit IRC20:17
*** si1v3r has left #openstack20:18
*** akanksha_ has quit IRC20:18
*** epcim has quit IRC20:18
*** ultimateboy has quit IRC20:19
*** ade_b has quit IRC20:19
*** tnovacik has quit IRC20:19
*** e0ne has quit IRC20:20
*** jcarter2 has joined #openstack20:20
*** gardenshed has quit IRC20:20
*** ultimateboy has joined #openstack20:20
*** skynat has joined #openstack20:21
*** flaviof has quit IRC20:21
*** skynat1 has joined #openstack20:22
*** baoli has quit IRC20:22
*** baker has quit IRC20:23
*** Marga_ has joined #openstack20:23
*** cptweasel has joined #openstack20:23
*** skynat2 has joined #openstack20:24
*** skynat has quit IRC20:25
*** skynat3 has joined #openstack20:26
*** melmoth has quit IRC20:26
*** bladernr_ has quit IRC20:26
*** achanda has quit IRC20:26
*** skynat1 has quit IRC20:26
*** devth_ is now known as devth20:27
*** skynat4 has joined #openstack20:27
*** adac has quit IRC20:27
*** ashw_ has quit IRC20:27
*** skynat has joined #openstack20:28
*** ultimateboy has quit IRC20:28
*** skynat2 has quit IRC20:29
*** alex_klimov has joined #openstack20:29
*** skynat1 has joined #openstack20:29
*** yamamoto has joined #openstack20:30
*** skynat2 has joined #openstack20:30
*** skynat3 has quit IRC20:30
*** cptweasel has quit IRC20:31
*** baker has joined #openstack20:31
*** skynat3 has joined #openstack20:31
*** skynat4 has quit IRC20:31
*** bladernr_ has joined #openstack20:31
*** Ephur has quit IRC20:31
*** skynat4 has joined #openstack20:31
*** eharney has quit IRC20:32
*** skynat_ has joined #openstack20:33
*** skynat has quit IRC20:33
*** skynat has joined #openstack20:34
*** skynat1 has quit IRC20:34
*** ivan_mironov has quit IRC20:34
*** yamamoto has quit IRC20:34
*** skynat1 has joined #openstack20:34
*** marrusl has quit IRC20:35
*** skynat__ has joined #openstack20:35
*** skynat2 has quit IRC20:35
*** skynat3 has quit IRC20:35
*** skynat4 has quit IRC20:36
*** skynat2 has joined #openstack20:36
*** NightKhaos has quit IRC20:36
*** annegentle has joined #openstack20:36
*** NightKhaos has joined #openstack20:36
*** eghobo_ has quit IRC20:36
*** georgem1 has quit IRC20:37
*** skynat3 has joined #openstack20:37
*** georgem1 has joined #openstack20:37
*** skynat_ has quit IRC20:38
*** georgem1 has quit IRC20:38
*** tkatarki has quit IRC20:38
*** hashar has quit IRC20:38
*** trifon has quit IRC20:38
*** skynat4 has joined #openstack20:39
*** skynat has quit IRC20:39
*** tkatarki has joined #openstack20:39
*** skynat1 has quit IRC20:39
*** J-P has quit IRC20:39
*** skynat has joined #openstack20:40
*** youngbaks has joined #openstack20:40
*** skynat__ has quit IRC20:40
*** skynat2 has quit IRC20:40
*** KarlchenK has quit IRC20:41
*** skynat3 has quit IRC20:42
*** skynat4 has quit IRC20:43
*** gfidente has quit IRC20:43
*** rfolco has quit IRC20:44
*** skynat has quit IRC20:44
*** benjamingr_ has quit IRC20:44
*** blomquisg has quit IRC20:45
*** salv-orlando has quit IRC20:45
*** tkatarki has quit IRC20:45
*** tvvcox has quit IRC20:46
*** achanda has joined #openstack20:46
*** penick has joined #openstack20:46
*** bladernr_ has quit IRC20:48
*** bladernr_ has joined #openstack20:48
*** TC01 has quit IRC20:48
*** bladernr_ has quit IRC20:49
*** Ephur has joined #openstack20:49
*** jcarter2 has quit IRC20:50
*** manous has quit IRC20:50
visbitswhere does one find the values of config options in openstack20:50
*** gaughen has quit IRC20:51
*** bladernr_ has joined #openstack20:51
*** toscalix__ has joined #openstack20:51
*** shootbird has joined #openstack20:51
john5223visbits: for which service?20:52
visbitsim trying to figure out why my liberty neutron security groups are all rekt.. http://docs.openstack.org/draft/config-reference/content/networking-options-securitygroups.html   these specifically20:52
*** georgem1 has joined #openstack20:52
*** Marga_ has quit IRC20:52
*** tsymancz1k has joined #openstack20:52
*** youngbaks has quit IRC20:52
*** danman has joined #openstack20:52
*** gaughen has joined #openstack20:52
*** TC01 has joined #openstack20:53
*** bladernr_ has quit IRC20:53
*** Marga_ has joined #openstack20:53
*** ultimateboy has joined #openstack20:54
*** su_zhang has joined #openstack20:54
*** Lee1092 has quit IRC20:54
*** bladernr_ has joined #openstack20:54
*** electrocucaracha has quit IRC20:54
*** visbits has quit IRC20:56
*** larsks has left #openstack20:57
*** amotoki has joined #openstack20:57
*** salv-orlando has joined #openstack20:58
*** cparlette has quit IRC20:58
*** tpot has joined #openstack20:58
*** gaughen has quit IRC20:59
*** rfolco has joined #openstack21:00
*** mcarden_ is now known as mcarden21:00
*** gaughen has joined #openstack21:01
*** ppradhan has quit IRC21:01
*** hichihara has joined #openstack21:01
*** baoli has joined #openstack21:01
*** aryklein has quit IRC21:01
*** Aleks_ has joined #openstack21:02
*** arlion has quit IRC21:02
*** amotoki has quit IRC21:02
*** hblixt has quit IRC21:04
*** julim has quit IRC21:04
*** eharney has joined #openstack21:05
*** gardenshed has joined #openstack21:06
*** cparlette has joined #openstack21:06
*** tsymancz1k has quit IRC21:07
*** ppradhan has joined #openstack21:08
*** electrocucaracha has joined #openstack21:08
*** mrmartin has quit IRC21:10
*** e0ne has joined #openstack21:11
*** mrmartin has joined #openstack21:11
*** arnoldje has quit IRC21:11
*** anshul has quit IRC21:12
*** bladernr_ has quit IRC21:13
*** bladernr_ has joined #openstack21:14
*** Marga_ has quit IRC21:14
*** Marga_ has joined #openstack21:14
*** tsymancz1k has joined #openstack21:14
*** Marga_ has quit IRC21:15
*** eglynn has quit IRC21:15
*** electrocucaracha has quit IRC21:15
*** togdon has joined #openstack21:15
*** maveric7911 has joined #openstack21:15
*** baoli has quit IRC21:16
*** bladernr_ has quit IRC21:16
*** Marga_ has joined #openstack21:16
*** mrmartin has quit IRC21:16
*** baoli has joined #openstack21:17
*** bladernr_ has joined #openstack21:17
*** RedRat has joined #openstack21:18
*** mcornea has joined #openstack21:18
*** rfolco_ has joined #openstack21:19
*** bladernr_ has quit IRC21:19
*** bladernr_ has joined #openstack21:19
*** gardenshed has quit IRC21:19
*** skynat has joined #openstack21:19
*** e0ne has quit IRC21:20
*** jbell8 has quit IRC21:20
*** rfolco has quit IRC21:20
*** rossella_s has quit IRC21:20
*** jdurgin has quit IRC21:20
*** skynat1 has joined #openstack21:20
*** baoli has quit IRC21:21
jwitkohey All, I just added a compute node using OSAD and it seems to be having trouble getting instances assigned to it.  In the scheduler logs I'm seeing the error "" No compute service record found for host oss-comp07"   but the nova-compute service is running and the logs don't show any signs of obvious error21:21
*** baoli has joined #openstack21:21
*** stevemar_ has quit IRC21:22
*** angdraug has joined #openstack21:22
*** skynat2 has joined #openstack21:22
*** stevemar_ has joined #openstack21:22
*** stevemar_ has quit IRC21:22
*** stevemar_ has joined #openstack21:23
*** rahulait has quit IRC21:23
*** skynat3 has joined #openstack21:23
*** rfolco_ has quit IRC21:23
*** skynat has quit IRC21:23
*** pablolibo has quit IRC21:24
*** skynat1 has quit IRC21:25
*** merooney has quit IRC21:25
*** jdurgin has joined #openstack21:25
*** skynat4 has joined #openstack21:25
*** skynat has joined #openstack21:26
*** skynat2 has quit IRC21:27
*** GeoKM has joined #openstack21:27
*** sammy007_ has quit IRC21:27
*** sammy007 has joined #openstack21:27
*** skynat3 has quit IRC21:27
*** skynat1 has joined #openstack21:28
*** burgerk has quit IRC21:29
*** tpot has quit IRC21:29
*** baoli has quit IRC21:29
*** woodard has joined #openstack21:29
*** skynat2 has joined #openstack21:29
*** vsedelnik has quit IRC21:29
*** skynat4 has quit IRC21:30
*** skynat has quit IRC21:30
*** matjazp has joined #openstack21:30
*** skynat3 has joined #openstack21:30
*** skynat1 has quit IRC21:32
*** skynat4 has joined #openstack21:32
*** rtheis has quit IRC21:32
*** bladernr_ has quit IRC21:33
*** arnoldje has joined #openstack21:33
*** skynat has joined #openstack21:33
*** skynat2 has quit IRC21:33
*** woodard has quit IRC21:34
*** skynat1 has joined #openstack21:34
*** woodard has joined #openstack21:34
*** achanda has quit IRC21:34
*** skynat3 has quit IRC21:34
*** electrocucaracha has joined #openstack21:35
*** maveric7911 has quit IRC21:35
*** skynat2 has joined #openstack21:35
*** matjazp has quit IRC21:35
*** gaughen has quit IRC21:36
*** njohnston is now known as nate_gone21:36
*** georgem1 has quit IRC21:36
*** skynat3 has joined #openstack21:36
*** skynat4 has quit IRC21:37
*** bollullera has joined #openstack21:37
*** skynat4 has joined #openstack21:37
*** skynat has quit IRC21:38
*** skynat has joined #openstack21:38
jwitkosorry somehow the hypervisor got disabled21:38
*** skynat1 has quit IRC21:38
*** skynat1 has joined #openstack21:39
*** skynat2 has quit IRC21:39
*** adeschamps has quit IRC21:40
*** skynat2 has joined #openstack21:40
*** cdash has quit IRC21:40
*** bollullera has left #openstack21:40
*** toscalix__ has quit IRC21:41
*** skynat_ has joined #openstack21:41
*** skynat3 has quit IRC21:41
*** skynat3 has joined #openstack21:41
*** dangers is now known as dangers_away21:41
*** skynat4 has quit IRC21:42
*** skynat4 has joined #openstack21:42
*** Ailus has quit IRC21:42
*** skynat has quit IRC21:42
*** gaughen has joined #openstack21:43
*** skynat has joined #openstack21:43
*** balajiiyer1 has quit IRC21:43
*** electroc_ has joined #openstack21:43
*** tmatsu has joined #openstack21:43
*** bladernr_ has joined #openstack21:43
*** blomquisg has joined #openstack21:44
*** skynat1 has quit IRC21:44
*** baker has quit IRC21:44
*** skynat2 has quit IRC21:44
*** electrocucaracha has quit IRC21:44
*** electroc_ has quit IRC21:44
*** skynat_ has quit IRC21:45
*** skynat3 has quit IRC21:46
*** skynat1 has joined #openstack21:46
*** bladernr_ has quit IRC21:47
*** skynat4 has quit IRC21:47
*** skynat2 has joined #openstack21:47
*** skynat has quit IRC21:47
*** tmatsu has quit IRC21:47
*** skynat3 has joined #openstack21:48
*** maveric7911 has joined #openstack21:48
*** Aleks_ has quit IRC21:48
*** shinenelson has quit IRC21:48
*** jonaspaulo_ has joined #openstack21:49
*** achanda has joined #openstack21:50
*** skynat4 has joined #openstack21:50
*** tkatarki has joined #openstack21:50
*** skynat has joined #openstack21:50
*** skynat1 has quit IRC21:51
*** skynat1 has joined #openstack21:51
*** tsymanczyk has joined #openstack21:51
*** jonaspaulo has quit IRC21:51
*** tsymanczyk is now known as Guest7825321:51
*** skynat2 has quit IRC21:52
*** tep has joined #openstack21:52
*** mosburn has quit IRC21:52
*** skynat3 has quit IRC21:52
*** ppradhan has left #openstack21:52
*** phalmos has quit IRC21:53
*** skynat2 has joined #openstack21:53
*** ivar-lazzaro has joined #openstack21:53
*** cparlette has quit IRC21:54
*** skynat4 has quit IRC21:54
*** tkatarki has quit IRC21:55
*** woodard has quit IRC21:55
*** lborda has quit IRC21:55
*** toscalix__ has joined #openstack21:55
*** skynat3 has joined #openstack21:55
*** skynat has quit IRC21:55
*** woodard has joined #openstack21:55
*** MarkBaker has quit IRC21:55
*** hwoarang has quit IRC21:55
*** skynat1 has quit IRC21:55
*** eghobo has joined #openstack21:55
*** salv-orl_ has joined #openstack21:56
*** georgem1 has joined #openstack21:56
*** skynat4 has joined #openstack21:56
*** ntata has quit IRC21:56
*** jschlueter has quit IRC21:56
*** electrocucaracha has joined #openstack21:57
*** devth_ has joined #openstack21:58
*** yamamoto has joined #openstack21:58
*** skynat has joined #openstack21:58
*** skynat2 has quit IRC21:58
*** devth has quit IRC21:58
*** ivar-lazzaro has quit IRC21:58
*** pratikma_ has quit IRC21:58
*** vinoalex has quit IRC21:58
*** salv-orlando has quit IRC21:59
*** dizquierdo has quit IRC21:59
*** georgem1 has quit IRC21:59
*** skynat1 has joined #openstack21:59
*** skynat3 has quit IRC21:59
*** georgem1 has joined #openstack21:59
*** markvoelker has joined #openstack22:00
*** designbybeck_ has quit IRC22:00
*** skynat2 has joined #openstack22:00
*** ikcerog_ has quit IRC22:00
*** skynat4 has quit IRC22:01
*** skynat3 has joined #openstack22:01
*** skynat4 has joined #openstack22:02
*** skynat has quit IRC22:02
*** skamithi13 has quit IRC22:03
*** k_stev1 has quit IRC22:03
*** skamithi13 has joined #openstack22:03
*** skynat1 has quit IRC22:04
*** skynat has joined #openstack22:04
*** klamath has quit IRC22:04
*** bobh has quit IRC22:04
*** larsks has joined #openstack22:05
*** skynat2 has quit IRC22:05
*** skynat1 has joined #openstack22:06
*** arnoldje has quit IRC22:06
*** skynat3 has quit IRC22:06
*** smurke has quit IRC22:06
*** kbringard has quit IRC22:06
*** skynat2 has joined #openstack22:06
*** jbell8 has joined #openstack22:06
*** skynat4 has quit IRC22:07
*** skynat3 has joined #openstack22:07
*** Zack1 has left #openstack22:08
*** pumaranikar has quit IRC22:08
*** clouddig has quit IRC22:08
*** skynat4 has joined #openstack22:09
*** skynat has quit IRC22:09
*** skynat1 has quit IRC22:10
*** ajmiller has quit IRC22:11
*** skynat2 has quit IRC22:11
john5223Anyone using LXD with openstack?22:11
*** MarkBaker has joined #openstack22:11
*** jbell8 has quit IRC22:12
*** racle_ has quit IRC22:12
*** skynat3 has quit IRC22:12
*** ajmiller has joined #openstack22:12
*** skynat has joined #openstack22:12
*** skynat4 has quit IRC22:13
*** maveric_amitc_ has quit IRC22:14
*** jbell8 has joined #openstack22:14
*** vuntz_ has quit IRC22:15
*** vuntz has joined #openstack22:15
*** qba73 has quit IRC22:15
*** woodard has quit IRC22:15
*** woodard has joined #openstack22:16
*** skynat1 has joined #openstack22:16
*** EricGonczer_ has quit IRC22:17
*** skynat has quit IRC22:17
*** skynat2 has joined #openstack22:18
*** s00pcan_ has quit IRC22:18
*** alex_klimov has quit IRC22:18
*** skynat3 has joined #openstack22:18
*** s00pcan has joined #openstack22:19
*** cprmrf has quit IRC22:19
*** jbell8 has quit IRC22:19
*** skynat4 has joined #openstack22:20
*** lsde has quit IRC22:20
*** jwitko has quit IRC22:20
*** tlbr has quit IRC22:20
*** balajiiyer has joined #openstack22:21
*** skynat has joined #openstack22:21
*** skynat1 has quit IRC22:21
*** luflores_ has joined #openstack22:21
*** inteq has quit IRC22:21
*** skynat1 has joined #openstack22:22
*** skynat2 has quit IRC22:22
*** xuan has quit IRC22:22
*** skynat2 has joined #openstack22:22
*** brokencycle has joined #openstack22:23
*** skynat3 has quit IRC22:23
*** skynat3 has joined #openstack22:24
*** jcarter2 has joined #openstack22:24
*** xuan has joined #openstack22:24
*** skynat4 has quit IRC22:24
*** luflores has quit IRC22:24
*** diesel has quit IRC22:25
*** su_zhang has quit IRC22:25
*** skynat4 has joined #openstack22:25
*** skynat has quit IRC22:25
*** luflores_ has quit IRC22:25
*** galstrom is now known as galstrom_zzz22:26
*** _navneet_ has quit IRC22:26
*** skynat1 has quit IRC22:26
*** skynat has joined #openstack22:26
*** jwitko has joined #openstack22:26
*** skynat2 has quit IRC22:27
*** skynat1 has joined #openstack22:27
*** hdd has joined #openstack22:27
*** k_stev has joined #openstack22:28
*** skynat3 has quit IRC22:28
*** amotoki has joined #openstack22:28
*** toscalix__ has quit IRC22:28
*** skynat2 has joined #openstack22:29
*** achampion has quit IRC22:29
*** devth_ has quit IRC22:29
*** skynat3 has joined #openstack22:30
*** skynat4 has quit IRC22:30
*** eghobo has quit IRC22:30
*** fsimonce has quit IRC22:30
*** skynat has quit IRC22:30
*** GeoKM has quit IRC22:31
*** pratikmallya has joined #openstack22:31
*** skynat1 has quit IRC22:31
*** balajiiyer has quit IRC22:32
*** hdd has quit IRC22:32
*** cemason has quit IRC22:32
*** annegentle has quit IRC22:32
*** amotoki has quit IRC22:32
*** cemason has joined #openstack22:33
*** skynat2 has quit IRC22:33
*** skynat4 has joined #openstack22:34
*** pratikma_ has joined #openstack22:34
*** skynat has joined #openstack22:34
*** willsama has quit IRC22:35
*** skynat3 has quit IRC22:35
*** skynat1 has joined #openstack22:35
*** kmartin_ has quit IRC22:35
*** obedmr has quit IRC22:35
*** maveric7911 has quit IRC22:36
*** skynat2 has joined #openstack22:36
*** woodard has quit IRC22:36
*** tlian2 has joined #openstack22:36
*** woodard has joined #openstack22:36
*** pratikmallya has quit IRC22:37
*** jcarter2 has quit IRC22:37
*** skynat3 has joined #openstack22:37
*** mcornea has quit IRC22:37
*** skynat4 has quit IRC22:38
*** skynat has quit IRC22:38
*** tlian has quit IRC22:39
*** SaurabhJinturkar has joined #openstack22:39
*** skynat1 has quit IRC22:39
*** SaurabhJinturkar has left #openstack22:40
*** ivar-lazzaro has joined #openstack22:40
*** Fredrich010 has joined #openstack22:40
*** skynat2 has quit IRC22:40
*** skynat4 has joined #openstack22:41
*** v3nd3tta is now known as v3nd3tta``22:41
*** simon-AS5591 has quit IRC22:41
*** skynat has joined #openstack22:41
*** annegentle has joined #openstack22:41
*** skynat3 has quit IRC22:41
*** Fredrich_ has quit IRC22:42
*** devth has joined #openstack22:42
*** balajiiyer has joined #openstack22:43
*** baoli has joined #openstack22:44
*** skynat4 has quit IRC22:45
*** adeschamps has joined #openstack22:45
*** skynat1 has joined #openstack22:45
*** ksobkowiak has quit IRC22:45
*** Fredrich010 has quit IRC22:45
*** roxtrongo has joined #openstack22:45
*** annegentle has quit IRC22:45
*** skynat2 has joined #openstack22:46
*** skynat has quit IRC22:47
*** s00pcan has quit IRC22:47
*** signed8bit is now known as signed8bit_ZZZzz22:47
*** s00pcan has joined #openstack22:47
*** invisibleaxm has joined #openstack22:47
*** skynat3 has joined #openstack22:47
*** ultimateboy has quit IRC22:47
*** woodard has quit IRC22:48
*** skynat4 has joined #openstack22:49
*** baoli has quit IRC22:49
*** loth1 has joined #openstack22:50
*** rgogunskiy has joined #openstack22:50
*** skynat1 has quit IRC22:50
*** prometheanfire has joined #openstack22:50
*** metrox_rav has quit IRC22:50
*** rgogunskiy has quit IRC22:51
*** skynat2 has quit IRC22:51
*** skynat has joined #openstack22:51
*** travnewmatic has joined #openstack22:51
*** Fredrich010 has joined #openstack22:51
*** skynat1 has joined #openstack22:51
prometheanfireis keystone the only service other than horizon to have wsgi support?22:52
*** woodard has joined #openstack22:52
*** jmckind is now known as jmckind_22:52
*** loth has quit IRC22:52
*** skynat3 has quit IRC22:52
*** skynat2 has joined #openstack22:52
*** jmckind_ is now known as jmckind22:53
*** skynat4 has quit IRC22:53
*** phylante has joined #openstack22:54
*** skynat3 has joined #openstack22:55
*** achanda has quit IRC22:55
*** achanda_ has joined #openstack22:55
*** skynat has quit IRC22:55
*** su_zhang has joined #openstack22:55
*** achanda has joined #openstack22:55
*** prometheanfire has quit IRC22:56
*** skynat4 has joined #openstack22:56
*** skynat1 has quit IRC22:56
*** prometheanfire has joined #openstack22:56
prometheanfireis keystone the only service other than horizon to have wsgi support?22:56
*** s00pcan_ has joined #openstack22:56
*** gregmark has quit IRC22:56
*** Fredrich010 has quit IRC22:56
*** georgem1 has quit IRC22:57
*** divya has quit IRC22:57
*** skynat has joined #openstack22:57
*** skynat2 has quit IRC22:57
*** markvoelker has quit IRC22:57
*** skynat1 has joined #openstack22:58
*** lcurtis has quit IRC22:58
*** rushil has quit IRC22:58
*** roxtrong_ has joined #openstack22:58
*** rbak has quit IRC22:59
*** marrusl has joined #openstack22:59
*** Fredrich010 has joined #openstack22:59
*** skynat3 has quit IRC22:59
*** achanda_ has quit IRC22:59
*** adeschamps has quit IRC22:59
*** v3nd3tta`` is now known as v3nd3tta23:00
*** skynat4 has quit IRC23:00
*** devth_ has joined #openstack23:00
*** adeschamps has joined #openstack23:01
*** skynat has quit IRC23:01
*** jmckind has quit IRC23:01
*** k_stev has quit IRC23:01
*** roxtrongo has quit IRC23:02
*** su_zhang has quit IRC23:02
*** skynat1 has quit IRC23:02
*** travnewmatic has quit IRC23:02
*** arnoldje has joined #openstack23:02
*** cparlette has joined #openstack23:03
*** devth has quit IRC23:03
*** jmckind has joined #openstack23:04
*** skynat1 has joined #openstack23:04
*** swinn has joined #openstack23:05
*** woodard has quit IRC23:05
*** devth_ has quit IRC23:05
*** skynat2 has joined #openstack23:06
*** devth has joined #openstack23:06
*** skynat3 has joined #openstack23:07
*** jonaspaulo__ has joined #openstack23:07
*** skynat4 has joined #openstack23:08
*** su_zhang has joined #openstack23:08
*** skynat1 has quit IRC23:08
*** skynat has joined #openstack23:09
*** Fredrich010 has quit IRC23:09
*** jschlueter has joined #openstack23:10
*** skynat1 has joined #openstack23:10
*** skynat2 has quit IRC23:10
*** electrocucaracha has quit IRC23:10
*** travnewmatic has joined #openstack23:10
*** jonaspaulo_ has quit IRC23:10
*** skynat2 has joined #openstack23:10
*** skynat3 has quit IRC23:11
*** skynat3 has joined #openstack23:11
*** jonaspaulo__ has quit IRC23:12
*** skynat4 has quit IRC23:12
*** woodard has joined #openstack23:13
*** skynat4 has joined #openstack23:13
*** adeschamps has quit IRC23:13
*** GeoKM has joined #openstack23:13
*** skynat has quit IRC23:14
*** spotz is now known as spotz_zzz23:14
*** woodard has quit IRC23:14
*** swinn has quit IRC23:14
*** skynat has joined #openstack23:14
*** skynat1 has quit IRC23:15
*** skynat2 has quit IRC23:15
*** skynat3 has quit IRC23:16
*** skynat1 has joined #openstack23:16
*** otter768 has quit IRC23:17
*** otter768 has joined #openstack23:17
*** skynat4 has quit IRC23:18
*** blahRus has quit IRC23:18
*** skynat2 has joined #openstack23:18
*** skynat has quit IRC23:19
*** arnoldje has quit IRC23:20
*** marrusl has quit IRC23:20
*** skynat3 has joined #openstack23:21
*** flaviof has joined #openstack23:21
*** skynat1 has quit IRC23:21
*** skynat4 has joined #openstack23:21
*** VW_ has joined #openstack23:21
*** luflores has joined #openstack23:21
*** luflores has quit IRC23:22
*** skynat has joined #openstack23:22
*** arnoldje has joined #openstack23:22
*** travnewmatic has quit IRC23:22
*** luflores has joined #openstack23:22
*** morazi has quit IRC23:22
*** VW has quit IRC23:22
*** skynat1 has joined #openstack23:23
*** fultonj has quit IRC23:23
*** VW_ has quit IRC23:23
*** skynat2 has quit IRC23:23
*** crc32 has quit IRC23:23
*** VW has joined #openstack23:23
*** skynat2 has joined #openstack23:23
*** yocum has quit IRC23:24
*** skynat_ has joined #openstack23:24
*** skynat3 has quit IRC23:25
*** togdon has quit IRC23:25
*** salv-orl_ has quit IRC23:26
*** skynat4 has quit IRC23:26
*** skynat3 has joined #openstack23:26
*** Fredrich010 has joined #openstack23:26
*** weshay has quit IRC23:26
*** skynat has quit IRC23:26
*** JRobinson__ has joined #openstack23:26
*** skynat4 has joined #openstack23:26
*** tsymancz1k has quit IRC23:27
*** balajiiyer has quit IRC23:27
*** skynat1 has quit IRC23:27
*** ikcerog has joined #openstack23:28
*** skynat2 has quit IRC23:28
*** skynat has joined #openstack23:28
*** mrjazzcat has quit IRC23:28
*** phil_s_stein is now known as phil_s|away23:29
*** Domin has quit IRC23:29
*** skynat1 has joined #openstack23:29
*** skynat_ has quit IRC23:29
*** phil_s|away is now known as phil_s_stein23:30
*** Domin has joined #openstack23:30
*** skynat3 has quit IRC23:30
*** skynat2 has joined #openstack23:30
*** skynat4 has quit IRC23:31
*** skynat3 has joined #openstack23:31
*** salv-orl_ has joined #openstack23:31
*** skynat4 has joined #openstack23:32
*** tsymancz1k has joined #openstack23:32
*** salv-orlando has joined #openstack23:32
*** skynat_ has joined #openstack23:33
*** jbell8 has joined #openstack23:33
*** skynat has quit IRC23:33
*** dtx00ff has joined #openstack23:33
*** xemdetia has quit IRC23:33
*** mikhey has quit IRC23:34
*** skynat1 has quit IRC23:34
*** skynat has joined #openstack23:34
*** smurke has joined #openstack23:34
*** Fredrich010 has quit IRC23:35
*** kmartin has joined #openstack23:35
*** ikcerog has quit IRC23:35
*** skynat2 has quit IRC23:35
*** Cloudish has quit IRC23:35
*** FallenPegasus has quit IRC23:35
*** skynat3 has quit IRC23:36
*** salv-orl_ has quit IRC23:36
*** skynat4 has quit IRC23:36
*** travnewmatic has joined #openstack23:36
*** skynat1 has joined #openstack23:37
*** balajiiyer has joined #openstack23:37
*** skynat_ has quit IRC23:37
*** skynat2 has joined #openstack23:37
*** yocum has joined #openstack23:37
*** jcarter2 has joined #openstack23:37
*** tochi has joined #openstack23:38
*** skynat has quit IRC23:39
*** denisra_ has quit IRC23:39
*** denisra_ has joined #openstack23:40
*** pratikma_ has quit IRC23:40
*** admin0 has quit IRC23:40
*** arnoldje has quit IRC23:41
*** jfran has quit IRC23:41
*** skynat3 has joined #openstack23:41
*** skynat1 has quit IRC23:41
*** skynat2 has quit IRC23:42
*** skynat4 has joined #openstack23:42
*** cu5 has quit IRC23:42
*** skynat has joined #openstack23:43
*** eghobo has joined #openstack23:43
*** skynat1 has joined #openstack23:44
*** nelsnels_ has quit IRC23:44
*** balajiiyer has quit IRC23:44
*** nstrug has joined #openstack23:45
*** achampion has joined #openstack23:45
*** skynat2 has joined #openstack23:45
*** nelsnelson has joined #openstack23:45
*** Aleks_ has joined #openstack23:45
*** skynat3 has quit IRC23:45
*** skynat4 has quit IRC23:46
*** alop has quit IRC23:46
*** ZZelle has quit IRC23:46
*** skynat has quit IRC23:47
*** skynat3 has joined #openstack23:47
*** skynat1 has quit IRC23:49
*** skynat4 has joined #openstack23:49
*** MilesDenver has quit IRC23:50
*** skynat2 has quit IRC23:50
*** skynat has joined #openstack23:50
*** skynat1 has joined #openstack23:51
*** ajmiller has quit IRC23:52
*** skynat3 has quit IRC23:52
*** skynat4 has quit IRC23:53
*** VW has quit IRC23:54
*** n0ano has quit IRC23:54
*** skynat has quit IRC23:54
*** skynat2 has joined #openstack23:55
*** pkircher has quit IRC23:55
*** cparlette has quit IRC23:55
*** skynat3 has joined #openstack23:56
*** skynat1 has quit IRC23:56
*** gaughen has quit IRC23:56
*** otter768 has quit IRC23:56
*** phil_s_stein is now known as phil_s|away23:56
*** skynat4 has joined #openstack23:57
*** cparlette has joined #openstack23:57
*** otter768 has joined #openstack23:57
*** skynat has joined #openstack23:58
*** cemason has quit IRC23:59
*** skynat1 has joined #openstack23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!