| bwong | vidd: do you know how to put what keystone creds need to be added in env? my nova is not able to verify my credentials | 00:02 |
|---|---|---|
| *** rsampaio has quit IRC | 00:02 | |
| vidd | bwong, you have that backwards..... | 00:03 |
| vidd | keystone should get the creds nova gives you | 00:03 |
| bwong | vidd: oh | 00:04 |
| bwong | vidd: hmm | 00:04 |
| vidd | if you run "env |grep NOVA" you will get the username and password your trying to send to keystone to validate | 00:05 |
| *** dtroyer has quit IRC | 00:06 | |
| bwong | so what does it do if I use | 00:06 |
| bwong | keystone-manage to add users and roles... | 00:06 |
| *** afm has joined #openstack | 00:06 | |
| vidd | thats how you are supposed to add the stuff to keystone | 00:06 |
| *** rsampaio has joined #openstack | 00:06 | |
| vidd | im confused | 00:06 |
| bwong | well when I do nova image-list | 00:07 |
| bwong | its saying that I have invalid creds | 00:07 |
| bwong | so I went back and look at hte script | 00:08 |
| *** rnorwood has joined #openstack | 00:08 | |
| bwong | there was no nova cred setup | 00:08 |
| bwong | but owever the script did add users tenants and roles | 00:08 |
| bwong | to keystone | 00:08 |
| vidd | bwong, what script? | 00:08 |
| bwong | oh sorry, | 00:08 |
| bwong | kialls script | 00:08 |
| bwong | keystone_data.sh | 00:08 |
| vidd | ah | 00:08 |
| bwong | https://github.com/managedit/openstack-setup | 00:08 |
| vidd | you need to add your credentials into your env | 00:09 |
| bwong | Yeah | 00:09 |
| *** jollyfoo has joined #openstack | 00:10 | |
| bwong | Do I do something like this? | 00:10 |
| bwong | http://paste.openstack.org/show/3299/ | 00:10 |
| bwong | this what I previously did on CentOS, but I'm not sure if its different for Ubuntu | 00:10 |
| *** nerens has quit IRC | 00:10 | |
| vidd | https://github.com/managedit/openstack-setup/blob/master/settings | 00:11 |
| *** magg has joined #openstack | 00:11 | |
| *** chadh has quit IRC | 00:11 | |
| vidd | this page has the "sample" creds | 00:11 |
| bwong | ah yes. | 00:11 |
| vidd | you need to put the creds into a file and source that file | 00:11 |
| *** jkyle has quit IRC | 00:11 | |
| magg | im getting this error when i try to create a small instance: http://pastebin.com/w8eEp39F | 00:11 |
| vidd | magg, how much ram are you currently using up? | 00:12 |
| bwong | ooh, so the thing in settings is just a sample, when I run it, it doesn't actually export it? | 00:12 |
| vidd | bwong, it does export it..... | 00:13 |
| *** jkyle has joined #openstack | 00:13 | |
| vidd | but if you exit and come back later, you have to re-export it | 00:13 |
| vidd | most ppl set these into thier user's .bashrc file | 00:13 |
| bwong | ./setting | 00:14 |
| bwong | I ran this before. | 00:14 |
| bwong | ./settings* | 00:14 |
| bwong | and type env, its not there. | 00:14 |
| bwong | ok Ill append it using the other way. | 00:14 |
| vidd | bwong, just for S&G....copy the # OS Stuf.. section into a file called "novarc" | 00:15 |
| *** chadh has joined #openstack | 00:15 | |
| bwong | ok | 00:15 |
| vidd | then "cat novarc >> ~/.bashrc ; source ~/.bashrc" | 00:16 |
| vidd | then do "env |grep NOVA" and see if they are not there | 00:16 |
| *** neogenix has joined #openstack | 00:17 | |
| *** ahasenack has quit IRC | 00:17 | |
| *** neogenix has quit IRC | 00:18 | |
| *** miclorb_ has joined #openstack | 00:18 | |
| *** jkyle has quit IRC | 00:18 | |
| bwong | There in... | 00:20 |
| bwong | but it keeps saying its invalid | 00:20 |
| bwong | how do I verify that these credentials are correct? | 00:21 |
| bwong | I'm very sure I isn't a typo. | 00:21 |
| bwong | it* | 00:21 |
| *** Moltar has quit IRC | 00:22 | |
| *** anotherjesse has left #openstack | 00:23 | |
| *** nati2 has joined #openstack | 00:23 | |
| vidd | bwong, idk....i dont build my credentials like that =\ | 00:24 |
| vidd | i build my credentials in nova and then import them into keystone | 00:24 |
| bwong | vidd: ok. =/ | 00:28 |
| bwong | vidd: thanks! | 00:28 |
| *** jakedahn_ has joined #openstack | 00:30 | |
| *** rsampaio has quit IRC | 00:33 | |
| *** nati2 has quit IRC | 00:33 | |
| *** jakedahn has quit IRC | 00:33 | |
| *** jakedahn_ is now known as jakedahn | 00:33 | |
| *** rnorwood has quit IRC | 00:38 | |
| *** pixelbeat has joined #openstack | 00:40 | |
| *** rsampaio has joined #openstack | 00:40 | |
| *** localhost has quit IRC | 00:47 | |
| bwong | Does anybody know where I can find the openstack source code? | 00:48 |
| vidd | bwong, for Kiall 's stuff, go https://github.com/managedit | 00:49 |
| *** localhost has joined #openstack | 00:49 | |
| bwong | I'm trying to get the source code, so I can find exactly what open stack is looking for | 00:50 |
| bwong | because none of the creds are working | 00:50 |
| *** mnour has joined #openstack | 00:50 | |
| vidd | bwong, if you ran everything from Kiall 's repos, his source is there | 00:50 |
| *** mnour has quit IRC | 00:51 | |
| vidd | bwong, if i send you to cloudbuilder's fork, the code may be slightly different then what you are running | 00:51 |
| *** Mussi has joined #openstack | 00:52 | |
| *** Transformer has joined #openstack | 00:54 | |
| *** Transformer has left #openstack | 00:54 | |
| *** jakedahn has quit IRC | 01:00 | |
| *** Mussi has quit IRC | 01:05 | |
| *** rsampaio has quit IRC | 01:06 | |
| *** rsampaio has joined #openstack | 01:08 | |
| *** clauden_ has quit IRC | 01:08 | |
| *** clauden___ has joined #openstack | 01:08 | |
| *** redconnection has quit IRC | 01:12 | |
| *** dragondm has quit IRC | 01:14 | |
| *** rnorwood has joined #openstack | 01:15 | |
| *** rsampaio has quit IRC | 01:16 | |
| *** rsampaio has joined #openstack | 01:17 | |
| *** po has quit IRC | 01:19 | |
| *** Ryan_Lane has quit IRC | 01:19 | |
| *** Ryan_Lane has joined #openstack | 01:19 | |
| *** jakedahn has joined #openstack | 01:21 | |
| *** jakedahn has quit IRC | 01:23 | |
| *** magg has quit IRC | 01:26 | |
| vidd | when you run "nova-manage network create private 192.168.4.0/24 1 256" what does the "1" represent? | 01:27 |
| *** bwong has quit IRC | 01:28 | |
| *** rnorwood has quit IRC | 01:33 | |
| *** n81 has quit IRC | 01:34 | |
| *** hajimezhao12345 has joined #openstack | 01:50 | |
| *** aglenday has joined #openstack | 01:50 | |
| *** gyee has quit IRC | 01:51 | |
| *** jollyfoo has quit IRC | 01:52 | |
| *** hajimezhao12345 is now known as hajme | 01:53 | |
| *** hajme is now known as hajime` | 01:53 | |
| *** hajime` is now known as hajimezhao | 01:53 | |
| hajimezhao | register 12345 | 01:53 |
| *** hajimezhao has quit IRC | 01:54 | |
| *** rnorwood has joined #openstack | 01:55 | |
| *** hajimezhao has joined #openstack | 01:55 | |
| *** crescendo has joined #openstack | 01:57 | |
| *** crescendo has joined #openstack | 01:57 | |
| *** krow has joined #openstack | 01:59 | |
| *** krow has quit IRC | 02:01 | |
| *** hajimezhao is now known as hajme | 02:03 | |
| *** MarkAt2od has joined #openstack | 02:04 | |
| hajme | hell world | 02:04 |
| * hajme | 02:05 | |
| *** osier has joined #openstack | 02:05 | |
| *** aglenday has quit IRC | 02:05 | |
| *** hajimezhao has joined #openstack | 02:06 | |
| *** MarkAtwood has quit IRC | 02:06 | |
| *** stuntmachine has joined #openstack | 02:07 | |
| *** hajme2 has joined #openstack | 02:08 | |
| hajme2 | hello world! | 02:08 |
| *** ohnoimdead_ has joined #openstack | 02:09 | |
| *** ohnoimdead_ has quit IRC | 02:09 | |
| *** pixelbeat has quit IRC | 02:11 | |
| *** hajme2 has quit IRC | 02:12 | |
| *** ohnoimdead has quit IRC | 02:13 | |
| *** obino has quit IRC | 02:19 | |
| *** hajimezhao has left #openstack | 02:21 | |
| *** hajimezhao has joined #openstack | 02:22 | |
| *** hajimezhao has left #openstack | 02:22 | |
| *** harukomoto has joined #openstack | 02:23 | |
| *** harukomoto has left #openstack | 02:24 | |
| *** hajme has left #openstack | 02:25 | |
| *** rnorwood has quit IRC | 02:33 | |
| *** jog0 has quit IRC | 02:36 | |
| *** dolphm has joined #openstack | 02:37 | |
| *** woleium has joined #openstack | 02:37 | |
| *** livemoon has joined #openstack | 02:38 | |
| *** mattstep has quit IRC | 02:51 | |
| *** lorin1 has joined #openstack | 02:51 | |
| *** rnorwood has joined #openstack | 02:52 | |
| *** rnorwood has quit IRC | 02:56 | |
| livemoon | hi | 03:01 |
| *** rnorwood has joined #openstack | 03:01 | |
| *** stuntmachine has quit IRC | 03:06 | |
| *** miclorb_ has quit IRC | 03:06 | |
| *** obino has joined #openstack | 03:16 | |
| *** rods has quit IRC | 03:19 | |
| *** osier has quit IRC | 03:24 | |
| *** nati2 has joined #openstack | 03:25 | |
| *** mjfork has quit IRC | 03:27 | |
| *** n8 has joined #openstack | 03:37 | |
| *** n8 is now known as Guest40501 | 03:38 | |
| *** osier has joined #openstack | 03:44 | |
| *** PeteDaGuru has quit IRC | 03:46 | |
| *** jollyfoo has joined #openstack | 03:50 | |
| *** cloudgeek has joined #openstack | 04:04 | |
| *** nitram_macair has joined #openstack | 04:06 | |
| *** mmetheny_ has quit IRC | 04:09 | |
| *** mmetheny has joined #openstack | 04:09 | |
| *** miclorb_ has joined #openstack | 04:09 | |
| *** vernhart has joined #openstack | 04:13 | |
| *** miclorb_ has quit IRC | 04:14 | |
| *** nati2 has quit IRC | 04:18 | |
| *** woleium has left #openstack | 04:30 | |
| *** sifusam has joined #openstack | 04:32 | |
| *** vernhart has quit IRC | 04:37 | |
| *** nitram_macair has quit IRC | 04:42 | |
| *** rnorwood has quit IRC | 04:46 | |
| *** nati2 has joined #openstack | 04:46 | |
| *** nati2_ has joined #openstack | 04:47 | |
| *** nati2 has quit IRC | 04:47 | |
| *** nitram_macair has joined #openstack | 04:51 | |
| *** cloudgeek has quit IRC | 04:51 | |
| *** sdake has quit IRC | 05:02 | |
| *** woleium has joined #openstack | 05:02 | |
| *** osier has quit IRC | 05:02 | |
| *** cloudgeek has joined #openstack | 05:11 | |
| *** jkyle has joined #openstack | 05:16 | |
| *** n8 has joined #openstack | 05:18 | |
| *** n8 is now known as Guest29079 | 05:19 | |
| *** Guest40501 has quit IRC | 05:20 | |
| *** rnorwood has joined #openstack | 05:22 | |
| *** jollyfoo has quit IRC | 05:24 | |
| *** Guest29079 has quit IRC | 05:24 | |
| *** rnorwood has quit IRC | 05:27 | |
| *** nati2 has joined #openstack | 05:35 | |
| *** nati2_ has quit IRC | 05:35 | |
| *** dolphm has joined #openstack | 05:44 | |
| *** livemoon has left #openstack | 05:44 | |
| *** rnorwood has joined #openstack | 05:44 | |
| *** lorin1 has quit IRC | 05:46 | |
| *** livemoon has joined #openstack | 05:48 | |
| *** livemoon has left #openstack | 05:52 | |
| *** nati2 has quit IRC | 05:52 | |
| *** livemoon has joined #openstack | 05:56 | |
| *** cloudgeek has quit IRC | 05:57 | |
| *** cloudgeek has joined #openstack | 06:01 | |
| *** plu has quit IRC | 06:03 | |
| *** plu has joined #openstack | 06:04 | |
| *** dolphm has quit IRC | 06:06 | |
| *** dolphm has joined #openstack | 06:10 | |
| *** zaitcev has quit IRC | 06:19 | |
| *** jkyle has quit IRC | 06:21 | |
| *** woleium has quit IRC | 06:22 | |
| *** rsampaio has quit IRC | 06:26 | |
| *** rnorwood has quit IRC | 06:27 | |
| *** nerens has joined #openstack | 06:28 | |
| *** vernhart has joined #openstack | 06:28 | |
| *** woleium has joined #openstack | 06:33 | |
| *** dolphm has quit IRC | 06:33 | |
| *** woleium has quit IRC | 06:38 | |
| *** anotherjesse has joined #openstack | 06:55 | |
| uvirtbot | New bug: #889398 in horizon "Bad pycrypto version cause ImportError: No module named Crypto.Cipher" [Undecided,New] https://launchpad.net/bugs/889398 | 07:06 |
| *** vidd is now known as vidd-away | 07:09 | |
| *** jkyle has joined #openstack | 07:12 | |
| *** jakedahn has joined #openstack | 07:24 | |
| *** cloudgeek has quit IRC | 07:30 | |
| *** jakedahn has quit IRC | 07:30 | |
| *** mcclurmc has quit IRC | 07:32 | |
| *** anotherjesse has quit IRC | 07:32 | |
| *** mcclurmc has joined #openstack | 07:32 | |
| *** jkyle has quit IRC | 07:35 | |
| *** livemoon has left #openstack | 07:40 | |
| *** reed has quit IRC | 07:43 | |
| *** crescendo has quit IRC | 07:44 | |
| *** miclorb_ has joined #openstack | 07:46 | |
| *** dachary has joined #openstack | 07:50 | |
| *** nitram_macair has quit IRC | 07:55 | |
| *** troys_ has joined #openstack | 08:09 | |
| *** vernhart has quit IRC | 08:10 | |
| *** troys_ has quit IRC | 08:12 | |
| *** troys has joined #openstack | 08:15 | |
| *** nerens has quit IRC | 08:20 | |
| *** troys has quit IRC | 08:25 | |
| *** livemoon has joined #openstack | 08:32 | |
| *** TheOsprey has joined #openstack | 08:33 | |
| livemoon | hi,all | 08:36 |
| *** chomping has joined #openstack | 08:49 | |
| *** sifusam has quit IRC | 08:51 | |
| *** supriya has joined #openstack | 08:52 | |
| *** yuanotes has joined #openstack | 08:57 | |
| yuanotes | Could someone tell me how to debug nova-api? | 08:58 |
| *** jakedahn has joined #openstack | 09:09 | |
| *** yuanotes has left #openstack | 09:12 | |
| *** supriya has quit IRC | 09:19 | |
| *** yuanotes has joined #openstack | 09:19 | |
| *** yuanotes has left #openstack | 09:20 | |
| *** yuanotes has joined #openstack | 09:20 | |
| *** yuanotes has left #openstack | 09:21 | |
| *** dragondm has joined #openstack | 09:28 | |
| *** ldlework has quit IRC | 09:33 | |
| *** jakedahn has quit IRC | 09:33 | |
| *** yuanotes has joined #openstack | 09:35 | |
| *** yuanotes has left #openstack | 09:36 | |
| *** jog0 has joined #openstack | 09:48 | |
| *** miclorb_ has quit IRC | 09:51 | |
| *** jollyfoo has joined #openstack | 09:51 | |
| *** jog0 has quit IRC | 09:56 | |
| *** soosfarm has quit IRC | 10:25 | |
| *** soosfarm has joined #openstack | 10:27 | |
| *** po has joined #openstack | 10:29 | |
| *** vernhart has joined #openstack | 10:31 | |
| *** bamedro_mac has joined #openstack | 10:38 | |
| bamedro_mac | hi everyone ! | 10:39 |
| *** redconnection has joined #openstack | 10:39 | |
| bamedro_mac | I have an issue with nova-compute. When starting an instance, it gets stuck on the injecting key process | 10:40 |
| bamedro_mac | nova-compute is stuck on "2011-11-12 11:34:52,396 nova.virt.libvirt_conn: instance instance-00000013: injecting key into image 12", and after 2 minutes, "$ nova-manage service list" shows the nova-compute service as down. | 10:44 |
| *** Ryan_Lane has quit IRC | 10:47 | |
| *** Ryan_Lane has joined #openstack | 10:51 | |
| *** pixelbeat has joined #openstack | 11:10 | |
| *** opsnare has quit IRC | 11:13 | |
| *** mmetheny has quit IRC | 11:42 | |
| *** ABK has joined #openstack | 12:02 | |
| *** bsza has joined #openstack | 12:05 | |
| *** bsza has quit IRC | 12:13 | |
| *** bsza has joined #openstack | 12:14 | |
| *** StaceyTien has quit IRC | 12:14 | |
| *** MarkAt2od has quit IRC | 12:21 | |
| *** dosdawg__ has quit IRC | 12:24 | |
| *** dendrobates is now known as dendro-afk | 12:28 | |
| *** bsza has quit IRC | 12:32 | |
| *** bamedro_mac has quit IRC | 12:32 | |
| *** bamedro_mac1 has joined #openstack | 12:32 | |
| *** chomping has quit IRC | 12:34 | |
| *** jeromatron has quit IRC | 12:37 | |
| *** ll_ has joined #openstack | 13:00 | |
| *** chomping has joined #openstack | 13:02 | |
| *** redconnection has quit IRC | 13:07 | |
| *** ABK has quit IRC | 13:10 | |
| *** Nadeem has joined #openstack | 13:11 | |
| *** mus has joined #openstack | 13:12 | |
| *** mus is now known as rfz | 13:12 | |
| Nadeem | guys | 13:14 |
| Nadeem | i am getting this when i run glance-api | 13:15 |
| Nadeem | File "/usr/lib64/python2.7/site-packages/glance-2012.1-py2.7.egg/glance/common/config.py", line 32, in <module> from paste import deploy ImportError: No module named paste | 13:15 |
| Nadeem | i installed latest glance from git | 13:15 |
| Nadeem | any help ? | 13:15 |
| ll_ | you need to install that, | 13:16 |
| Nadeem | install what ? | 13:22 |
| Nadeem | paste ? | 13:22 |
| Nadeem | what is this paste module | 13:22 |
| Nadeem | is it a python module? | 13:22 |
| Nadeem | ya looks like a python module am installing it now | 13:23 |
| *** nerens has joined #openstack | 13:24 | |
| *** opsnare has joined #openstack | 13:28 | |
| *** nerens has quit IRC | 13:28 | |
| *** siko has joined #openstack | 13:38 | |
| vidd-away | Nadeem, before you install these apps from git you should run pip install -r tools/pip-requires | 13:39 |
| vidd-away | just about all of them have this files | 13:40 |
| *** vidd-away is now known as vidd | 13:40 | |
| ll_ | in the swift/common/db.py “PENDING_CAP = 131072 #Max number of pending entries”, why is the number 131072? | 13:42 |
| bamedro_mac1 | hello guys, | 13:43 |
| bamedro_mac1 | what does it means when you get a 'ignoring error injecting data into image 12 (child process died unexpectedly)' error | 13:43 |
| bamedro_mac1 | ? | 13:44 |
| bamedro_mac1 | after that, euca-describe-instacnes claim that instance is up and running, but actually it is not | 13:44 |
| bamedro_mac1 | euca-get-console-output gives nothing and I have no error anywhere | 13:45 |
| vidd | bamedro_mac1, you have multiple nodes? | 13:46 |
| bamedro_mac1 | only one for now | 13:46 |
| bamedro_mac1 | images are store on an nfs | 13:47 |
| vidd | bamedro_mac1, how many instances you have up and how much ram do you have? | 13:48 |
| bamedro_mac1 | no instances are running. It is a 24 cores machine with 96GB of RAM | 13:49 |
| bamedro_mac1 | running on CentOS6 | 13:49 |
| vidd | try rebooting all nova- serveces | 13:49 |
| vidd | and terminating any instances that are "claming" to be up | 13:50 |
| vidd | re-sync your nova database | 13:50 |
| vidd | restart all nova services angain | 13:50 |
| vidd | verify all services are back up | 13:50 |
| vidd | try instance again | 13:50 |
| bamedro_mac1 | volume service failed | 13:55 |
| bamedro_mac1 | but it should not be a problem | 13:56 |
| bamedro_mac1 | anyway, I get the same error | 13:57 |
| vidd | why is volume service failing? | 13:57 |
| vidd | the issue causing volume service to fail could be interfering with other services preventing them from running properly | 13:58 |
| vidd | i run on ubuntu, and usually when one service fails (especially volume) it takes others down with it | 13:59 |
| rfz | Vidd, are you running horizon + keystone ? | 14:00 |
| vidd | rfz, i was ... im rebuilding currently (and scripting the process as I go) | 14:01 |
| vidd | what's up? | 14:01 |
| bamedro_mac1 | vidd, verifying with nova-manage service list, everything is OK: compute, scheduler, network and vncproxy | 14:02 |
| vidd | bamedro_mac1, you have vncproxy working? you use git for that? | 14:02 |
| bamedro_mac1 | not yet, I would like to use it, but first, I need to have a running instance | 14:03 |
| bamedro_mac1 | but the service is starting yes | 14:03 |
| rfz | Vidd, I can't get horizon + keystone to work correctly - do you have any tips in the install process? I've followed the wiki doc pages on horizon + keystone | 14:04 |
| vidd | bamedro_mac1, you have plenty of cores, you have plenty of ram, there has to be a config out of place somewhere causing the process to die that im not thinking of at the moment | 14:05 |
| vidd | rfz, how did you install each peice of your stack? | 14:05 |
| rfz | I'm using ubuntu 11.10 so I installed the core nova services (compute, network, scheduler, volumes) via apt-get | 14:06 |
| rfz | it works fine in CLI mode | 14:06 |
| rfz | for horizon + keystone i'm using git | 14:07 |
| bamedro_mac1 | vidd, I just try to run 'libguestfs-test-tool' I get this error sh: /usr/libexec/qemu-kvm: No such file or directory | 14:08 |
| vidd | bamedro_mac1, that is most likely your issue | 14:09 |
| bamedro_mac1 | making a ln -s from /usr/libexec/qemu-kvm to /usr/bin/qemu-kvm lead me to another error : Could not open option rom 'sgabios.bin': No such file or directory" | 14:09 |
| vidd | bamedro_mac1, im not familiar with CentOS installs =[ | 14:10 |
| vidd | but it sounds like a critical piece of your setup is missing | 14:10 |
| bamedro_mac1 | and now, when trying to run an instance, nova-compute service gets stuck "injecting key into image" | 14:11 |
| vidd | rfz, what is failing with horizon? | 14:11 |
| bamedro_mac1 | OK vidd, I will check it. Thanks for your time | 14:11 |
| rfz | Vidd, I can login to horizon, but a lot of components are not working. I can't view images, or deploy them | 14:12 |
| *** ll_ has quit IRC | 14:13 | |
| vidd | rfz, you said you can do eveything in CLI | 14:13 |
| vidd | is nova and glance talking to keystone? (by default, they do NOT do this) | 14:13 |
| rfz | Vidd, I put the paste-bin file in nova.conf | 14:15 |
| vidd | rfz, did you beat glance api and glance registry into line as well? | 14:15 |
| vidd | see http://docs.openstack.org/diablo/openstack-compute/admin/content/migrating-from-cactus-to-diablo.html >> D- Why is Keystone not integrated ? | 14:17 |
| rfz | let me check it out - thanks | 14:17 |
| rfz | Well that will explain why images was not working. I will try now. | 14:18 |
| rfz | Okay - changed all the glance *conf settings - now I'm getting this when I try restart nova-api: 2011-11-12 12:29:02,327 CRITICAL nova [-] No module named ec2_token | 14:29 |
| vidd | rfz, you have --keystone_ec2_url=http://%keystone_ip%:5000/v2.0/ec2tokens in your | 14:31 |
| rfz | Yep | 14:31 |
| vidd | where did you git your keystone? | 14:33 |
| rfz | git clone https://github.com/cloudbuilders/keystone.git | 14:33 |
| *** livemoon has quit IRC | 14:34 | |
| zykes- | vidd: how goes ? :p | 14:38 |
| vidd | zykes-, just peachy-keen | 14:38 |
| *** livemoon has joined #openstack | 14:38 | |
| zykes- | :p | 14:38 |
| livemoon | hi, vidd | 14:39 |
| vidd | rfz, the latest and greatest [in theory] keystone is 5 hours old....git://github.com/openstack/keystone.git | 14:40 |
| vidd | hello livemoon | 14:40 |
| rfz | let me try that one | 14:40 |
| rfz | cheers vidd | 14:40 |
| *** nati2 has joined #openstack | 14:41 | |
| *** n8 has joined #openstack | 14:43 | |
| *** livemoon has quit IRC | 14:43 | |
| *** n8 is now known as Guest48357 | 14:43 | |
| *** livemoon has joined #openstack | 14:46 | |
| livemoon | vidd: my dashboard cannot work with nvoa service | 14:48 |
| *** bryguy has quit IRC | 14:49 | |
| vidd | livemoon, where did you get your dashboard? | 14:49 |
| livemoon | from https://github.com/openstack/horizon.git | 14:53 |
| *** bryguy has joined #openstack | 14:54 | |
| vidd | livemoon, you getting an error? | 14:54 |
| livemoon | yes | 14:55 |
| livemoon | I have sent mail to mailist | 14:55 |
| livemoon | can you see it? | 14:55 |
| vidd | no | 14:55 |
| vidd | im not on any mailing list | 14:55 |
| livemoon | wait , I paste it to you | 14:56 |
| livemoon | bye the way, do you happy with your family? | 14:56 |
| *** stuntmachine has joined #openstack | 14:57 | |
| livemoon | vidd: http://paste.openstack.org/show/3304/ | 14:58 |
| *** Guest48357 has quit IRC | 14:59 | |
| *** arBmind__ has joined #openstack | 15:00 | |
| vidd | livemoon, and everything still works in CLI? | 15:01 |
| livemoon | yes | 15:01 |
| vidd | you can use novaclient in cli without issue? | 15:01 |
| livemoon | yes ,I can | 15:02 |
| vidd | how old is your horizon? | 15:02 |
| vidd | https://github.com/openstack shows latest horizon is 16 hours | 15:03 |
| livemoon | I think I use the lastes | 15:04 |
| livemoon | because I installed it today | 15:04 |
| vidd | livemoon, then all i can say is file a bug and try using the "stable" branch | 15:05 |
| vidd | https://github.com/openstack/horizon/tree/stable/diablo | 15:06 |
| livemoon | oh | 15:06 |
| livemoon | sorry | 15:06 |
| vidd | you may be best to download the zip and unpack it locally | 15:06 |
| livemoon | I use the stable/diablo branch | 15:06 |
| vidd | then try using the newest =] | 15:07 |
| livemoon | because I according the devstack scripts | 15:07 |
| livemoon | ok | 15:07 |
| vidd | what i dont like about git-installing is that no matter if you git from stable or master, the install script will pull from the master | 15:08 |
| livemoon | thank you all the way | 15:08 |
| vidd | its really annoying | 15:08 |
| livemoon | oh, I don't know about git | 15:09 |
| livemoon | vidd: you are my teacher | 15:09 |
| vidd | livemoon, you have no idea how sad that is.....its like the blind leading the blind | 15:09 |
| livemoon | my boss need a webgui, if not , maybe I will lost my job | 15:10 |
| livemoon | and I can travel | 15:10 |
| vidd | the most annoying thing is you can do a perfect install today and then go do the exact same thing on the exact same machine tommorow and end up with some issue | 15:12 |
| livemoon | vidd: I agree with you | 15:14 |
| rfz | Yep :) | 15:14 |
| vidd | how hard can it be to add a prompt to these install scripts to ask the installer where they want to get this pieces that are outside the app's main folder? | 15:16 |
| vidd | id like to be able to download keystone and keep the version locked away where i know its not going to change on me | 15:17 |
| vidd | then, id like to download horizon and lock it away | 15:17 |
| rfz | has anyone managed to get openstack + dash + keystone working with the ubuntu 11.10 packages? | 15:18 |
| vidd | horizon wants this app....say novaclient....but instead of asking "do you want to use a local copy?" it just goes and grabbs the lastest version that could have changes 15 seconds ago that you never had a chance to test | 15:18 |
| vidd | so it looks like i have to work backwords....find out what horizon is going to install and install it first, and hope i didnt miss something | 15:19 |
| vidd | rfz, Kiall has a ppa that is supposed to work | 15:19 |
| vidd | https://launchpad.net/~managedit/+archive/openstack/ | 15:20 |
| rfz | thanks | 15:22 |
| *** nati2 has quit IRC | 15:28 | |
| *** dolphm has joined #openstack | 15:32 | |
| *** dpippenger has quit IRC | 15:35 | |
| *** dpippenger has joined #openstack | 15:36 | |
| *** sandywalsh_ has joined #openstack | 15:43 | |
| *** dolphm has quit IRC | 15:51 | |
| *** bamedro_mac1 has quit IRC | 15:52 | |
| *** stuntmachine has quit IRC | 15:55 | |
| *** jeromatron has joined #openstack | 15:58 | |
| *** livemoon has left #openstack | 16:00 | |
| *** kodapa is now known as kodapa_ | 16:01 | |
| *** jollyfoo has quit IRC | 16:03 | |
| *** dolphm has joined #openstack | 16:04 | |
| *** kodapa has joined #openstack | 16:09 | |
| kodapa | hello | 16:09 |
| vidd | hello kodapa | 16:12 |
| *** kodapa has quit IRC | 16:18 | |
| *** kodapa has joined #openstack | 16:19 | |
| *** dolphm has quit IRC | 16:26 | |
| *** rods has joined #openstack | 16:26 | |
| *** anotherjesse has joined #openstack | 16:32 | |
| *** jkyle has joined #openstack | 16:37 | |
| *** anotherjesse has quit IRC | 16:47 | |
| *** redconnection has joined #openstack | 16:54 | |
| *** rnorwood has joined #openstack | 16:55 | |
| *** redconnection has quit IRC | 17:01 | |
| *** woleium has joined #openstack | 17:06 | |
| *** crescendo has joined #openstack | 17:27 | |
| *** crescendo has joined #openstack | 17:27 | |
| uvirtbot | New bug: #889564 in horizon "Containers can't list floder that uploaded by Cyberduck" [Undecided,New] https://launchpad.net/bugs/889564 | 17:31 |
| *** bamedro_mac has joined #openstack | 17:31 | |
| *** rsampaio has joined #openstack | 17:33 | |
| *** bcwaldon has quit IRC | 17:33 | |
| *** rnorwood has quit IRC | 17:43 | |
| *** porzech has joined #openstack | 17:47 | |
| *** nelson has quit IRC | 17:47 | |
| porzech | Hi, have a question about swift: currently it has 5GB object limit, so how can I store VM images on it that have more then 5GB eg. Windows desktop virtual machine files? Thanks | 17:48 |
| vidd | porzech, http://swift.openstack.org/overview_large_objects.html | 17:50 |
| porzech | Thanks vidd, | 17:54 |
| porzech | now it is clear | 17:54 |
| *** porzech has quit IRC | 17:54 | |
| *** rnorwood has joined #openstack | 17:54 | |
| *** jkyle has quit IRC | 18:00 | |
| *** rnorwood has quit IRC | 18:03 | |
| *** rnorwood has joined #openstack | 18:05 | |
| *** jollyfoo has joined #openstack | 18:05 | |
| *** nelson has joined #openstack | 18:15 | |
| *** jog0 has joined #openstack | 18:15 | |
| *** perestrelka has quit IRC | 18:18 | |
| *** perestrelka has joined #openstack | 18:19 | |
| *** rnorwood has quit IRC | 18:19 | |
| *** rfz is now known as _rfz | 18:19 | |
| *** nerens has joined #openstack | 18:23 | |
| *** jollyfoo has quit IRC | 18:26 | |
| *** arBmind__ has quit IRC | 18:32 | |
| *** rnorwood has joined #openstack | 18:39 | |
| *** rsampaio has quit IRC | 18:42 | |
| *** rsampaio has joined #openstack | 18:43 | |
| *** rnorwood has quit IRC | 18:45 | |
| vidd | zykes-, you here? | 18:49 |
| zykes- | vidd: in between | 18:52 |
| vidd | have you seen the openstack-skeleton? if you are looking to still build your DNSaaS app, you might want to look at it | 18:53 |
| vidd | its on the openstack git page | 18:53 |
| zykes- | yeah :) | 18:57 |
| zykes- | i know : ) | 18:57 |
| zykes- | not that i am wondering about | 18:58 |
| zykes- | i'm wondering on howto architecture it | 18:58 |
| vidd | idk...something like that is way beyond my abilities =] | 18:58 |
| zykes- | not necassarely | 18:59 |
| zykes- | thing is i dns needs to be available across zones i think ? | 18:59 |
| zykes- | vidd: ? | 19:17 |
| vidd | yes zykes- | 19:20 |
| vidd | the devstack script appears to be broken errors out with "dirname: invalid option -- 'b'" and closes my ssh window =\ | 19:22 |
| vidd | nvmd stupid "space" | 19:25 |
| *** dendro-afk is now known as dendrobates | 19:31 | |
| *** jakedahn has joined #openstack | 19:35 | |
| *** jakedahn has quit IRC | 19:35 | |
| *** jakedahn has joined #openstack | 19:35 | |
| *** redbo has quit IRC | 19:36 | |
| *** redbo has joined #openstack | 19:42 | |
| *** ChanServ sets mode: +v redbo | 19:42 | |
| *** jakedahn has quit IRC | 19:43 | |
| *** kd926 has joined #openstack | 19:43 | |
| *** edolnx has joined #openstack | 19:43 | |
| *** kd926 has left #openstack | 19:43 | |
| *** bryguy has quit IRC | 19:46 | |
| *** clauden___ has quit IRC | 19:46 | |
| *** bryguy has joined #openstack | 19:46 | |
| *** edolnx has quit IRC | 19:48 | |
| *** edolnx has joined #openstack | 19:48 | |
| *** errr has quit IRC | 19:49 | |
| *** errr has joined #openstack | 19:49 | |
| *** edolnx has quit IRC | 19:50 | |
| *** edolnx has joined #openstack | 19:51 | |
| *** Hakon|mbp has quit IRC | 19:52 | |
| *** wilmoore has joined #openstack | 19:58 | |
| zykes- | vidd: :p | 19:59 |
| *** rnorwood has joined #openstack | 20:01 | |
| *** wilmoore has quit IRC | 20:02 | |
| *** llang629 has joined #openstack | 20:07 | |
| *** tdi_ has joined #openstack | 20:08 | |
| *** woleium has quit IRC | 20:09 | |
| *** woleium has joined #openstack | 20:09 | |
| *** tdi has quit IRC | 20:10 | |
| *** binbash_ has quit IRC | 20:10 | |
| *** binbash_ has joined #openstack | 20:11 | |
| *** Hakon|mbp has joined #openstack | 20:14 | |
| *** rsampaio has quit IRC | 20:26 | |
| *** blamar__ has joined #openstack | 20:28 | |
| *** blamar has quit IRC | 20:28 | |
| *** rsampaio has joined #openstack | 20:29 | |
| *** Bryanstein has quit IRC | 20:29 | |
| *** Bryanstein has joined #openstack | 20:33 | |
| *** redconnection has joined #openstack | 20:34 | |
| *** hingo has joined #openstack | 20:36 | |
| *** etarasov has quit IRC | 20:39 | |
| *** anotherjesse has joined #openstack | 20:47 | |
| *** chemikadze has quit IRC | 20:49 | |
| *** chemikadze has joined #openstack | 20:49 | |
| *** kbringard has left #openstack | 20:52 | |
| *** etarasov has joined #openstack | 20:53 | |
| _rfz | Anyone know why I'm getting a 401 error from horizon when trying to connect to nova? (I'm using the stable git builds) on Ubuntu 11.10 | 20:58 |
| *** arBmind has joined #openstack | 21:04 | |
| *** ldlework has joined #openstack | 21:07 | |
| *** mjfork has joined #openstack | 21:09 | |
| *** obino has quit IRC | 21:10 | |
| *** redbo has quit IRC | 21:12 | |
| *** ejat has joined #openstack | 21:15 | |
| *** ejat has joined #openstack | 21:15 | |
| *** redconnection has quit IRC | 21:17 | |
| *** giroro_ has quit IRC | 21:18 | |
| *** Ruetobas has joined #openstack | 21:22 | |
| *** arBmind has quit IRC | 21:24 | |
| *** dtroyer has joined #openstack | 21:25 | |
| *** tony has joined #openstack | 21:27 | |
| *** tony has left #openstack | 21:28 | |
| *** redconnection has joined #openstack | 21:30 | |
| *** redbo has joined #openstack | 21:30 | |
| *** ChanServ sets mode: +v redbo | 21:30 | |
| zykes- | vidd: ? | 21:34 |
| *** Nadeem has quit IRC | 21:34 | |
| vidd | yes zykes- | 21:34 |
| zykes- | :=p | 21:35 |
| zykes- | http://jpmens.net/2010/05/05/powerdns-and-a-couchdb-backend/ | 21:35 |
| zykes- | looks like a nice thing | 21:35 |
| *** redbo has quit IRC | 21:36 | |
| *** redbo has joined #openstack | 21:37 | |
| *** ChanServ sets mode: +v redbo | 21:37 | |
| vidd | zykes-, i dont understand a thing i read =\ | 21:38 |
| *** jkyle has joined #openstack | 21:38 | |
| *** redbo has quit IRC | 21:42 | |
| *** redbo has joined #openstack | 21:42 | |
| *** ChanServ sets mode: +v redbo | 21:42 | |
| *** TheOsprey has quit IRC | 21:44 | |
| *** nerens has quit IRC | 21:45 | |
| *** jeromatron has left #openstack | 21:50 | |
| *** rsampaio has quit IRC | 21:50 | |
| *** rsampaio has joined #openstack | 21:51 | |
| *** obino has joined #openstack | 21:51 | |
| *** jog0 has quit IRC | 21:59 | |
| *** rnorwood has quit IRC | 22:02 | |
| *** krow has joined #openstack | 22:03 | |
| *** krow has quit IRC | 22:05 | |
| *** obino has quit IRC | 22:06 | |
| *** obino has joined #openstack | 22:06 | |
| *** mnour has joined #openstack | 22:07 | |
| *** rsampaio has quit IRC | 22:14 | |
| *** aceat64 has quit IRC | 22:15 | |
| *** bamedro_mac has quit IRC | 22:15 | |
| *** bamedro_mac has joined #openstack | 22:15 | |
| *** rsampaio has joined #openstack | 22:15 | |
| *** bamedro_mac has quit IRC | 22:17 | |
| *** bamedro_mac has joined #openstack | 22:17 | |
| *** dpippenger has quit IRC | 22:18 | |
| *** rsampaio has joined #openstack | 22:21 | |
| *** asksol has quit IRC | 22:23 | |
| *** asksol has joined #openstack | 22:24 | |
| *** rnorwood has joined #openstack | 22:24 | |
| *** woleium_ has joined #openstack | 22:24 | |
| *** woleium has quit IRC | 22:25 | |
| *** woleium_ is now known as woleium | 22:25 | |
| *** jkyle has quit IRC | 22:27 | |
| *** lvaughn has quit IRC | 22:28 | |
| bamedro_mac | Hi, any qemu bios specialist in the room ? | 22:33 |
| bamedro_mac | I've this issue https://answers.launchpad.net/nova/+question/178543 | 22:33 |
| *** PeteDaGuru has joined #openstack | 22:35 | |
| vidd | bamedro_mac, your doing redhat right? | 22:40 |
| bamedro_mac | CentOS, it's similar | 22:41 |
| vidd | i only ask because the first 25 things google throws up is redhat stuff =] | 22:41 |
| bamedro_mac | yes I saw that :) | 22:42 |
| vidd | you running i386 or x32_64? | 22:43 |
| bamedro_mac | x_64 | 22:43 |
| *** cw has quit IRC | 22:43 | |
| *** cw has joined #openstack | 22:43 | |
| vidd | what version of qemu-kvm you got under the hood? | 22:44 |
| bamedro_mac | looking at the repos from griddynamics (which maintain rhel & centos repos), it seems that openstack relies on seabios actually | 22:44 |
| bamedro_mac | Version : 0.15.0 | 22:44 |
| bamedro_mac | Release : 3.el6 | 22:44 |
| vidd | right...but rh/fed/cent qemu querries sgabios =\ | 22:45 |
| *** jog0 has joined #openstack | 22:45 | |
| vidd | bamedro_mac, check your nova compute conf file and see what libvirt is selected | 22:47 |
| vidd | im getting the feeling its "qemu" and not "kvm" | 22:48 |
| bamedro_mac | it is kvm | 22:49 |
| bamedro_mac | --libvirt_type=kvm | 22:49 |
| vidd | and your looking at he compute one...the one with only one setting and not the standard nova with 800 optons | 22:50 |
| vidd | =] | 22:50 |
| *** jakedahn has joined #openstack | 22:52 | |
| bamedro_mac | I've only one config file, /etc/nova/nova.conf which has pleny options yep | 22:52 |
| vidd | there should be 3 nova config files | 22:53 |
| bamedro_mac | ls /etc/nova/ | 22:53 |
| bamedro_mac | api-paste.ini api-paste.ini.keystone.example auth_basic.ini auth_token.ini nova.conf | 22:53 |
| vidd | the api-paste file, the nova.conf file, and the nova-compute.conf file | 22:53 |
| bamedro_mac | ok | 22:54 |
| bamedro_mac | so I put --libvirt_type=kvm in a nova-compute.conf file | 22:54 |
| bamedro_mac | and only this option ? | 22:54 |
| vidd | restart all services, cross fingers [pray if you have the feel for it] and see what happens =] | 22:55 |
| *** sdake has joined #openstack | 22:55 | |
| vidd | bamedro_mac, yes | 22:55 |
| vidd | just that one line | 22:55 |
| bamedro_mac | same problem | 22:59 |
| *** dtroyer has quit IRC | 22:59 | |
| vidd | bamedro_mac, i dont know what else to say =\ | 23:00 |
| bamedro_mac | I checked in the nova-compute logs, and it uses libvirt_type=kvm, but it uses kvm before also | 23:00 |
| vidd | did you have any issue when you tested with the devstack script? | 23:00 |
| bamedro_mac | thanks anyway | 23:00 |
| bamedro_mac | I very disappointed with this erro | 23:01 |
| vidd | bamedro_mac, have you tried the devstack script? | 23:02 |
| bamedro_mac | i didn't use the devstack script | 23:02 |
| bamedro_mac | maybe I should try that | 23:03 |
| vidd | have you tried to launch a "standard" VM? | 23:03 |
| bamedro_mac | but it seems to be for ubuntu right ? | 23:03 |
| vidd | one without openstack? | 23:03 |
| vidd | bamedro_mac, to be honets i dunno | 23:04 |
| vidd | i have not personally used it but once | 23:04 |
| bamedro_mac | I try to run http://uec-images.ubuntu.com/natty/current/natty-server-cloudimg-amd64.tar.gz | 23:04 |
| *** mnour has quit IRC | 23:07 | |
| bamedro_mac | it is the same which is used with devstack | 23:07 |
| *** rnorwood has quit IRC | 23:09 | |
| vidd | http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html-single/Virtualization/index.html shows how to set up a vm outside of openstack.... | 23:10 |
| *** anotherjesse has quit IRC | 23:11 | |
| vidd | see if you get the same issue outside of openstack that you get inside bamedro_mac | 23:11 |
| *** arBmind has joined #openstack | 23:19 | |
| _rfz | devstack script is only for Ubuntu 11.04 | 23:27 |
| bamedro_mac | ok thanks. It seems my problem is more related to rhel | 23:31 |
| *** jog0 has quit IRC | 23:32 | |
| _rfz | Argh, now I'm getting nova.api.openstack: None could not be found with token '999888777666' | 23:36 |
| *** rsampaio has quit IRC | 23:37 | |
| *** rsampaio has joined #openstack | 23:38 | |
| *** jakedahn has quit IRC | 23:50 | |
| *** rnorwood has joined #openstack | 23:52 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!