Tuesday, 2011-04-26

*** miclorb has quit IRC00:03
*** HugoKuo_ has joined #openstack00:04
*** posulliv has joined #openstack00:06
*** HugoKuo has quit IRC00:06
*** yamahata_lt has joined #openstack00:11
*** joearnold has quit IRC00:14
*** joearnold has joined #openstack00:18
*** joearnold has quit IRC00:23
*** tlehman has joined #openstack00:28
*** tlehman has left #openstack00:29
*** RobertLaptop has quit IRC00:32
*** shentonfreude has quit IRC00:32
*** Ryan_Lane has quit IRC00:33
*** BK_man has quit IRC00:33
*** mtaylor_ has quit IRC00:34
*** blamar_ has joined #openstack00:35
*** shentonfreude has joined #openstack00:38
*** clauden_ has quit IRC00:45
*** rchavik has quit IRC00:48
*** blamar_ has quit IRC00:48
winston-dkpepple: hi00:50
kpepplewinston-d: aloha00:50
winston-dkpepple : :) i was wondering if you can shed me some light on vncproxy.00:51
*** MotoMilind has quit IRC00:52
winston-dkpepple : i followed the instructions here: http://wiki.openstack.org/OpenStackDashboard to setup OpenStack dashboard.  I can use dashboard smoothly except the noVNC part.00:53
*** thickskin has joined #openstack00:54
kpepplewinston-d: sadly, i haven't worked much with that ... are you using the novnc part through the dashboard or by cut and pasting into another browser00:55
winston-dkpepple : nope, there's a show vnc console for each instance.  i simply click that button, and then noVNC complained : failed to connect to server.00:56
*** gzapp_ has joined #openstack00:57
kpepplewinston-d: can you client machine talk directly to the machine with nova-api and nova-vncproxy ?00:57
jeffjapanmy impression is that even after you set up the dashboard properly, there's additional configuration necessary to get noVnc working00:58
winston-dkpepple : i actually was using the browser on NOVA-API/VNC-proxy machine.00:58
winston-djeffjapan : and which configuration is that?00:58
kpepplewinston-d: this is the config -- http://nova.openstack.org/runnova/vncconsole.html00:59
kpepplewinston-d: also make sure that nova-vncproxy is running ... it won't start without the configs00:59
winston-dkpepple : i have them properly set in nova.conf.  nova-vncproxy and nova-direct-api are also running01:00
kpepplewinston-d: firewall open on 6080 ?01:00
gzapp_Is there a way to verify weather or not an object has been replicated?01:00
winston-dkpepple : let me check the firewall01:01
winston-dkpepple : btw, the 'show console' also didn't work...01:01
*** miclorb_ has joined #openstack01:02
kpepplewinston-d: just try and telnet to 6080 ...01:03
*** benbenhappy has joined #openstack01:04
winston-dkpepple : 'connected to Control (10.0.0.1). Escape character is '^]' '   i suppose firewall is not a problem01:05
kpepplewinston-d: yep, that's not it01:05
kpepplewinston-d: does the direct api work (i.e. stack get_vnc_console ...)01:07
winston-dkpepple : i could actually use 'vncviewer' to connect to instance via compute_node:vnc_port.  so i guess the problem is about noVNC01:07
winston-dkpepple : how can i use direct api?  never used that before.01:07
kpepplewinston-d: noVNC only works with some browsers ... you need websockets01:08
kpepplewinston-d: the direct api is just another way to get the console url01:08
winston-dkpepple : i use google chrome01:08
kpepplewinston-d: i thought you needed to use this (https://github.com/openstack/noVNC) to make it work properly ...01:10
winston-dkpepple : is there any document i can learn about direct api?01:11
* kpepple digs through the api looking for the direct stuff01:12
winston-dkpepple : i think i'm using the correct noVNC. it's built-in for GridDynamic's RHEL package.01:13
kpepplewinston-d: ah, then it's probably correct.01:13
*** woleium has quit IRC01:13
kpepplewinston-d: didn't find anything about the direct api ... i haven't used it much01:13
winston-dkpepple : which command can actually issue direct api to nova-direct-api service?01:14
kpepplewinston-d: i think that is the bin/stack command01:15
winston-dkpepple : thanks. i'll have a try.01:15
*** rchavik has joined #openstack01:17
*** MarcMorata has joined #openstack01:19
*** jeffjapan has quit IRC01:21
*** jeffjapan has joined #openstack01:24
winston-dhmm, direct api complained InstanceNotFound.  how come?01:27
kpepplewinston-d: for what command ?01:29
winston-dkpepple : 'stack --user=adim --project=test compute get_vnc_console instance_id=i-0000001f'01:30
winston-dkpepple : the instance id is obtained from 'euca-describe-instance' output01:31
kpepplewinston-d: you need the openstack api instance id which is either the serverRef or serverId01:32
winston-dkpepple : that's sth like 'Server 31'?01:33
*** BK_man has joined #openstack01:34
winston-dBK_man : morning~01:34
kpepplewinston-d: in the examples, it is usually something like "serverId: 42" for openstack api 1.001:34
BK_manwinston-d: hi01:34
kpepplewinston-d: for openstack api 1.1, it's "serverRef: http://localhost/servers/42" ... if i remember correctly01:35
winston-dBK_man : i haven encountered some compatibility issue with euca2ools and objectstore.01:35
winston-dkpepple : so i should put 'serverRef: 42' as 'instance_id' ?01:36
BK_manwinston-d: which version of euca2ools are you using?01:37
winston-dBK_man : vishy and i spent time last week root caused the 'euca-upload-bundle' not working issue to that.  he believed that probably because your RHLE package used newer version of euca2ools or something.01:37
winston-dBK_man : i'm using 'euca2ools-1.3.1-3gd.noarch' which was from your yum repository openstack-deps.01:38
BK_manwinston-d: ok. I tested it with glance01:38
kpepplewinston-d: no, i think something like  "instance_id=42"01:39
winston-dBK_man : did you test glance with file backend, using 'euca-bundle/upload-bundle' ?01:39
*** miclorb_ has quit IRC01:39
BK_manwinston-d: yep. but if you firing euca-run-instances immediately after euca-register-* than it will fail01:40
winston-dkpepple : ahha, that works! great! thanks!01:40
BK_manwinston-d: does not matter which backend is used - objectstore or glance with file backend01:40
BK_manwinston-d: but I think that's not a case with your bug01:40
winston-dBK_man : then maybe you can look at my error here: this is when i try 'euca-upload-bundle' with glance as image service + file backend or even with Local image service. http://paste.openstack.org/show/1237/01:42
*** gzapp_ has quit IRC01:42
BK_manwinston-d: ok. we are going to fix our patch. It's here: https://github.com/griddynamics/openstack-rhel/blob/cactus/SOURCES/openstack-nova-s3server-quickfix.patch01:44
BK_manwinston-d: actually, fix of that patch could be 1-line01:45
BK_manif 'action' in params:01:45
BK_man   del params['action']01:45
winston-dkpepple : using the VNC url obtained via direct API. noVNC still doesn't work.  'Failed to connect to server'.01:46
winston-dBK_man : aaaaah, so this is actually a known bug.01:46
BK_mancould you please change it? Open /usr/lib/python2.6/site-packages/nova/objectstore/s3server.py and try to fix code near line #12601:47
winston-dBK_man : yes i can.01:47
BK_manwinston-d: our developer trying to understand what's going on with that bug - just add if and try to reproduce a bug01:48
BK_manwinston-d: I will be waiting you feedback (probably on Email)01:48
winston-dBK_man : i'll try ASAP01:49
winston-dBK_man : weird enough.  the 'del params['action']' is already there.01:50
winston-dBK_man : should i just remove it?01:51
BK_manyou should change that line and use two above01:51
BK_manisntead01:51
*** edison has quit IRC01:54
winston-dBK_man : i don't get it.01:55
BK_manwinston-d: you should add space in existing line and add line with if just before01:55
winston-dBK_man : it looks like this for now ( i didn't change anything) http://paste.openstack.org/show/1259/01:56
winston-dBK_man : it looks exactly the same as what ur 1-liner patch would generate01:57
BK_manwinston-d: http://paste.openstack.org/show/1261/01:59
winston-dBK_man : i have to run for a meeting for one hour. talk 2 u later.  you can just leave message.01:59
BK_manyep, I need to run also01:59
BK_manlet me know by mail01:59
*** BK_man has quit IRC02:00
*** RobertLaptop has joined #openstack02:02
*** blamar_ has joined #openstack02:02
*** y4m4 has quit IRC02:11
*** miclorb has joined #openstack02:21
*** vvuksan has quit IRC02:23
*** guynaor has joined #openstack02:24
*** guynaor has left #openstack02:24
*** blamar_ has quit IRC02:38
*** sophiap has quit IRC02:40
*** sophiap has joined #openstack02:40
*** sophiap has quit IRC02:58
*** sophiap has joined #openstack03:02
*** sophiap has quit IRC03:11
*** MotoMilind has joined #openstack03:22
*** RobertLaptop has quit IRC03:29
*** RobertLaptop has joined #openstack03:30
*** Transformer has joined #openstack03:42
*** shentonfreude has quit IRC03:42
*** Transformer has quit IRC03:44
*** shentonfreude has joined #openstack03:46
*** Ryan_Lane has joined #openstack04:03
*** dendro-afk is now known as dendrobates04:07
*** shentonfreude has quit IRC04:15
*** miclorb has quit IRC04:18
openstackjenkinsProject nova build #859: SUCCESS in 2 min 33 sec: http://jenkins.openstack.org/job/nova/859/04:30
openstackjenkinsTarmac: Refactoring the usage of nova.exception.Duplicate04:30
*** hadrian has quit IRC04:32
*** Ryan_Lane1 has joined #openstack04:35
*** Ryan_Lane has quit IRC04:35
*** clauden has joined #openstack04:36
*** clauden has quit IRC04:37
*** clauden_ has joined #openstack04:37
*** f4m8_ is now known as f4m804:39
*** MotoMilind has quit IRC04:47
*** kashyap has joined #openstack04:50
*** beez12345er has joined #openstack04:54
*** beez12345er has left #openstack04:55
*** throughnothing has quit IRC04:55
*** Ryan_Lane has joined #openstack04:59
*** Ryan_Lane1 has quit IRC04:59
*** MotoMilind has joined #openstack05:02
*** RobertLaptop has quit IRC05:02
*** RobertLaptop has joined #openstack05:04
*** clauden_ has left #openstack05:09
*** koolhead11|afk is now known as koolhead1105:16
*** adjohn has joined #openstack05:19
*** sandywalsh has joined #openstack05:19
*** pquerna has joined #openstack05:27
*** sandywalsh has quit IRC05:29
pquernais the Load balancing source code available?05:30
pquernanm, doens't look like it is yet?05:31
* jeremyb sses minimal difference between those 2 questions :-]05:33
* jeremyb runs away05:34
pquernasorry, just was all excited to uh.. see the source kinda05:34
pquernabut finding the actual mails on the lists.. its.. just announced.05:35
*** mgoldmann has joined #openstack05:58
*** mzlittlle has quit IRC06:02
pquernais there a document somewhere describing what incubation means in open stack terms?06:03
*** mihgen has joined #openstack06:04
pquernahttp://wiki.openstack.org/Governance/Approved/NewProjectProcess06:04
*** nRy has quit IRC06:06
*** konetzed has quit IRC06:06
*** konetzed has joined #openstack06:06
*** nRy has joined #openstack06:06
HugoKuo_https://answers.launchpad.net/nova/+question/15427206:14
HugoKuo_failed to run up instance with new user account06:15
HugoKuo_crazy about add users :\06:24
*** MotoMilind has quit IRC06:26
*** CloudChris has joined #openstack06:29
*** CloudChris has left #openstack06:30
HugoKuo_2011-04-26 14:33:40,282 DEBUG nova.auth.manager [-] user: User('test2', 'test2', '921c52b2-f37b-4564-b8bc-8cefc31036a3', 'fca9c77c-fdd5-4c50-b48c-d8a9ea8055ad', False) from (pid=28622) authenticate /usr/lib/pymodules/python2.7/nova/auth/manager.py:27006:40
HugoKuo_2011-04-26 14:33:40,418 DEBUG nova.auth.manager [-] user: User('test2', 'test2', '921c52b2-f37b-4564-b8bc-8cefc31036a3', 'fca9c77c-fdd5-4c50-b48c-d8a9ea8055ad', False) from (pid=28622) authenticate /usr/lib/pymodules/python2.7/nova/auth/manager.py:27006:40
HugoKuo_"False "06:40
*** zenmatt has quit IRC06:40
*** zaitcev has quit IRC06:43
*** tjikkun has quit IRC06:45
*** rcc has joined #openstack06:48
*** guigui1 has joined #openstack06:53
Ryan_LaneHugoKuo_: you need to be in the sysadmin role, or a project admin to create instances06:55
Ryan_Lanewhen you create users that way they are in no roles06:55
Ryan_Laneand are also not admins06:55
Ryan_Laneyour user can run a number of description queries, but can't really do any actions06:56
HugoKuo_I try to add account "test2" as a netadmin06:57
HugoKuo_in database table user_role_association 2011-04-26 06:21:29NULLNULL0test2netadmin06:57
HugoKuo_project_association  2011-04-25 10:31:53NULLNULL0test2hugopro06:58
HugoKuo_so what if I want the user test2 to run up instance .  what should I do ? add which role for "test2"06:59
HugoKuo_I try to add sysadmin role :>07:00
*** Ryan_Lane has quit IRC07:00
*** sandywalsh has joined #openstack07:10
*** dirkx has quit IRC07:12
*** lionel has quit IRC07:16
*** tjikkun has joined #openstack07:17
*** tjikkun has joined #openstack07:17
*** lionel has joined #openstack07:17
*** antenagora has joined #openstack07:17
*** z0_ has joined #openstack07:22
*** z0 has quit IRC07:24
*** sandywalsh has quit IRC07:30
*** nacx has joined #openstack07:40
*** adjohn has quit IRC07:46
*** mihgen has quit IRC07:48
*** citral has joined #openstack07:52
*** mihgen_ has joined #openstack07:57
*** citral has quit IRC08:01
*** anticw has quit IRC08:08
*** sandywalsh has joined #openstack08:13
*** z0__ has joined #openstack08:24
*** z0_ has quit IRC08:26
*** bkkrw has joined #openstack08:26
*** jeffjapan has quit IRC08:32
*** flopflip has quit IRC08:35
*** maplebed has quit IRC08:37
*** maplebed has joined #openstack08:40
*** rsaidan has joined #openstack08:46
*** miclorb_ has joined #openstack08:58
*** sandywalsh has quit IRC09:03
koolhead11kim0,09:06
uvirtbotNew bug: #770732 in openstack-dashboard "An error trace , shows on my tty" [Undecided,New] https://launchpad.net/bugs/77073209:07
*** adiantum has joined #openstack09:07
*** miclorb_ has quit IRC09:10
*** allsystemsarego has joined #openstack09:20
*** benbenhappy has left #openstack09:22
*** shehjart has joined #openstack09:24
*** erik-s has quit IRC09:33
uvirtbotNew bug: #771132 in nova "VNC console doesn't work when 'vnc_debug' flag is true" [Undecided,New] https://launchpad.net/bugs/77113209:41
*** miclorb_ has joined #openstack09:44
*** rcc has quit IRC09:58
*** adiantum has quit IRC10:03
*** Daviey has quit IRC10:08
*** mihgen_ has quit IRC10:14
*** mihgen_ has joined #openstack10:15
*** anticw has joined #openstack10:19
*** Daviey has joined #openstack10:25
*** z0__ has quit IRC11:05
*** z0__ has joined #openstack11:06
*** laserbled has joined #openstack11:13
*** cdbs has quit IRC11:15
*** cdbs has joined #openstack11:16
*** shentonfreude has joined #openstack11:19
*** bkkrw has quit IRC11:22
*** kyzh has joined #openstack11:36
*** kyzh has joined #openstack11:36
*** antenagora has quit IRC11:37
*** shentonfreude has quit IRC11:37
*** rostik has joined #openstack11:39
*** laserbled has left #openstack11:39
HugoKuo_can I share network with different project11:39
HugoKuo_?11:39
rostikdoes an URL to swift's account ever change?11:40
rostikthe one which user receives upon successful authentication11:40
*** cdbs has quit IRC11:52
*** antenagora has joined #openstack11:52
*** antenagora has left #openstack11:53
*** cdbs has joined #openstack11:54
*** miclorb_ has quit IRC11:55
*** ctennis has quit IRC12:03
*** antenagora has joined #openstack12:21
*** ctennis has joined #openstack12:21
*** sophiap has joined #openstack12:24
*** antenagora has quit IRC12:25
*** antenagora has joined #openstack12:25
*** hadrian has joined #openstack12:26
*** shentonfreude has joined #openstack12:33
*** sophiap has quit IRC12:33
*** sophiap has joined #openstack12:35
*** rcc has joined #openstack12:47
*** shentonfreude has quit IRC12:47
*** sophiap has quit IRC12:49
*** soosfarm has quit IRC12:53
*** sophiap has joined #openstack12:55
notmynamerostik: no. the URL should never change13:01
*** adiantum has joined #openstack13:01
*** soosfarm has joined #openstack13:04
*** aliguori has joined #openstack13:05
*** sophiap has quit IRC13:06
*** vvuksan has joined #openstack13:09
*** alex-meade has joined #openstack13:21
*** carlp has quit IRC13:23
*** carlp has joined #openstack13:24
*** shentonfreude has joined #openstack13:26
*** gondoi has joined #openstack13:35
*** mgoldmann has quit IRC13:35
*** posulliv has quit IRC13:37
*** Nick0la has quit IRC13:38
*** lborda has joined #openstack13:40
*** kakella has joined #openstack13:44
*** kakella has left #openstack13:44
adiantumhello gents13:45
adiantummay be some body know if there is stack utility packaged for ubuntu 10.04?13:47
*** f4m8 is now known as f4m8_13:50
*** robinbowes has joined #openstack13:56
*** robinbowes has left #openstack13:58
*** markvoelker has joined #openstack13:59
*** zenmatt has joined #openstack14:01
*** markvoelker has quit IRC14:07
*** clayg_ has joined #openstack14:09
*** markvoelker has joined #openstack14:09
nhm_anyone have a link to the conference stream?14:14
*** posulliv has joined #openstack14:18
*** fabiand__ has joined #openstack14:27
*** jaypipes has joined #openstack14:31
*** doude has quit IRC14:31
*** elasticdog has quit IRC14:31
*** Ryan_Lane has joined #openstack14:34
*** maverick has joined #openstack14:34
*** clayg_ has quit IRC14:35
*** adjohn has joined #openstack14:36
*** clayg_ has joined #openstack14:38
*** holligan has joined #openstack14:43
holliganHello. Is there anyway to use swift as a SAN?14:44
holliganI need to be able to mount my storage.14:44
creihtholligan: Not really, swift is object storage not block storage14:44
holliganhrm.14:44
holliganokay.14:44
holliganthanks14:44
creihtThere are some tools that will make it look like a filesystem14:44
holliganI have several servers that need to be able to share a filesystem.14:45
holliganI have been using DRBD14:45
holliganbut now I want an active/active solution.14:45
holliganand reduntant would be nice, too.14:45
creihtyeah, swift isn't going to work for that14:45
alekibangoholligan: swift is usable for image storage.. not as virtual drive system14:45
holliganSwift looked like the way to go.14:45
holliganokay.  thank you.14:46
alekibangoholligan: keep eye on sheepdog14:46
holligansheepdog?14:46
*** sandywalsh has joined #openstack14:46
alekibangoholligan:  join ##sheepdog14:46
alekibango:)14:46
alekibangothe project is trying to become what you need.14:46
holliganha.  Version 0.2.214:46
alekibangogoing to be stable (production ready) in month14:47
holliganI'm not sure I'll be able to put beta in production...14:47
holliganoh.  okay.14:47
alekibangoeven sooner maybe14:47
holliganthat sounds good!14:47
alekibangostill, its missing few nice functions, but looks very nice14:47
alekibangoyou need to try taht one out14:47
holliganis it close to stable now?  or iterating too fast to use for a proof-of-concept deployment?14:47
alekibangoclose to stable14:48
holliganhonestly, the lack of decent SAN is the only obstacle I have now.14:48
*** elasticdog has joined #openstack14:48
holliganand they are too expensive for our "open-source, do it for free or not at all" upper management.14:48
holliganThank you for the advance gentl14:49
holligangah14:49
holliganclient fail14:50
holliganThank you for the advance gentlemen. I will look into sheepdog.14:50
*** holligan has left #openstack14:50
*** abecc has joined #openstack14:51
*** Ryan_Lane has quit IRC14:51
*** robbiew has joined #openstack14:52
*** Nick0la has joined #openstack14:55
Nick0laHello again all.14:56
Nick0lawhen I run a euca-run-instances command, to which process does euca pass off the launching of the VM?14:57
Nick0laThe instance is showing up in the database14:58
*** antenagora has quit IRC14:58
Nick0laIt's listed as in "networking" in euca-describe-instances14:59
Nick0laand it has been for several hours.14:59
Nick0laI can't find any logs to give a clue about what is broken.14:59
nhm_nick0la: nothing in the nova-compute logs?15:02
Nick0laonly this:15:02
Nick0la2011-04-26 11:04:44,142 INFO nova.compute.manager [-] Found instance 'instance-00000016' in DB but no VM. State=0, so assuming spawn is in progress.15:02
nhm_nick0la: I had things stuck in the networking state for a while on my test cluster.  Ultimately it was because _base needed to be cleaned out after I got glance working.15:03
Nick0la_base ?15:03
nhm_Nick0la: /var/lib/nova/instances/_base15:03
Nick0la(I'm not running glace yet.  I plan on it.  I have swift installed but I'm not using it yet, either.  I just REALLY wanna see this working before I add complexity)15:04
nhm_Nick0la: also, have you been switching around your network settings/manager? You may want to delete everything in network and fixed_ips from the DB and recreate the network using nova-manage.15:04
Nick0lamy /var/lib/nova/instances directory is empty15:04
*** omidhdl has joined #openstack15:05
nhm_Are you doing multi-node?15:05
*** TiEnGo has joined #openstack15:05
Nick0laI was trying for that at first.15:05
*** adc has joined #openstack15:05
Nick0labut now I'm just trying to get it to run on my cloud control.15:06
Nick0laall on the same machine.15:06
Nick0laproblem is, this is all testing/POC, so my cloud control is actually a qemu running on my desktop.15:06
nhm_Nick0la: hrm... What network manager?15:07
Nick0laflatdhcp15:08
Nick0lamy config if it will help:   http://paste.openstack.org/show/1254/15:09
*** fabiand__ has quit IRC15:10
*** yamahata_lt has quit IRC15:10
nhm_Nick0la: Does nova-schedule show it trying to cast the VM to the node and everything?15:10
nhm_sorry, the nova-schedule log15:11
*** jonkelly has joined #openstack15:11
Nick0lahm...let me look15:11
*** knorthcut has joined #openstack15:11
*** fabiand__ has joined #openstack15:12
Nick0lanhm_:  http://paste.openstack.org/show/1262/15:13
Nick0lathat is the only line in the scheduler.15:13
*** adjohn has quit IRC15:13
*** adjohn has joined #openstack15:14
Nick0lawell...it's multiple lines...but it's the only entry.15:14
Nick0laand it LOOKS like it tried to launch properly.15:14
nhm_yeah, but no problems in the compute log before that entry you posted earlier right?15:16
*** adc_ has joined #openstack15:16
*** rchavik has quit IRC15:16
Nick0laI looked in the compute log for the corresponding time:15:17
Nick0lahttp://paste.openstack.org/show/1263/15:17
Nick0lait shows it trying to start the VM.15:17
nhm_yeah, looks like the VM is starting, so that's good.  Does nova-manage network list show your network segment?15:18
nhm_s/segment/setup?15:18
nhm_blah15:18
* nhm_ needs coffee15:18
*** doude has joined #openstack15:19
Nick0laugh15:19
Nick0lait sorta shows it!  It's wrong!15:19
nhm_well, that's good sort of. ;)15:19
Nick0lahaha its supposed to be a /28, but it's listing it as a /2915:20
Nick0lalet me re-create it.15:20
Nick0laone second15:20
nhm_just delete everything from networks and fixed_ips in the db and redo it with nova-manage.15:20
nhm_probably need to restart nova-network too.15:21
*** pcrews has joined #openstack15:21
maverickhey nhm_, hope the morning coffee is on its way. is this requirement correct for flatDHCP network manager - the flat/physical interface on the host should not have any IP assigned ? if so, why is it ?15:23
maverickthanks !15:24
*** sandywalsh has quit IRC15:25
nhm_maverick: I asked Vish that question a little while back and basically as of a couple of weeks ago the original IP on the interface will be moved to the bridge.  So the upshot is that it'll still be usable but might break things like servers you had only operating on that interface.15:28
nhm_maverick: IE I had dhcp3 running on eth0 and put the brige there, and had to move it to br100 (and do some gymnastics so it wouldn't interfere with dnsmasq).15:29
*** enigma has joined #openstack15:29
*** zul has joined #openstack15:30
*** maplebed has quit IRC15:31
*** everett_ has joined #openstack15:33
Nick0lawow15:34
Nick0lait simply won't create a /2815:34
Nick0lahttp://paste.openstack.org/show/1264/15:34
*** dendrobates is now known as dendro-afk15:34
mavericknhm_ thanks for the reply. so i am guessing that eth0 needs to bind to br100 so if it has a previously assigned ip the behavior is flaky. but having said that, it'll stil try to assign br100, eth0's IP ?15:35
*** jaypipes has quit IRC15:35
*** pcrews has quit IRC15:36
maverickNick0la your network create command might have some range issues - probably the reason /28 is not getting created ?15:36
everett_#jaypipes hi jay, you around?15:36
nhm_Nick0la: yeah, now that you mention it I had a problem like that too.  Maybe just try a /24 or something.15:37
*** adc has quit IRC15:37
Nick0lahaha I can't.  this IP range was given to me by networking.  Do you know how HARD it is to get networking to hand out public IP addresses?15:37
Nick0lai was lucky to get a /2815:37
nhm_Nick0la: Ah, lovel.15:38
nhm_lovely15:38
Nick0laso...it would have range issues?15:38
nhm_Nick0la: I know the drill.  I ended up just creating a private range and then am going to try to assign public ips using the floating_ip stuff.15:38
nhm_Nick0la: though I haven't actually tried to do it yet.15:39
Nick0laa /28 should have 14 ips right?15:39
Nick0laor do I have to drop that down to 12 manually to take into account the gateway and the broadcast?15:40
maverickyou can use 13 ip's from /2815:40
maverick1st, 2nd and last are reserved15:41
*** adc has joined #openstack15:42
*** zaitcev has joined #openstack15:43
nhm_Anyone played around with ceph?15:44
*** joshfng has joined #openstack15:45
*** zul has quit IRC15:46
*** joshfng has quit IRC15:46
*** Ryan_Lane has joined #openstack15:47
RichiHmaverick, Nick0la: while it's common to use the second IP in a given prefix and default gw, no one forces you to do it that way. you could even run with a def gw outside of your own subnet15:51
*** adjohn has quit IRC15:53
*** kyzh has quit IRC15:53
maverickRichiH, Nick0la: oh i didnt know that. how would the new default gateway be supplied to nova ?  also this will require making manual changes to the tables in the DB to allow the 2nd ip to be usable because the default behavior is mark them reserved.15:56
*** kashyap has quit IRC15:57
*** mzlittlle has joined #openstack15:59
*** zul has joined #openstack16:02
*** vishy has left #openstack16:02
*** mihgen_ has quit IRC16:06
*** guigui1 has quit IRC16:07
*** dendro-afk is now known as dendrobates16:07
*** Ryan_Lane has quit IRC16:10
*** adjohn has joined #openstack16:15
*** adjohn has quit IRC16:17
*** adjohn has joined #openstack16:18
maverickthe developer lounge pics look really swanky at the conference ! cool stuff guys.16:18
*** adc_ has quit IRC16:18
nhm_maverick: where did you see those?16:19
*** ambo has quit IRC16:20
mavericknhm_: follow #openstack on twitterverse16:20
*** everett_ has left #openstack16:20
*** ambo has joined #openstack16:21
*** sandywalsh has joined #openstack16:21
*** joearnold has joined #openstack16:21
*** maxamillion has quit IRC16:23
*** alexbadass has joined #openstack16:26
*** packetman has joined #openstack16:29
*** nwl has joined #openstack16:30
*** joearnold has quit IRC16:32
*** adjohn has quit IRC16:33
*** pdjan has joined #openstack16:33
Nick0laback.16:34
Nick0lasorry.  I got dragged out for lunch.16:34
Nick0lascrolling to see what I missed....16:34
Nick0lamaverick, RickiH: cool I can do that.  Right now, I'm completely on the fence about it.16:35
Nick0laI'm seriously thinking of giving each project a /3216:36
Nick0laa single IP address.16:36
Nick0labecause, frankly, when I give a customer an OS to play in, they will only get a single IP address anyways.16:38
Nick0la<-- cheap and stingy with IPs  :-)16:39
*** maplebed has joined #openstack16:39
*** nacx has quit IRC16:44
*** koolhead11 is now known as koolhead11|afk16:46
*** adjohn has joined #openstack16:46
*** ambo has left #openstack16:47
*** obino has joined #openstack16:48
*** rsaidan has quit IRC16:49
*** Seth has joined #openstack16:49
*** RickB17 has joined #openstack16:51
*** paltman has quit IRC16:53
*** dendrobates is now known as dendro-afk16:53
*** paltman has joined #openstack16:53
*** adjohn has quit IRC16:59
*** romain_lenglet has joined #openstack17:02
*** medberry is now known as med_away17:02
*** med_away is now known as medberry17:03
*** medberry is now known as med_out17:03
*** med_out is now known as medberry17:03
*** romain_lenglet has left #openstack17:04
*** sdadh01 has joined #openstack17:04
*** interrante has joined #openstack17:05
*** cerb has joined #openstack17:07
nhm_man, it's dead in here. Was hoping we might be getting live commentary from the conference. :)17:08
cerbIt's too early :-)17:08
mavericki know, was hoping for the same17:08
medberryditto.17:08
medberryor links to the etherpads/voice streaming/etc.17:08
medberry(Etherpads probably not until the summit itself is going.)17:09
nhm_medberry: apparently they are going to be posted on twitter...17:09
kpepplenhm_ , maverick, medberry: the NASA CIO is talking about the inception of the nova/nebula project ... it's not really technical :)17:09
cerbYeah it's all the keynote right now17:09
medberrynod. tx.17:09
nhm_kpepple: Actually, that could be useful for my director to see.17:10
*** h0cin has joined #openstack17:10
kpepplenhm_: his slides are pretty detailed about the project justification and challeges ... hopefully they will be posted online17:11
nhm_kpepple: Anything about moving from Eucalyptus->Openstack?17:12
kpepplenhm_: hasn't even mentioned Eucalyptus AFAIK17:12
nhm_It would be especially interesting if he talks about where openstack fits in with thier HPC systems.17:13
nhm_Since I work for a Supercomputing Institute. ;)17:14
maverickNASA has 300 Openstack installations deployed in 9 of its centers - from his talk17:14
* kpepple heads to breaktime17:15
*** obino has quit IRC17:15
nhm_maverick: installations or users?  I see users on twitter...17:15
mavericknhm_: i'd seen both mentions. could be users...17:17
*** adjohn has joined #openstack17:18
*** clayg_ has quit IRC17:18
*** lionel has quit IRC17:18
*** adjohn has quit IRC17:18
*** sandywalsh has quit IRC17:19
*** zul has quit IRC17:19
*** nelson has quit IRC17:19
*** lionel has joined #openstack17:19
*** nelson has joined #openstack17:19
*** cerb has quit IRC17:22
*** interrante has quit IRC17:24
*** sandywalsh has joined #openstack17:25
pdjantrying to install nova on centos 5.6 by reading through CentOSNotes, is it possible to apply installation for xen (not qemu)?17:25
*** jdurgin has joined #openstack17:26
*** adjohn has joined #openstack17:27
*** adjohn has quit IRC17:29
*** lborda has quit IRC17:31
*** alexbadass has quit IRC17:34
*** lborda has joined #openstack17:34
*** rsaidan has joined #openstack17:34
*** adc has quit IRC17:34
*** adc has joined #openstack17:35
*** kashyap has joined #openstack17:36
*** Zerthimon has quit IRC17:38
*** clayg_ has joined #openstack17:38
*** bcwaldon has joined #openstack17:38
bcwaldonanybody have any general information on migrations from existing non-nova cloud environments into nova?17:39
bcwaldonI've got somebody that could use some help17:39
*** lborda has quit IRC17:40
*** lborda has joined #openstack17:40
*** sandywalsh has quit IRC17:41
*** adc has quit IRC17:42
*** maplebed has quit IRC17:42
*** adc has joined #openstack17:42
*** interrante has joined #openstack17:44
*** adjohn has joined #openstack17:44
*** adjohn has quit IRC17:44
*** cerb has joined #openstack17:45
*** zul has joined #openstack17:45
*** kyzh has joined #openstack17:47
*** koolhead17 has joined #openstack17:47
Nick0laWOW17:47
Nick0laMore progress!17:47
*** kyzh has quit IRC17:47
*** kyzh has joined #openstack17:47
Nick0laI got the vm to launch!17:47
Nick0la....but then I get this error: DB/VM state mismatch. Changing state from '8' to '5'17:47
*** RickB17 has quit IRC17:49
*** alex-meade has quit IRC17:49
*** jitesh_shetty has joined #openstack17:50
*** obino has joined #openstack17:51
*** obino has quit IRC17:52
*** jitesh_shetty has left #openstack17:52
*** z0__ has quit IRC17:52
*** aaadddccc has joined #openstack17:53
*** obino has joined #openstack17:53
*** RickB17 has joined #openstack17:54
*** z0__ has joined #openstack17:56
*** pcrews has joined #openstack17:56
*** sandywalsh has joined #openstack17:57
*** imsplitbit has joined #openstack17:59
imsplitbitI feel so uncool because I don't have an ipad17:59
imsplitbitI mean... I am not cool for many reasons, but now I have another :-P18:00
*** kirshil has quit IRC18:01
*** dprince has joined #openstack18:02
koolhead17hi all18:02
*** hagarth_ has joined #openstack18:02
*** clayg_ has quit IRC18:03
*** obino has quit IRC18:05
*** soosfarm has quit IRC18:05
*** alekibango has quit IRC18:05
*** TiEnGo has quit IRC18:05
*** dendro-afk has quit IRC18:05
*** deepy has quit IRC18:05
*** jfluhmann has quit IRC18:05
*** ironcamel2 has quit IRC18:05
*** patri0t has quit IRC18:05
*** deepy has joined #openstack18:05
*** soosfarm has joined #openstack18:05
*** alekibango has joined #openstack18:05
*** dendro-afk has joined #openstack18:06
*** ironcamel2 has joined #openstack18:06
imsplitbithola18:06
*** patri0t has joined #openstack18:07
*** dendro-afk is now known as dendrobates18:07
*** dendrobates has joined #openstack18:07
*** ChanServ sets mode: +v dendrobates18:07
*** rcc has quit IRC18:07
*** jfluhmann has joined #openstack18:08
*** mihgen has joined #openstack18:08
*** TiEnGo has joined #openstack18:09
*** z0__ has quit IRC18:09
*** adc has quit IRC18:10
*** obino has joined #openstack18:10
*** adc has joined #openstack18:10
*** aaadddccc has quit IRC18:10
*** adc has quit IRC18:10
*** sandywalsh has quit IRC18:11
*** sandywalsh has joined #openstack18:12
*** packetman has left #openstack18:15
imsplitbitwow, I guess everyone is at the conf and paying attention18:16
*** sandywalsh has quit IRC18:16
*** adjohn has joined #openstack18:17
cerbimsplitbit: right now it's the wikimedia presentation. I think almost everyone is in here watching18:17
imsplitbityeah I am watching too, interesting preso18:18
*** z0__ has joined #openstack18:20
*** adjohn has quit IRC18:20
*** cerb has quit IRC18:23
*** jaypipes has joined #openstack18:24
*** maplebed has joined #openstack18:25
*** emlprime has joined #openstack18:26
*** adjohn has joined #openstack18:27
creihtimsplitbit: poke him :)18:28
*** enigma has quit IRC18:29
*** sandywalsh has joined #openstack18:29
imsplitbitdone18:30
imsplitbitI think I bruised him18:30
imsplitbit:-D18:30
*** kashyap has quit IRC18:31
*** kashyap has joined #openstack18:34
*** adjohn has quit IRC18:34
*** interrante has quit IRC18:35
*** mdomsch has joined #openstack18:36
*** bcwaldon has quit IRC18:36
nhm_wow, ebay is using openstack too?18:37
imsplitbitnhm_: cool huh?18:37
nhm_imsplitbit: indeed, and it helps me justify spending money to our director. ;)18:38
*** TiEnGo has quit IRC18:38
*** TiEnGo has joined #openstack18:38
*** emlprime has quit IRC18:38
nhm_Anyone have any insider info on what is happening with the glusterfs folks?18:39
nhm_I'm trying to figure out what I want to deploy for block storage.18:39
*** sandywalsh has quit IRC18:43
*** adiantum has quit IRC18:43
*** obino has quit IRC18:45
*** imsplitbit has quit IRC18:45
*** zul has quit IRC18:47
*** omidhdl has left #openstack18:49
*** imsplitbit has joined #openstack18:50
*** adjohn has joined #openstack18:53
*** adjohn has quit IRC18:55
*** interrante has joined #openstack18:57
*** hagarth_ has quit IRC18:57
pdjaninstalling nova on centos5.6 by going through CentOSNotes, when i run 'python2.6 setup.py install' under /opt/nova I get, "To build nova you need https://launchpad.net/python-distutils-extra". Anyone has seen this before?18:58
*** brd_from_italy has joined #openstack19:00
*** maplebed has quit IRC19:03
kpepplepdjan: yes, you get that on mac os x ... not sure how to get around it. it appears to be ubuntu specific ... and not available via PyPi. probably need to ping jaypipes ... he put that in19:05
*** dprince has quit IRC19:06
*** tjikkun_ has joined #openstack19:06
*** tjikkun has quit IRC19:06
*** tjikkun_ has quit IRC19:07
*** tjikkun has joined #openstack19:07
*** tjikkun has joined #openstack19:07
*** interrante has quit IRC19:08
*** pcrews has quit IRC19:08
imsplitbitLUNCHTIME!!!!19:09
konetzedimsplitbit: simmer down now19:09
kpepplekpepple: looks like you might be able to just pull that down and build it ... i don't see anything ubuntu specific there. it appears to be just config items19:10
kpepplepdjan:  ^^^^^19:10
pdjankpepple: thanks for responding...trying that now by commenting referenced lines19:12
*** imsplitbit has quit IRC19:12
*** dendrobates is now known as dendro-afk19:13
*** nid0 has joined #openstack19:14
*** agarwalla has joined #openstack19:14
pdjankpepple: i thought i didn't see anything there when i tried to download python-distutils-extra, let me look again19:15
*** agarwalla has left #openstack19:16
*** agarwalla has joined #openstack19:18
*** z0__ has quit IRC19:19
*** toddz has joined #openstack19:20
*** clayg_ has joined #openstack19:20
*** agarwalla has left #openstack19:20
*** kashyap has quit IRC19:21
pdjankpepple: well that worked...now when i run setup.py install on /opt/nova comes with bunch of errors Python module nose not found and bunch of others19:26
*** jfluhmann has quit IRC19:27
pdjanparticularly XenAPIPlugin not found19:27
kpepplepdjan: did you install all the prereq modules?19:29
*** maverick has quit IRC19:32
pdjankpepple: Yep, I believe so. BTW I wanted to try using xen instead of qemu on centos. I found someone else had similar issue (question# 146738), trying the suggestion given there19:33
*** brd_from_italy has quit IRC19:33
*** jdurgin has quit IRC19:34
*** enigma has joined #openstack19:34
*** dscastro has joined #openstack19:39
dscastrois openstack  boot instances from ebs ?19:40
dscastroto get persistence on node crash19:41
*** toddz has left #openstack19:43
*** posulliv has quit IRC19:44
*** z0__ has joined #openstack19:44
*** pcrews has joined #openstack19:47
*** antenagora has joined #openstack19:48
*** pcrews has quit IRC19:54
*** fabiand__ has quit IRC19:55
*** fabiand__ has joined #openstack20:00
*** adc has joined #openstack20:01
*** adc has left #openstack20:02
*** enigma has quit IRC20:02
*** adiantum has joined #openstack20:04
*** enigma has joined #openstack20:05
*** arun_ has quit IRC20:07
*** MotoMilind has joined #openstack20:12
*** bcwaldon has joined #openstack20:13
*** larzy has joined #openstack20:14
*** mihgen has quit IRC20:15
*** clayg_ has quit IRC20:15
*** koolhead17 has quit IRC20:15
*** koolhead171 has joined #openstack20:15
jaypipeskpepple: heya, sorry was at lunch... what do you get on Mac OSX?20:16
jaypipespdjan: distutils.extra was needed for how we install translations... would you mind logging a bug with your issue? I'll assign it to myself.20:17
kpepplejaypipes: it complains that we don't have python-distutils-extra when you run setup.py20:17
jaypipeskpepple: yes.. gotcha. seems we'll need a workaround.20:18
*** clayg_ has joined #openstack20:18
*** koolhead171 has quit IRC20:18
*** kyzh has quit IRC20:18
kpepplejaypipes: is that package just a bunch of configs settings ?20:18
*** dprince has joined #openstack20:19
*** sandywalsh has joined #openstack20:19
jaypipeskpepple: eh, it's more of glue code that enables Babel to work properly for installing compiled message catalogs, among other things. It's a bit of a hack :(20:19
ttxsandywalsh: http://summit.openstack.org/ods-d/20:19
kpepplejaypipes: ahhh ...20:20
*** arun_ has joined #openstack20:21
jaypipeskpepple: I suppose an immediate "fix" would be to do a conditional import of distutils.extra and not bomb if it's missing (since it only enables the i18n commands anyway..)20:21
*** kyzh has joined #openstack20:21
*** kyzh is now known as Guest4844520:22
pdjanjaypipes: I ended up as you suggested in immediate "fix". Could someone plz suggest how to log a bug. i am new to this20:25
uvirtbotNew bug: #771464 in glance "Logging documentation needs clarity" [Undecided,New] https://launchpad.net/bugs/77146420:27
kpepplepdjan: you'll need a launchpad account. then proceed to https://bugs.launchpad.net/nova20:27
*** enigma has quit IRC20:27
*** hvaldivia has joined #openstack20:28
hvaldiviahi20:28
hvaldiviaDoes anyone know the roles in bexar?20:29
*** pcrews has joined #openstack20:29
*** Seth has quit IRC20:29
hvaldiviaThis doesnt work: nova-manage role add dummy-user projectmanager dummy-user-project20:29
pdjankpepple: thx, got it20:31
uvirtbotNew bug: #771465 in glance "Unclear that you need the account in swift_store_user" [Undecided,New] https://launchpad.net/bugs/77146520:31
*** Guest48445 has quit IRC20:31
*** rlucio has joined #openstack20:31
*** Guest48445 has joined #openstack20:31
*** jdurgin has joined #openstack20:32
*** enigma has joined #openstack20:36
*** blamar_ has joined #openstack20:37
*** allsystemsarego has quit IRC20:38
*** zul has joined #openstack20:39
*** Guest48445 has quit IRC20:39
kpepplepdjan: how did you get around the "DistUtilsExtra.auto.setup" call in setup.py:105 ... just change that to DistUtils ?20:39
*** enigma1 has joined #openstack20:39
*** knorthcut has quit IRC20:39
*** enigma2 has joined #openstack20:40
*** enigma1 has quit IRC20:40
*** enigma has quit IRC20:40
*** posulliv has joined #openstack20:41
*** drbrain has joined #openstack20:43
*** nati has joined #openstack20:44
hvaldiviaDoes anyone know why projecmanager, admin, itsec do not work on bexar?20:44
drbrainI've found reference to boto supporting openstack, but no information on how to configure the endpoint URL20:45
pdjankpepple: didn't change anything in setup.py, as you suggested earlier downloaded distutils and installed it first and then ran under /opt/nova dir, it didn't complain about distutils anymore. but received bunch of errors as reported earlier. Filing bug report on these errors20:45
drbraincan someone lend me a clue?20:45
kpeppledrbrain: boto is used internally within most of our tools ... using the EC2 API. i think you just need to change the API endpoint ...20:46
*** imsplitbit has joined #openstack20:46
drbrainkpepple: yeah, but I'm not quite familiar enough with python to know what to grep for to find how to change that20:47
* kpepple looks at boto 20:48
*** zenmatt has quit IRC20:48
*** zenmatt has joined #openstack20:49
drbrainI'm trying to run bees with machine guns on our internal openstack cloud20:51
*** blamar_ has quit IRC20:51
*** bcwaldon has quit IRC20:51
drbrainso if there's a recommended alternative I'll take it20:51
drbrainkpepple: maybe [Boto]\nec2_region_endpoint ?20:51
drbrainhttps://github.com/boto/boto/blob/master/boto/ec2/connection.py#L60-6120:52
kpeppledrbrain: can you give that a hostname and port ?20:52
*** blamar has quit IRC20:52
*** ctennis has quit IRC20:53
drbrainit doesn't look like it20:54
drbrain__init__ takes host and port as separate arguments20:54
drbrainI'm trying it anyways20:54
*** Ryan_Lane has joined #openstack20:54
hvaldiviaThere is a mistake on the nova-manage user modify. The output is misleading20:55
hvaldiviaOutput is: arguments: accesskey secretkey admin20:55
hvaldiviait should be: username accesskey secretkey admin20:55
pdjankpepple: jaypipes: submitted Bug #771489. Please let me know if you need more info20:56
uvirtbotLaunchpad bug 771489 in nova "setup.py build error: command 'intltool-update' failed with exit status 1" [Undecided,New] https://launchpad.net/bugs/77148920:56
*** jdurgin has quit IRC20:56
*** sandywalsh has quit IRC20:56
kpeppledrbrain: yeah ... it should be something like boto.connect_ec2(port=8773, host=localhost, ....)20:56
drbrainI might need to do some hacking on bees then20:57
*** dirakx2 has quit IRC20:57
*** dirakx3 has joined #openstack20:57
*** zul has quit IRC20:57
kpeppledrbrain: ok, i am going to be sorry i asked, but what is "bees with machine guns" ?20:57
jaypipespdjan: will do. cheers!20:57
hvaldiviaDoes anyone know if cactus support admin, projectmanager, netadmin roles for simple users?20:58
*** rlucio has quit IRC20:58
*** dscastro has left #openstack20:58
*** maplebed has joined #openstack20:58
*** rlucio has joined #openstack20:58
*** dprince has quit IRC20:58
drbrainkpepple: it's a cloud-based distributed load-test tool https://github.com/newsapps/beeswithmachineguns20:58
*** rlucio has quit IRC20:58
*** elasticdog has quit IRC20:59
*** dprince has joined #openstack20:59
*** imsplitbit has quit IRC21:00
*** Ryan_Lane has quit IRC21:01
*** zul has joined #openstack21:01
*** h0cin has quit IRC21:01
uvirtbotNew bug: #771489 in nova "setup.py build error: command 'intltool-update' failed with exit status 1" [Undecided,New] https://launchpad.net/bugs/77148921:01
*** rlucio has joined #openstack21:03
*** rlucio has joined #openstack21:05
*** nati has quit IRC21:06
*** matiu has joined #openstack21:06
*** matiu has joined #openstack21:06
*** zul has quit IRC21:06
*** antenagora has quit IRC21:07
*** obino has joined #openstack21:11
*** sandywalsh has joined #openstack21:13
*** hvaldivia has quit IRC21:14
*** zul has joined #openstack21:14
*** obino has quit IRC21:15
*** hggdh has quit IRC21:16
*** hggdh has joined #openstack21:17
*** vernhart has joined #openstack21:19
*** ctennis has joined #openstack21:19
*** vvuksan has quit IRC21:19
*** rlucio has quit IRC21:24
*** matiu_ has joined #openstack21:24
*** matiu_ has quit IRC21:24
*** matiu_ has joined #openstack21:24
*** matiu has quit IRC21:28
*** matiu_ is now known as matiu21:28
*** hagarth_ has joined #openstack21:29
*** hvaldivia has joined #openstack21:31
*** larzy has quit IRC21:33
*** zul has quit IRC21:34
*** agarwalla has joined #openstack21:35
*** lvaughn has joined #openstack21:37
*** lvaughn_ has quit IRC21:37
*** shentonfreude has quit IRC21:37
*** hvaldivia1 has joined #openstack21:40
*** hvaldivia has quit IRC21:40
*** elasticdog has joined #openstack21:43
*** midodan has joined #openstack21:45
*** lborda has quit IRC21:47
*** hagarth_ has quit IRC21:48
*** dprince has quit IRC21:49
*** zul has joined #openstack21:53
*** adjohn has joined #openstack21:54
*** romain_lenglet has joined #openstack21:54
*** romain_lenglet has left #openstack21:54
*** joearnold has joined #openstack21:55
uvirtbotNew bug: #771512 in nova "Timeout from API with 50 Simultaneous Builds" [Undecided,New] https://launchpad.net/bugs/77151221:56
*** exlt has joined #openstack21:57
*** hggdh has quit IRC22:00
*** pdjan has quit IRC22:00
*** dprince has joined #openstack22:01
*** zul has quit IRC22:02
*** fabiand__ has left #openstack22:02
*** bfschott has joined #openstack22:02
*** robbiew has quit IRC22:03
*** Ryan_Lane has joined #openstack22:07
*** hub_cap has joined #openstack22:10
*** sandywalsh has quit IRC22:11
*** imsplitbit has joined #openstack22:12
*** miclorb_ has joined #openstack22:12
*** sandywalsh has joined #openstack22:13
*** hggdh has joined #openstack22:15
*** gondoi has quit IRC22:17
*** joearnold has quit IRC22:19
*** joearnold has joined #openstack22:19
*** joearnold has quit IRC22:25
*** adjohn has quit IRC22:28
*** sandywalsh has quit IRC22:28
*** rlucio has joined #openstack22:29
*** vernhart has quit IRC22:29
*** rlucio has quit IRC22:29
*** bfschott has quit IRC22:29
*** jonkelly has left #openstack22:31
*** dprince has quit IRC22:33
*** kyzh has joined #openstack22:36
*** kyzh has joined #openstack22:37
*** vernhart has joined #openstack22:37
*** sandywalsh has joined #openstack22:39
*** adjohn has joined #openstack22:39
*** greenisus has joined #openstack22:41
*** adjohn has quit IRC22:43
*** zul has joined #openstack22:46
*** clayg_ has left #openstack22:46
*** kbringard has joined #openstack22:47
kbringardquiet in here today, I wonder why :-p22:54
*** aliguori has quit IRC22:54
*** bcwaldon has joined #openstack22:55
*** greenisus has quit IRC22:55
adiantumkbringard: seems all busy on conference.22:56
kbringardadiantum: yea, I figured, I was just joking22:56
*** imsplitbit has quit IRC22:56
*** Ryan_Lane has quit IRC22:56
adiantumkbringard: =)22:56
*** Ryan_Lane has joined #openstack22:59
*** adjohn has joined #openstack22:59
*** greenisus has joined #openstack22:59
*** adjohn has quit IRC23:00
*** Ryan_Lane has quit IRC23:01
*** medberry is now known as med_away23:01
*** enigma2 has quit IRC23:01
*** pcrews has quit IRC23:01
*** dprince has joined #openstack23:03
*** adjohn has joined #openstack23:03
*** adjohn has quit IRC23:04
*** elasticdog has quit IRC23:04
*** Ryan_Lane has joined #openstack23:04
*** Ryan_Lane has joined #openstack23:04
*** rsaidan has quit IRC23:04
openstackjenkinsProject nova build #860: SUCCESS in 2 min 45 sec: http://jenkins.openstack.org/job/nova/860/23:04
openstackjenkinsTarmac: Refactoring usage of nova.exception.NotFound23:04
*** abecc has quit IRC23:07
kbringardthis is a fun one23:08
kbringardUnknown column 'floating_ips_1.auto_assigned23:08
kbringardI love it when migations dont apply :-)23:09
*** jitesh_shetty has joined #openstack23:11
*** aliguori has joined #openstack23:12
*** adjohn has joined #openstack23:14
*** rlucio has joined #openstack23:16
*** greenisus has quit IRC23:16
*** leanMELI has joined #openstack23:17
*** elasticdog has joined #openstack23:19
*** dendro-afk is now known as dendrobates23:20
*** joearnold has joined #openstack23:20
*** jdurgin has joined #openstack23:21
*** mzlittlle has left #openstack23:23
*** kbringard has quit IRC23:23
*** joearnold has quit IRC23:23
*** dprince has quit IRC23:24
*** Ryan_Lane has quit IRC23:25
*** adjohn has quit IRC23:27
*** rlucio has quit IRC23:27
*** matiu_ has joined #openstack23:27
*** matiu_ has joined #openstack23:27
*** zul has quit IRC23:27
*** vernhart has quit IRC23:28
*** joearnold has joined #openstack23:28
*** matiu has quit IRC23:30
*** matiu_ is now known as matiu23:30
*** sandywalsh has quit IRC23:32
*** greenisus has joined #openstack23:33
*** jero has joined #openstack23:35
*** imsplitbit has joined #openstack23:36
*** vernhart has joined #openstack23:37
*** dprince has joined #openstack23:43
*** dendrobates is now known as dendro-afk23:43
*** rchavik has joined #openstack23:46
*** imsplitbit has quit IRC23:48
*** dprince has quit IRC23:48
*** jdurgin has quit IRC23:54
*** greenisus has quit IRC23:59
*** hub_cap has quit IRC23:59

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