2011-11-15T00:00:34 Hello 2011-11-15T00:00:58 *** cdub has quit IRC 2011-11-15T00:01:29 *** lzyeval has quit IRC 2011-11-15T00:03:57 *** adjohn has joined #openstack 2011-11-15T00:05:09 Where is the log describing the 500 error if i get this: swift -A http://127.0.0.1:5000/v1.0 -U wstevens -K testing stat -v 2011-11-15T00:05:27 When I run this: swift -A http://127.0.0.1:5000/v1.0 -U wstevens -K testing stat -v 2011-11-15T00:05:46 woops 2011-11-15T00:06:01 the error is this: Account HEAD failed: http://127.0.0.1:8080/v1/AUTH_2 500 Internal Server Error 2011-11-15T00:06:26 Anyone know where I would find that log? 2011-11-15T00:06:49 Cause I cant tell if it was swift or keystone that had the error. 2011-11-15T00:07:11 either the proxy server log or the account server log (Account HEAD failed sounds like a swift error) 2011-11-15T00:08:31 *** lzyeval has joined #openstack 2011-11-15T00:09:37 *** redconnection has quit IRC 2011-11-15T00:10:31 hmmm, maybe i dont have enough logging enabled. 2011-11-15T00:12:19 *** dendrobates is now known as dendro-afk 2011-11-15T00:12:38 *** redconnection has joined #openstack 2011-11-15T00:16:47 *** cdub has joined #openstack 2011-11-15T00:22:01 *** gutseb has joined #openstack 2011-11-15T00:26:08 New bug: #890486 in nova "Cannot create image with kernel_id and ramdisk_id in S3ImageService" [Low,In progress] https://launchpad.net/bugs/890486 2011-11-15T00:29:09 swill: have you tried with curl to see the actual response? 2011-11-15T00:29:26 yes, that is working 2011-11-15T00:29:56 swill: can you paste the curl command issued? 2011-11-15T00:30:30 webx: here it is: curl -d '{"auth": {"passwordCredentials": {"username": "admin", "password": "testing"}}}' -H "Content-type: application/json" http://127.0.0.1:5000/v2.0/tokens 2011-11-15T00:31:13 with a result of: http://pastebin.com/Behyt0ty 2011-11-15T00:31:23 New bug: #890489 in nova "multistring flags do not parse properly" [Low,Triaged] https://launchpad.net/bugs/890489 2011-11-15T00:32:45 swill: those are different credentials than your swift command line. does swift CLI work with admin creds? 2011-11-15T00:33:24 *** reed has quit IRC 2011-11-15T00:34:01 webx: the credentials are not in that output 2011-11-15T00:34:19 webx: they are in the database init file. one sec, i can link that... 2011-11-15T00:34:29 swill: your initial question was about 500 error with this: s3cmd -c ./conf_s3cmd ls s3://myfiles 2011-11-15T00:34:35 ignore that.. bad paset 2011-11-15T00:34:41 swift -A http://127.0.0.1:5000/v1.0 -U wstevens -K testing stat -v 2011-11-15T00:34:45 webx: the token in the proxy-server.conf file is the same. 2011-11-15T00:35:01 but the paste you gave me was for l: admin p: testing 2011-11-15T00:35:06 webx: oh sorry, i have both users. one is admin and the other is wstevens. 2011-11-15T00:35:17 I understand.. do you get the 500 error with admin, or only wstevens? 2011-11-15T00:35:32 webx: both 2011-11-15T00:35:37 ah 2011-11-15T00:35:55 i am trying to find the log where it logs right now 2011-11-15T00:35:57 *** rsampaio has joined #openstack 2011-11-15T00:36:06 i think it is logged by syslog, but it is not in proxy.error 2011-11-15T00:36:16 or proxy.og 2011-11-15T00:36:18 you may need to enable debug 2011-11-15T00:36:21 if you haven't already 2011-11-15T00:36:22 proxy.log * 2011-11-15T00:37:05 i did all of the logging described here: http://swift.openstack.org/development_saio.html 2011-11-15T00:38:16 *** bcwaldon1 has quit IRC 2011-11-15T00:40:15 you can add this to proxy-server.conf, I believe 2011-11-15T00:40:20 og_level =DEBUG 2011-11-15T00:40:29 *log_level = DEBUG 2011-11-15T00:41:40 trying it 2011-11-15T00:41:51 restarting swift* 2011-11-15T00:42:21 without the * on log_level, right? :) 2011-11-15T00:42:40 haha, i understood the correct syntax. :) 2011-11-15T00:44:16 *** adjohn has quit IRC 2011-11-15T00:44:36 *** jakedahn has quit IRC 2011-11-15T00:45:09 *** andrewbogott has quit IRC 2011-11-15T00:45:25 *** dolphm_ has quit IRC 2011-11-15T00:49:40 webx: all i get is this in the proxy.log 2011-11-15T00:49:45 Nov 14 19:47:07 ubuntu proxy-server Initialising keystone middleware 2011-11-15T00:49:45 Nov 14 19:47:07 ubuntu proxy-server Got token: 999888777666 2011-11-15T00:49:53 *** juddm has quit IRC 2011-11-15T00:50:08 *** vernhart has quit IRC 2011-11-15T00:51:12 nothing in syslog at all 2011-11-15T00:51:39 well for this event anyway. hmmmm 2011-11-15T00:54:06 sorry.. I have no experience with keystone 2011-11-15T00:56:18 *** reed has joined #openstack 2011-11-15T00:57:44 no worries. i will keep on truckin. :) 2011-11-15T00:57:47 anyone on that is familiar with devstack? if so is there a workaround for: https://gist.github.com/1365750 2011-11-15T00:58:18 *** redconnection has quit IRC 2011-11-15T00:59:00 *** dendro-afk is now known as dendrobates 2011-11-15T00:59:38 does anyone know if there is logging for auth in swift beyond what is mentioned here? http://swift.openstack.org/development_saio.html 2011-11-15T01:00:22 this gives me the proxy.error and proxy.log files which should be relevant, but i am getting a 500 error and I can not find it logged anywhere. 2011-11-15T01:01:42 New bug: #890498 in quantum "ovs plugin pip-requires should have mysql-python" [Low,In progress] https://launchpad.net/bugs/890498 2011-11-15T01:04:57 *** reed has quit IRC 2011-11-15T01:05:29 *** reed has joined #openstack 2011-11-15T01:06:27 *** jakedahn has joined #openstack 2011-11-15T01:08:06 *** bwong has quit IRC 2011-11-15T01:08:06 *** praefect has quit IRC 2011-11-15T01:08:08 *** jakedahn has quit IRC 2011-11-15T01:10:02 *** mrbuffneff has quit IRC 2011-11-15T01:11:00 *** dragondm has quit IRC 2011-11-15T01:11:34 *** livemoon has joined #openstack 2011-11-15T01:11:45 *** Binbin has joined #openstack 2011-11-15T01:15:35 *** cereal_bars has joined #openstack 2011-11-15T01:17:22 *** dendrobates is now known as dendro-afk 2011-11-15T01:18:00 morning 2011-11-15T01:20:08 *** obino has quit IRC 2011-11-15T01:20:54 *** lzyeval has quit IRC 2011-11-15T01:26:16 *** negronjl has quit IRC 2011-11-15T01:28:59 *** cereal_bars has quit IRC 2011-11-15T01:30:25 *** krow has quit IRC 2011-11-15T01:32:44 *** gregp76 has quit IRC 2011-11-15T01:34:47 *** rnorwood has joined #openstack 2011-11-15T01:35:47 *** lzyeval has joined #openstack 2011-11-15T01:36:51 *** dendro-afk is now known as dendrobates 2011-11-15T01:37:40 *** hadrian_ has joined #openstack 2011-11-15T01:38:59 *** f-yang has quit IRC 2011-11-15T01:39:32 *** hadrian has quit IRC 2011-11-15T01:39:32 *** hadrian_ is now known as hadrian 2011-11-15T01:42:36 *** ohnoimdead has quit IRC 2011-11-15T01:42:47 *** po has quit IRC 2011-11-15T01:43:15 *** michael_ has quit IRC 2011-11-15T01:44:11 *** rsampaio has quit IRC 2011-11-15T01:45:24 *** oubiwann has quit IRC 2011-11-15T01:45:35 *** rsampaio has joined #openstack 2011-11-15T01:47:02 *** gyee has quit IRC 2011-11-15T01:47:51 *** nphase has quit IRC 2011-11-15T01:48:37 *** negronjl has joined #openstack 2011-11-15T01:51:03 *** mgius has quit IRC 2011-11-15T01:59:28 *** vernhart has joined #openstack 2011-11-15T02:04:02 *** nati2 has quit IRC 2011-11-15T02:04:34 *** nati2 has joined #openstack 2011-11-15T02:07:11 *** reed has quit IRC 2011-11-15T02:09:32 ping vidd 2011-11-15T02:20:03 *** Hakon|mbp has quit IRC 2011-11-15T02:24:02 *** swill has quit IRC 2011-11-15T02:24:20 *** swill has joined #openstack 2011-11-15T02:25:27 *** jog0 has quit IRC 2011-11-15T02:29:45 *** mdomsch has joined #openstack 2011-11-15T02:32:42 *** tryggvil__ has quit IRC 2011-11-15T02:32:47 *** vernhart has quit IRC 2011-11-15T02:38:07 *** vernhart has joined #openstack 2011-11-15T02:38:47 *** cdub has quit IRC 2011-11-15T02:39:24 *** tryggvil has joined #openstack 2011-11-15T02:40:53 *** dendrobates is now known as dendro-afk 2011-11-15T02:42:00 *** hadrian has quit IRC 2011-11-15T02:42:58 well, I fixed 1/3 of my openstack instances restarting on physical host reboot problem 2011-11-15T02:43:20 now dnsmasq is starting properly, still not reattaching floating IP automatically(and the host still needs 'reboot') 2011-11-15T02:48:42 *** hadrian has joined #openstack 2011-11-15T02:49:57 *** tryggvil has quit IRC 2011-11-15T02:51:01 *** rackerhacker has quit IRC 2011-11-15T02:52:51 *** rackerhacker has joined #openstack 2011-11-15T02:53:33 *** mdomsch has quit IRC 2011-11-15T02:53:39 *** tryggvil_ has joined #openstack 2011-11-15T02:53:57 *** gutseb has quit IRC 2011-11-15T02:57:55 *** etarasov has joined #openstack 2011-11-15T02:57:57 *** gohko_ has quit IRC 2011-11-15T02:58:57 *** cdub has joined #openstack 2011-11-15T02:59:40 *** joeyang has quit IRC 2011-11-15T03:02:36 *** jdurgin has quit IRC 2011-11-15T03:04:54 *** osier has joined #openstack 2011-11-15T03:05:44 *** exitdescription has quit IRC 2011-11-15T03:07:38 *** vernhart has quit IRC 2011-11-15T03:07:57 *** tokuzfunpi has joined #openstack 2011-11-15T03:12:00 *** hadrian_ has joined #openstack 2011-11-15T03:13:33 *** dendro-afk is now known as dendrobates 2011-11-15T03:15:45 *** rackerhacker has quit IRC 2011-11-15T03:15:48 *** vernhart has joined #openstack 2011-11-15T03:16:09 *** hadrian has quit IRC 2011-11-15T03:16:09 *** hadrian_ is now known as hadrian 2011-11-15T03:20:23 *** rackerhacker has joined #openstack 2011-11-15T03:26:39 *** dpippenger has quit IRC 2011-11-15T03:28:04 *** adjohn has joined #openstack 2011-11-15T03:28:38 *** vmfan has joined #openstack 2011-11-15T03:28:55 *** cdub has quit IRC 2011-11-15T03:39:44 *** scottjg has joined #openstack 2011-11-15T03:41:01 *** hadrian has quit IRC 2011-11-15T03:41:02 *** jobicoppola has joined #openstack 2011-11-15T03:41:19 *** hadrian has joined #openstack 2011-11-15T03:42:11 *** reed has joined #openstack 2011-11-15T03:43:08 *** Fu4ny has joined #openstack 2011-11-15T03:44:39 *** koolhead17 has joined #openstack 2011-11-15T03:50:16 *** 18WAAW0HO has quit IRC 2011-11-15T03:57:43 *** rackerhacker has joined #openstack 2011-11-15T03:58:31 *** reed has quit IRC 2011-11-15T04:01:54 *** supriya has joined #openstack 2011-11-15T04:04:53 *** Ryan_Lane has quit IRC 2011-11-15T04:04:53 *** lzyeval has quit IRC 2011-11-15T04:05:55 *** lzyeval has joined #openstack 2011-11-15T04:08:12 *** miclorb_ has quit IRC 2011-11-15T04:08:26 *** miclorb_ has joined #openstack 2011-11-15T04:09:48 *** cdub has joined #openstack 2011-11-15T04:09:51 *** oubiwann has joined #openstack 2011-11-15T04:10:40 *** hadrian has quit IRC 2011-11-15T04:10:43 *** dendrobates is now known as dendro-afk 2011-11-15T04:11:01 *** supriya has quit IRC 2011-11-15T04:13:14 *** adjohn has quit IRC 2011-11-15T04:13:14 *** supriya has joined #openstack 2011-11-15T04:15:20 *** vernhart has quit IRC 2011-11-15T04:20:40 *** KAM has quit IRC 2011-11-15T04:20:48 *** vernhart has joined #openstack 2011-11-15T04:21:03 *** KAM has joined #openstack 2011-11-15T04:21:29 *** miclorb_ has quit IRC 2011-11-15T04:23:34 *** supriya_ has joined #openstack 2011-11-15T04:23:55 *** supriya has quit IRC 2011-11-15T04:27:57 *** nati2_ has joined #openstack 2011-11-15T04:28:31 *** supriya_ has quit IRC 2011-11-15T04:29:37 *** nati2 has quit IRC 2011-11-15T04:29:45 *** supriya_ has joined #openstack 2011-11-15T04:32:45 *** supriya_ has quit IRC 2011-11-15T04:33:11 *** koolhead17 has quit IRC 2011-11-15T04:34:35 *** HugoKuo_ has quit IRC 2011-11-15T04:38:56 *** nati2 has joined #openstack 2011-11-15T04:38:57 *** nati2_ has quit IRC 2011-11-15T04:39:18 *** vernhart has quit IRC 2011-11-15T04:42:28 *** pradeep1 has joined #openstack 2011-11-15T04:43:28 *** ldlework has quit IRC 2011-11-15T04:48:35 *** hankj has joined #openstack 2011-11-15T04:49:47 *** sahuram has joined #openstack 2011-11-15T04:50:17 *** hankj has quit IRC 2011-11-15T04:55:48 *** vmfan has quit IRC 2011-11-15T04:55:54 New bug: #890538 in nova "Verifying whether a melange subnet exists could be made more efficient" [Undecided,Confirmed] https://launchpad.net/bugs/890538 2011-11-15T04:59:15 *** tokuzfunpi has quit IRC 2011-11-15T04:59:35 *** tokuzfunpi has joined #openstack 2011-11-15T05:00:05 *** rnorwood has quit IRC 2011-11-15T05:00:28 *** tokuzfunpi has quit IRC 2011-11-15T05:06:06 *** jobicoppola has quit IRC 2011-11-15T05:12:37 *** adjohn has joined #openstack 2011-11-15T05:13:28 *** brian_sc has quit IRC 2011-11-15T05:15:04 *** Fu4ny has quit IRC 2011-11-15T05:24:02 *** cdub has quit IRC 2011-11-15T05:24:18 *** sahuram_ has joined #openstack 2011-11-15T05:26:50 *** sahuram has quit IRC 2011-11-15T05:30:09 *** koolhead17 has joined #openstack 2011-11-15T05:30:30 *** vernhart has joined #openstack 2011-11-15T05:30:36 *** vernhart has joined #openstack 2011-11-15T05:33:31 *** polvi has quit IRC 2011-11-15T05:35:06 *** obino has joined #openstack 2011-11-15T05:39:20 *** mjfork has quit IRC 2011-11-15T05:44:32 *** sahuram has joined #openstack 2011-11-15T05:46:54 *** sahuram_ has quit IRC 2011-11-15T05:52:00 *** lzyeval_ has joined #openstack 2011-11-15T05:52:00 *** lzyeval has quit IRC 2011-11-15T05:52:01 *** lzyeval_ is now known as lzyeval 2011-11-15T05:57:15 *** cdub has joined #openstack 2011-11-15T05:57:53 *** nijaba has quit IRC 2011-11-15T06:01:33 livemoon : hi 2011-11-15T06:02:49 *** stevegjacobs has quit IRC 2011-11-15T06:03:35 *** pradeep1 has quit IRC 2011-11-15T06:08:42 *** nijaba has joined #openstack 2011-11-15T06:08:42 *** nijaba has joined #openstack 2011-11-15T06:11:20 *** rwmjones has quit IRC 2011-11-15T06:13:17 *** negronjl has quit IRC 2011-11-15T06:14:50 *** jj0hns0n has quit IRC 2011-11-15T06:16:07 *** nijaba has quit IRC 2011-11-15T06:16:48 *** nijaba has joined #openstack 2011-11-15T06:16:48 *** nijaba has joined #openstack 2011-11-15T06:17:25 *** nerens has joined #openstack 2011-11-15T06:18:39 *** pradeep has joined #openstack 2011-11-15T06:20:35 *** stevegjacobs has joined #openstack 2011-11-15T06:22:22 How do you move a running instance in to a different security group? I don't see anything simple in dashboard or nova commands to do this 2011-11-15T06:24:21 *** soosfarm has quit IRC 2011-11-15T06:25:51 *** soosfarm has joined #openstack 2011-11-15T06:26:14 *** dachary has joined #openstack 2011-11-15T06:32:32 *** Ryan_Lane has joined #openstack 2011-11-15T06:32:37 *** rsampaio has quit IRC 2011-11-15T06:33:12 hi,winston-d 2011-11-15T06:37:28 *** jj0hns0n has joined #openstack 2011-11-15T06:44:45 *** sahuram has quit IRC 2011-11-15T06:46:39 *** jj0hns0n has quit IRC 2011-11-15T06:46:55 *** arBmind has joined #openstack 2011-11-15T06:47:48 *** vmfan has joined #openstack 2011-11-15T06:50:11 *** Fu4ny has joined #openstack 2011-11-15T06:51:31 *** brian_sc has joined #openstack 2011-11-15T06:51:48 *** CongNT_ has joined #openstack 2011-11-15T06:53:13 *** brian_sc1 has joined #openstack 2011-11-15T06:53:13 *** brian_sc has quit IRC 2011-11-15T06:53:13 *** brian_sc1 has quit IRC 2011-11-15T06:53:40 *** rocambol1 has joined #openstack 2011-11-15T06:53:43 *** brian_sc has joined #openstack 2011-11-15T06:54:08 *** brian_sc has joined #openstack 2011-11-15T06:54:34 *** brian_sc1 has joined #openstack 2011-11-15T06:54:34 *** nati2_ has joined #openstack 2011-11-15T06:54:37 *** Fu4ny has quit IRC 2011-11-15T06:54:50 *** brian_sc1 has quit IRC 2011-11-15T06:54:53 *** brian_sc2 has joined #openstack 2011-11-15T06:55:22 *** nati2 has quit IRC 2011-11-15T06:55:26 *** dolphm has joined #openstack 2011-11-15T06:56:31 *** brian_sc1 has joined #openstack 2011-11-15T06:58:16 *** brian_sc has quit IRC 2011-11-15T06:58:43 *** brian_sc1 has quit IRC 2011-11-15T06:58:53 *** brian_sc has joined #openstack 2011-11-15T06:59:18 *** brian_sc has joined #openstack 2011-11-15T06:59:43 *** sahuram has joined #openstack 2011-11-15T07:01:53 *** brian_sc has quit IRC 2011-11-15T07:03:00 *** brian_sc has joined #openstack 2011-11-15T07:03:19 *** vmfan has quit IRC 2011-11-15T07:04:14 *** brian_sc has quit IRC 2011-11-15T07:04:34 *** hugokuo has joined #openstack 2011-11-15T07:04:35 *** brian_sc has joined #openstack 2011-11-15T07:04:59 *** vernhart has quit IRC 2011-11-15T07:07:27 *** vernhart has joined #openstack 2011-11-15T07:07:37 *** CongNT_ has quit IRC 2011-11-15T07:07:43 *** brian_sc1 has joined #openstack 2011-11-15T07:07:44 *** cdub has quit IRC 2011-11-15T07:08:09 *** brian_sc1 has quit IRC 2011-11-15T07:08:39 *** brian_sc1 has joined #openstack 2011-11-15T07:08:50 *** brian_sc1 has quit IRC 2011-11-15T07:08:57 *** brian_sc1 has joined #openstack 2011-11-15T07:09:08 *** brian_sc has quit IRC 2011-11-15T07:10:34 *** brian_sc has joined #openstack 2011-11-15T07:10:47 *** brian_sc has quit IRC 2011-11-15T07:10:49 *** brian_sc1 has joined #openstack 2011-11-15T07:12:32 *** brian_sc has joined #openstack 2011-11-15T07:12:36 *** nati2_ has quit IRC 2011-11-15T07:13:23 *** brian_sc has joined #openstack 2011-11-15T07:13:33 *** brian_sc has quit IRC 2011-11-15T07:13:55 *** brian_sc has joined #openstack 2011-11-15T07:14:23 *** brian_sc1 has joined #openstack 2011-11-15T07:14:32 *** brian_sc has quit IRC 2011-11-15T07:14:44 *** brian_sc has joined #openstack 2011-11-15T07:15:13 *** brian_sc1 has joined #openstack 2011-11-15T07:15:28 *** brian_sc has quit IRC 2011-11-15T07:15:44 *** brian_sc has joined #openstack 2011-11-15T07:16:01 *** pradeep has quit IRC 2011-11-15T07:16:03 *** brian_sc has quit IRC 2011-11-15T07:16:07 *** brian_sc has joined #openstack 2011-11-15T07:16:32 *** brian_sc has joined #openstack 2011-11-15T07:16:53 *** brian_sc has quit IRC 2011-11-15T07:17:42 *** brian_sc has joined #openstack 2011-11-15T07:20:08 *** dolphm has quit IRC 2011-11-15T07:20:14 *** brian_sc has joined #openstack 2011-11-15T07:20:39 *** brian_sc1 has joined #openstack 2011-11-15T07:20:48 *** brian_sc has quit IRC 2011-11-15T07:21:02 *** brian_sc has joined #openstack 2011-11-15T07:27:50 *** sahuram_ has joined #openstack 2011-11-15T07:31:27 *** sahuram has quit IRC 2011-11-15T07:32:34 *** pradeep1 has joined #openstack 2011-11-15T07:33:18 *** mgoldmann has joined #openstack 2011-11-15T07:35:12 *** tryggvil___ has joined #openstack 2011-11-15T07:35:25 *** dolphm has joined #openstack 2011-11-15T07:37:35 *** bengrue has quit IRC 2011-11-15T07:38:41 *** tryggvil_ has quit IRC 2011-11-15T07:43:52 *** arBmind has quit IRC 2011-11-15T07:44:01 *** koolhead17 has quit IRC 2011-11-15T07:48:11 *** derjohn_mob has joined #openstack 2011-11-15T07:52:03 *** Fu4ny has joined #openstack 2011-11-15T07:56:45 *** KAM has quit IRC 2011-11-15T08:00:22 *** mcclurmc has quit IRC 2011-11-15T08:01:09 *** mcclurmc has joined #openstack 2011-11-15T08:06:58 *** dolphm has quit IRC 2011-11-15T08:11:07 *** kirkland has quit IRC 2011-11-15T08:11:11 *** reidrac has joined #openstack 2011-11-15T08:11:13 *** kirkland has joined #openstack 2011-11-15T08:13:23 *** TheOsprey has joined #openstack 2011-11-15T08:15:16 *** sahuram__ has joined #openstack 2011-11-15T08:19:03 *** sahuram_ has quit IRC 2011-11-15T08:19:37 *** dobber has joined #openstack 2011-11-15T08:19:53 *** CongNT_ has joined #openstack 2011-11-15T08:21:28 *** vernhart has quit IRC 2011-11-15T08:23:11 *** Fu4ny has quit IRC 2011-11-15T08:27:36 *** vernhart has joined #openstack 2011-11-15T08:31:10 *** pradeep1 has quit IRC 2011-11-15T08:33:45 *** adjohn has quit IRC 2011-11-15T08:36:35 *** foexle has joined #openstack 2011-11-15T08:36:39 ahoi 2011-11-15T08:38:24 *** MarkAtwood has quit IRC 2011-11-15T08:40:29 *** lzyeval has quit IRC 2011-11-15T08:42:54 *** lzyeval has joined #openstack 2011-11-15T08:45:16 *** Ryan_Lane has quit IRC 2011-11-15T08:53:13 *** sahuram has joined #openstack 2011-11-15T08:55:53 *** sahuram__ has quit IRC 2011-11-15T09:02:49 hi 2011-11-15T09:06:49 *** cdub has joined #openstack 2011-11-15T09:07:24 *** GeoDud has quit IRC 2011-11-15T09:07:31 *** GeoDud has joined #openstack 2011-11-15T09:07:51 *** Tekni has joined #openstack 2011-11-15T09:07:56 *** elasticdog has quit IRC 2011-11-15T09:08:34 *** Teknix has quit IRC 2011-11-15T09:08:42 *** elasticdog has joined #openstack 2011-11-15T09:09:54 *** BasTichelaar has joined #openstack 2011-11-15T09:10:49 *** katkee has joined #openstack 2011-11-15T09:12:12 *** koolhead17 has joined #openstack 2011-11-15T09:12:16 hi all 2011-11-15T09:15:08 *** javiF has joined #openstack 2011-11-15T09:15:18 *** katkee has quit IRC 2011-11-15T09:16:08 *** javiF has quit IRC 2011-11-15T09:16:28 *** javiF has joined #openstack 2011-11-15T09:19:34 *** mies has joined #openstack 2011-11-15T09:26:53 *** Razique has joined #openstack 2011-11-15T09:27:42 Hey guys! 2011-11-15T09:27:50 hello Razique 2011-11-15T09:27:55 heyho Razique 2011-11-15T09:28:00 hey you 2011-11-15T09:28:12 I did a live upgrade yesterday in production 2011-11-15T09:28:16 Cactus -> Diablo 2011-11-15T09:28:26 *** Fu4ny has joined #openstack 2011-11-15T09:28:27 :D 2011-11-15T09:28:30 Razique: seems like everything has changed in past 1 days :( 2011-11-15T09:28:32 everything went great 2011-11-15T09:28:43 koolhead17: what do you mean ? 2011-11-15T09:28:46 awesome 2011-11-15T09:28:49 14 2011-11-15T09:29:07 14 ? :p 2011-11-15T09:29:22 * koolhead17 was out of internet for 14 days 2011-11-15T09:29:28 ahhhh 2011-11-15T09:29:47 well the main topics here were about HA stuff I'd say :) 2011-11-15T09:30:03 how to live migrate, how to save instances ; how to restart instances,etc... 2011-11-15T09:30:28 I've deployed GlusterFS in lab, in order to valdate migration, but remains too handy for me :/ 2011-11-15T09:30:35 and what is this PPA thing for keystone? 2011-11-15T09:31:09 koolhead17: I dunno 2011-11-15T09:31:44 *** nacx has joined #openstack 2011-11-15T09:32:13 *** CongNT_ has quit IRC 2011-11-15T09:33:27 *** darraghb has joined #openstack 2011-11-15T09:39:39 congrautlation Razique 2011-11-15T09:40:01 koolhead17: not see you for a few days 2011-11-15T09:40:03 thanks :D 2011-11-15T09:40:09 yah koolhead17 had internet issues 2011-11-15T09:40:35 today I use devstack reinstall my all server 2011-11-15T09:40:38 livemoon: howdy!! 2011-11-15T09:48:12 *** alperkanat has joined #openstack 2011-11-15T09:48:12 *** alperkanat has joined #openstack 2011-11-15T09:53:59 *** pixelbeat has joined #openstack 2011-11-15T09:54:20 is it possible to add specific mimetypes for certain files? (maybe during upload, or just downloading?) i'm asking this for swift of course 2011-11-15T09:54:33 *** BK_man has joined #openstack 2011-11-15T09:56:32 hi all. who's running cloudpipe? I noticed that FORWARD rules in iptables on FLAGS.vpn_ip suddently disappeared. 2011-11-15T09:57:41 *** tunix has joined #openstack 2011-11-15T09:57:53 is it possible to add specific mimetypes for certain files? (maybe during upload, or just downloading?) i'm asking this for swift of course 2011-11-15T09:58:37 alperkanat: tunix waw :D 2011-11-15T09:58:44 *** tunix has quit IRC 2011-11-15T09:58:44 *** tunix has joined #openstack 2011-11-15T09:58:45 *** alperkanat has quit IRC 2011-11-15T09:58:50 Razique: ? 2011-11-15T09:59:02 two ppl asking the exact same question ^^ 2011-11-15T09:59:03 funy 2011-11-15T09:59:09 I think Swift does yah 2011-11-15T09:59:14 It rings me a bell 2011-11-15T09:59:16 let me check 2011-11-15T09:59:17 *** tunix is now known as alperkanat 2011-11-15T09:59:36 Razique: i'm the same people but had connectivity issues 2011-11-15T09:59:58 i need to know if it's possible to define mimetypes for files? 2011-11-15T10:00:47 I confirm, Swift does that 2011-11-15T10:01:11 *** Fu4ny has quit IRC 2011-11-15T10:01:16 *** Fu4ny has joined #openstack 2011-11-15T10:02:40 *** clopez has joined #openstack 2011-11-15T10:03:41 *** katkee has joined #openstack 2011-11-15T10:03:57 *** uksysadmin has joined #openstack 2011-11-15T10:04:36 chmouel: how? 2011-11-15T10:05:34 *** dirkx_ has joined #openstack 2011-11-15T10:05:46 reading thru my https://github.com/chmouel/upcs/blob/master/upcs it just a matter to : 2011-11-15T10:05:55 set the content-type to whatever needed 2011-11-15T10:06:26 don't have the documentation handy but this should be documented there 2011-11-15T10:06:31 (or that's a bug) 2011-11-15T10:11:19 New bug: #890612 in openstack-ci "Nova trunk PPA FTBFS" [High,Confirmed] https://launchpad.net/bugs/890612 2011-11-15T10:12:25 *** pixelbeat has quit IRC 2011-11-15T10:14:11 *** dirkx__ has joined #openstack 2011-11-15T10:14:14 *** dirkx_ has quit IRC 2011-11-15T10:15:14 chmouel: ok thanks 2011-11-15T10:19:52 *** scottjg has quit IRC 2011-11-15T10:22:35 *** cdub has quit IRC 2011-11-15T10:24:23 chmouel: let's follow your github :) 2011-11-15T10:25:47 *** redconnection has joined #openstack 2011-11-15T10:27:43 *** miclorb_ has joined #openstack 2011-11-15T10:28:34 *** livemoon has left #openstack 2011-11-15T10:36:16 *** Hakon|mbp has joined #openstack 2011-11-15T10:36:40 *** chomping has quit IRC 2011-11-15T10:37:28 *** koolhead17 has quit IRC 2011-11-15T10:38:04 *** cdub has joined #openstack 2011-11-15T10:39:01 *** koolhead17 has joined #openstack 2011-11-15T10:40:19 *** jollyfoo has joined #openstack 2011-11-15T10:41:48 Razique, got disconnected 2011-11-15T10:43:01 *** dnjaramba has joined #openstack 2011-11-15T10:44:09 *** popux has joined #openstack 2011-11-15T10:49:44 *** sahuram has quit IRC 2011-11-15T10:49:50 *** miclorb_ has quit IRC 2011-11-15T10:50:35 *** miclorb_ has joined #openstack 2011-11-15T10:51:05 *** popux has quit IRC 2011-11-15T10:58:29 *** jollyfoo has quit IRC 2011-11-15T11:00:02 *** lzyeval has quit IRC 2011-11-15T11:04:03 hey guys, i have a problem with enabling the second compute node with network-manager. I set multi_host=True 2011-11-15T11:04:30 the vserver on the new node will spawn, but the network doesn't work 2011-11-15T11:04:36 i get no errors in each log 2011-11-15T11:05:03 network runs correctly but the service doesn't define new iptable rules 2011-11-15T11:06:45 ok i see i get an error: Dead loop on virtual device vlan100, fix it urgently! 2011-11-15T11:08:14 *** BK_man has quit IRC 2011-11-15T11:08:42 *** alperkanat has quit IRC 2011-11-15T11:09:02 koolhead17: hey 2011-11-15T11:09:13 foexle: mmm 2011-11-15T11:09:17 already seen that error 2011-11-15T11:09:27 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/856417 2011-11-15T11:10:41 foexle: is nova-network installed on the second compute-node ? 2011-11-15T11:10:45 yes 2011-11-15T11:11:01 ok is the interface set in nova.conf good , 2011-11-15T11:11:02 ? 2011-11-15T11:11:05 and starts without errors 2011-11-15T11:11:22 jap is exactly the same server/configuration as the first node 2011-11-15T11:11:43 so they use the same physical interface ? 2011-11-15T11:13:46 yes the server has the same two interfaces with the same configuration 2011-11-15T11:15:27 all services are in running state 2011-11-15T11:15:54 but if i start a new insance, the second compute node will spawn this instance but the network service do nothing 2011-11-15T11:16:13 yah cuz of the dead loop error 2011-11-15T11:16:27 could u tear down the vlan on the compute node and the brdige 2011-11-15T11:16:32 restart nova-compute and nova-network ? 2011-11-15T11:16:51 i try it with reboot the complete server 2011-11-15T11:16:58 *** miclorb_ has quit IRC 2011-11-15T11:17:51 *** dirkx__ has quit IRC 2011-11-15T11:18:20 *** zatix has joined #openstack 2011-11-15T11:21:16 brdige looks like ok 2011-11-15T11:23:57 *** PiotrSikora has quit IRC 2011-11-15T11:24:18 the man page of isatapd says, i get this error because the routing table are incomplete 2011-11-15T11:27:28 *** hugokuo has quit IRC 2011-11-15T11:28:26 *** PiotrSikora has joined #openstack 2011-11-15T11:30:29 *** popux has joined #openstack 2011-11-15T11:31:38 mmm dead loop ; not so sure :/ 2011-11-15T11:31:44 but could be wrong ofc 2011-11-15T11:32:01 foexle: can I see brctl show 2011-11-15T11:32:10 and cat /proc/net/vlan/config ? 2011-11-15T11:32:59 hmmm anything is wrong .... the second network service will not be requested 2011-11-15T11:33:07 from nova-api 2011-11-15T11:34:09 *** jollyfoo has joined #openstack 2011-11-15T11:37:05 what do u mean foexle ? 2011-11-15T11:38:05 *** Fu4ny has quit IRC 2011-11-15T11:39:49 time to eat :D i'll be back around 2 2011-11-15T11:40:07 2011-11-15 12:37:57,872 DEBUG nova.utils [-] Running cmd (subprocess): sudo ip addr add 169.254.169.254/32 scope link dev lo from (pid=1804) execute /usr/lib/pymodules/python2.6/nova/utils.py:165 2011-11-15T11:40:11 2011-11-15 12:37:57,882 DEBUG nova.utils [-] Result was 2 from (pid=1804) execute /usr/lib/pymodules/python2.6/nova/utils.py:180 2011-11-15T11:40:15 think thats the problem 2011-11-15T11:40:54 mmm not so sure :p 2011-11-15T11:40:59 try to run it manually 2011-11-15T11:41:01 foexle, did you add interface info in nova.conf 2011-11-15T11:41:02 does it work ? 2011-11-15T11:41:16 it's only a route to manage metadatas 2011-11-15T11:41:27 shouldn't prevent an instances from being accessible though 2011-11-15T11:41:34 ok it's not the problem 2011-11-15T11:41:39 koolhead17: yes 2011-11-15T11:41:50 koolhead17: it's the same config from node 1 2011-11-15T11:42:11 foexle: you use eth1 for vlan right ? 2011-11-15T11:42:13 on both servers 2011-11-15T11:42:16 jap 2011-11-15T11:42:36 i had same issue but got it solved after adding the info in nova.conf 2011-11-15T11:42:40 do you have a flag --bridge_interface into nova.conf 2011-11-15T11:42:59 Razique: yes 2011-11-15T11:43:28 foexle, and you are using ubuntu oneiric 2011-11-15T11:43:43 foexle: a --vlan_interface also ? :p 2011-11-15T11:44:09 Razique: yes 2011-11-15T11:44:16 koolhead17: no lts 2011-11-15T11:44:53 foexle: ok can I see the result of the two commands ? 2011-11-15T11:45:48 the dead loop stuff is a issue with either the brdige or the vlan 2011-11-15T11:45:53 http://pastebin.com/dFisA0Sd 2011-11-15T11:46:03 nothing is set 2011-11-15T11:46:41 ok into the networks table 2011-11-15T11:46:47 select * from networks 2011-11-15T11:47:03 I'm interested by the "brdige_interface" field 2011-11-15T11:47:08 maybe a mismatch 2011-11-15T11:47:34 time to eat :p cya later 2011-11-15T11:48:19 ok i think i see the problem 2011-11-15T11:49:06 *** livemoon has joined #openstack 2011-11-15T11:50:43 in networks table are onle one network defined 2011-11-15T11:50:46 only 2011-11-15T11:50:50 *** n1md4 has quit IRC 2011-11-15T11:55:08 *** redconnection has quit IRC 2011-11-15T11:56:31 *** jollyfoo has quit IRC 2011-11-15T11:57:10 *** Hakon|mbp has quit IRC 2011-11-15T11:57:24 *** kimc has quit IRC 2011-11-15T12:01:56 *** stevegjacobs_ has joined #openstack 2011-11-15T12:02:29 hello 2011-11-15T12:03:04 is there a way to change a running instance from one security group to another? 2011-11-15T12:05:17 *** jollyfoo has joined #openstack 2011-11-15T12:05:18 *** rods has joined #openstack 2011-11-15T12:08:33 *** redconnection has joined #openstack 2011-11-15T12:10:16 *** Hakon|mbp has joined #openstack 2011-11-15T12:10:54 *** jollyfoo_ has joined #openstack 2011-11-15T12:10:55 *** jollyfoo has quit IRC 2011-11-15T12:11:50 can i set in the network table n hosts ? 2011-11-15T12:12:09 because a vlan could expand over more as one machine 2011-11-15T12:13:44 *** osier has quit IRC 2011-11-15T12:16:40 *** jollyfoo has joined #openstack 2011-11-15T12:16:43 *** jollyfoo_ has quit IRC 2011-11-15T12:17:57 *** jollyfoo has quit IRC 2011-11-15T12:18:08 *** jollyfoo has joined #openstack 2011-11-15T12:20:24 *** vernhart has quit IRC 2011-11-15T12:22:39 *** jollyfoo has quit IRC 2011-11-15T12:49:16 *** dirkx_ has joined #openstack 2011-11-15T12:52:04 *** jollyfoo has joined #openstack 2011-11-15T12:54:30 *** dendro-afk is now known as dendrobates 2011-11-15T12:59:01 *** lzyeval has joined #openstack 2011-11-15T13:06:08 *** deshantm_laptop has joined #openstack 2011-11-15T13:07:58 *** lorin1 has joined #openstack 2011-11-15T13:09:49 stevegjacobs: in live not sure 2011-11-15T13:09:51 foexle: back 2011-11-15T13:09:55 have u resolved the issue ? 2011-11-15T13:10:06 Razique: heyho :) .... no but i think i found my problem 2011-11-15T13:10:15 enlighten me 2011-11-15T13:10:59 New bug: #890672 in quantum "ovs_quantum_agent should use sqlalchemy" [Undecided,New] https://launchpad.net/bugs/890672 2011-11-15T13:11:14 so we defined a network for a project with "host" => node1 and vpn_public_address => node1 2011-11-15T13:11:27 but i dont have a network for the other network service 2011-11-15T13:11:31 on the other node 2011-11-15T13:11:37 ah yup I recall that 2011-11-15T13:11:56 so my question .... i need for each networking service on each compute node a extra network ? 2011-11-15T13:12:19 nope not really 2011-11-15T13:12:23 hmmm 2011-11-15T13:12:28 in fact that field should be blank I'd say 2011-11-15T13:12:34 also "bridge_interface" 2011-11-15T13:12:48 but make sure multi-host is enabled for that network 2011-11-15T13:12:50 hmmm but its set all three 2011-11-15T13:12:54 attributes 2011-11-15T13:12:57 and into nova.conf of every node, the flag 2011-11-15T13:13:03 ahhh 2011-11-15T13:13:04 ok 2011-11-15T13:13:10 the flag are enabled 2011-11-15T13:13:14 but not in the database 2011-11-15T13:13:36 *** sandywalsh_ has joined #openstack 2011-11-15T13:13:52 so i should set vpn_public_address and host and bridge_interface to NULL? 2011-11-15T13:14:04 in the database 2011-11-15T13:14:28 *** dendrobates is now known as dendro-afk 2011-11-15T13:16:42 *** javiF has quit IRC 2011-11-15T13:19:32 hmmm if i set this attributes to NULL the network dont run on every node 2011-11-15T13:21:29 New bug: #890362 in glance (main) "Should glance user's shell be /bin/false?" [Undecided,New] https://launchpad.net/bugs/890362 2011-11-15T13:21:46 foexle: in fact the multi_host <> vpn host 2011-11-15T13:22:07 for ur setup 2011-11-15T13:22:15 bridge_interface into database : null 2011-11-15T13:22:20 multi_host= On 2011-11-15T13:22:29 and for every node into nova.conf 2011-11-15T13:22:35 on or True ? 2011-11-15T13:22:35 --brdige_interface=ethX 2011-11-15T13:22:51 where ethX will be the same if as vlan_interface 2011-11-15T13:22:58 and --vlan_interface=ethX 2011-11-15T13:23:04 let me check 2011-11-15T13:23:18 1 2011-11-15T13:23:20 :D 2011-11-15T13:23:26 in the db yes 2011-11-15T13:23:48 and the config flag=1, too? 2011-11-15T13:23:55 nope 2011-11-15T13:24:00 True I think 2011-11-15T13:24:00 *** chomping has joined #openstack 2011-11-15T13:24:02 k 2011-11-15T13:24:04 i have 2011-11-15T13:24:07 yah that's "True" 2011-11-15T13:25:12 *** hallyn has quit IRC 2011-11-15T13:26:12 *** hallyn has joined #openstack 2011-11-15T13:27:25 but the bridge_interface should be br100 or something like that no? 2011-11-15T13:28:22 yup 2011-11-15T13:28:38 br100 2011-11-15T13:29:28 *** Binbin has quit IRC 2011-11-15T13:29:37 here is my network 2011-11-15T13:29:37 http://paste.openstack.org/show/3339/ 2011-11-15T13:30:11 *** msivanes has joined #openstack 2011-11-15T13:30:23 *** osier has joined #openstack 2011-11-15T13:31:59 *** kbringard has joined #openstack 2011-11-15T13:32:19 *** supriya has joined #openstack 2011-11-15T13:34:01 yeah but you see you have set a vpn_pub_address => 192.168.71.138 2011-11-15T13:34:16 Everytime I try to spawn a new instance under diablo, I've this error : Instance quota exceeded 2011-11-15T13:34:19 any hiny ? 2011-11-15T13:34:51 *** PeteDaGuru has joined #openstack 2011-11-15T13:34:55 *** ldlework has joined #openstack 2011-11-15T13:34:56 it's the endpoint of the vpn tunnel; so set it to the public ip of the cloud 2011-11-15T13:35:07 or one that will be open on 1194 2011-11-15T13:35:10 (openvpn port) 2011-11-15T13:35:37 i think i have problems with understanding multi network services 2011-11-15T13:35:50 but i try to resolv first now 2011-11-15T13:38:01 *** AlanClark has joined #openstack 2011-11-15T13:38:11 foexle: in fact multi host is a sexy way to remove spof 2011-11-15T13:38:22 by installing nova-network as multi_host on every node 2011-11-15T13:38:38 it allows you to have the compute node acting as a gateway for instances 2011-11-15T13:38:39 yes thats my intension :D 2011-11-15T13:38:43 *** hadrian has joined #openstack 2011-11-15T13:38:59 thus, you turn every compute node into independant routed server 2011-11-15T13:39:21 and then your instances remain reacheable if you have only one compute node running 2011-11-15T13:39:49 that's hell of a feature :) 2011-11-15T13:45:41 ok now are all network services broken :D 2011-11-15T13:47:49 *** kke has joined #openstack 2011-11-15T13:48:07 why doesn't stackops installer see my br0? 2011-11-15T13:48:45 hehe I just spawned 20 instances 2011-11-15T13:48:59 let's see how the server will handle the request 2011-11-15T13:49:37 Razique, have you adjusted the quata limits in nova.conf? 2011-11-15T13:49:50 vidd: nope, into database yup 2011-11-15T13:49:58 i've set everything to 1024 2011-11-15T13:50:11 and everytime I've that quota exceeded error :/ 2011-11-15T13:50:23 I've 18 running instances and can't run a 19th 2011-11-15T13:50:28 Razique, i think you have to set it in the conf as well 2011-11-15T13:50:41 well 2011-11-15T13:50:49 vidd: so what would be the point of having it into DB 2011-11-15T13:50:58 maybe a per-project into db 2011-11-15T13:51:01 then setting quota in database workks then=] 2011-11-15T13:51:02 and global into conf ? 2011-11-15T13:51:15 vidd: mmm howst's that ? 2011-11-15T13:51:44 you passed the "nova sets quota to 10" default 2011-11-15T13:52:18 so your issue is not qutoa related as far as the quato limits per se 2011-11-15T13:52:26 vidd: ah yes 2011-11-15T13:52:39 i've been able to reproduce that behaviour in pre-production 2011-11-15T13:52:52 *** jollyfoo has quit IRC 2011-11-15T13:53:14 http://paste.openstack.org/show/3340/ 2011-11-15T13:53:19 can it be a ram or cor quota? 2011-11-15T13:54:28 not that sure since my compute node cannot handle the 25 running instances 2011-11-15T13:54:51 and they remain in "pending " state 2011-11-15T13:55:04 here is the part of the code which handle quotas 2011-11-15T13:55:17 http://paste.openstack.org/show/3341/ 2011-11-15T13:55:31 I go into the "if num_instances <= 0: 2011-11-15T13:55:32 message = _("Instance quota exceeded. You cannot run any " 2011-11-15T13:55:32 "more instances of this type.")" 2011-11-15T13:55:32 :D 2011-11-15T13:55:51 *** jollyfoo has joined #openstack 2011-11-15T13:57:58 Razique: the default scheduler has a fixed limit of 16 cores per server (even if you only have 2, or you have 32, it defaults to 16) 2011-11-15T13:58:41 should i just skip the stackops installer and run the scripts manually? 2011-11-15T13:58:59 that means if you use a 1 core flavor, u'll be limited by 16 instances 2011-11-15T13:59:09 no matter the node ? 2011-11-15T13:59:27 Razique: yes, unless you either change the setting, or choose a different scheduler 2011-11-15T13:59:38 Kiall: where can I change that setting ? 2011-11-15T13:59:43 nova.conf ;) 2011-11-15T14:00:16 the simple scheduler (the default): https://github.com/openstack/nova/blob/stable/diablo/nova/scheduler/simple.py 2011-11-15T14:00:24 it has 3x nova.conf flags listed at the top 2011-11-15T14:00:36 or, you can choose a different scheduler: https://github.com/openstack/nova/tree/stable/diablo/nova/scheduler 2011-11-15T14:00:53 --quota_cores "default = 20" 2011-11-15T14:01:19 +--quota_cores? 2011-11-15T14:01:27 you mean "--max_cores" 2011-11-15T14:01:29 Kiall: but how come I've been able to launch 25 instances ? 2011-11-15T14:01:37 while the node is a 8 cores server 2011-11-15T14:01:54 http://docs.openstack.org/diablo/openstack-compute/admin/content/reference-for-flags-in-nova-conf.html 2011-11-15T14:02:24 the scheduler is thinking about about virtual cores, as in, cores seen from inside VMs, not physical cores 2011-11-15T14:02:44 Kiall, max-core = per commpute node 2011-11-15T14:02:47 Razique: if you managed to launch 25 instances, then there is a bug in the scheduler ;) 2011-11-15T14:02:57 thanks for that I was asking myself yesterday if I had to update the nova.conf of is the db's quotas were enough 2011-11-15T14:02:57 quota-core = per tenant 2011-11-15T14:03:02 vidd: yea - thats exactly what I'm talking about 2011-11-15T14:03:14 Kiall: yah look http://paste.openstack.org/show/3340/ 2011-11-15T14:03:33 oh, 2011-11-15T14:03:37 thanks a lot guys 2011-11-15T14:03:44 so let's update the nova.conf 2011-11-15T14:05:34 Kiall, quota-cores and max-cores are two diffent items adjusting two different things...he should set both 2011-11-15T14:06:03 vidd: I know, But he says has already updated the quotas, so I was simply telling him about the other setting! 2011-11-15T14:06:35 vidd: "quota-core = per tenant" 2011-11-15T14:06:35 *** cereal_bars has joined #openstack 2011-11-15T14:06:53 Kiall, he adjusted his quotas in the db...other apps dont have access to his nova db so they look at nova conf =] 2011-11-15T14:06:54 need to be seen a a global quota then 2011-11-15T14:07:04 while the one you set into databse applies to a node ? 2011-11-15T14:07:10 i have three servers and mostly want to run a lot of vm's. how do i set this thing up? i installed one of them with the contorller option of stackops installer and two of them as nodes. this is practically where i'm at now. 2011-11-15T14:07:27 *** dgags has quit IRC 2011-11-15T14:07:42 complicated stuff. 2011-11-15T14:08:08 Razique, "max-cores" =#of cores per compute node "quota-cores" = per tenant/nova project 2011-11-15T14:08:34 kke: I've never used the stackops installer, it sounds like its setup and all you need to do is launch some instances 2011-11-15T14:08:54 vidd: ah ok 2011-11-15T14:09:20 can I read extra docs about the way quotas work ? 2011-11-15T14:09:40 Razique, and dont trust apps to look at the database for all the answers as somethings wont look there 2011-11-15T14:10:13 ok ; good to know then =) 2011-11-15T14:11:11 *** mjfork has joined #openstack 2011-11-15T14:11:44 New bug: #890692 in nova "Nova trunk PPA FTBFS (dup-of: 890612)" [Undecided,Invalid] https://launchpad.net/bugs/890692 2011-11-15T14:12:12 yah guys that worked :) 2011-11-15T14:12:14 thanks a ton 2011-11-15T14:13:33 weird thing 2011-11-15T14:13:35 I see "-quota_volumes default: '10'" 2011-11-15T14:13:54 while without that setting into my nova conf I've more than 20 volumes here 2011-11-15T14:14:12 *** djw_ has joined #openstack 2011-11-15T14:14:43 Razique, did you alter that in your database? 2011-11-15T14:15:07 oh yes , volumes = 1024 2011-11-15T14:15:32 that means the database quota overrides the nova.conf one ? :D 2011-11-15T14:15:47 in this particular instances 2011-11-15T14:16:29 if you use dashboard, however, there is a possibility of an issue 2011-11-15T14:16:51 i cant say for sure because i dont just arbitrarily change stuff in the database =] 2011-11-15T14:17:15 *** stuntmachine has joined #openstack 2011-11-15T14:17:16 vidd: I've set these quotas a long time back 2011-11-15T14:17:22 but don't use dash at all here ;) 2011-11-15T14:17:52 its a "for example" 2011-11-15T14:18:19 *** Hakon|mbp has quit IRC 2011-11-15T14:18:24 oh ok 2011-11-15T14:18:26 :D 2011-11-15T14:18:54 by not having the alterations you make in the database reflected in the nova.conf file it opens the door to issues 2011-11-15T14:19:07 yah you are right 2011-11-15T14:19:23 so you advise me to keep the same number for quotas between nova.conf and db ? 2011-11-15T14:19:52 lets just say it would never cause an issue 2011-11-15T14:19:58 =] 2011-11-15T14:20:06 ok, i'll do that 2011-11-15T14:20:12 mmm in fact, that doesn't go weel 2011-11-15T14:20:14 well* 2011-11-15T14:20:15 but it does have the potential to prevent one =] 2011-11-15T14:20:26 4 running instances , I'm trying to spawn 25 2011-11-15T14:20:30 error : You can only run 21 more instances of this type 2011-11-15T14:20:40 *** vernhart has joined #openstack 2011-11-15T14:20:54 it's like the math is being done between the running instances and the number I ask 2011-11-15T14:20:55 weird 2011-11-15T14:21:11 5 running instance, ask to spawn 25 2011-11-15T14:21:19 You can only run 20 more instances of this type 2011-11-15T14:24:26 *** osier has quit IRC 2011-11-15T14:24:39 *** mestery has quit IRC 2011-11-15T14:24:47 *** jollyfoo has quit IRC 2011-11-15T14:25:21 *** jollyfoo has joined #openstack 2011-11-15T14:26:43 *** joesavak has joined #openstack 2011-11-15T14:26:58 vidd: If i understand the quotas correctly, the nova.conf quota settings are the defaults, and these defaults can be overridden in the database. 2011-11-15T14:27:38 Kiall: not sure since a quota into the DB is linked to a project_id 2011-11-15T14:27:58 mmm or maybe in fac 2011-11-15T14:27:59 t 2011-11-15T14:28:01 exactly - the defaults are in nova.conf, and per-project/tenant overrides are in the DB 2011-11-15T14:28:48 sorry to be naive but why despite my quotas into the databse for the project I still have the overquota issue then ? 2011-11-15T14:29:24 Razique: honestly, I'm not sure. It might be a bug, or maybe the quotas are set wrong.. 2011-11-15T14:30:03 yah, that is a possibility here ; I'll try to figure out why now it's like I've a 25 instances limit 2011-11-15T14:30:06 *** lts has joined #openstack 2011-11-15T14:30:49 I set a lot of defaults… instances, cores, ram and gigabytes 2011-11-15T14:30:54 for quotas 2011-11-15T14:31:03 hey kbringard :) 2011-11-15T14:31:05 'cause if you set instances and not cores 2011-11-15T14:31:16 then you still hit the same logical limit, just on a different quota 2011-11-15T14:31:18 Razique: maybe set the global to 1 instance in nova.conf, and the project to 2 in the DB, that gives you a way to check that the DB quotes are being respected 2011-11-15T14:31:23 *** tryggvil___ has quit IRC 2011-11-15T14:31:24 hey Razique :-) 2011-11-15T14:31:25 kbringard: into nova.conf and database ? 2011-11-15T14:31:31 I don't set anything in the DB 2011-11-15T14:31:38 but I'm also not trying to enforce at this point 2011-11-15T14:31:38 ok good to know 2011-11-15T14:31:42 *** rbergeron has joined #openstack 2011-11-15T14:31:47 I just don't want to hit the low default limits :-D 2011-11-15T14:31:48 Razique: nova.conf is just the default for all projects. DB is per-project overrides. 2011-11-15T14:32:01 So, Setting them in either place should work. 2011-11-15T14:32:06 Kiall: i've removed the quota into database 2011-11-15T14:32:15 and i'll set every quota to let's say 5 2011-11-15T14:32:40 if you set every quota to 5, you're not going to get that many instances going ;) 2011-11-15T14:33:00 as in - you'll have 5GB of ram, 5GB of disk etc 2011-11-15T14:33:19 well that 25 limit is very strange 2011-11-15T14:33:26 *** tryggvil_ has joined #openstack 2011-11-15T14:33:28 since the database was set to 1024 for every quota 2011-11-15T14:33:35 *** deshantm_laptop has quit IRC 2011-11-15T14:33:36 and into nova.conf to 512 2011-11-15T14:33:44 I always thought that what was in the DB was the global default, but its applied per project 2011-11-15T14:33:47 I've removed the DB quotas 2011-11-15T14:33:50 then you can override a specific project 2011-11-15T14:34:00 Razique, 1024 quato for ram? 2011-11-15T14:34:02 so 25 insdtances in the nova.conf means you can have 25 instances in each project by default, etc 2011-11-15T14:34:18 vidd: that quota wasn't set into db 2011-11-15T14:34:19 :p 2011-11-15T14:34:50 Razique, default: '51200' 2011-11-15T14:34:50 *** blakeyeager has quit IRC 2011-11-15T14:35:09 I don't remember what the default units are 2011-11-15T14:35:09 megabytes 2011-11-15T14:35:24 Razique, yes 2011-11-15T14:35:25 *** Lumiere has quit IRC 2011-11-15T14:35:34 so if you have it set to 1024, then that means you can have 1GB of ram allocated to instances across an entire project 2011-11-15T14:35:41 which you're going to hit pretty quick 2011-11-15T14:35:45 I have just tested that the DB values are indeed respected. You must be hitting one of the limits. 2011-11-15T14:35:59 *** dendro-afk is now known as dendrobates 2011-11-15T14:36:04 Kiall: ok thanks 2011-11-15T14:36:20 *** Fu4ny has joined #openstack 2011-11-15T14:36:22 Razique, what sise instances were you launching 2011-11-15T14:36:30 m1.small 2011-11-15T14:36:47 small = 2gb ram? 2011-11-15T14:36:57 m1.small: Memory: 2048MB, VCPUS: 1, Storage: 20GB, FlavorID: 2, Swap: 0MB, RXTX Quota: 0GB, RXTX Cap: 0MB 2011-11-15T14:37:08 yep...there is is 2011-11-15T14:37:23 2048 x 25 =51200 2011-11-15T14:37:31 you hit the ram ceiling 2011-11-15T14:37:37 so, for 25 of those .. the quote needs to be 51200 ram 2011-11-15T14:38:08 Razique, you need to set the --quota_ram 2011-11-15T14:38:45 well seen 2011-11-15T14:38:48 let's try 2011-11-15T14:38:57 so, for 25 of those .. the quote needs to be 51200 ram / 500 gigabytess / instances 25 / floating_ips 25 / cores 25 2011-11-15T14:38:57 ok so nova I don't have any quota into databse 2011-11-15T14:38:57 *** andrewbogott has joined #openstack 2011-11-15T14:39:31 and quota_cores=1024; instances=512;max_cores=512, quota_ram=102400 2011-11-15T14:39:34 Razique: check the quotes with: nova-manage project quota --project=2 2011-11-15T14:39:38 where 2 = the tenant ID 2011-11-15T14:40:32 http://paste.openstack.org/show/3343/ 2011-11-15T14:40:32 *** supriya has quit IRC 2011-11-15T14:40:52 seems good 2011-11-15T14:41:06 yah it worked :D 2011-11-15T14:41:13 don't have the limit now 2011-11-15T14:41:25 well, you do... its just a larger limit ;) 2011-11-15T14:41:27 http://paste.openstack.org/show/3344/ 2011-11-15T14:41:41 depending on how you have your flavors setup, yo'll probably want to make max_cores be a multiplier of instances 2011-11-15T14:41:45 I mean, the overquota message :p 2011-11-15T14:41:55 ok next question :D .... my second node are running now. Every new instance gets an ip and i can from the dom0 ping to this vm 2011-11-15T14:42:01 since 1 instance can have 2, 4, 8, etc cores 2011-11-15T14:42:29 my biggest plan uses 8 vcpus actually 2011-11-15T14:42:36 but i cant ping from Host1:vm1 to host2:vm1 2011-11-15T14:42:50 foexle: what network type are you using? 2011-11-15T14:42:53 its the same network but no routes are exist 2011-11-15T14:42:57 vLan 2011-11-15T14:43:10 Okay, and do both nodes run nova-network? or just 1? 2011-11-15T14:43:16 so last question; does nova.conf overrides DB or is it the DB that overrides nova.conf , 2011-11-15T14:43:17 both 2011-11-15T14:43:33 and the network was setup with the --multi_node=True option? 2011-11-15T14:43:36 I always thought that was the DB that was overriding, but kbringard thinks it's the opposite 2011-11-15T14:43:38 Kiall: yes 2011-11-15T14:43:44 Razique: I really have no idea 2011-11-15T14:43:46 Kiall: the network in the db too 2011-11-15T14:43:55 *** dirkx_ has quit IRC 2011-11-15T14:44:02 do you have icmp allowed in your security groups? 2011-11-15T14:44:05 Razique: Nova.conf = defaults, which can be overridden by the DB on a per project bases 2011-11-15T14:44:27 foexle: okay, and are your switches VLAN capable? 2011-11-15T14:44:35 and what kbringard said ;) 2011-11-15T14:44:53 kbringard, hey 2011-11-15T14:44:53 *** nerens has quit IRC 2011-11-15T14:44:57 yes and yes D 2011-11-15T14:44:58 :D 2011-11-15T14:45:04 hehe, sorry Kiall, don't mean to jump on your parade :-) 2011-11-15T14:45:08 hey koolhead17 2011-11-15T14:45:26 ok thanks guys 2011-11-15T14:45:30 working now 2011-11-15T14:45:31 foexle, that br100 thing is resolved? 2011-11-15T14:45:36 foexle: okay, and are the switch ports setup to accept and forward tagged packages for the relevant VLAN's? 2011-11-15T14:45:39 hey koolhead17 :) 2011-11-15T14:45:51 koolhead17: VLAN doesnt use a br100, at least, not one you manually setup 2011-11-15T14:45:54 foexle: is the vlan up on the node 2011-11-15T14:45:54 Razique, my friend change the port number :P 2011-11-15T14:46:11 Kiall, yes sir :D 2011-11-15T14:46:21 koolhead17: hehe yah that would be surprising if the port would have been updated like this :D 2011-11-15T14:46:25 Razique: it is vlan100 | 100 | br100 2011-11-15T14:46:34 s/packages/packets/* 2011-11-15T14:46:39 foexle: cat /proc/net/vlan/config now :D 2011-11-15T14:46:50 vlan100 | 100 | br100 2011-11-15T14:47:09 i 2011-11-15T14:47:12 h 2011-11-15T14:47:13 *** livemoon has left #openstack 2011-11-15T14:47:19 *** livemoon has joined #openstack 2011-11-15T14:47:21 Kiall: i running vlans in this network 2011-11-15T14:47:26 foexle: and `brctl show` says that br100 is has vlan100 and vnetX as members? 2011-11-15T14:47:30 sorry with these switches 2011-11-15T14:47:36 yes 2011-11-15T14:47:57 Okay, and what eth interface should the VLAN traffic be on? 2011-11-15T14:48:04 eth1 2011-11-15T14:48:14 --vlan_interface=eth1 2011-11-15T14:48:15 do you have --vlan_interface=eth1 in both nova.conf's? 2011-11-15T14:48:18 :D 2011-11-15T14:48:20 beat me to it ; 2011-11-15T14:48:22 *** supriya has joined #openstack 2011-11-15T14:48:22 ) 2011-11-15T14:48:24 Razique, i think i will have to check keystone code at github to confirm that :D 2011-11-15T14:48:33 Kiall: so i have on all nodes 2011-11-15T14:48:58 koolhead17: you expert in python? 2011-11-15T14:49:00 foexle: okay - everything sounds like its setup. I would bet its a switch mic-configuration... 2011-11-15T14:49:05 mis* 2011-11-15T14:49:28 *** jollyfoo has quit IRC 2011-11-15T14:49:29 livemoon, no am a n00b 2011-11-15T14:50:30 foexle: are they managed switches? or just switches that will happily accept+pass on VLAN tagged packets? 2011-11-15T14:50:32 brb 2011-11-15T14:50:34 Kiall: vidd ok perfet 2011-11-15T14:50:36 prefect 2011-11-15T14:50:46 the quota update in production worked 2011-11-15T14:50:57 Kiall: managed 2011-11-15T14:51:03 *** tryggvil_ has quit IRC 2011-11-15T14:51:13 the next beer is on me ;) 2011-11-15T14:51:22 *** tryggvil_ has joined #openstack 2011-11-15T14:51:42 Razique: great! :D 2011-11-15T14:51:49 Razique, http://bit.ly/u5CNub see this and especially # Port the bind the Admin API server to section 2011-11-15T14:51:56 * koolhead17 scratches his head again 2011-11-15T14:52:07 * koolhead17 pokes zul 2011-11-15T14:52:15 hola zykes- 2011-11-15T14:52:16 *** mestery has joined #openstack 2011-11-15T14:52:17 whats up? 2011-11-15T14:52:28 *** mordred_ has joined #openstack 2011-11-15T14:52:28 *** mordred_ has joined #openstack 2011-11-15T14:52:28 *** ChanServ sets mode: +v mordred_ 2011-11-15T14:52:32 *** Hakon|mbp has joined #openstack 2011-11-15T14:52:57 *** mordred_ is now known as mtaylor-xchat 2011-11-15T14:53:03 zul, am telling Razique about the admin_port number change, u mentioned long time back 2011-11-15T14:53:14 ok 2011-11-15T14:58:02 koolhead17: these are the good ports 2011-11-15T14:58:16 5000 public port, and 35357 for the admin port 2011-11-15T14:59:19 Razique, yes 2011-11-15T15:00:26 *** javiF has joined #openstack 2011-11-15T15:00:30 foexle: and have the switch ports been setup as trunk's + Access for vlan100+ 2011-11-15T15:01:01 Everything on the nova side looks (well .. sounds) correct.. I'm betting its the switch config 2011-11-15T15:01:09 Kiall: sec please ... i'm talking with the datacenter admin 2011-11-15T15:02:26 to communicate with the other node, thw switch must understand tagged vlan right ? 2011-11-15T15:03:02 Yes/No .. If its a managed switch, it might block VLAN's you havent specifically said are allowed 2011-11-15T15:03:27 If its not managed, sometimes they just scrap the VLAN tag and pass the packet through on VLAN0 (aka no vlan) 2011-11-15T15:03:35 Razique: have you update your migration doc? 2011-11-15T15:04:09 foexle: Basically - the ports need to be set to trunk mode, and given access to VLAN100+ 2011-11-15T15:04:09 hello I'm want to debug the swift part. But I don't know what I need. 2011-11-15T15:05:31 livemoon: it's in the review but the one online works 2011-11-15T15:05:41 I've tested it just yesterday :p 2011-11-15T15:05:42 Kiall: ah ok .... but i see here with brctl show only vlan iface and the vm-interfaces and no eht1 .... how knows the system the correct physical interface ? 2011-11-15T15:06:21 *** nphase has joined #openstack 2011-11-15T15:06:55 yea, brctl show only shows vlanX + vethX 2011-11-15T15:07:27 *** tryggvil_ has quit IRC 2011-11-15T15:07:41 Kiall: it's ok :D i've the answer -.- => nova.conf ;) 2011-11-15T15:07:54 lol - what were you missing? 2011-11-15T15:08:22 Razique: sorry I missed that review, going to look now 2011-11-15T15:08:31 *** swill has quit IRC 2011-11-15T15:08:37 *** robbiew has joined #openstack 2011-11-15T15:08:40 i mean how the system knows the physical interface for comunicate with the other vm's => nova.conf // vlan_interface=eth1 ! 2011-11-15T15:08:54 *** lzyeval has quit IRC 2011-11-15T15:09:32 *** tryggvil_ has joined #openstack 2011-11-15T15:09:40 foexle: ah .. 2011-11-15T15:09:50 Just to be sure.. cat /proc/net/vlan/vlan100 2011-11-15T15:09:56 it should have Device: eth1 line 2011-11-15T15:10:10 hey annegentle :) 2011-11-15T15:10:21 hmmm 2011-11-15T15:10:21 Device: br100 2011-11-15T15:10:30 there we go ;) 2011-11-15T15:11:07 what does your nova DB networks table look like? specifically the "bridge_interface" column? 2011-11-15T15:11:36 bridge_interface: br100 2011-11-15T15:11:43 yea, that should be eth1 2011-11-15T15:11:48 ah ok 2011-11-15T15:12:05 will probably need to reboot the nodes to have it reconfig everything 2011-11-15T15:12:27 yeah cool thanks i'll try it! 2011-11-15T15:17:20 *** dolphm has joined #openstack 2011-11-15T15:20:38 annegentle, ping 2011-11-15T15:20:49 koolhead17: welcome back! 2011-11-15T15:20:55 New bug: #890727 in openstack-manuals "openstack-identity guide needs to correct port number for admin API " [Undecided,New] https://launchpad.net/bugs/890727 2011-11-15T15:21:21 annegentle, how have you been? superbusy as ever 2011-11-15T15:22:33 *** mindpixel has joined #openstack 2011-11-15T15:23:31 *** jwalcik has joined #openstack 2011-11-15T15:23:42 annegentle, i have assigned #890727 for myself :) 2011-11-15T15:24:29 koolhead17: great, thanks. Things are going well. Last week we made epub output from the books -I'll ask MurthyRaju if he's interested in that output. 2011-11-15T15:25:00 koolhead17: I think it looks pretty good, though epub>mobi needs one more fix. And there aren't any cover pages, yet. 2011-11-15T15:27:43 *** msivanes has left #openstack 2011-11-15T15:29:21 *** nati2 has joined #openstack 2011-11-15T15:29:53 *** katkee has quit IRC 2011-11-15T15:30:22 *** troytoman-away is now known as troytoman 2011-11-15T15:31:27 *** redconnection has quit IRC 2011-11-15T15:31:40 *** lborda has joined #openstack 2011-11-15T15:31:59 *** redconnection has joined #openstack 2011-11-15T15:35:23 *** swill has joined #openstack 2011-11-15T15:36:57 *** imsplitbit has joined #openstack 2011-11-15T15:37:01 *** redconnection has quit IRC 2011-11-15T15:42:29 *** jollyfoo has joined #openstack 2011-11-15T15:45:05 *** livemoon has left #openstack 2011-11-15T15:47:16 *** dirkx_ has joined #openstack 2011-11-15T15:48:05 *** nerens has joined #openstack 2011-11-15T15:48:11 *** llang629 has joined #openstack 2011-11-15T15:48:20 *** llang629 has left #openstack 2011-11-15T15:49:30 *** dgags has joined #openstack 2011-11-15T15:52:25 *** swift82 has joined #openstack 2011-11-15T15:52:41 Kiall: wohoooo it runs ! ;) 2011-11-15T15:52:46 Kiall: thanks 2011-11-15T15:53:51 *** cdub has quit IRC 2011-11-15T15:55:44 foexle: what was the trick ? 2011-11-15T15:56:00 put eth1 under brige_name ? 2011-11-15T15:56:12 Razique: in the database yes 2011-11-15T15:56:25 *** cdub has joined #openstack 2011-11-15T15:56:33 but u didn't tried that earlier ? :p 2011-11-15T15:58:09 *** mtaylor-xchat has quit IRC 2011-11-15T15:58:18 no because i thought the network service gets all from nova.conf but the database attribute will overrite that 2011-11-15T15:58:46 *** mrjazzcat has joined #openstack 2011-11-15T15:58:57 ah ok :) 2011-11-15T15:59:15 :) 2011-11-15T15:59:38 *** adjohn has joined #openstack 2011-11-15T15:59:41 well good to know 2011-11-15T15:59:59 *** TheOsprey has quit IRC 2011-11-15T16:00:01 that gives us even more elements to update the multi nic doc 2011-11-15T16:00:30 *** llang629_ has joined #openstack 2011-11-15T16:00:58 *** llang629_ is now known as llang629 2011-11-15T16:01:16 *** dirkx_ has quit IRC 2011-11-15T16:01:21 *** troytoman is now known as troytoman-away 2011-11-15T16:04:55 *** llang629 has left #openstack 2011-11-15T16:05:07 *** uksysadmin has quit IRC 2011-11-15T16:05:52 *** dgags has quit IRC 2011-11-15T16:05:56 *** dragondm has joined #openstack 2011-11-15T16:06:08 *** dolphm has quit IRC 2011-11-15T16:06:35 *** chomping has quit IRC 2011-11-15T16:06:43 *** deshantm_laptop has joined #openstack 2011-11-15T16:07:43 *** misheska has joined #openstack 2011-11-15T16:08:04 *** jollyfoo_ has joined #openstack 2011-11-15T16:08:43 yay for rain! (really have to notice it when we're in the middle of a drought!) 2011-11-15T16:10:11 *** haji has joined #openstack 2011-11-15T16:10:19 hello 2011-11-15T16:10:26 here cold and grey, winter''s coming =d 2011-11-15T16:10:27 annegentle, :P 2011-11-15T16:10:32 hey haji :) 2011-11-15T16:11:05 *** jollyfoo has quit IRC 2011-11-15T16:11:15 New bug: #890741 in openstack-manuals "Method to Update the metadata on an Account is undocumented" [Undecided,New] https://launchpad.net/bugs/890741 2011-11-15T16:12:14 *** dgags has joined #openstack 2011-11-15T16:12:35 so i have a question, i updated kiall packages and removes tgt, does this mean i have to remove the flag in nova.conf iscsi_helper=tgtadm 2011-11-15T16:13:04 *** jollyfoo_ has quit IRC 2011-11-15T16:13:35 *** medberry has quit IRC 2011-11-15T16:13:43 *** freeflyi1g has quit IRC 2011-11-15T16:13:53 *** medberry has joined #openstack 2011-11-15T16:13:53 *** medberry has quit IRC 2011-11-15T16:13:53 *** medberry has joined #openstack 2011-11-15T16:15:15 *** freeflying has joined #openstack 2011-11-15T16:16:20 *** rsampaio has joined #openstack 2011-11-15T16:16:45 haji: to diablo ? 2011-11-15T16:16:58 haji: so upgrade ;) 2011-11-15T16:17:01 yeah 2011-11-15T16:17:13 haji: yes you can remove that 2011-11-15T16:17:31 but do i need to replace the flag? 2011-11-15T16:17:33 *** Hakon|mbp has quit IRC 2011-11-15T16:17:36 with something else 2011-11-15T16:17:41 haji: i think :D .... so i dont have this flag and my iscsi luns working verry well 2011-11-15T16:18:24 haji: i have this flag --iscsi_ip_prefix=192.168. but dont know if you need it 2011-11-15T16:18:56 kk 2011-11-15T16:18:58 thanks 2011-11-15T16:19:03 np 2011-11-15T16:19:08 Hi guy's. Just a fast question, when i do a euca-associate-address -i i-00000023 91.224.249.128 all works fine (nova-networks adds the adress). And ip addr list gives the IP on the interface. But a simpel ping gives a error on the host, ping: sendmsg: Operation not permitted Does anyone something I am missing? 2011-11-15T16:19:50 *** obino has quit IRC 2011-11-15T16:20:17 swift82: yeah you must allow icmp 2011-11-15T16:20:26 swift82: to your security group 2011-11-15T16:21:13 http://docs.openstack.org/cactus/openstack-compute/admin/content/enabling-ping-and-ssh-on-vms.html 2011-11-15T16:21:25 Check, i have that. 0.0.0.0/24 from -1 to -1 cidr 0.0.0.0/24 2011-11-15T16:21:28 its for cactus but in diablo are the same 2011-11-15T16:21:36 ok 2011-11-15T16:21:43 so try again 2011-11-15T16:22:16 Yeh i have tried that 2011-11-15T16:22:58 Is there a command that I can check the securtygroups on a instance? 2011-11-15T16:23:17 *** jollyfoo has joined #openstack 2011-11-15T16:23:37 not on a instance 2011-11-15T16:23:40 but on a project 2011-11-15T16:23:41 euca-describe-groups 2011-11-15T16:24:03 swift82: do you have all on the same host ? 2011-11-15T16:24:10 *** chomping has joined #openstack 2011-11-15T16:24:17 Yes for testing now 2011-11-15T16:24:27 I have multible machines 2011-11-15T16:25:01 swift82: iptables -L and iptables -L -t nat.... do you find your ip in the iptable rules ? 2011-11-15T16:25:21 *** doude has quit IRC 2011-11-15T16:25:26 so the associated address 2011-11-15T16:25:29 *** doude has joined #openstack 2011-11-15T16:25:55 New bug: #890749 in swift "POST of metadata to a Container is inconsistent with that of an Object" [Undecided,New] https://launchpad.net/bugs/890749 2011-11-15T16:27:42 No, i don't see my adress there 2011-11-15T16:28:05 iptables -L -t nat | grep 128 2011-11-15T16:28:06 DNAT all -- anywhere 91.224.249.128 to:10.0.0.10 2011-11-15T16:28:06 ACCEPT all -- 10.0.0.0/24 10.128.0.0/24 2011-11-15T16:28:06 DNAT all -- anywhere 91.224.249.128 to:10.0.0.10 2011-11-15T16:28:06 SNAT all -- 10.0.0.10 anywhere to:91.224.249.128 2011-11-15T16:28:27 so with the -L -t nat i do see my address 2011-11-15T16:30:00 swift82: in fact i'd say it's a VLAN stuff 2011-11-15T16:30:07 nothing to do with security rules 2011-11-15T16:30:07 *** reidrac has quit IRC 2011-11-15T16:30:15 cuz that would result to a timeout 2011-11-15T16:30:19 not a "not permitted" 2011-11-15T16:30:24 Okey.. 2011-11-15T16:30:27 im getting this error when trying to connect to the vnc console 2011-11-15T16:30:28 http://pastebin.com/ai3cT6Uq 2011-11-15T16:30:29 sounds good 2011-11-15T16:30:47 *** rsampaio has quit IRC 2011-11-15T16:31:02 haji restart rabbimq-server 2011-11-15T16:31:06 then nova-scheduler 2011-11-15T16:31:23 *** cereal_bars has quit IRC 2011-11-15T16:31:23 *** rsampaio has joined #openstack 2011-11-15T16:31:55 *** guigui has joined #openstack 2011-11-15T16:32:19 member:identifier:razique: I am useing vlans yes. But it's on the localhost so i would say i don't need it yet 2011-11-15T16:32:43 okk 2011-11-15T16:33:04 *** negronjl has joined #openstack 2011-11-15T16:33:06 swift82: ok go for flatDHCP then :) 2011-11-15T16:35:01 No i want to use High Availability Manager 2011-11-15T16:36:35 so u need it :p 2011-11-15T16:36:50 how many servers do u have ? 2011-11-15T16:37:17 *** mindpixel has quit IRC 2011-11-15T16:37:23 1 controller, 5 machines for VM's 2011-11-15T16:38:22 damn.. 2011-11-15T16:38:46 *** koolhead17 has quit IRC 2011-11-15T16:38:47 i get the novnc welcome screen but Failed to connect to server 2011-11-15T16:40:01 *** dobber has quit IRC 2011-11-15T16:41:01 *** code_franco has joined #openstack 2011-11-15T16:41:15 swift82: ok, where nova-network runs ? 2011-11-15T16:42:04 *** redconnection has joined #openstack 2011-11-15T16:42:21 on the nova-compute nodes 2011-11-15T16:43:28 *** Fu4ny has quit IRC 2011-11-15T16:43:53 ok so you use multi_host mode ? 2011-11-15T16:43:59 *** code_franco has quit IRC 2011-11-15T16:46:25 *** dprince has joined #openstack 2011-11-15T16:46:44 *** nati2 has quit IRC 2011-11-15T16:46:56 *** dolphm has joined #openstack 2011-11-15T16:47:13 *** misheska has quit IRC 2011-11-15T16:47:35 *** redconnection has quit IRC 2011-11-15T16:48:07 *** n81 has joined #openstack 2011-11-15T16:48:23 *** n88 has quit IRC 2011-11-15T16:50:06 *** rocambol1 has quit IRC 2011-11-15T16:50:12 *** dprince has quit IRC 2011-11-15T16:50:59 *** code_franco has joined #openstack 2011-11-15T16:52:22 need to leave swift82 be back in a hour top 2011-11-15T16:52:26 cya guys 2011-11-15T16:52:28 *** Razique has left #openstack 2011-11-15T16:52:36 yeh 2011-11-15T16:52:37 thanks 2011-11-15T16:52:43 *** swift82 has quit IRC 2011-11-15T16:53:00 *** cdub has quit IRC 2011-11-15T17:01:06 is it normal for vnc proxy to be in another zone 2011-11-15T17:01:07 http://pastebin.com/np45fG5c 2011-11-15T17:05:45 New bug: #890777 in keystone "No way to diagnose tests easily" [Undecided,New] https://launchpad.net/bugs/890777 2011-11-15T17:11:09 kiall? 2011-11-15T17:11:11 u there 2011-11-15T17:11:12 *** hggdh has quit IRC 2011-11-15T17:13:59 *** gyee has joined #openstack 2011-11-15T17:15:12 *** gyee has quit IRC 2011-11-15T17:15:38 *** mies has quit IRC 2011-11-15T17:15:41 *** gyee has joined #openstack 2011-11-15T17:15:47 *** hggdh has joined #openstack 2011-11-15T17:16:05 *** redconnection has joined #openstack 2011-11-15T17:16:09 *** gyee has quit IRC 2011-11-15T17:16:49 *** popux has quit IRC 2011-11-15T17:17:41 *** rnirmal has joined #openstack 2011-11-15T17:18:15 *** koolhead17 has joined #openstack 2011-11-15T17:18:15 New bug: #890775 in openstack-manuals "The "uec-publish-tarball" command is replaced by "cloud-publish-tarball" in diablo" [Medium,Confirmed] https://launchpad.net/bugs/890775 2011-11-15T17:18:47 *** javiF has quit IRC 2011-11-15T17:20:30 *** adjohn has quit IRC 2011-11-15T17:21:13 *** obino has joined #openstack 2011-11-15T17:22:23 *** adjohn has joined #openstack 2011-11-15T17:22:51 *** supriya has quit IRC 2011-11-15T17:23:22 *** derjohn_mob has quit IRC 2011-11-15T17:24:38 *** dirkx_ has joined #openstack 2011-11-15T17:26:08 *** cereal_bars has joined #openstack 2011-11-15T17:27:15 *** clauden_ has quit IRC 2011-11-15T17:27:35 *** clauden has joined #openstack 2011-11-15T17:29:38 *** lorin1 has quit IRC 2011-11-15T17:30:02 *** rsampaio has quit IRC 2011-11-15T17:30:06 *** rsampaio has joined #openstack 2011-11-15T17:34:56 *** jog0 has joined #openstack 2011-11-15T17:35:58 *** jog0 has quit IRC 2011-11-15T17:36:05 *** jog0 has joined #openstack 2011-11-15T17:36:16 *** negronjl has quit IRC 2011-11-15T17:36:22 *** localhost has joined #openstack 2011-11-15T17:38:06 *** supriya has joined #openstack 2011-11-15T17:38:41 *** dirkx_ has quit IRC 2011-11-15T17:39:03 *** dgags has quit IRC 2011-11-15T17:39:25 *** aliguori has quit IRC 2011-11-15T17:39:39 *** arBmind has joined #openstack 2011-11-15T17:41:08 *** alekibango has quit IRC 2011-11-15T17:41:14 *** alekibango has joined #openstack 2011-11-15T17:42:03 *** alekibango_ has joined #openstack 2011-11-15T17:46:02 *** ohnoimdead has joined #openstack 2011-11-15T17:46:19 *** juddm has joined #openstack 2011-11-15T17:51:24 *** jdurgin has joined #openstack 2011-11-15T17:51:28 *** clauden has quit IRC 2011-11-15T17:51:53 *** clauden_ has joined #openstack 2011-11-15T17:54:14 *** Ryan_Lane has joined #openstack 2011-11-15T17:55:39 *** lorin1 has joined #openstack 2011-11-15T17:56:46 *** clauden_ has quit IRC 2011-11-15T17:57:25 *** clauden_ has joined #openstack 2011-11-15T18:01:02 *** blakehaggerty has joined #openstack 2011-11-15T18:01:41 *** blakehaggerty has left #openstack 2011-11-15T18:01:44 *** adjohn has quit IRC 2011-11-15T18:03:25 *** stuntmac_ has joined #openstack 2011-11-15T18:03:27 *** stuntmachine has quit IRC 2011-11-15T18:03:27 *** stuntmac_ is now known as stuntmachine 2011-11-15T18:07:17 *** TheOsprey has joined #openstack 2011-11-15T18:08:40 *** arBmind has quit IRC 2011-11-15T18:09:38 *** supriya has quit IRC 2011-11-15T18:10:35 *** krow has joined #openstack 2011-11-15T18:13:09 *** carlp has joined #openstack 2011-11-15T18:14:00 *** dgags has joined #openstack 2011-11-15T18:15:51 *** MarkAtwood has joined #openstack 2011-11-15T18:16:04 do i need to add a rule to connect to the vnc console in the dashboard? 2011-11-15T18:16:25 *** ewindisch has joined #openstack 2011-11-15T18:17:29 haji: nope -- guessing you're seeing an immediate server disconnected message 2011-11-15T18:18:28 oh 2011-11-15T18:18:39 rmk: which log should check for problems 2011-11-15T18:18:56 vncproxy isn't working with the latest versions of chrome 2011-11-15T18:19:04 is that what you're testing with? 2011-11-15T18:19:19 firefox 2011-11-15T18:19:33 7.0.1 2011-11-15T18:20:01 i get the Failed to connect to server message in red 2011-11-15T18:20:54 Do you have vncproxy_url set in your nova.conf? 2011-11-15T18:21:53 i have this: 2011-11-15T18:21:55 --vnc_enabled=true 2011-11-15T18:21:55 --vncserver_host=10.10.10.2 2011-11-15T18:21:55 --vncproxy_url=http://10.10.10.2:6080 2011-11-15T18:21:55 --ajax_console_proxy_url=http://10.10.10.2:8000 2011-11-15T18:22:04 for the vnc conf in the nova conf 2011-11-15T18:22:35 *** clauden_ has left #openstack 2011-11-15T18:23:09 *** dwcramer has joined #openstack 2011-11-15T18:23:13 *** mrbuffneff has joined #openstack 2011-11-15T18:25:22 *** kke has left #openstack 2011-11-15T18:26:16 *** nacx has quit IRC 2011-11-15T18:26:19 *** lorin11 has joined #openstack 2011-11-15T18:26:19 New bug: #890801 in keystone "GET /extensions returns an empty list" [Undecided,New] https://launchpad.net/bugs/890801 2011-11-15T18:26:24 *** lorin11 has quit IRC 2011-11-15T18:26:48 :( 2011-11-15T18:27:04 *** lorin1 has quit IRC 2011-11-15T18:27:31 am i missing anything? 2011-11-15T18:27:35 *** n81 has quit IRC 2011-11-15T18:31:46 *** jakedahn has joined #openstack 2011-11-15T18:31:55 *** mdomsch has joined #openstack 2011-11-15T18:32:21 *** ejat has joined #openstack 2011-11-15T18:32:24 *** ejat has joined #openstack 2011-11-15T18:32:26 *** n81 has joined #openstack 2011-11-15T18:32:53 *** lorin1 has joined #openstack 2011-11-15T18:35:28 *** f-yang has joined #openstack 2011-11-15T18:35:38 *** darraghb has quit IRC 2011-11-15T18:36:59 *** dprince has joined #openstack 2011-11-15T18:38:11 *** jsavak has joined #openstack 2011-11-15T18:38:50 *** localhost has quit IRC 2011-11-15T18:40:40 *** guigui has quit IRC 2011-11-15T18:41:41 *** joesavak has quit IRC 2011-11-15T18:42:14 *** Hakon|mbp has joined #openstack 2011-11-15T18:43:34 *** rsampaio has quit IRC 2011-11-15T18:44:39 *** jakedahn_ has joined #openstack 2011-11-15T18:46:13 New bug: #890807 in keystone "Curl examples show outdated for response GET /" [Low,Confirmed] https://launchpad.net/bugs/890807 2011-11-15T18:46:15 *** jakedahn has quit IRC 2011-11-15T18:46:15 *** jakedahn_ is now known as jakedahn 2011-11-15T18:47:07 *** vladimir3p has joined #openstack 2011-11-15T18:47:07 Stupid quit, but anyone know how to filter all the join/quit messages? 2011-11-15T18:49:01 *** PiotrSikora has quit IRC 2011-11-15T18:49:06 mrbuffneff, "filter" as in how? and from where? 2011-11-15T18:49:47 *** rsampaio has joined #openstack 2011-11-15T18:51:12 vidd, in this IRC chat room, i see all kind of noise. "xxxx has quit. xxxx has joined" 2011-11-15T18:51:50 mrbuffneff, it is a setting in your program...what program do you use? 2011-11-15T18:52:06 I have to use webchat.freenode.net due to my company's firewall. 2011-11-15T18:52:56 Oh thanks vidd! I found the option in the upper left. 2011-11-15T18:53:05 hehe 2011-11-15T18:53:40 *** rwmjones has joined #openstack 2011-11-15T18:54:10 mrbuffneff, im glad you found it...i never use that client and i LIKE to know who is coming and going =] 2011-11-15T18:54:36 *** PiotrSikora has joined #openstack 2011-11-15T18:55:01 i cant connect to my instances using the vnc console in the dashboard 2011-11-15T18:55:02 help 2011-11-15T18:55:12 ttx: looks like I'll actually be here for the meeting today 2011-11-15T18:55:39 novnc says Failed to connect to server 2011-11-15T18:55:57 haji, is novnc running? 2011-11-15T18:57:14 vidd, im assuming it is... when i click on the vnc console link novnc runs on the browser, i get the nonvc splash screen in yellow an green 2011-11-15T18:57:24 *** mrjazzcat has left #openstack 2011-11-15T18:57:44 but i get a message in red that says Failed to connect to server 2011-11-15T18:58:02 *** rsampaio has quit IRC 2011-11-15T18:58:26 haji, that is the noVNC client...is the nova-vncproxy running and is it set in your nova.conf file 2011-11-15T18:58:36 yep 2011-11-15T18:58:43 *** mgoldmann has quit IRC 2011-11-15T18:58:59 i get a happy face for it user service list 2011-11-15T18:59:06 so "ps aux |grep vnc shows the vnc proxy? 2011-11-15T18:59:38 haji, i suppose the smiley works too =] 2011-11-15T18:59:49 lol 2011-11-15T19:00:36 haji, your several steps ahead of me...i never got the noVNC client to come up so.....im not the one with your answer =] 2011-11-15T19:00:41 http://paste.openstack.org/show/3354/ 2011-11-15T19:00:57 vidd get kiall packs 2011-11-15T19:01:38 i dont WANT to =] 2011-11-15T19:01:43 why? 2011-11-15T19:01:55 because he dislikes me ;) 2011-11-15T19:02:06 hahaha 2011-11-15T19:02:31 for one...i am going to need to be able to do this all on my own and i cant fly Kiall in to my datacenter if things go sideways =] 2011-11-15T19:02:46 lol .. 2011-11-15T19:02:49 sure you cna 2011-11-15T19:02:51 any ideas kiall, with my problem 2011-11-15T19:02:51 can u connect using novnc? 2011-11-15T19:02:52 sure you can* 2011-11-15T19:02:59 on the dashboard 2011-11-15T19:03:03 haji: what browser are you using? 2011-11-15T19:03:14 firefox 7.0.1 2011-11-15T19:03:14 *** jedi4ever has joined #openstack 2011-11-15T19:03:26 haji: what happens when you click the noVNC link? 2011-11-15T19:03:29 VNC link* 2011-11-15T19:04:21 haji: also, I see in your pastebin "-vnc 10.10.10.2:1" 2011-11-15T19:04:37 *** hingo has joined #openstack 2011-11-15T19:05:02 I tend to set --vncserver_host to 0.0.0.0 2011-11-15T19:05:14 so its binds on all interfaces 2011-11-15T19:05:41 *** rsampaio has joined #openstack 2011-11-15T19:06:00 http://imgur.com/DbaRO 2011-11-15T19:06:32 how do i change that? 2011-11-15T19:07:07 just--vncserver_host=0.0.0.0 in nova.conf 2011-11-15T19:07:21 But, the change will only take effect for new instances 2011-11-15T19:08:22 i have this in my conf 2011-11-15T19:08:24 --vnc_enabled=true 2011-11-15T19:08:24 --vncserver_host=10.10.10.2 2011-11-15T19:08:24 --vncproxy_url=http://10.10.10.2:6080 2011-11-15T19:08:24 --vnc_console_proxy_url=http://10.10.10.2:6080 2011-11-15T19:08:24 --ajax_console_proxy_url=http://10.10.10.2:8000 2011-11-15T19:09:06 should i change all those to 0.0.0.0 2011-11-15T19:09:15 no, just --vncserver_host 2011-11-15T19:09:41 ook 2011-11-15T19:09:57 and I don't think vnc_console_proxy_url is actually a setting ;) 2011-11-15T19:10:03 oops 2011-11-15T19:10:22 I think it was renamed to vncserver_host in diablo 2011-11-15T19:10:36 ok ill delete it 2011-11-15T19:10:38 hehe 2011-11-15T19:10:42 thanks 2011-11-15T19:11:10 anyway, other than that, it looks fine. try starting a new instance once that change is made, and all nova-* services are restarted 2011-11-15T19:11:20 then see if you can VNC to that instance 2011-11-15T19:11:54 I'm thinking the VNC proxy is trying to connect to 127.0.0.1, which vncserver_host=10.10.10.2 is preventing 2011-11-15T19:12:31 *** RobNeff has joined #openstack 2011-11-15T19:13:01 *** develtech has joined #openstack 2011-11-15T19:15:52 *** ogelbukh has joined #openstack 2011-11-15T19:16:28 *** stuntmachine has quit IRC 2011-11-15T19:17:25 *** mrmartin has joined #openstack 2011-11-15T19:17:26 wow just used dodai to install glance and nova, going to test it soon but two caveats: preinstall rabbitmq-server on the rabbitmq box, and for the nova volume hosts, get iscsitarget-dkms and iscsitarget preinstalled 2011-11-15T19:17:27 *** stuntmachine has joined #openstack 2011-11-15T19:17:36 kept failing until I shored up those reqs... 2011-11-15T19:17:50 dodai? 2011-11-15T19:17:59 https://github.com/nii-cloud/dodai-deploy/wiki 2011-11-15T19:18:03 found it off the openstack wiki 2011-11-15T19:18:40 seems like some kind of fancy automated installer that uses a web GUI to launch puppet scripts to get the right software installed on proposed nova/glance/swift hosts 2011-11-15T19:19:01 *** PiotrSikora has quit IRC 2011-11-15T19:19:15 *** localhost has joined #openstack 2011-11-15T19:19:20 *** cp16net has joined #openstack 2011-11-15T19:19:51 *** stuntmachine has quit IRC 2011-11-15T19:20:15 giving the 'test' feature a run now... supposedly it pulls up a canned server image and boots it to test things out 2011-11-15T19:20:47 *** stuntmachine has joined #openstack 2011-11-15T19:21:10 test failed... hmm 2011-11-15T19:21:36 *** PiotrSikora has joined #openstack 2011-11-15T19:21:39 *** rnorwood has joined #openstack 2011-11-15T19:22:25 *** develtech has quit IRC 2011-11-15T19:23:24 it worked... but 2011-11-15T19:23:25 http://imgur.com/HfRLL 2011-11-15T19:23:41 fml 2011-11-15T19:23:54 haji: your trying to boot a 64 bit instance on a 32bit host ;) 2011-11-15T19:23:59 you're* 2011-11-15T19:24:22 but im sure this machine is 64 bits 2011-11-15T19:24:24 If you followed my instructions, they assume 64bit servers! Sorry! 2011-11-15T19:24:44 haji: on the server run "uname -a" 2011-11-15T19:24:54 *** stuntmachine has quit IRC 2011-11-15T19:25:12 uname -a 2011-11-15T19:25:12 Linux cloudHQ1 3.0.0-12-generic-pae #20-Ubuntu SMP Fri Oct 7 16:37:17 UTC 2011 i686 i686 i386 GNU/Linux 2011-11-15T19:26:12 So, either its a 32bit host... or its a 64bit host and you installed a 32bit version of ubuntu ;) 2011-11-15T19:26:21 fuuuuuuuuu 2011-11-15T19:26:27 If its the latter, start over! 2011-11-15T19:27:07 LOL 2011-11-15T19:27:24 *** Ryan_Lane has quit IRC 2011-11-15T19:27:45 *** dolphm has quit IRC 2011-11-15T19:27:51 haji: it should only take an hour, now that you know how stuff works ;) 2011-11-15T19:28:05 yeah thanks kiall 2011-11-15T19:28:11 laterz 2011-11-15T19:30:32 *** Adri2000 has quit IRC 2011-11-15T19:30:46 *** Adri2000 has joined #openstack 2011-11-15T19:31:50 *** aliguori has joined #openstack 2011-11-15T19:32:05 *** syah_ has quit IRC 2011-11-15T19:32:18 *** stuntmachine has joined #openstack 2011-11-15T19:32:21 ok...so i backed off and only installed nova/glance without keystone and im getting nothing when i run "euca-describe-availability-zones" 2011-11-15T19:33:35 *** dolphm has joined #openstack 2011-11-15T19:33:39 *** syah has joined #openstack 2011-11-15T19:33:47 *** dolphm has quit IRC 2011-11-15T19:34:32 *** dolphm has joined #openstack 2011-11-15T19:36:00 *** ssreedharan has joined #openstack 2011-11-15T19:39:01 notmyname: oh? cool. Starting in 80min 2011-11-15T19:39:30 *** koolhead17 has quit IRC 2011-11-15T19:45:58 *** imsplitbit has quit IRC 2011-11-15T19:46:45 *** jakedahn has quit IRC 2011-11-15T19:47:07 *** adjohn has joined #openstack 2011-11-15T19:47:22 *** rnorwood1 has joined #openstack 2011-11-15T19:49:01 vidd: do you not need the verbose option? eg "euca-describe-availability-zones verbose" 2011-11-15T19:49:38 (I dont use the euca tools, the nova ones are nicer since you can name stuff, eg "web12" rather than "i-8e5790ty" 2011-11-15T19:49:47 Kiall, i feel stupid =\ 2011-11-15T19:49:54 so you should :P 2011-11-15T19:50:03 *** rnorwood has quit IRC 2011-11-15T19:50:56 New bug: #890829 in nova "openvz driver spawn broken with trunk" [Undecided,New] https://launchpad.net/bugs/890829 2011-11-15T19:50:57 that means there was probably nothing wrong with yesterday's install and this format/reinstall was unnede 2011-11-15T19:51:18 *unessisary 2011-11-15T19:51:19 *** djw_ has quit IRC 2011-11-15T19:51:54 LOL 2011-11-15T19:51:55 spelling lessons on the other hand are much needed! 2011-11-15T19:52:40 *sigh* at least my scripting is getting "fine tuned" 2011-11-15T19:53:06 making it "idiot resistant" 2011-11-15T19:53:08 vidd: BTW, are you scripting the install from git? 2011-11-15T19:53:41 im doing nova/glance from stock repo, keystone/horizon from git 2011-11-15T19:54:00 from ubuntu repo's? or the OS PPA? 2011-11-15T19:54:14 stock ubuntu 2011-11-15T19:54:25 Humm... 2011-11-15T19:54:27 ;) 2011-11-15T19:54:30 os ppa is not "stock" its essex 2011-11-15T19:54:42 they have a diablo PPA for nova etc 2011-11-15T19:54:52 the ubuntu packages are missing a *pile* of fixes 2011-11-15T19:54:55 *buntu wont let me add it 2011-11-15T19:55:28 of course it lets you! 2011-11-15T19:55:59 =-\ 2011-11-15T19:56:00 Anyway, both the ubuntu and openstack diablo PPA are missing all the updates to stable/diablo... 2011-11-15T19:56:12 ah nice 2011-11-15T19:56:25 yeah when I did my dodai install and it tried to add the PPA I opted out and opted to use the ubuntu repos 2011-11-15T19:56:42 *** rsampaio has quit IRC 2011-11-15T19:56:45 SpamapS: well, the openstack PPA is missing then too... 2011-11-15T19:56:47 them* 2011-11-15T19:56:54 Spirilis* 2011-11-15T19:57:00 gotcha 2011-11-15T19:57:07 Kiall, then what's the point of using the ppa then =\ 2011-11-15T19:57:27 *** mjfork has quit IRC 2011-11-15T19:57:29 No idea ;) 2011-11-15T19:57:37 This PPA provides packages for Ubuntu 10.04 LTS (Lucid), Ubuntu 10.10 (Maverick) and Ubuntu 11.04 (Natty). 2011-11-15T19:57:37 Users of Ubuntu 11.10 (Oneiric) should directly use the packages available in Ubuntu official repository, there is no need for them to add this PPA. 2011-11-15T19:58:17 Kiall, yeah...thats what i got when i tried to add it 2011-11-15T19:58:42 no - thats part of the PPA description, not an error message ;) 2011-11-15T19:58:51 Most likely that is there because there were no stable updates to prior releases. 2011-11-15T19:58:52 The PPA does include oneiric packages 2011-11-15T19:59:18 Though 11.10 *should* get those updates in oneiric-proposed/oneiric-updates 2011-11-15T19:59:43 SpamapS: only when Openstack mint a versioned release 2011-11-15T19:59:49 Updates whose versions should supersede the packages in the PPA.. one would hope. 2011-11-15T19:59:56 which, so far, they haven't done. 2011-11-15T19:59:58 Kiall: not necessarily, we cherry pick stuff into Ubuntu all the time. 2011-11-15T19:59:59 *** rsampaio has joined #openstack 2011-11-15T20:00:20 SpamapS, are you a packager for *buntu? 2011-11-15T20:00:23 SpamapS: sure, and thats happened with a few fixes for nova.. 2011-11-15T20:00:26 indeed I am 2011-11-15T20:00:32 *** dendrobates is now known as dendro-afk 2011-11-15T20:00:33 *** anotherjesse has joined #openstack 2011-11-15T20:00:36 but things like keystone have been left utterly broken 2011-11-15T20:00:42 anyone have found a good way to track bandwith usage in swift? 2011-11-15T20:00:50 look at Kiall 's packages and get them added PLEASE =] 2011-11-15T20:00:56 lol 2011-11-15T20:01:02 ah hmm 2011-11-15T20:01:05 Glacee: for what purpose? 2011-11-15T20:01:12 so the weird authentication errors I keep getting with my test install are probably broken pkgs? 2011-11-15T20:01:22 notmyname: billing 2011-11-15T20:01:24 Typically a bug report and a poke to somebody in #ubuntu-server or #ubuntu-devel should get them into oneiric-proposed. 2011-11-15T20:01:24 *** code_franco has quit IRC 2011-11-15T20:01:30 SpamapS: if you're using keystone, then yes 2011-11-15T20:01:31 Glacee: parse the proxy logs for that 2011-11-15T20:01:48 not actually sure if this dodai install is using keystone though, I didn't install it... so maybe not... 2011-11-15T20:01:50 notmyname: oh ok.. I will start looking at it thanks 2011-11-15T20:02:02 Kiall: got bugs ? I'll poke from within.. ;) 2011-11-15T20:02:22 SpamapS: I gave up waiting for ubuntu to get them fixed ;) https://launchpad.net/~managedit/+archive/openstack 2011-11-15T20:02:30 SpamapS, Kiall went all "Billy the exterminator" on them =] 2011-11-15T20:02:52 *** CaptTofu has joined #openstack 2011-11-15T20:02:58 *** RobNeff has quit IRC 2011-11-15T20:02:58 *** mrbuffneff has quit IRC 2011-11-15T20:03:14 *** jakedahn has joined #openstack 2011-11-15T20:03:26 If you have packages in a PPA, those should be easy to turn into a debdiff for upload to oneiric-proposed 2011-11-15T20:03:37 SpamapS, once Kiall 's ppa gets blessed by the *buntu gods, i can use them 2011-11-15T20:04:02 SpamapS: maybe, but they are only semi based on the ubuntu ones, and use different upstream versions etc 2011-11-15T20:04:14 (I'm using the stable/diablo branches of stuff) 2011-11-15T20:04:16 *** rsampaio has quit IRC 2011-11-15T20:04:20 Kiall: if by them you mean bug reports, then shame on us for not jumping on top of them... one good place to bring this up is also the weekly ubuntu server meeting. 2011-11-15T20:05:04 Kiall: semi based on the ubuntu ones? so these aren't just a few cherry picked patches? 2011-11-15T20:05:40 *** code_franco has joined #openstack 2011-11-15T20:05:45 No, infact, all the patches from the stock ubuntu packages have been removed, and upstream source updated 2011-11-15T20:06:04 Hence why I keep telling vidd my packages wont be making it into ubuntu anytime soon 2011-11-15T20:07:09 SpamapS, they are re-writes from source directly from the makers 2011-11-15T20:07:27 or is that not accurate Kiall 2011-11-15T20:07:35 *** rsampaio has joined #openstack 2011-11-15T20:07:54 well - I borrowed the ubuntu packages debian/ folders as a base, but the similarity ends there ;) 2011-11-15T20:07:59 Kiall: if keystone is actually totally unusable in 11.10, such a thing might still be considered. 2011-11-15T20:08:28 SpamapS: put it this way.. sometime before the "diablo" release, a file was moved from keystone -> nova (or the other way around). 2011-11-15T20:08:29 SpamapS, keystone and horizon both are toast in repo-proper 2011-11-15T20:08:35 Kiall: unfortunately the weekly meeting was about 4 hours ago. But I would suggest bringing this up at next week's meeting. https://wiki.ubuntu.com/ServerTeam/Meeting 2011-11-15T20:08:38 That file doesnt exist in the ubuntu packages ;) 2011-11-15T20:08:39 and passlib is completely missuing 2011-11-15T20:09:00 vidd: passlib isnt in ubuntu.. hence it was backported by OpenStack in their PPA 2011-11-15T20:09:11 Sounds like some bugs need to be filed. 2011-11-15T20:09:29 *** negronjl_mobile has joined #openstack 2011-11-15T20:11:39 SpamapS: there are some in there already I believe 2011-11-15T20:12:36 *** po has joined #openstack 2011-11-15T20:12:41 Anyway - its not specific bugs per-se, at least with keystone, an update to a newer version is needed. There have been *lots* of fixes to nova and keystone since the release... 2011-11-15T20:13:59 and .. the openstack-dashboard package could never have worked either ;) 2011-11-15T20:14:40 Anyway - I'm happy to keep my PPA up to date, since I would prefer to keep on top of bugfixes from OpenStack faster then ubuntu is likely to be able to keep u 2011-11-15T20:14:45 anyone know what flag to use in Diablo if I don't want projects to be able to talk to each other on internal addresses in FlatDHCP mode? 2011-11-15T20:14:50 likely to keep up* 2011-11-15T20:15:18 I know that in VLAN mode it used to be --allow_project_net_traffic=false 2011-11-15T20:15:25 has that changed? 2011-11-15T20:15:37 *** ssreedharan has quit IRC 2011-11-15T20:16:31 no, thats still the option, and it defaults to true 2011-11-15T20:16:34 kbringard, projects can talk to each other via private ip? isnt that a feature? 2011-11-15T20:17:35 hello channel! Does OS support EBS-backed instances? 2011-11-15T20:17:43 wait, sorry, I misspoke 2011-11-15T20:18:02 --allow_project_net_traffic=false will keep VMs in the *same* project from talking to each other, unless explicitly allowed by a rule 2011-11-15T20:18:16 by default all VMs in the same project can talk to each other on their private IP 2011-11-15T20:18:20 *** haji has quit IRC 2011-11-15T20:18:21 what I'm seeing is 2011-11-15T20:18:26 *** arBmind has joined #openstack 2011-11-15T20:18:38 I'm using FlatDHCP, and VMs in different projects can talk to each other on their private IPs 2011-11-15T20:19:47 kbringard, from what i understand, flt networking only "officially" supports one private network 2011-11-15T20:20:14 vidd: right, it's all one network, but it's supposed to use ebtables/nwfilter to segregate project traffic 2011-11-15T20:20:17 That's what I thought aswell.. 2011-11-15T20:20:18 like how ec2 works 2011-11-15T20:20:38 although, ec2 uses Xen and likelly does it at the vswitch, but the functionality should be the same 2011-11-15T20:20:54 I thought that --allow_same_net_traffic=false was supposed to resolve that 2011-11-15T20:21:09 but I don't know 2011-11-15T20:21:10 kbringard: thats what we're saying, it only supports 1 network officially, which means only 1 project can get a network.. 2011-11-15T20:21:30 I could be wrong though, I don't use the flat managers... 2011-11-15T20:21:46 hmmmmm, I could have sworn it supported multiple projects 2011-11-15T20:21:57 yea, I don't usually either 2011-11-15T20:22:13 I haven't looked at it since I first looked at OpenStack, but thats what I remember. 2011-11-15T20:22:20 yea, weird 2011-11-15T20:22:27 I'll figure it out, no worries 2011-11-15T20:22:28 thanks guys 2011-11-15T20:22:40 kbringard, "officially" one project per network 2011-11-15T20:23:18 vidd: you have (or had) the master branch of dashboard running a while ago right? 2011-11-15T20:23:29 yes 2011-11-15T20:24:01 Did its security group stuff support using either a cidr, or source group? 2011-11-15T20:24:56 the cidr was acting strangely...it did not accept 0.0.0.0/0 for example, so i did all that from euca 2011-11-15T20:25:37 heh weird, 0.0.0.0/0 works for me.. but there is no option for using a source group instead.. was wondering if I could cherry-pick support for that back ;) 2011-11-15T20:26:19 ah yunno I think my big hangup was dodai mucking everything up, adding multiple hosts by concatenating their hostnames into one long jumble in /etc/nova/nova.conf 2011-11-15T20:26:27 deleting all that junk and starting from scratch now 2011-11-15T20:26:32 Kiall, what you do is you set a "default" sec group, and you make "custom" sec groups 2011-11-15T20:26:47 I'm aware of that ;) 2011-11-15T20:27:06 I'm talking about a dashboard version of this: 2011-11-15T20:27:12 nova secgroup-add-group-rule --ip_proto tcp --from_port 1234 --to_port 1234 web mysql 2011-11-15T20:27:25 so, web servers can access mysql servers on tcp port 1234 2011-11-15T20:28:47 IIRC nova secgroup = security group 2011-11-15T20:28:59 *** dolphm has quit IRC 2011-11-15T20:29:00 *** jakedahn has quit IRC 2011-11-15T20:29:02 You're not understanding ;) 2011-11-15T20:29:10 nova secgroup-add-rule --ip_proto tcp --from_port 1234 --to_port 1234 web 0.0.0.0/0 2011-11-15T20:29:17 0.0.0.0/0 can access web servers... 2011-11-15T20:29:31 nova secgroup-add-group-rule --ip_proto tcp --from_port 1234 --to_port 1234 mysql web 2011-11-15T20:29:32 if you want to add that rull to every security group, i believe you have to either add it to the default to be inherited by the others or add it to each security group 2011-11-15T20:29:36 No! 2011-11-15T20:30:01 You can add rules saying that servers in the "web" security group can access servers in the "mysql" security group 2011-11-15T20:30:14 without using a CIDR 2011-11-15T20:30:30 no inheritance 2011-11-15T20:30:31 not* 2011-11-15T20:30:35 ah...i understand now....no...i did not see that 2011-11-15T20:30:59 but i was not looking for it either 2011-11-15T20:31:10 *** lorin1 has joined #openstack 2011-11-15T20:31:12 egL http://paste.openstack.org/show/3359/ 2011-11-15T20:31:20 eg:* 2011-11-15T20:31:31 i did not create custom recurity rules in dashboard 2011-11-15T20:31:39 fair enough then! 2011-11-15T20:32:08 *** dolphm has joined #openstack 2011-11-15T20:34:05 *** jakedahn has joined #openstack 2011-11-15T20:36:07 *** imsplitbit has joined #openstack 2011-11-15T20:36:24 ah, you guys are right, it was working as expected 2011-11-15T20:36:33 the person testing it had set port 22 to allow from 0/0 2011-11-15T20:36:39 so of course it was going to work :-D 2011-11-15T20:37:02 the nwfilter stuff just does L2 protection to make sure you're not arping around the rules, I guess 2011-11-15T20:39:10 *** dendro-afk is now known as dendrobates 2011-11-15T20:41:45 *** MarkAtwood has quit IRC 2011-11-15T20:43:54 *** MarkAtwood has joined #openstack 2011-11-15T20:48:17 *** anotherjesse has quit IRC 2011-11-15T20:48:44 *** dolphm has quit IRC 2011-11-15T20:49:04 *** sandywalsh_ has quit IRC 2011-11-15T20:50:09 *** anotherjesse has joined #openstack 2011-11-15T20:50:27 *** hingo has quit IRC 2011-11-15T20:51:19 *** mnour has joined #openstack 2011-11-15T20:51:53 *** GheRivero_ has joined #openstack 2011-11-15T20:52:02 *** corrigac has joined #openstack 2011-11-15T20:52:11 *** jog0 has quit IRC 2011-11-15T20:52:25 *** GheRivero_ is now known as GheAway 2011-11-15T20:52:34 *** jeremy_ has joined #openstack 2011-11-15T20:52:34 *** jeremy_ has quit IRC 2011-11-15T20:52:34 *** jeremy_ has joined #openstack 2011-11-15T20:52:48 *** GheRivero has quit IRC 2011-11-15T20:52:59 *** jeremy has quit IRC 2011-11-15T20:53:00 *** jeremy_ is now known as jeremy 2011-11-15T20:55:13 *** ccorrigan has quit IRC 2011-11-15T20:55:44 *** robertn has joined #openstack 2011-11-15T20:57:55 *** jj0hns0n has joined #openstack 2011-11-15T20:58:11 *** johnpur has joined #openstack 2011-11-15T20:59:07 *** dprince has quit IRC 2011-11-15T21:01:21 *** joesavak has joined #openstack 2011-11-15T21:01:51 *** jj0hns0n has quit IRC 2011-11-15T21:04:55 *** Razique has joined #openstack 2011-11-15T21:05:10 *** dolphm has joined #openstack 2011-11-15T21:05:10 *** jsavak has quit IRC 2011-11-15T21:06:16 *** jj0hns0n has joined #openstack 2011-11-15T21:07:11 *** dgags has quit IRC 2011-11-15T21:08:12 *** anotherjesse has quit IRC 2011-11-15T21:08:30 *** anotherjesse has joined #openstack 2011-11-15T21:08:35 *** jakedahn has quit IRC 2011-11-15T21:09:03 *** nitram_macair has quit IRC 2011-11-15T21:10:03 *** redconnection has quit IRC 2011-11-15T21:12:19 *** nitram_macair has joined #openstack 2011-11-15T21:13:10 *** mrjazzcat has joined #openstack 2011-11-15T21:13:17 *** dendrobates is now known as dendro-afk 2011-11-15T21:14:07 *** mrjazzcat has left #openstack 2011-11-15T21:14:20 *** Ryan_Lane has joined #openstack 2011-11-15T21:14:27 *** cereal_bars has quit IRC 2011-11-15T21:15:40 *** dendro-afk is now known as dendrobates 2011-11-15T21:22:16 *** bengrue has joined #openstack 2011-11-15T21:23:13 *** adjohn has quit IRC 2011-11-15T21:25:28 *** haji has joined #openstack 2011-11-15T21:25:39 in keystone, what is the significance of /v1.0 and /v2.0? 2011-11-15T21:28:31 in the url (if that was not obvious). 2011-11-15T21:29:51 swill, when you access a service...IE talking to nova the service expects to be spoken to on a specific http url 2011-11-15T21:30:48 vidd: so i am working with swift right now. does swift to expect to be spoken to on /v2.0 2011-11-15T21:30:51 vidd: 2011-11-15T21:30:53 *** jj0hns0n has quit IRC 2011-11-15T21:31:00 NOVA_URL=http://$NOVA_HOST_IP:8774/v1.1/ is where keyston needs to talk to nova 2011-11-15T21:31:03 or did i misunderstand your asnwer 2011-11-15T21:31:24 yes...that is exactly what i mean 2011-11-15T21:32:34 acually IIRC swift needs to be spoke to as http://$SWIFT_HOST_IP/v2.0/%TENANT_ID% 2011-11-15T21:32:56 acually IIRC swift needs to be spoke to as http://$SWIFT_HOST_IP:SWIFT_PORT/v2.0/%TENANT_ID% 2011-11-15T21:33:05 *** redconnection has joined #openstack 2011-11-15T21:33:11 vidd: is that valid for the swiftauth middleware as well? 2011-11-15T21:33:13 https://github.com/openstack/keystone/blob/master/keystone/middleware/swift_auth.py 2011-11-15T21:33:16 vidd: is that supposed to be a storage url? 2011-11-15T21:34:24 notmyname, what url? 2011-11-15T21:34:35 which* 2011-11-15T21:34:52 the template you just pasted for swill 2011-11-15T21:35:21 notmyname, thats what you send keystone-manage 2011-11-15T21:35:30 for the endpoint 2011-11-15T21:35:42 * vidd does not use swift 2011-11-15T21:35:53 then I think the "v2.0" part is wrong. it should be "v1" 2011-11-15T21:36:00 *** clopez has quit IRC 2011-11-15T21:36:04 *** Ruetobas has quit IRC 2011-11-15T21:36:23 the v1 is what i was using for the swift template 2011-11-15T21:36:28 * notmyname uses swift but not keystone 2011-11-15T21:36:39 swill: that sounds right 2011-11-15T21:36:45 but i was using v2.0 for the identity (keystone) template 2011-11-15T21:36:55 yes, that sounds right too 2011-11-15T21:36:56 but i was not adding the tenant id to it 2011-11-15T21:37:05 I have no idea about that :-) 2011-11-15T21:37:32 swill, the swift endpoint needs the %TENANT% 2011-11-15T21:37:34 and i was getting 404s when it was looking for /v2.0/token/999888777yadayad 2011-11-15T21:37:48 vidd: ok, i will do that now and see if it helps. 2011-11-15T21:37:56 *** lorin1 has quit IRC 2011-11-15T21:38:13 *** troytoman-away is now known as troytoman 2011-11-15T21:38:53 vidd: it is worth noting that the sampledata.py file in test does not have the tenant id in the endpoint template setup. 2011-11-15T21:39:14 the "/v2.0/token/" request should be going to keystone. keystone then should return an endpoint for swift that looks like "http[s]:///v1/" 2011-11-15T21:39:18 i am not using the sample data one because i wrote my own, but i was using it as a reference 2011-11-15T21:39:25 swill, endpointTemplates add RegionOne swift https://192.168.15.199:8080/v1/AUTH_%tenant_id% 2011-11-15T21:39:44 i meant the identity template 2011-11-15T21:39:44 *** jwalcik has quit IRC 2011-11-15T21:39:52 for keystone, not for swift 2011-11-15T21:40:02 swill, the sample data work with keystone/swift? 2011-11-15T21:40:47 vidd: i never got it to work. i wrote my own in the process of troubleshooting. i will try your tentant id idea and see if that resolves my problem. 2011-11-15T21:41:09 dang it....why is there a static IP in my template?!? 2011-11-15T21:41:17 haha 2011-11-15T21:41:20 no wonder my stuff is blowing up 2011-11-15T21:41:39 mtaylor: i have email notifications for "new changes" set for nova/glance/quantum/swift but i don't receive them 2011-11-15T21:41:46 mtaylor: also, horizon isn't in the list yet :) 2011-11-15T21:41:47 that server isnt there anymore =] 2011-11-15T21:41:48 anyone here use crowbar at all? 2011-11-15T21:42:09 devcamcar: are they set for the projects "openstack/nova" and "openstack/glance" etc? 2011-11-15T21:42:12 *** Ruetobas has joined #openstack 2011-11-15T21:42:20 mtaylor: yes 2011-11-15T21:42:24 ok. 2011-11-15T21:42:34 you have an email set in https://review.openstack.org/#settings,contact ? 2011-11-15T21:42:46 swill, notice that the URL ends with /v1/AUTH_%tenant_id% 2011-11-15T21:42:57 mtaylor: yes, i receive notifications on comments and other stuff, but not on new merge proposals 2011-11-15T21:43:19 WEIRD. ok. because I get this shit spammed out of me with those things. shall look in to it 2011-11-15T21:43:20 vidd: yes, i have that for my swift template. what do you have for your identity template 2011-11-15T21:43:41 vidd: do you have this: http://$SWIFT_HOST_IP:SWIFT_PORT/v2.0/%25TENANT_ID%25 2011-11-15T21:43:59 without the 25s 2011-11-15T21:44:01 :) 2011-11-15T21:44:01 http://192.168.15.199:5000/v2.0/ 2011-11-15T21:44:09 hmm, thats what i have 2011-11-15T21:44:35 where did the url i just pasted above come from? with the tenant_id in it? 2011-11-15T21:45:31 I got it from the keystone documentation 2011-11-15T21:45:37 vidd: i had a working version with tokenauth, but i am trying to get swiftauth middleware to work as per this bug: https://bugs.launchpad.net/keystone/+bug/890415 2011-11-15T21:46:02 vidd: which version of the documentation? haha, there are many. 2011-11-15T21:47:15 *** negronjl_mobile has quit IRC 2011-11-15T21:47:28 *** negronjl_mobile has joined #openstack 2011-11-15T21:47:52 vidd: i just realized i did not have the trailing slash on my identity template like you do, i will try that. 2011-11-15T21:49:36 swill: tokenauth has that bug you linked (since it has no authorize function). swiftauth is what you want 2011-11-15T21:50:14 notmyname: exactly. i had a working version of tokenauth, so instead i am trying to get swiftauth to work. 2011-11-15T21:51:32 [filter:keystone] 2011-11-15T21:51:32 use = egg:keystone#swiftauth 2011-11-15T21:51:32 keystone_admin_token = 999888777666 2011-11-15T21:51:34 keystone_url = http://127.0.0.1:35357 2011-11-15T21:51:58 hang on. you are using the admin port in there? 2011-11-15T21:52:06 swill: ^ that's from my swift proxy config. everything I have for keystone is default (including the sampledata.py) 2011-11-15T21:52:46 notmyname: i will try with the admin port, i had the service port in there. 2011-11-15T21:53:02 5000 2011-11-15T21:53:11 *** rsampaio has quit IRC 2011-11-15T21:53:11 *** Ryan_Lane has quit IRC 2011-11-15T21:53:54 notmyname: you are also not putting in a /v#.0 in the keystone_url either? 2011-11-15T21:53:57 *** dirkx_ has joined #openstack 2011-11-15T21:54:16 *** rsampaio has joined #openstack 2011-11-15T21:54:37 swill: that's what I have and it worked the last time I used keystone (several weeks ago) 2011-11-15T21:54:40 *** arBmind has quit IRC 2011-11-15T21:54:50 ok perfect, i will try now. thank you. :) 2011-11-15T21:54:56 np 2011-11-15T21:54:59 gotta run. I'll be back later 2011-11-15T21:57:17 *** nitram_macair has quit IRC 2011-11-15T21:58:57 *** jog0 has joined #openstack 2011-11-15T22:00:27 *** rsampaio has quit IRC 2011-11-15T22:01:24 *** miclorb_ has joined #openstack 2011-11-15T22:01:37 *** GheAway is now known as GheRivero 2011-11-15T22:01:45 New bug: #890881 in keystone "auth_token.py middleware calls Keystone twice" [Undecided,New] https://launchpad.net/bugs/890881 2011-11-15T22:03:35 *** anotherjesse has quit IRC 2011-11-15T22:04:21 *** anotherjesse has joined #openstack 2011-11-15T22:06:20 *** joesavak has quit IRC 2011-11-15T22:06:26 *** stuntmachine has quit IRC 2011-11-15T22:06:35 notmyname: you rock!!! that worked perfectly. thank you... 2011-11-15T22:07:16 *** miclorb_ has quit IRC 2011-11-15T22:08:17 *** rsampaio has joined #openstack 2011-11-15T22:09:18 *** llang629 has joined #openstack 2011-11-15T22:10:08 *** anotherjesse has quit IRC 2011-11-15T22:11:25 *** mrmartin has quit IRC 2011-11-15T22:12:12 *** llang629 has left #openstack 2011-11-15T22:12:32 *** jj0hns0n has joined #openstack 2011-11-15T22:12:54 *** dirkx_ has quit IRC 2011-11-15T22:15:24 *** rsampaio has quit IRC 2011-11-15T22:19:04 *** rsampaio has joined #openstack 2011-11-15T22:19:39 *** lts has quit IRC 2011-11-15T22:21:02 *** thingee has joined #openstack 2011-11-15T22:23:28 *** dendrobates is now known as dendro-afk 2011-11-15T22:23:30 *** dendro-afk is now known as dendrobates 2011-11-15T22:25:36 *** BasTichelaar has quit IRC 2011-11-15T22:25:52 New bug: #890888 in swift "ChunkReadTimeout exception in file_iter in swift proxy server not handled" [Undecided,New] https://launchpad.net/bugs/890888 2011-11-15T22:27:09 *** lionel has quit IRC 2011-11-15T22:27:25 *** lionel has joined #openstack 2011-11-15T22:28:30 *** sticky has joined #openstack 2011-11-15T22:31:41 *** msivanes1 has joined #openstack 2011-11-15T22:36:54 *** rnirmal has quit IRC 2011-11-15T22:37:47 *** msivanes1 has quit IRC 2011-11-15T22:39:00 *** derrick has quit IRC 2011-11-15T22:39:10 *** martines has joined #openstack 2011-11-15T22:39:28 *** dendrobates is now known as dendro-afk 2011-11-15T22:40:25 *** msivanes has joined #openstack 2011-11-15T22:40:41 *** msivanes has left #openstack 2011-11-15T22:42:08 *** dendro-afk is now known as dendrobates 2011-11-15T22:45:00 *** anotherjesse has joined #openstack 2011-11-15T22:45:01 *** nRy has joined #openstack 2011-11-15T22:46:51 *** lborda has quit IRC 2011-11-15T22:47:11 *** rsampaio has quit IRC 2011-11-15T22:48:06 *** TheOsprey has quit IRC 2011-11-15T22:51:47 *** jog0 has left #openstack 2011-11-15T22:51:50 *** cdub has joined #openstack 2011-11-15T22:52:02 *** jog0 has joined #openstack 2011-11-15T22:52:06 *** GheRivero has quit IRC 2011-11-15T22:53:30 *** clopez has joined #openstack 2011-11-15T22:53:53 *** cp16net has quit IRC 2011-11-15T22:54:37 *** dwcramer has quit IRC 2011-11-15T22:55:14 *** Razique has quit IRC 2011-11-15T22:56:14 *** haji has quit IRC 2011-11-15T22:56:23 *** derrick has joined #openstack 2011-11-15T22:56:58 *** nerens has quit IRC 2011-11-15T22:59:55 *** rnorwood1 has quit IRC 2011-11-15T23:01:20 *** rsampaio has joined #openstack 2011-11-15T23:02:59 *** mszilagyi has joined #openstack 2011-11-15T23:03:02 *** aclark_ has joined #openstack 2011-11-15T23:03:12 *** AlanClark has quit IRC 2011-11-15T23:03:47 *** carlp has quit IRC 2011-11-15T23:04:54 *** andrewbogott has quit IRC 2011-11-15T23:07:22 *** aclark_ is now known as AlanClark 2011-11-15T23:08:09 *** nitram_macair has joined #openstack 2011-11-15T23:08:29 *** nitram_macair has left #openstack 2011-11-15T23:08:30 *** rsampaio has quit IRC 2011-11-15T23:11:02 *** troytoman is now known as troytoman-away 2011-11-15T23:11:26 *** rnorwood has joined #openstack 2011-11-15T23:12:49 *** negronjl_mobile has quit IRC 2011-11-15T23:12:57 *** lzyeval has joined #openstack 2011-11-15T23:13:03 *** negronjl_mobile has joined #openstack 2011-11-15T23:14:45 *** freeflying has quit IRC 2011-11-15T23:17:06 *** rsampaio has joined #openstack 2011-11-15T23:17:25 *** mszilagyi has quit IRC 2011-11-15T23:17:38 *** n81 has quit IRC 2011-11-15T23:18:08 *** robbiew has quit IRC 2011-11-15T23:18:29 *** imsplitbit has quit IRC 2011-11-15T23:20:10 *** dendrobates is now known as dendro-afk 2011-11-15T23:20:50 *** swill has quit IRC 2011-11-15T23:21:27 New bug: #890906 in nova "os-virtual-interfaces extension should take a uuid instead of an instance id" [Undecided,New] https://launchpad.net/bugs/890906 2011-11-15T23:22:21 *** adjohn has joined #openstack 2011-11-15T23:23:37 *** dendro-afk is now known as dendrobates 2011-11-15T23:27:31 *** code_franco has quit IRC 2011-11-15T23:28:41 *** aliguori has quit IRC 2011-11-15T23:30:55 New bug: #890908 in horizon "Use metadata rather than description for servers" [Undecided,New] https://launchpad.net/bugs/890908 2011-11-15T23:35:04 *** negronjl_mobile has quit IRC 2011-11-15T23:41:53 *** kbringard has left #openstack 2011-11-15T23:43:16 *** ldlework has quit IRC 2011-11-15T23:45:24 *** cp16net has joined #openstack 2011-11-15T23:45:41 *** carlp has joined #openstack 2011-11-15T23:46:36 *** nati2 has joined #openstack 2011-11-15T23:50:24 *** ejat has quit IRC 2011-11-15T23:53:32 *** cp16net has quit IRC 2011-11-15T23:56:07 *** jakedahn has joined #openstack 2011-11-15T23:59:10 *** lzyeval has quit IRC 2011-11-15T23:59:16 *** rnorwood has quit IRC