Wednesday, 2011-08-03

*** jahor has quit IRC00:00
adambergsteinhttp://pastie.org/231164500:00
adambergsteinthank you for the help vishy00:02
*** DrHouseMD has joined #openstack00:02
*** AimanA has quit IRC00:02
*** huslage has joined #openstack00:03
vishythey are all on one host?00:03
adambergsteinyes00:03
vishythat is the entire log?00:03
adambergsteinno00:03
adambergsteinill paste it in00:03
*** T0X|C has joined #openstack00:03
T0X|CI am confused about what openstack is. I have read the definition and watched a you tube videos about it. Is it an API technology or language that various other technologies can speak to? Like storage devices can speak to it? Xen? pieces of virtual hardware?00:05
vishyare you familiar with eucalyptus?00:08
adambergsteinhttp://paste.openstack.org/show/2017/00:08
adambergsteinvishy: sorry, i had to cut some of it back because it was long00:08
adambergsteini just cut out stuff that was repetitive00:09
*** maplebed has quit IRC00:09
*** tryggvil_ has joined #openstack00:10
vishyhmm00:11
vishylots of stuff from earlier00:11
vishydoesn't look like you get an error when you launch00:11
adambergsteinno00:12
adambergsteinits quite odd00:12
vishycheck /var/log/libvirt/qemu/instance-xxxx.log00:12
adambergsteinok00:12
vishyand syslog to see if there are any error messages00:12
*** rchavik has joined #openstack00:12
*** rchavik has joined #openstack00:12
*** maplebed has joined #openstack00:12
adambergsteinhang tight...00:12
*** jeffjapan has quit IRC00:12
adambergsteinempty -- /var/log/libvirt/qemu00:13
T0X|Conly the history of eucalyptus. Is it a virtual technology such as xen or vmware? It's confusing because in the future, xen.org is ensuring their technology plays well with openstack which confuses me again00:14
*** jeffjapan has joined #openstack00:14
adambergsteinhttp://paste.openstack.org/show/2018/00:16
adambergsteina while lot of the 'terminated with status…' and 'respawning' lines00:17
adambergstein*whole00:17
vishybasically it uses virtualization to give you a cloud00:18
vishyso openstack compute will give you something similar to amazon ec200:18
*** slriv` has joined #openstack00:18
vishystorage will give you something similar to amazon s300:18
T0X|Copenstack provides storage as well?00:19
vishyyeah00:19
vishyopenstack storage00:19
T0X|Cso how is this not taking the place of xen?00:20
heckjT0X|C: It's an overlay that supports Xen as well as many other hypervisors - non Hypervisor specific00:20
nilssonT0X|C, openstack doesn't include a hypervisor00:20
nilssonyou can use xen, or kvm00:20
heckj(or lxc, or hyper-v, or vmware ...)00:21
T0X|Cyes yes00:21
T0X|CI have always built my own cloud, vmware, open-e san storage.--- these are like hosted solutions of what I am doing?00:22
T0X|CI would be able to run openstackcompute and openstack storage and kinda like offer what amazon does?00:22
*** ton_katsu has joined #openstack00:22
vishyT0X|C: it is that + APIs00:23
heckjT0X|C: yep00:23
vishyadambergstein: any errors in nova-network.log?00:23
adambergsteinill check00:23
T0X|Cdoes openstack storage run as a san-software?00:23
heckjT0X|C: The storage component (swift) provides S3 like API (or CloudFiles API).00:24
heckjT0X|C: Internally, there's ongoing work right now for volume mechanisms like elastic block storage00:24
adambergsteinvishy: http://paste.openstack.org/show/2019/00:25
heckjT0X|C: the swift components are meant to use commodity storage (SATA drives, etc) on 5+ servers as a minimum install right now00:25
vishyadambergstein: looks like your networks were created wrong00:25
vishythey have no interface00:25
*** amccabe has quit IRC00:26
T0X|CSo even with openstack swift, a developer would still need to write a gui for the guts to make it user friendly right? with swift there isn't a guy? just like openstack compute there isn't a manager for the machines within it right?00:26
adambergsteinok, how would i go about setting this up?00:26
vishythere are various ui's for interacting00:26
vishyT0X|C: like cyberduck00:26
heckjT0X|C: There's some GUI tools that have been recently added to the dashboard, and I just read about a javascript Swift client, but otherwise year00:26
heckjer, "yeah", not "year"00:27
vishyadambergstein: what was your network create command?00:27
*** aliguori has joined #openstack00:27
heckjT0X|C: Anything that can work against S3 can work against this00:27
adambergsteinsudo nova-manage network create public 10.0.0.0/8 1 3200:27
adambergsteini just need to set up private IPs for now. i am least comfortable setting up the networking aspects of this00:28
adambergsteini apologize00:28
T0X|COk. so as of right now OpenStack is a visionary Developer playground right? I am a virtual machine provider utilizing existing tools and managing vas so this shouldn't concern the hell out of me right? I am glad that it is awesome and I am glad that Xen is building their stuff to be friendly with it. I will keep my eye on it.00:29
*** medberry is now known as med_out00:29
T0X|Cvas -> vm guests00:29
vishyok so you need to either specify vlan_interface in your flag file00:29
vishybefore creating networks, or specifically pass it in00:29
vishyas --bridge_interface when you create networks00:30
adambergsteininterface found in ifconfig?00:30
adambergsteinvlan_interface default to 'eth0' correct?00:32
vishyno it doesn't00:32
vishydefaults to None00:32
adambergsteinoh00:32
adambergsteinok00:32
vishyit used to :)00:32
adambergsteini see! i thought i had read that00:32
*** obino has joined #openstack00:32
adambergsteinwhen i change the conf file, what all do i need to do?00:33
adambergsteinlike, what services should i restart?00:33
*** heckj has quit IRC00:36
adambergsteinvishy: was my network create command OK?00:41
vishyyou should probably delete and recreate the network00:42
*** ncode has joined #openstack00:42
adambergsteinok, what is the delete command?00:42
*** mrrk has joined #openstack00:45
*** worstadmin has joined #openstack00:46
vishyeasiest is just to delete the db and create it again00:47
*** jmckenty_ has joined #openstack00:49
adambergsteinvishy: i ran the 'nova-manage network delete' command00:50
adambergsteinhttp://paste.openstack.org/show/2021/00:50
adambergsteinwould this do the trick?00:50
*** jmckenty_ has quit IRC00:54
*** ccc11 has joined #openstack00:54
*** ccc111 has joined #openstack00:54
*** clauden_ has quit IRC00:55
*** T0X|C has quit IRC00:55
*** jakedahn has quit IRC00:56
*** Then has joined #openstack00:58
*** ccc11 has quit IRC00:58
*** mgius has quit IRC00:58
ThenPing01:03
ThenHello everyone...01:03
*** Then has quit IRC01:03
*** mwhooker has quit IRC01:04
*** maplebed has quit IRC01:05
*** npmapn has joined #openstack01:05
*** ccc111 has quit IRC01:08
*** HugoKuo_ has joined #openstack01:09
*** HugoKuo has quit IRC01:09
adambergsteinvishy: it seems there is a separate issue now...01:17
vishyk01:18
adambergsteinhttp://paste.openstack.org/show/2022/01:19
adambergsteini created a new network, new project01:19
adambergsteinassigned my admin user to the project01:19
*** negronjl has joined #openstack01:20
*** huslage has quit IRC01:23
*** littleidea has joined #openstack01:23
adambergsteinvishy: i restarted nova-objectstore and it appears to be going01:24
adambergstein:)01:24
vishycool01:24
*** jdurgin has quit IRC01:27
adambergsteinvishy: i tried running instances again, same result http://paste.openstack.org/show/2023/01:31
*** ccc11 has joined #openstack01:33
*** dragondm has quit IRC01:33
*** ccc111 has joined #openstack01:34
*** ccc11 has quit IRC01:36
vishyrestart all the workers01:37
vishygotta go01:37
vishygl01:37
adambergsteinok, thanks for your help01:37
*** tryggvil_ has quit IRC01:38
*** jameszhou has joined #openstack01:43
*** jakedahn has joined #openstack01:47
*** ccc111 has quit IRC01:52
*** jtanner has joined #openstack01:55
*** msivanes has joined #openstack02:04
*** ccc11 has joined #openstack02:08
*** worstadmin has quit IRC02:13
*** cereal_bars has joined #openstack02:13
*** gohko has quit IRC02:20
*** ccc11 has quit IRC02:23
*** gohko has joined #openstack02:23
*** adambergstein has quit IRC02:29
*** Cyns has joined #openstack02:31
*** Cyns has quit IRC02:31
*** worstadmin has joined #openstack02:32
*** ewanmellor has quit IRC02:33
*** worstadmin has quit IRC02:33
*** mfer has joined #openstack02:33
*** worstadmin has joined #openstack02:34
winston-dhi, guys.02:35
*** mfer has joined #openstack02:35
winston-ddoes anyone know if CloudFiles java binding is thread-safe?  we have encountered some problem that indicates it is not.  But i would like to confirm.02:36
*** hadrian has quit IRC02:37
*** RickB17 has joined #openstack02:42
*** cereal_bars has quit IRC02:46
winston-dlvaughn: hi, Lowell.  Sorry to disturb, but is CloudFiles' java binding thread-safe?02:47
*** hadrian has joined #openstack02:50
*** jtanner has quit IRC02:50
*** kidrock has joined #openstack02:58
*** osier has joined #openstack02:58
*** worstadmin has quit IRC03:00
*** worstadmin has joined #openstack03:01
*** GeoDud has quit IRC03:04
*** worstadmin has quit IRC03:05
*** hadrian has quit IRC03:05
*** mfer has quit IRC03:05
*** mrrk has quit IRC03:06
*** negronjl` has joined #openstack03:17
*** negronjl` has quit IRC03:17
*** kashyap has joined #openstack03:21
*** HowardRoark has quit IRC03:23
*** martine_ has joined #openstack03:29
*** jameszhou has joined #openstack03:34
*** npmapn has quit IRC03:35
*** RickB17 has quit IRC03:39
*** DrHouseMD is now known as HouseAway03:42
*** martine_ has quit IRC03:43
*** kidrock has quit IRC03:45
*** negronjl` has joined #openstack03:46
*** netmarkjp has joined #openstack03:47
*** netmarkjp has left #openstack03:47
*** negronjl has quit IRC03:48
*** negronjl has joined #openstack03:48
*** negronjl has quit IRC03:51
*** negronjl` is now known as negronjl03:51
*** negronjl has quit IRC03:54
*** negronjl has joined #openstack03:54
*** jsalisbury has joined #openstack03:57
*** jsalisbury has quit IRC04:03
*** msivanes has quit IRC04:04
*** shang has quit IRC04:15
*** shang has joined #openstack04:17
*** ccc11 has joined #openstack04:18
*** littleidea has quit IRC04:20
*** kidrock86 has joined #openstack04:25
*** negronjl has quit IRC04:25
*** negronjl has joined #openstack04:33
*** negronjl has quit IRC04:35
*** f4m8_ is now known as f4m804:35
*** negronjl has joined #openstack04:35
*** negronjl has quit IRC04:36
*** negronjl has joined #openstack04:36
*** ccc11 has quit IRC04:37
*** negronjl has quit IRC04:37
*** ccc11 has joined #openstack04:37
*** negronjl has joined #openstack04:37
*** ccc11 has quit IRC04:37
*** Juni has joined #openstack04:38
*** ccc11 has joined #openstack04:39
JuniHello to all04:39
Junidid anyone know how to change the default hypervisor from KVM to XEN ??04:40
*** miclorb_ has quit IRC04:41
*** ccc11 has quit IRC04:48
*** worstadmin has joined #openstack04:49
*** MarkAtwood has left #openstack04:50
*** miclorb_ has joined #openstack05:06
*** reed has quit IRC05:13
*** MarcMorata has joined #openstack05:16
*** RobertLaptop has joined #openstack05:18
*** koolhead17 has quit IRC05:36
*** kashyap has quit IRC05:43
*** miclorb_ has quit IRC05:50
*** Alowishus_ has joined #openstack05:56
*** Alowishus_ is now known as Alowishus05:56
*** rocambol2 has joined #openstack05:59
*** adjohn has joined #openstack06:01
*** adjohn has quit IRC06:01
*** zedas has quit IRC06:01
*** termie has quit IRC06:01
*** ke4qqq has quit IRC06:02
*** zedas has joined #openstack06:02
*** ke4qqq has joined #openstack06:02
*** termie has joined #openstack06:02
HugoKuo_Juni , --libvirt_type=06:03
*** miclorb_ has joined #openstack06:09
*** Juni has quit IRC06:12
*** stewart has joined #openstack06:16
*** mgoldmann has joined #openstack06:19
*** stewart has quit IRC06:27
*** kidrock86 has quit IRC06:30
*** kashyap has joined #openstack06:40
*** Ryan_Lane has joined #openstack06:41
*** Aaron-huang has joined #openstack06:44
*** Aaron_huang has quit IRC06:46
*** kernelfreak has quit IRC06:51
*** ncode has quit IRC06:52
*** dirkx has joined #openstack06:53
*** kernelfreak has joined #openstack06:53
*** guigui has joined #openstack06:53
*** ncode has joined #openstack06:54
*** Tribaal has joined #openstack06:55
*** ewanmellor has joined #openstack07:07
*** mrrk has joined #openstack07:07
*** jedi4ever has joined #openstack07:07
*** objectiveous has quit IRC07:10
*** jameszhou has quit IRC07:11
*** reidrac has joined #openstack07:11
*** ejat has joined #openstack07:12
*** ejat has joined #openstack07:12
*** ewanmellor has quit IRC07:14
*** MarcMorata has quit IRC07:16
*** mnour has quit IRC07:18
*** csgeek has quit IRC07:21
*** npmapn has joined #openstack07:39
*** Tribaal has quit IRC07:40
*** deepest has joined #openstack07:48
zykes-any keystone devs here ?07:50
deepestany people who know about swift, please help me07:50
reidracdeepest, zykes- just ask07:51
reidraczykes-: dev channel is #openstack-dev07:51
deepestsorry07:51
deepestis there any channel for openstack -swift07:52
*** Tribaal has joined #openstack07:53
alekibangodeepest: this channel is OK.   just ask the real question07:53
reidracdeepest: this channel it's OK, just ask your question and wait07:53
alekibango:)07:53
reidracalekibango: mind reading!07:53
deepestthanks07:53
alekibangodeepest:  if you will have some time, read this... it will help you a lot:  http://www.catb.org/~esr/faqs/smart-questions.html07:54
*** mrrk has quit IRC07:56
*** nickon has joined #openstack07:56
deepestI installed and configured the Swift Proxy like this link http://swift.openstack.org/development_saio.html#optional-setting-up-rsyslog-for-individual-logging. Would you can check for me the result of running Swift Proxy? The result here : http://paste.openstack.org/show/1995/ - http://paste.openstack.org/show/1996/ -  http://paste.openstack.org/show/1997/ -  http://paste.openstack.org/show/1998/ - http://paste.openstack.org/show/07:59
deepestbut all of these things, I installed in 1 Host07:59
reidracdeepest: I'm not sure if I understand... the unit tests aren't supposed to validate your installation08:00
reidracdo you have a full installation? all services running?08:01
*** CloudAche84 has joined #openstack08:01
deepestyes08:01
deepestI ran all in the tutorial above08:01
reidracthen create an account test the cluster with any of the available clients/API libs08:01
*** vernhart has quit IRC08:02
deepestI want to ask u about the test environment08:02
*** vernhart has joined #openstack08:02
reidraca quick test can be running wget or curl on http://PROXY_IP:PORT/v1/unexistent_account and check logs08:02
*** jeffjapan has quit IRC08:03
reidracOh, I see... sorry, I checked your first paste only08:03
deepestoh no problem08:04
deepestI just want to know, my result correct or not correct. And how can I check them?08:04
deepestand how can I transfer the data from any host to storage node08:05
reidracpaste 1997 looks OK, you got an auth token08:05
*** zz_bonzay is now known as bonzay08:05
*** daysmen has joined #openstack08:05
deepestright08:05
deepestI got the auth_token08:06
deepestand Url_token08:06
reidracpaste 1998 looks OK I guess08:06
reidrachave you tried any client? such as cyberduck, or any of the client libraries?08:07
deepestdo U know what is the meaning of all character like paste 199808:07
deepestNo I didn't08:07
deepestI dont know how to tried with client08:07
deepestthat why I come here to ask08:08
reidracpaste 1998 it's showing stuff you have in that account08:08
reidracyou can try this: http://trac.cyberduck.ch/wiki/help/en/howto/cloudfiles08:08
reidracor with https://github.com/rackspace/python-cloudfiles08:08
reidraclogin, create a container, upload a file, etc08:09
*** mnour has joined #openstack08:09
deepestWould u describe more detail about that stuff for me08:10
deepestI really dont understand much08:10
deepestfor another client here08:10
deepestfirst of all08:10
deepestI have openstack cloud08:11
deepestwith 3 host08:11
deepest1 for Cloud Controler08:11
deepest1 for Network Controler08:11
deepest1 for Computer Worker08:11
reidracthat's not related to swift08:11
deepestafter that I run Swift Proxy in another Host08:12
reidracand you want to test swift08:12
deepestso, Do U think one of any 3 host is Client here?08:12
deepestyes, I want to test swift with my 3 host (CC, NC, CW)08:13
reidracyou can use any other box as a swift client, so you can validate the swift installation08:13
*** npmapn has quit IRC08:13
*** irahgel has joined #openstack08:13
reidracit doesn't matter08:13
deepestSo, do U know anywhere have tutorial?08:14
deepestbecause I dont have any experience08:14
deepesthow can I configure them?08:14
reidrachttp://swift.openstack.org/development_saio.html#setting-up-scripts-for-running-swift ; check points 10 and 11 I guess08:16
*** chemikadze has joined #openstack08:17
deepestwhat do U mean 10 and 11 here?08:19
reidracthose two points in the list show two commands to test your swift installation08:23
deepestCheck that you can GET account: curl -v -H 'X-Auth-Token: <token-from-x-auth-token-above>' <url-from-x-storage-url-above>  Check that swift works: swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat08:25
deepestis that right your opinion?08:25
reidracit's a way of testing your installation, yes08:34
reidraconce you know it's working, you can keep going08:35
deepestok, thank you Reidrac08:36
deepestI will research continue08:36
*** npmapn has joined #openstack08:39
*** deepest has quit IRC08:43
alekibangowe should have some simple script which would examine the installation and check for common problems... giving hints to (novice) user.08:45
*** Tribaal has quit IRC08:48
*** shang has quit IRC08:48
*** miclorb_ has quit IRC08:50
*** daysmen has quit IRC08:51
*** daysmen has joined #openstack08:53
*** darraghb has joined #openstack08:58
*** miclorb_ has joined #openstack08:59
*** Elliott has joined #openstack09:02
ElliottI have a quick question..09:03
*** Elliott is now known as Guest5619909:03
Guest56199msg nickserv register09:04
*** Guest56199 has quit IRC09:04
*** shang has joined #openstack09:05
CloudAche84fire away Elliott09:05
*** mnour has quit IRC09:06
*** mnour has joined #openstack09:06
*** vernhart has quit IRC09:09
*** vernhart has joined #openstack09:11
*** vernhart has joined #openstack09:13
*** MarcMorata has joined #openstack09:13
*** mnour has quit IRC09:20
*** mnour has joined #openstack09:20
*** Tribaal has joined #openstack09:21
*** ccc11 has joined #openstack09:22
*** ahaldin has quit IRC09:23
*** czajkowski has quit IRC09:27
*** jj0hns0n has joined #openstack09:28
*** miclorb_ has quit IRC09:29
*** czajkowski has joined #openstack09:30
*** ejat has quit IRC09:31
*** mnour has quit IRC09:34
*** mnour has joined #openstack09:35
*** mnour has quit IRC09:35
TREllisHi, I'm trying to get auto_assign_floating_ip to work in diablo, getting the error: http://paste.openstack.org/show/2026/ I have plenty of floating IP's left, any ideas?09:37
*** npmapn has quit IRC09:51
*** czajkowski has quit IRC09:57
*** czajkowski has joined #openstack09:57
*** dirkx has quit IRC09:59
*** ton_katsu has quit IRC10:00
*** npmapn has joined #openstack10:00
*** jedi4ever has quit IRC10:02
*** miclorb_ has joined #openstack10:02
*** jedi4ever has joined #openstack10:02
*** ton_katsu has joined #openstack10:03
*** taihen has quit IRC10:04
*** miclorb_ has quit IRC10:04
*** taihen has joined #openstack10:05
*** tudamp has joined #openstack10:13
*** ccc11 has quit IRC10:13
*** Aaron-huang has quit IRC10:21
*** l_a_m has joined #openstack10:28
*** andyandy has joined #openstack10:32
*** rods has joined #openstack10:41
*** Kiall_ has joined #openstack10:43
*** Kiall has quit IRC10:43
*** Kiall_ is now known as Kiall10:43
*** jonesy has quit IRC10:46
*** skoude has joined #openstack10:48
*** skoude has quit IRC10:49
*** yamahata has joined #openstack10:49
*** dirkx has joined #openstack10:55
*** andyandy has quit IRC10:57
*** andyandy has joined #openstack10:59
*** ncode has quit IRC11:01
*** kernelfreak has quit IRC11:01
*** kidrock has joined #openstack11:03
kidrockdoes anyone successfully install OpenStack DashBoard GitHub version?11:04
kidrockwhen i goto http://ccip:800011:05
kidrockfollowing error occurred11:05
kidrockDatabaseError11:05
kidrockno such table: django_session11:06
matttkidrock: that's a common issue11:07
matttkidrock: you may need to run syncdb ?11:07
matttbut to answer your question, i had no luck w/ github dashboard11:07
*** vernhart has quit IRC11:08
kidrockrun "nova-manage db sync" at nova-api host?11:09
matttkidrock: sec, let me pull it up for you11:09
*** kernelfreak has joined #openstack11:10
matttkidrock: check out the older docs, it says to "tools/with_venv.sh dashboard/manage.py syncdb"11:11
mattt(http://docs.openstack.org/bexar/openstack-compute/admin/content/ch06s02.html)11:11
*** nhm has quit IRC11:11
matttnot 100% sure if that's required for the github version, but i'd suspect so11:11
matttand if so, the documentation appears to be missing that step11:12
kidrockyeah11:12
kidrockthanks11:12
kidrocki will try it11:12
matttcoo11:13
*** BK_man_ has joined #openstack11:14
*** ncode has joined #openstack11:15
*** ncode has joined #openstack11:15
*** BK_man has quit IRC11:15
*** BK_man_ is now known as BK_man11:15
*** chemikadze has quit IRC11:16
*** markvoelker has joined #openstack11:18
*** ctennis has quit IRC11:21
*** mfer has joined #openstack11:21
*** jonesy has joined #openstack11:27
*** dirkx has quit IRC11:33
*** ctennis has joined #openstack11:35
*** ton_katsu has quit IRC11:35
*** Ryan_Lane has quit IRC11:43
*** ncode has quit IRC11:44
*** survery has joined #openstack11:44
*** survery has left #openstack11:45
*** dirkx has joined #openstack11:45
*** cbeck has quit IRC11:45
*** cbeck has joined #openstack11:46
*** shentonfreude has joined #openstack11:47
*** marrusl has joined #openstack11:52
*** bcwaldon has joined #openstack11:53
*** Ryan_Lane has joined #openstack11:59
*** chuck_ has joined #openstack12:05
*** chuck_ has quit IRC12:06
*** chuck_ has joined #openstack12:06
*** zul has quit IRC12:07
*** chuck_ is now known as zul12:07
*** zul has joined #openstack12:07
*** ccc11 has joined #openstack12:14
*** ncode has joined #openstack12:24
*** cereal_bars has joined #openstack12:27
*** BuZZ-T has quit IRC12:30
*** jkoelker has joined #openstack12:32
*** BuZZ-T has joined #openstack12:33
*** hadrian has joined #openstack12:35
*** mirrorbox has joined #openstack12:36
*** yamahata has quit IRC12:36
mirrorboxwhat's the correct way to import pipelib from nova/network/manage? pipelib imports AuthManager which imports NetworkManager which results in a loop :(12:38
*** AhmedSoliman has joined #openstack12:38
*** huslage has joined #openstack12:39
*** csgeek has joined #openstack12:40
*** sandywalsh has joined #openstack12:40
*** lborda has joined #openstack12:42
*** dirkx has quit IRC12:46
*** pmatulis has joined #openstack12:47
*** pmatulis has left #openstack12:50
*** bsza has joined #openstack12:50
*** jtanner has joined #openstack12:50
*** nmistry has joined #openstack12:55
*** chemikadze has joined #openstack12:57
*** stewart has joined #openstack12:58
*** rchavik has quit IRC13:01
chemikadzeIs there any method to get compute's host name where VM is running? Through API of course.13:03
*** nmistry has quit IRC13:06
*** msivanes has joined #openstack13:12
*** RMS-ict has joined #openstack13:15
kidrockithao102413:16
matttkidrock: herpaderp?13:17
*** Ryan_Lane has quit IRC13:17
*** javiF has joined #openstack13:23
kidrockthanks mattt, my problem is resolved13:24
kidrocki can login into the dashboard now13:24
*** karppo has quit IRC13:24
*** karppo has joined #openstack13:24
*** pimpministerp has joined #openstack13:28
*** FallenPegasus has joined #openstack13:29
*** FallenPegasus is now known as MarkAtwood13:29
*** primeministerp has quit IRC13:29
*** kidrock has quit IRC13:33
*** osier has quit IRC13:34
*** kbringard has joined #openstack13:35
*** MarkAtwood has quit IRC13:36
*** worstadmin has quit IRC13:38
*** vernhart has joined #openstack13:42
*** Shentonfreude has joined #openstack13:43
*** f4m8 is now known as f4m8_13:47
*** amccabe has joined #openstack13:50
*** worstadmin has joined #openstack13:50
*** toobulkeh has quit IRC13:54
lvaughnwinston-d: It should be thread safe.  I've not personally tested it a lot, but I've talked to folks who are and weren't having problems (and it was built to be thread safe and uses thread-safe libraries from Apache which are well tested)13:59
*** gcc has quit IRC14:00
*** dragondm has joined #openstack14:04
*** pimpministerp is now known as primeministerp14:06
*** objectiveous has joined #openstack14:08
*** jfluhmann has joined #openstack14:08
*** hggdh has quit IRC14:09
*** hggdh has joined #openstack14:10
winston-dlvaughn : thanks. that's good news.  i will double check with our developer.14:12
*** gcc has joined #openstack14:15
*** reed has joined #openstack14:16
*** cereal_bars has quit IRC14:16
*** jfluhmann has quit IRC14:18
*** jfluhmann has joined #openstack14:18
*** toobulkeh has joined #openstack14:20
*** MarkAtwood has joined #openstack14:21
*** zigo has joined #openstack14:22
*** alfred_mancx has joined #openstack14:23
*** cp16net has joined #openstack14:26
*** objectiveous has quit IRC14:26
zykes-:w14:28
*** cereal_bars has joined #openstack14:29
*** ldlework has joined #openstack14:31
*** dprince has joined #openstack14:33
*** CloudAche84 has quit IRC14:35
*** mnour has joined #openstack14:38
*** jfluhmann has quit IRC14:40
*** lborda has quit IRC14:40
*** andy-hk has joined #openstack14:43
*** bpaluch has joined #openstack14:46
*** ozzy_ has joined #openstack14:46
*** lborda has joined #openstack14:47
*** osier has joined #openstack14:48
*** anticw has quit IRC14:49
*** nickon has quit IRC14:51
*** survery has joined #openstack14:55
*** survery has left #openstack14:55
*** Cyns has joined #openstack14:56
*** rnirmal has joined #openstack14:57
*** anticw has joined #openstack14:59
creihtwinston-d: if you can make a code snippet that reproduces the issue, let us know15:01
*** mnour has quit IRC15:01
*** andy-hk has quit IRC15:02
*** lborda has quit IRC15:02
*** msinhore has joined #openstack15:04
*** clauden has joined #openstack15:04
*** reidrac has quit IRC15:04
*** rocambol2 has quit IRC15:04
*** clauden has quit IRC15:07
*** andy-hk has joined #openstack15:07
*** clauden has joined #openstack15:07
*** lborda has joined #openstack15:13
*** Deva has joined #openstack15:14
*** ozzy_ has quit IRC15:14
*** ozzy_ has joined #openstack15:15
*** l_a_m has quit IRC15:16
primeministerphey guys, which rpms for rhel 6.1 on griddynamics should one be using these days15:18
primeministerpi.e. which are the most stable15:18
primeministerpi.e. well not stable15:19
primeministerpbut sort of15:19
primeministerp;)15:19
*** dgags has joined #openstack15:19
primeministerpi.e. would one use to deploy on rhel if one were to15:19
*** andyandy_ has joined #openstack15:19
*** andyandy has quit IRC15:20
*** clauden has quit IRC15:20
*** lborda has quit IRC15:22
*** HowardRoark has joined #openstack15:25
*** kirkland has quit IRC15:30
*** kirkland has joined #openstack15:31
*** guigui has quit IRC15:31
*** msinhore has quit IRC15:33
*** huslage_ has joined #openstack15:34
*** lborda has joined #openstack15:36
*** ccc11 has quit IRC15:37
*** huslage has quit IRC15:38
*** huslage_ is now known as huslage15:38
*** kirkland has quit IRC15:38
*** kirkland has joined #openstack15:39
*** ardi2 has joined #openstack15:41
*** RickB17 has joined #openstack15:42
*** kirkland has quit IRC15:43
*** kirkland has joined #openstack15:43
*** alfred_mancx has quit IRC15:45
*** huslage has quit IRC15:46
*** IRTermite has quit IRC15:47
*** kirkland has quit IRC15:47
*** kirkland has joined #openstack15:47
ardi2I've been hoping to try out swift, and ran into an error with the swift-proxy-server, any ideas on how to address this http://pastebin.com/gnyXzSQD ?15:48
*** ewanmellor has joined #openstack15:48
*** countspongebob has joined #openstack15:48
ozzy_exit15:49
*** ozzy_ has quit IRC15:49
*** heckj has joined #openstack15:49
*** nati has joined #openstack15:51
*** Cyns has quit IRC15:51
*** NashTrash has left #openstack15:51
*** HowardRo_ has joined #openstack15:51
countspongebobGiven a (let's say) a 50 physical node nova cluster, what is a VM launch/teardown rate below which I should consider the system broken?15:52
*** HowardRoark has quit IRC15:52
*** kirkland has quit IRC15:53
*** kirkland has joined #openstack15:53
*** andyandy__ has joined #openstack15:53
kbringardI don't really know the answer to that question, but I think it's amazing that someone named countspongebob is asking15:53
countspongebobBA HA HA HA HA HA!15:53
countspongebob<spongebob laugh>15:53
kbringardlol, exactly15:54
countspongebobI'm ready, I'm ready - to figure out when a nova cluster is busted.15:54
*** andyandy_ has quit IRC15:54
*** kirkland has quit IRC15:54
kbringardI'm imagining spongebob in a graduation cap and gown asking academic questions15:54
*** kirkland has joined #openstack15:54
kbringardand it's making me laugh15:54
countspongebobIt's actually a Count Dooku/Spongebob mashup. Imaginge the little yellow guy with a beard, black cloak, and red light sabre15:56
countspongebob...asking about nova setup/teardown rates15:56
kbringardhaha15:56
kbringardbefore or after his hands are cut off :-p15:56
countspongebobHe just pops out new ones, no prob.15:56
*** imsplitbit has joined #openstack15:57
countspongebobAhem, how many crabby patties can a nova cluster fry up over time period X, generally?15:58
*** adambergstein has joined #openstack16:00
*** kirkland has quit IRC16:01
*** kirkland has joined #openstack16:01
*** Deva has quit IRC16:06
*** T0X|C has joined #openstack16:08
T0X|CAnyone here at the Xen Summit? They are going to be speaking of openstack in about 15 minutes16:08
winston-dcreiht: sure. :)16:08
*** jj0hns0n has quit IRC16:09
*** mattt has quit IRC16:09
*** mattt has joined #openstack16:10
*** tudamp has left #openstack16:10
*** TimR has joined #openstack16:10
*** agoddard has quit IRC16:12
*** bz has quit IRC16:13
*** karppo has quit IRC16:13
*** zigo has quit IRC16:16
*** obino has quit IRC16:18
*** jedi4ever has quit IRC16:19
*** karppo has joined #openstack16:19
*** ianloic has quit IRC16:19
*** AhmedSoliman has quit IRC16:19
*** Tribaal has quit IRC16:20
*** daysmen has quit IRC16:27
*** MarkAtwood has quit IRC16:27
*** msinhore has joined #openstack16:29
*** ianloic has joined #openstack16:29
*** ewanmellor has quit IRC16:31
*** mrjazzcat has quit IRC16:33
*** koolhead17 has joined #openstack16:35
*** dirkx has joined #openstack16:38
*** MarkAtwood has joined #openstack16:43
*** jdurgin has joined #openstack16:48
*** maplebed_ has joined #openstack16:50
*** maplebed_ is now known as Guest1297516:51
*** tudamp_ has joined #openstack16:51
*** mnour has joined #openstack16:52
*** BK_man has quit IRC16:54
*** Eyk^off has quit IRC16:54
*** ioso_ has quit IRC16:56
*** mattt has quit IRC16:56
*** obino has joined #openstack16:56
*** ioso has joined #openstack16:57
*** mattt has joined #openstack16:57
adambergsteini have a really stupid question i am hoping someone would answer. does openstack require installing a hypervisor or is there one included in the basic install?16:57
*** countspongebob has quit IRC16:58
*** countspongebob has joined #openstack16:58
*** HowardRo_ has quit IRC16:59
*** HowardRoark has joined #openstack16:59
*** countspongebob_ has joined #openstack17:03
*** countspongebob has quit IRC17:03
*** countspongebob_ is now known as countspongebob17:03
*** bz has joined #openstack17:04
*** mrrk has joined #openstack17:05
*** msinhore has quit IRC17:06
*** mattray has joined #openstack17:06
*** RMS-ict has quit IRC17:06
*** cereal_bars has quit IRC17:07
*** Guest12975 has quit IRC17:09
heckjmember:adambergstein: it expects you to install a hypervisor. The basic scripts tend to be around KVM, and there's instructions for installing XenServer as well17:09
adambergsteinheckj: thanks!!! i think that may resolve the issue I'm having at the moment17:10
heckjadambergstein: np17:10
kbringardif you're installing from packages I think the KVM stuff are deps so it gets installed "automatically"17:10
kbringardat least the trunk ppa deb repos17:11
*** jakedahn has quit IRC17:11
adambergsteini was checking the running processes to see if KVM was running17:11
adambergsteini didn't see it17:11
adambergsteinso, i think the package i used didn't have it17:11
kbringardkvm will only start on the compute node when you launch an instance17:12
kbringardassuming you're using KVM17:12
adambergsteinah, i see17:12
kbringardthe quick and only sort of accurate flow is17:12
*** MarkAtwood has quit IRC17:12
adambergsteini tried running it… i got an error in nova-compute log17:12
adambergsteinlibvirtError: Domain not found: no domain with matching name 'instance-00000009'17:12
kbringardyea, that seems like you don't have all the dependencies installed17:13
adambergsteini just installed KVM17:13
adambergsteinso, ill see if this does it17:13
adambergsteinthank you for the help17:14
kbringardno problem17:14
*** maplebed__ has joined #openstack17:14
*** dirkx has quit IRC17:15
*** mgius has joined #openstack17:16
*** maplebed__ is now known as maplebed17:18
*** joearnold has joined #openstack17:19
*** darraghb has quit IRC17:20
*** dprince has quit IRC17:22
*** heckj has quit IRC17:25
*** marrusl has quit IRC17:29
*** marrusl has joined #openstack17:30
*** javiF has quit IRC17:34
*** jedi4ever has joined #openstack17:36
*** alfred_mancx has joined #openstack17:37
*** jedi4ever has quit IRC17:39
*** mnour has quit IRC17:43
*** huslage has joined #openstack17:43
*** cereal_bars has joined #openstack17:47
*** iRTermite has joined #openstack17:50
*** jakedahn has joined #openstack17:51
*** cp16net_ has joined #openstack17:54
*** cp16net_ has quit IRC17:54
adambergsteinis there any documentation for creating fixed/floating IPs? i keep getting this error: FixedIpNotFoundForInstance: Instance 12 has zero fixed ips.17:54
*** alfred_mancx has quit IRC17:55
adambergsteinkbringard: do you know of any documentation for this?17:56
kbringardermm… if it's not in docs.openstack.org or wiki.openstack.org17:56
*** cp16net has quit IRC17:56
kbringarddid you create networks?17:56
kbringardis the fixed_ips table in your DB populated?17:57
kbringardand is the VM getting an IP?17:57
adambergsteini ran create networks before i switched to flat networking17:57
*** alfred_mancx has joined #openstack17:58
*** undertree has joined #openstack17:58
adambergsteindo i need to wipe out the networking and start over? if so, the only thing i have found was this: http://docs.openstack.org/cactus/openstack-compute/admin/content/removing-network-from-project.html17:59
kbringardwhen do you get that error ?17:59
kbringardwhen trying to assign a floating IP?17:59
adambergsteini get that error when running euca-run-instances w/ an image that shows up in euca-describe-images17:59
*** dendro-afk is now known as dendrobates17:59
*** rnirmal has quit IRC18:00
adambergsteini also set up the br100 bridge in my networking, as i read that the networking required that18:00
kbringardhmm, yea… that would indicate that the network controller isn't able to pull an IP from the fixed_ips table, for whatever reason18:00
*** vishnu has joined #openstack18:00
kbringardI'd consider deleting the network and re-adding it18:01
*** tudamp has joined #openstack18:01
*** rnirmal_ has joined #openstack18:01
kbringardalso, if you're using the same address space when you re-add it, make sure that the entries in the fixed_ips table get marked as deleted = 1, or just delete the rows manually18:01
adambergsteinwhat command should i run to do that? ill scrape the project18:01
adambergsteinok18:01
kbringardI think nova-manage network delete will do it18:01
adambergsteinok18:01
kbringardbut there was an open bug about the fixed_ips not getting deleted18:01
kbringardso yea, manually check the DB to make sure they get marked as deleted, or that the rows get removed18:02
adambergsteinill take a look18:02
adambergsteinthanks!!18:02
kbringardhehe, no problem18:02
*** mwhooker has joined #openstack18:02
kbringardhopefully it turns out to be helpful :-D18:02
*** kashyap has quit IRC18:02
adambergsteinyou know a heck of a lot more than i do! trust me18:02
adambergsteinhow do you assign a project to a network then?18:03
adambergsteinor, does it just do it automatically?18:03
kbringardyea18:03
kbringardjust picks an available network18:03
*** GeoDud has joined #openstack18:03
adambergsteinok18:03
adambergsteinexcellent18:03
kbringardthe first time you launch an instance in that project18:04
adambergsteincool, thanks18:04
kbringardI have very limited experience with the flat* modes though18:04
kbringardso I apologize in advance if I get confused :-)18:04
adambergsteini tried to use the default, but i could not for the life of me get nova-network to not show XXX18:04
adambergsteinwhen i set up flat, it went to the smiley face18:05
kbringardhah, default is vlan mode, so perhaps your switches aren't configured, or able, to pass tagged traffic18:05
kbringardbut, either way18:05
kbringardFlatDHCP should work18:05
kbringardI'm just a little sketchy on what parts need to be created18:05
adambergsteini have it just as flat now18:06
adambergsteindo you think flat dhcp would be better?18:06
kbringardwell, probably.. flat assumes you have an external DHCP server that is assigning IPs18:06
kbringardflatDHCP causes nova to fire up dnsmasq to doll out IPs18:06
adambergsteinmakes sense18:06
adambergsteini thought br100 handled that but i think your right18:07
*** aliguori has quit IRC18:07
kbringardbr100 will, but only if there is a dnsmasq process listening on it :-D18:07
kbringardalso, one thing that bit me in the ass… make sure your flat interface and public interface are different18:07
adambergsteincool, that makes sense18:07
kbringardthey can be the same "physical" interface, but they need to be the correct logical names18:08
adambergsteineth0?18:08
kbringardlike, I think I have flat_interface as eth018:08
kbringardbut public_interface needs to be what interface is the default route in netstar -rn18:08
kbringarderr18:08
kbringardnetstat18:08
kbringardwhich will likely be br10018:08
kbringardbut, that's down the line18:08
kbringardgetting VMs to launch and get internal IPs is the first step :-)18:09
kbringardI need to step out for a bit, bbl18:09
adambergsteincool, thanks again for your help18:09
kbringardno problem18:09
kbringardI'll be back in a couple of hours18:09
*** jedi4ever has joined #openstack18:09
kbringardbut there are a lot of people here who can help… just sometimes have to wait a while for someone to see your question and respond :-)18:09
adambergsteini have found you all to be very helpful thus far18:10
adambergsteinwhich i am grateful!18:10
*** obino has quit IRC18:11
*** T0X|C has quit IRC18:12
*** T0X|C has joined #openstack18:12
*** obino has joined #openstack18:13
*** aliguori has joined #openstack18:14
*** jakedahn_ has joined #openstack18:17
*** mitchless has joined #openstack18:17
*** po has joined #openstack18:18
*** jakedahn has quit IRC18:19
*** jakedahn_ is now known as jakedahn18:19
*** mszilagyi has joined #openstack18:19
*** FallenPegasus has joined #openstack18:20
*** FallenPegasus is now known as MarkAtwood18:20
*** T0X|C has quit IRC18:22
*** whitt has quit IRC18:28
*** msinhore has joined #openstack18:30
*** MarkAtwood has quit IRC18:31
*** jakedahn has quit IRC18:33
*** T0X|C has joined #openstack18:33
*** hadrian has left #openstack18:34
WormManhmm, using raw disk for my instance store seems to be much faster for writes(over qcow2) on my tests, but there doesn't seem to be an obvious way to get that while still allowing images to be qcow218:35
*** KnuckleSangwich has joined #openstack18:36
*** nelson____ has quit IRC18:38
*** nelson____ has joined #openstack18:38
*** fabiokung has joined #openstack18:38
*** huslage has quit IRC18:39
*** jakedahn has joined #openstack18:39
*** tudamp has quit IRC18:40
*** T0X|C has quit IRC18:41
*** dgags has quit IRC18:42
*** tudamp has joined #openstack18:44
*** msinhore has quit IRC18:45
*** andyandy_ has joined #openstack18:46
*** jakedahn_ has joined #openstack18:47
*** andyandy__ has quit IRC18:47
*** jakedahn has quit IRC18:48
*** jakedahn_ is now known as jakedahn18:48
*** cp16net has joined #openstack18:49
*** jedi4ever has quit IRC18:50
*** alfred_mancx has quit IRC18:50
*** jedi4ever has joined #openstack18:51
*** brd_from_italy has joined #openstack18:52
*** NashTrash has joined #openstack18:54
*** nati has quit IRC18:55
*** nati has joined #openstack18:56
*** HouseAway is now known as DrHouseMD18:59
*** alfred_mancx has joined #openstack19:00
*** dgags has joined #openstack19:00
*** rnirmal_ has quit IRC19:02
*** rnirmal has joined #openstack19:02
*** bsza has quit IRC19:03
*** bsza has joined #openstack19:03
*** vishnu has left #openstack19:04
*** dendrobates is now known as dendro-afk19:06
*** cp16net has quit IRC19:07
*** mdomsch has joined #openstack19:11
*** ctennis has quit IRC19:11
*** RMS-ict has joined #openstack19:12
*** TimR has quit IRC19:13
*** nelson____ has quit IRC19:14
*** TimR has joined #openstack19:14
*** huslage has joined #openstack19:15
*** msinhore has joined #openstack19:16
*** undertree has quit IRC19:18
*** undertree has joined #openstack19:18
*** deshantm_laptop has joined #openstack19:21
*** mnour has joined #openstack19:21
*** localhost has joined #openstack19:21
*** adambergstein has quit IRC19:22
*** nati has quit IRC19:23
*** RMS-ict has quit IRC19:24
*** huslage has quit IRC19:24
*** ctennis has joined #openstack19:24
*** huslage has joined #openstack19:25
*** nilsson has quit IRC19:28
*** RMS-ict has joined #openstack19:29
*** Cyns has joined #openstack19:31
*** TimR has quit IRC19:32
*** TimR has joined #openstack19:33
*** adambergstein has joined #openstack19:36
*** dgags has quit IRC19:41
annegentleadambergstein: a little late circling back on the floating ip question, but here's the link to the docs: http://docs.openstack.org/cactus/openstack-compute/admin/content/allocating-associating-ip-addresses.html19:42
adambergsteinannegentle: thank you!19:42
*** osier has quit IRC19:42
adambergsteinannegentle: do you need to associate-address when using flat DHCP or will it do that automatically?19:43
*** tudamp has quit IRC19:45
*** cp16net has joined #openstack19:46
j05hadambergstein: you'll get an internal ip.  you need to manually associate external ones.19:47
adambergsteinok cool thanks19:48
*** nati_ has joined #openstack19:50
*** worstadmin has quit IRC19:53
*** nid0 has quit IRC19:53
*** nid0 has joined #openstack19:57
*** countspongebob has quit IRC19:57
*** Razique has joined #openstack19:59
*** NashTrash has quit IRC20:02
*** cereal_bars has quit IRC20:02
*** maplebed_ has joined #openstack20:04
*** bcwaldon has quit IRC20:04
*** countspongebob has joined #openstack20:05
*** bcwaldon has joined #openstack20:06
*** localhost has quit IRC20:06
*** maplebed has quit IRC20:08
*** maplebed has joined #openstack20:15
*** localhost has joined #openstack20:17
*** huslage has quit IRC20:17
*** jonesy has left #openstack20:19
*** maplebed_ has quit IRC20:19
*** cp16net has quit IRC20:22
*** cp16net has joined #openstack20:23
*** localhost has quit IRC20:23
*** nhm has joined #openstack20:23
*** localhost has joined #openstack20:25
*** localhost has quit IRC20:30
*** toobulkeh has quit IRC20:34
*** MarcMorata has quit IRC20:35
*** jedi4ever has quit IRC20:36
*** sandywalsh has quit IRC20:38
*** GeoDud has quit IRC20:39
*** bcwaldon has quit IRC20:40
*** sandywalsh has joined #openstack20:41
annegentlethanks j05h :)20:41
*** littleidea has joined #openstack20:42
j05hnp ;)20:43
*** GeoDud has joined #openstack20:43
kbringardway to be on top of it j05h20:44
*** sandywalsh has quit IRC20:48
*** mgoldmann has quit IRC20:48
*** vishnu has joined #openstack20:51
vishnuI getting this error with yum install: Error: Package: openstack-nova-2011.2-10.el6.noarch Requires: python-nova = 2011.2-10.el620:52
vishnusame error as this person:  http://pastebin.com/p3qmQHvx20:53
*** localhost has joined #openstack20:54
*** alfred_mancx has quit IRC20:57
*** sandywalsh has joined #openstack21:00
*** RickB17 has quit IRC21:02
vishnuok. figured out the issue. I had some newer version of python-nova. yum remove took care it. Should have just read the error message carefully..:)21:03
*** vishnu has quit IRC21:04
*** sandywalsh has quit IRC21:04
*** ldlework has quit IRC21:06
*** jjm has quit IRC21:06
*** _cerberus_ has quit IRC21:07
*** mnaser has quit IRC21:08
*** mdomsch has quit IRC21:09
*** ldlework has joined #openstack21:10
*** _cerberus_ has joined #openstack21:10
*** jaypipes has quit IRC21:11
*** Cyns has quit IRC21:11
*** nelson____ has joined #openstack21:11
*** nphase has quit IRC21:11
*** nphase has joined #openstack21:12
*** nphase has joined #openstack21:12
*** reed has quit IRC21:15
*** stewart has quit IRC21:15
*** mnaser has joined #openstack21:16
*** jj0hns0n has joined #openstack21:18
*** jjm has joined #openstack21:19
*** fysa has quit IRC21:19
*** jaypipes has joined #openstack21:20
*** reed has joined #openstack21:21
*** Lynelle has joined #openstack21:24
*** dolphm has quit IRC21:25
*** irahgel has quit IRC21:27
*** daysmen has joined #openstack21:29
*** markvoelker has quit IRC21:33
*** conner has quit IRC21:34
*** msivanes has quit IRC21:40
*** jkoelker has quit IRC21:41
*** johnmark has joined #openstack21:42
*** stewart has joined #openstack21:45
*** Hs45fd has joined #openstack21:46
*** conner has joined #openstack21:46
*** bsza has quit IRC21:46
*** brd_from_italy has quit IRC21:47
*** Hs45fd has quit IRC21:47
*** sandywalsh has joined #openstack21:47
*** cole has joined #openstack21:48
*** cole has left #openstack21:49
*** cole has joined #openstack21:50
*** deshantm_laptop has quit IRC21:51
*** joar has joined #openstack21:52
joarDoes Swift fully support the python-cloudfiles bindings?21:52
*** imsplitbit has quit IRC21:58
zedasjoin #openstack-dev22:01
joarJust did :)22:01
joarThank you zedas though22:01
*** Shentonfreude has quit IRC22:01
*** dirkx has joined #openstack22:03
*** nati_ has quit IRC22:12
*** clauden_ has joined #openstack22:13
*** TimR has quit IRC22:13
*** TimR has joined #openstack22:14
*** RobertLaptop has quit IRC22:17
creihtjoar: yes, according to my comment in the other channel :)22:18
*** stewart has quit IRC22:18
*** RobertLaptop has joined #openstack22:19
*** jc_smith has joined #openstack22:19
*** marrusl has quit IRC22:21
*** marrusl has joined #openstack22:22
*** gunther has joined #openstack22:22
joarThanks again creiht :)22:23
*** jj0hns0n has quit IRC22:24
*** ldlework has quit IRC22:26
*** Razique has quit IRC22:28
*** DavorC has joined #openstack22:31
*** gunther has quit IRC22:32
*** daysmen has quit IRC22:35
*** stewart has joined #openstack22:36
*** andyandy_ has quit IRC22:36
*** mrjazzcat has joined #openstack22:37
DavorCTrying to start an instance with Cactus release on RedHat, I get "libvirtError: authentication failed"22:37
DavorCHas anyone seen this?22:37
*** andyandy_ has joined #openstack22:38
*** andy-hk has quit IRC22:40
*** kbringard has quit IRC22:40
*** primeministerp1 is now known as primeministerp|h22:41
*** bonzay is now known as bonzay|away22:42
*** mattray has quit IRC22:43
*** marrusl has quit IRC22:43
*** dirkx has quit IRC22:48
*** HowardRoark has quit IRC22:50
*** Kiall has quit IRC22:51
*** amccabe has quit IRC22:51
*** nilsson has joined #openstack22:51
*** Kiall has joined #openstack22:53
*** Cyns has joined #openstack22:58
*** msinhore has quit IRC23:02
coleDavorC: assuming user != root?23:03
*** miclorb_ has joined #openstack23:10
*** koolhead17 has quit IRC23:10
DavorCcole: I see it with both23:11
*** countspongebob has quit IRC23:12
*** jeffjapan has joined #openstack23:16
*** Cyns_ has joined #openstack23:17
*** Cyns has quit IRC23:18
*** Cyns_ is now known as Cyns23:18
*** joearnold has quit IRC23:18
*** jakedahn has quit IRC23:19
*** catarrhine has joined #openstack23:23
*** jc_smith has quit IRC23:24
*** obino1 has joined #openstack23:26
*** clauden_ has quit IRC23:26
*** obino1 has quit IRC23:27
*** obino2 has joined #openstack23:27
*** npmapn has quit IRC23:27
*** obino2 has quit IRC23:27
*** obino1 has joined #openstack23:27
*** bonzay|away is now known as zz_bonzay|away23:28
*** konetzed has quit IRC23:28
*** obino has quit IRC23:29
*** RickB17 has joined #openstack23:30
*** huslage has joined #openstack23:31
*** Cyns has quit IRC23:31
*** FallenPegasus has joined #openstack23:31
RickB17does anyone have an example of a python script interacting with the SWIFT service?23:32
RickB17simple get puts and deletes?23:32
*** ncode has quit IRC23:35
*** clauden has joined #openstack23:37
*** konetzed has joined #openstack23:37
*** msinhore has joined #openstack23:39
*** jc_smith has joined #openstack23:40
*** HowardRoark has joined #openstack23:41
*** rnirmal has quit IRC23:42
*** j05h has quit IRC23:46
*** DavorC has quit IRC23:52
*** littleidea has quit IRC23:55

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