*** rnorwood has joined #openstack | 00:01 | |
*** robix has joined #openstack | 00:04 | |
*** krow has quit IRC | 00:05 | |
*** jog0 has quit IRC | 00:06 | |
*** bengrue has quit IRC | 00:08 | |
magg | thanks! | 00:08 |
---|---|---|
*** martin has joined #openstack | 00:12 | |
*** daharon has quit IRC | 00:13 | |
*** gyee has quit IRC | 00:16 | |
*** dgags has quit IRC | 00:19 | |
*** PeteDaGuru has quit IRC | 00:19 | |
*** magg has quit IRC | 00:22 | |
vidd | is nova-volume really the way to add attached storage or is there a different way? | 00:28 |
vidd | *the only way* | 00:29 |
*** cdub has joined #openstack | 00:38 | |
*** Gordonz has quit IRC | 00:40 | |
*** rnorwood has quit IRC | 00:42 | |
*** ahasenack has quit IRC | 00:44 | |
*** po has quit IRC | 00:51 | |
*** hezekiah_ has quit IRC | 00:54 | |
*** df1 has left #openstack | 00:55 | |
*** datajerk has quit IRC | 00:57 | |
*** dtroyer has quit IRC | 00:57 | |
*** stewart has joined #openstack | 01:00 | |
*** nati2_ has joined #openstack | 01:01 | |
*** egant has quit IRC | 01:01 | |
*** nati2 has quit IRC | 01:01 | |
*** po has joined #openstack | 01:02 | |
*** Nadeeem has quit IRC | 01:02 | |
*** rnorwood has joined #openstack | 01:13 | |
*** po has quit IRC | 01:14 | |
*** pixelbeat has joined #openstack | 01:16 | |
vidd | anyone here with working keystone and euca? | 01:17 |
*** obino has quit IRC | 01:17 | |
*** livemoon has joined #openstack | 01:19 | |
*** stewart has quit IRC | 01:22 | |
*** shawn_ is now known as shawn | 01:24 | |
vidd | anyone here with working keystone and euca? | 01:25 |
*** dendro-afk is now known as dendrobates | 01:26 | |
*** maplebed has quit IRC | 01:28 | |
*** mmetheny has quit IRC | 01:28 | |
*** mmetheny has joined #openstack | 01:28 | |
*** ^tortuguito has joined #openstack | 01:32 | |
*** jdurgin has quit IRC | 01:35 | |
*** robix has quit IRC | 01:42 | |
*** datajerk has joined #openstack | 01:51 | |
*** dolphm has joined #openstack | 01:55 | |
*** dolphm has quit IRC | 01:56 | |
*** dolphm has joined #openstack | 01:57 | |
*** dolphm has quit IRC | 02:01 | |
*** tryggvil_ has joined #openstack | 02:02 | |
*** stuntmachine has joined #openstack | 02:08 | |
*** Razique has quit IRC | 02:11 | |
*** tryggvil_ has quit IRC | 02:11 | |
*** dtroyer has joined #openstack | 02:11 | |
*** doorlock has joined #openstack | 02:13 | |
*** dolphm has joined #openstack | 02:14 | |
*** hezekiah_ has joined #openstack | 02:19 | |
*** Ryan_Lane has quit IRC | 02:22 | |
*** jkyoung has joined #openstack | 02:25 | |
*** Turicas has quit IRC | 02:26 | |
*** pixelbeat has quit IRC | 02:28 | |
*** mandela123 has joined #openstack | 02:32 | |
*** Algeriano has joined #openstack | 02:34 | |
*** hadrian has quit IRC | 02:36 | |
*** hadrian has joined #openstack | 02:41 | |
vidd | anyone here with working keystone and euca? | 02:42 |
*** mgw has joined #openstack | 02:50 | |
*** takarider has quit IRC | 02:54 | |
*** Algeriano has quit IRC | 02:57 | |
dolphm | vidd: what kind of problem are you having? | 02:58 |
*** dolphm has quit IRC | 02:59 | |
vidd | euca wont work with keystone | 02:59 |
*** dolphm has joined #openstack | 03:00 | |
vidd | euca wont work with keystone dolphm | 03:00 |
vidd | with NOVA_URL=http://192.168.15.199:8774/v1.1/ | 03:01 |
vidd | in env, get Warning: failed to parse error message from AWS: <unknown>:1:0: syntax error | 03:01 |
vidd | export EC2_URL="http://192.168.15.199:8773/services/Cloud" in novarc | 03:02 |
*** rnorwood has quit IRC | 03:02 | |
vidd | with EC2_URL=http://192.168.15.199:5000/services/Cloud i get Warning: failed to parse error message from AWS: <unknown>:1:0: not well-formed (invalid token) | 03:04 |
*** dolphm has quit IRC | 03:04 | |
vidd | so i take it the second one is the correct one, and somehow my credentials in keystone are sckewed | 03:05 |
mandela123 | no | 03:06 |
mandela123 | the first is right | 03:06 |
vidd | with keystone? | 03:06 |
mandela123 | yes | 03:06 |
mandela123 | use export EC2_URL="http://10.67.21.10:8773/services/Cloud" | 03:06 |
mandela123 | what you should care is the ec2_access_key and the secret key | 03:07 |
mandela123 | they should be set the same as in the keystone's table credentials | 03:07 |
vidd | if the first one times out and the second one returnes failed auth, how could the first one be right? | 03:08 |
vidd | so keystone needs the :username in the credentials? | 03:08 |
*** dysinger has quit IRC | 03:09 | |
*** doorlock has quit IRC | 03:11 | |
vidd | nope...port 8773 is still timing out nd port 500 saying wrong credentials | 03:12 |
mandela123 | the fact is that i have eucatools works well with keystone now | 03:13 |
vidd | mandela123, i dont dobt you | 03:14 |
mandela123 | i use the trunk code | 03:14 |
mandela123 | also you should make sure that the bug in keystone has been fixed | 03:15 |
mandela123 | in the file keystone/milldleware/ec2_token.py | 03:15 |
vidd | i use stable...need to in order to make sure what works here will be the same thing I deploy when i conver the data center | 03:15 |
vidd | i cant use something that could be completely different 2 weeks from now | 03:15 |
mandela123 | i think you need to update your code. | 03:16 |
vidd | mandela123, i think you may be right about the ec2 token | 03:16 |
mandela123 | the bug was fixed recently | 03:16 |
mandela123 | and i have a problem with quotas on tenant | 03:17 |
mandela123 | in the past ,project are used to orangnised to set the quotas | 03:18 |
mandela123 | but now with tenant ,how should we do with keystone's tenant | 03:18 |
*** nRy_ has joined #openstack | 03:19 | |
vidd | mandela123, in your keystone make tenant = project =] | 03:20 |
mandela123 | you mean set the name of the table tenants' coloum name with the project table' colum project? | 03:22 |
vidd | if you are going to actually compare them...yes | 03:23 |
mandela123 | INSTANCEi-0000000aami-00000005192.168.104.8192.168.104.8runningNone (6, sws51)1m1.tiny2011-11-04T06:10:03Znova | 03:25 |
*** vernhart has quit IRC | 03:26 | |
mandela123 | i use eucatools to check the instance ,you see that it use the tenant id not the tenant name | 03:26 |
mandela123 | runningNone (6, sws51) | 03:26 |
vidd | ok | 03:26 |
vidd | i dont see the issue | 03:27 |
mandela123 | i'll test if the quota works well right now | 03:27 |
mandela123 | thanks vidd! | 03:27 |
vidd | your using keystone with some kind of data interpretation software...right? | 03:27 |
*** kaushikc has joined #openstack | 03:30 | |
vidd | hrm...they "fixed" the ec2_token.py issue by removing eu2_token.py | 03:30 |
vidd | =\ | 03:30 |
vidd | *sigh* | 03:31 |
vidd | looks like im going to need to "freeze-dry" a working solution =\ | 03:32 |
vidd | well...its been a long time...there is a bed calling my name....be back for another round in the AM =] | 03:36 |
vidd | g'night [or whatever] all | 03:36 |
*** vidd is now known as vidd-away | 03:37 | |
*** kaushikc has quit IRC | 03:42 | |
*** jkyoung has quit IRC | 03:43 | |
*** stewart has joined #openstack | 03:44 | |
*** vernhart has joined #openstack | 03:44 | |
*** hadrian has quit IRC | 03:51 | |
*** mgw has quit IRC | 03:57 | |
*** mgw1 has joined #openstack | 03:57 | |
hezekiah_ | I"m finding that some systems I setup (ubuntu 11.04) the bridge interface doesn't appear to be working (instances cannot get an IP on dhcp) | 03:59 |
*** mgw1 has quit IRC | 04:05 | |
*** dragondm has joined #openstack | 04:05 | |
*** sean_roberts has joined #openstack | 04:15 | |
*** helfrez has joined #openstack | 04:19 | |
*** freeflyi1g has quit IRC | 04:24 | |
*** helfrez has quit IRC | 04:24 | |
*** freeflying has joined #openstack | 04:25 | |
*** clopez has joined #openstack | 04:27 | |
*** livemoon has quit IRC | 04:27 | |
*** stuntmachine has quit IRC | 04:28 | |
*** neunon has joined #openstack | 04:31 | |
*** rbergeron has quit IRC | 04:44 | |
*** py has quit IRC | 04:47 | |
*** duffman has quit IRC | 04:47 | |
*** py has joined #openstack | 04:47 | |
*** duffman has joined #openstack | 04:48 | |
*** rbergeron has joined #openstack | 04:51 | |
*** cowmix has quit IRC | 05:04 | |
*** cowmix has joined #openstack | 05:06 | |
*** mgw has joined #openstack | 05:09 | |
*** mandela123 has quit IRC | 05:18 | |
*** mandela123 has joined #openstack | 05:22 | |
*** rbergeron has quit IRC | 05:22 | |
*** rbergeron has joined #openstack | 05:22 | |
*** mgw has quit IRC | 05:22 | |
*** vernhart has quit IRC | 05:23 | |
*** vernhart has joined #openstack | 05:25 | |
*** vernhart has quit IRC | 05:42 | |
*** stewart has quit IRC | 05:46 | |
*** ejat has joined #openstack | 05:46 | |
*** nati2_ has quit IRC | 05:47 | |
*** rsampaio has joined #openstack | 05:59 | |
*** csdserver has joined #openstack | 06:06 | |
*** vernhart has joined #openstack | 06:10 | |
*** oubiwann has quit IRC | 06:17 | |
*** rbergeron has quit IRC | 06:45 | |
*** hezekiah_ has quit IRC | 06:46 | |
*** rbergeron has joined #openstack | 06:50 | |
*** dragondm has quit IRC | 07:03 | |
*** guaqua has joined #openstack | 07:03 | |
*** jantje has quit IRC | 07:04 | |
*** jantje has joined #openstack | 07:04 | |
*** mandela123_ has joined #openstack | 07:04 | |
*** mandela123 has quit IRC | 07:07 | |
*** mandela123_ is now known as mandela123 | 07:07 | |
*** nerens has joined #openstack | 07:16 | |
*** rbergeron has quit IRC | 07:19 | |
*** rbergeron has joined #openstack | 07:20 | |
*** stewart has joined #openstack | 07:38 | |
*** miclorb_ has joined #openstack | 07:44 | |
mandela123 | i ,any one have tested nova-volume vsa? | 07:51 |
*** stewart has quit IRC | 07:56 | |
*** clopez has quit IRC | 08:02 | |
*** katkee has joined #openstack | 08:14 | |
*** ^tortuguito is now known as tortu | 08:18 | |
*** bawsz has joined #openstack | 08:19 | |
bawsz | is it possible to change flavour dynamically, without having to shut down an instance beforehand? | 08:20 |
*** nerens has quit IRC | 08:26 | |
guaqua | has someone here used crowbar to deploy a swift system? | 08:37 |
*** Nadeemm has joined #openstack | 08:39 | |
Nadeemm | guys, are there instructions to install nova compute from source (tar.gz) ? | 08:40 |
Nadeemm | i could only see instructions for apt and rpm | 08:40 |
*** obino has joined #openstack | 09:00 | |
guaqua | haven't done anything with nova, myself | 09:02 |
*** Madkiss has quit IRC | 09:08 | |
*** Madkiss has joined #openstack | 09:08 | |
*** ejat has quit IRC | 09:28 | |
*** datajerk has quit IRC | 09:35 | |
*** JKERZN has joined #openstack | 09:36 | |
*** datajerk has joined #openstack | 09:41 | |
*** jakedahn has joined #openstack | 09:46 | |
*** jakedahn has quit IRC | 09:47 | |
zykes- | vidd-away: ! | 10:05 |
*** po has joined #openstack | 10:14 | |
*** csdserver has quit IRC | 10:43 | |
*** superjudge has quit IRC | 10:51 | |
*** superjudge has joined #openstack | 10:51 | |
*** miclorb_ has quit IRC | 11:04 | |
*** hadrian has joined #openstack | 11:04 | |
*** hadrian has quit IRC | 11:26 | |
*** Teknix has quit IRC | 11:26 | |
*** Teknix has joined #openstack | 11:26 | |
*** Nadeemm has quit IRC | 11:27 | |
*** hadrian has joined #openstack | 11:31 | |
*** datajerk has quit IRC | 11:54 | |
*** fujin has quit IRC | 11:54 | |
*** datajerk has joined #openstack | 12:05 | |
*** hadrian_ has joined #openstack | 12:18 | |
*** livemoon has joined #openstack | 12:21 | |
*** hadrian has quit IRC | 12:21 | |
*** hadrian_ is now known as hadrian | 12:21 | |
*** dendrobates is now known as dendro-afk | 12:22 | |
*** livemoon has left #openstack | 12:23 | |
*** fujin has joined #openstack | 12:26 | |
*** hadrian has quit IRC | 12:53 | |
*** crayon_z has joined #openstack | 13:08 | |
*** crayon has quit IRC | 13:10 | |
*** Hakon|mbp has quit IRC | 13:10 | |
*** cloudgeek has joined #openstack | 13:11 | |
*** dolphm has joined #openstack | 13:19 | |
*** Hakon|mbp has joined #openstack | 13:21 | |
*** nerens has joined #openstack | 13:21 | |
*** dolphm has quit IRC | 13:23 | |
*** david__c has quit IRC | 13:25 | |
*** lionel has quit IRC | 13:26 | |
*** lionel has joined #openstack | 13:26 | |
*** chomping has quit IRC | 13:28 | |
*** mmetheny has quit IRC | 13:28 | |
*** mmetheny has joined #openstack | 13:29 | |
*** mandela123 has quit IRC | 13:31 | |
*** Hakon|mbp has quit IRC | 13:38 | |
*** rods has joined #openstack | 13:46 | |
*** jpgeek has joined #openstack | 13:56 | |
*** tjikkun has quit IRC | 14:01 | |
*** tjikkun has joined #openstack | 14:06 | |
*** tjikkun has joined #openstack | 14:06 | |
*** cloudgeek has quit IRC | 14:28 | |
*** nickon has joined #openstack | 14:36 | |
*** rsampaio has quit IRC | 14:41 | |
*** rsampaio has joined #openstack | 14:42 | |
*** mihgen has joined #openstack | 14:48 | |
*** julian_c has joined #openstack | 14:53 | |
*** julian_c has left #openstack | 14:54 | |
*** rsampaio has quit IRC | 15:06 | |
*** po has quit IRC | 15:07 | |
*** rsampaio has joined #openstack | 15:08 | |
*** osier has joined #openstack | 15:13 | |
*** julian_c has joined #openstack | 15:22 | |
*** rsampaio has quit IRC | 15:26 | |
*** vladimir3p has joined #openstack | 15:27 | |
*** rsampaio has joined #openstack | 15:30 | |
*** nati2 has joined #openstack | 15:31 | |
*** osier has quit IRC | 15:36 | |
*** mgw has joined #openstack | 15:41 | |
*** rsampaio has quit IRC | 15:43 | |
*** rsampaio has joined #openstack | 15:44 | |
*** vladimir3p has quit IRC | 15:46 | |
*** nati2 has quit IRC | 15:47 | |
*** nati2 has joined #openstack | 15:48 | |
*** rsampaio has quit IRC | 15:48 | |
*** jpgeek has quit IRC | 15:51 | |
*** rsampaio has joined #openstack | 15:52 | |
*** Moltar has joined #openstack | 15:57 | |
*** jtanner has joined #openstack | 16:00 | |
*** rsampaio has quit IRC | 16:00 | |
*** rsampaio has joined #openstack | 16:01 | |
*** Hakon|mbp has joined #openstack | 16:04 | |
*** nati2_ has joined #openstack | 16:04 | |
*** nati2 has quit IRC | 16:05 | |
*** freeflying has quit IRC | 16:13 | |
*** freeflying has joined #openstack | 16:16 | |
*** vidd-away is now known as vidd | 16:16 | |
*** mihgen has quit IRC | 16:22 | |
*** nati2_ has quit IRC | 16:26 | |
*** mihgen has joined #openstack | 16:36 | |
*** nati2 has joined #openstack | 16:37 | |
*** mihgen has quit IRC | 16:50 | |
*** nati2 has quit IRC | 16:50 | |
*** pixelbeat has joined #openstack | 16:52 | |
*** nati2 has joined #openstack | 16:55 | |
*** jtanner has quit IRC | 16:56 | |
*** nati2 has quit IRC | 16:58 | |
*** mihgen has joined #openstack | 17:07 | |
*** vidd is now known as vidd-away | 17:08 | |
bawsz | how easy is it to change the flavour of an instance? do you need to recreate it with the new flavour, or can it be changed during runtime or after a reboot? | 17:12 |
*** mihgen has quit IRC | 17:15 | |
*** hezekiah_ has joined #openstack | 17:42 | |
*** hezekiah_ has quit IRC | 17:43 | |
*** vernhart has quit IRC | 17:46 | |
*** clopez has joined #openstack | 17:46 | |
*** vernhart has joined #openstack | 17:48 | |
*** Ryan_Lane has joined #openstack | 17:49 | |
*** hezekiah_ has joined #openstack | 17:50 | |
bawsz | no idea? | 17:55 |
*** jedi4ever has quit IRC | 17:56 | |
*** obino has quit IRC | 17:57 | |
*** vidd-away is now known as vidd | 17:58 | |
vidd | bawsz, what do you mean "change flavor"? | 17:58 |
*** mmetheny has quit IRC | 17:58 | |
bawsz | change amount of ram/cpu allocated to it | 17:58 |
*** hezekiah_ has quit IRC | 17:59 | |
vidd | bawsz, when you launch the image, you specify that info with the -t tag in euca | 17:59 |
vidd | i dont know if you can migrate a live image to a different type | 18:00 |
bawsz | so a flavour is permanent once the instance is launched? | 18:00 |
vidd | bawsz, so far as i know.... | 18:01 |
bawsz | ookay. | 18:01 |
vidd | as i said i do nor believe you can migrate a running instance to a larger -t but i could be wrong | 18:01 |
bawsz | but if you shut it down first, can you relaunch it with a different -t? | 18:02 |
vidd | bawsz, you can always add more storage...dont know about ram | 18:02 |
bawsz | yeah. | 18:02 |
vidd | bawsz, correct | 18:02 |
bawsz | but will that recreate everything? | 18:02 |
vidd | recreate what? | 18:03 |
vidd | it will be a pristine instance | 18:03 |
bawsz | yea, so all that changes when you start the instance with another flavour is its CPU / RAM allocation? | 18:04 |
vidd | if you want to take an isnstance you have up and running with all the modifications, you will want to use it to create a new image and launch that new image with the increased -t | 18:04 |
bawsz | a-ha. then delete the previous image with the earlier -t? | 18:05 |
vidd | bawsz, i wouldnt "delete" the image....save the image for a base template for the next project you wish to modify =] | 18:06 |
bawsz | mm.. cool | 18:06 |
vidd | there is no reason to have your starting image have packages in it you will not need | 18:07 |
bawsz | ya | 18:08 |
bawsz | would it be feasible to move images between your local machine and the openstack cloud? ie, is it possible to go from openstack image -> vmware/virtualbox image and then back to a openstack image if need be? | 18:08 |
vidd | bawsz, i know you can do the "and back" part...not sure about the fromOS -> VirtBox | 18:09 |
bawsz | hypervisor's probably gonna be xen | 18:12 |
*** stuntmachine has joined #openstack | 18:12 | |
bawsz | are you able to do the shut down and start another instance using the shut-down image with another flavour in the dashboard? | 18:18 |
bawsz | or is that CLI only | 18:18 |
vidd | i dont have the dashboard | 18:19 |
bawsz | okay | 18:21 |
*** mgw has quit IRC | 18:21 | |
*** qazwsx has joined #openstack | 18:24 | |
*** heckj has joined #openstack | 18:36 | |
*** qazwsx|2 has joined #openstack | 18:36 | |
*** heckj has quit IRC | 18:36 | |
*** mmetheny has joined #openstack | 18:38 | |
*** qazwsx has quit IRC | 18:39 | |
*** datajerk has quit IRC | 18:44 | |
*** rsampaio has quit IRC | 18:48 | |
*** rsampaio has joined #openstack | 18:49 | |
*** ksteward1 has joined #openstack | 18:49 | |
*** kashyap_ has joined #openstack | 19:00 | |
*** Moltar has quit IRC | 19:02 | |
vidd | --iscsi_ip_prefix= should be set to the private IP range? or the floating IP rang? | 19:02 |
*** rsampaio has quit IRC | 19:02 | |
*** rsampaio has joined #openstack | 19:03 | |
*** rsampaio has quit IRC | 19:08 | |
*** kashyap_ has quit IRC | 19:09 | |
*** kashyap_ has joined #openstack | 19:09 | |
*** rsampaio has joined #openstack | 19:10 | |
*** kashyap_ has quit IRC | 19:10 | |
*** errr has quit IRC | 19:14 | |
*** errr has joined #openstack | 19:14 | |
*** egant has joined #openstack | 19:21 | |
*** hggdh has joined #openstack | 19:24 | |
*** datajerk has joined #openstack | 19:30 | |
zykes- | vidd: ? | 19:34 |
*** pixelbeat has quit IRC | 19:34 | |
vidd | yes zykes- | 19:34 |
zykes- | how goes ? ;) | 19:34 |
zykes- | did you find out regarding the stuff for dash? | 19:34 |
vidd | im aggrevated, aggitated and annoyed | 19:34 |
zykes- | why? | 19:34 |
vidd | keystone broke my nova so badly I had to reinstall....again | 19:35 |
zykes- | :| | 19:35 |
zykes- | how did it break it ? | 19:35 |
vidd | zykes-, does your dashboard work with sqlite or mysql? | 19:36 |
zykes- | shouldn't be possible even | 19:36 |
zykes- | vidd: i've used both with newest horizon | 19:36 |
vidd | "newest" as in stable or master? | 19:36 |
zykes- | master | 19:36 |
vidd | and does your dashboard integrate with your system in a venv or in the real env? | 19:37 |
zykes- | venv but how does that affect it ? | 19:37 |
vidd | zykes-, with it wrapped in an venv, security updates will not be applied to it | 19:38 |
vidd | on a production-grade install, that is a BAD thing | 19:38 |
zykes- | vidd: then again, install deps | 19:39 |
zykes- | from apt or yum and the ones that are not there use pip | 19:39 |
zykes- | don't see the real issue in that | 19:39 |
vidd | i really dont want to have to load the venv every day to check for updates | 19:39 |
zykes- | you wont with that way | 19:39 |
vidd | well....before i can worry about dashboard, i have to get keystone to play nice with nova and glance | 19:40 |
vidd | you installed your keystone with master git? | 19:41 |
zykes- | ;) | 19:41 |
zykes- | yeah | 19:41 |
zykes- | ok all nodes | 19:41 |
zykes- | that needs it | 19:41 |
vidd | how do you get it to auto-load? | 19:41 |
zykes- | autoload ? | 19:41 |
zykes- | autostart you mean ? | 19:41 |
vidd | yeah...so its running when nova or glance needs it | 19:41 |
zykes- | you can use the init script from the ubuntu pkg ? | 19:42 |
vidd | so you dont have it auto-starting? | 19:42 |
zykes- | correct ;) | 19:42 |
vidd | heh...then how do you know its working =] | 19:42 |
zykes- | or wait until the keystone team has approved all reviews to backports ;) | 19:42 |
zykes- | working how ? | 19:42 |
zykes- | yeah, i need to start it each time the server boots | 19:43 |
zykes- | atm | 19:43 |
vidd | that is also not a good thing | 19:43 |
zykes- | wasn't that what you meant with autoload? | 19:43 |
vidd | yes...so it starts when the server boots up | 19:44 |
zykes- | ah | 19:44 |
vidd | i dont expect to have to reboot the server all the time, but it will happen from time to time | 19:45 |
zykes- | yeah, well then for now be easy on yourself and use a init script from a package ;) | 19:46 |
vidd | zykes-, i dont understand how to write an init script | 19:47 |
zykes- | vidd: don't need to what distro you on ? | 19:47 |
vidd | ive seen examples...but it doesnt make sence to me | 19:47 |
vidd | ubuntu | 19:47 |
vidd | 11.10 | 19:48 |
zykes- | vidd: grab it from the package then ;) | 19:48 |
vidd | i dont understand | 19:48 |
vidd | how do i grab it from the package if i install the package, keystone will not work | 19:48 |
zykes- | yes you can ;) | 19:49 |
zykes- | i can do it for you | 19:49 |
vidd | doing it for me is fine...but i need to be able to reproduce it =\ | 19:49 |
zykes- | yeah, copy it from the paste i'm gonna give to you ; | 19:50 |
vidd | i dont want to have to look you up every time i need to roll out a new controller | 19:50 |
vidd | =] | 19:50 |
zykes- | new controller ? | 19:51 |
vidd | right...right now, im setting up a test environment | 19:51 |
vidd | in a month or less, im going to deploy for real | 19:51 |
zykes- | http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/oneiric/keystone/oneiric-proposed/view/head:/debian/keystone.upstart | 19:51 |
zykes- | vidd: read above | 19:51 |
vidd | then, once our data center is converted, we will demo it to customers | 19:51 |
zykes- | i think the keystone team is giving out a "backport" version vidd | 19:52 |
zykes- | which will be "fixed" | 19:52 |
vidd | when a customer orders service, I will need to set up a new controller for the customer zone | 19:52 |
zykes- | why a dedicated controller ? ;p | 19:52 |
vidd | the stuff we use for our datacenter will be refurbished, updated servers | 19:53 |
vidd | the ppl with the checkbooks are not going to give me "new" equiptment for our datacenter | 19:54 |
zykes- | ;p | 19:54 |
vidd | but for paying customers, I will insiste that we get better stuff | 19:54 |
zykes- | vidd: ask dolph for when they are giving out the backported package | 19:55 |
zykes- | or Daviey maybe | 19:55 |
*** mgw1 has joined #openstack | 19:57 | |
vidd | zykes-, the file you pated....do i save this as a file? and where do i put it? | 19:57 |
vidd | and does it need modification for my system? | 19:58 |
zykes- | /etc/upstart | 19:58 |
zykes- | or something | 19:58 |
zykes- | i can test in later today | 19:58 |
zykes- | for you with the method i mean | 19:58 |
vidd | ok...for now, i need to work on getting nova to work without keystone again | 20:00 |
vidd | zykes-, in your novarc file....what do you have for NOVA_API_KEY | 20:05 |
*** obino has joined #openstack | 20:07 | |
*** ianloic has joined #openstack | 20:09 | |
*** tortuguito has joined #openstack | 20:24 | |
*** tortu has quit IRC | 20:29 | |
*** freeflying has quit IRC | 20:30 | |
*** freeflying has joined #openstack | 20:31 | |
*** ksteward1 has quit IRC | 20:34 | |
*** ksteward2 has joined #openstack | 20:35 | |
*** obino has quit IRC | 20:36 | |
*** obino has joined #openstack | 20:36 | |
*** ChrisAM1 is now known as ChrisAM | 20:39 | |
*** Moltar has joined #openstack | 20:42 | |
*** nickon has quit IRC | 20:49 | |
*** obino has quit IRC | 20:52 | |
uvirtbot | New bug: #886666 in devstack "exception in get_uec_image.sh seem to be ignore" [Undecided,New] https://launchpad.net/bugs/886666 | 20:52 |
*** alekibango_ has quit IRC | 20:56 | |
*** alekibango_ has joined #openstack | 20:56 | |
*** ksteward2 has quit IRC | 20:59 | |
*** ksteward1 has joined #openstack | 21:02 | |
*** tortuguito is now known as Namorado_da_Swee | 21:03 | |
*** Namorado_da_Swee is now known as tortu | 21:04 | |
*** tortu is now known as roedor | 21:04 | |
*** roedor is now known as esquilinho | 21:04 | |
*** zul has joined #openstack | 21:07 | |
*** delaw_ has joined #openstack | 21:14 | |
*** delaw_ has left #openstack | 21:17 | |
vidd | does euca talk to glance? | 21:18 |
*** Namorado_da_Swee has joined #openstack | 21:22 | |
*** stevegjacobs has joined #openstack | 21:24 | |
*** esquilinho has quit IRC | 21:25 | |
*** obino has joined #openstack | 21:28 | |
*** stevegjacobs has quit IRC | 21:34 | |
*** WormMan has quit IRC | 21:44 | |
*** katkee has quit IRC | 21:47 | |
*** Namorado_da_Swee is now known as tortu | 21:48 | |
*** rsampaio has quit IRC | 21:51 | |
*** rsampaio has joined #openstack | 21:56 | |
*** jog0 has joined #openstack | 22:05 | |
*** jog0 has quit IRC | 22:05 | |
*** localhost has quit IRC | 22:13 | |
*** localhost has joined #openstack | 22:15 | |
*** llang629 has joined #openstack | 22:18 | |
*** llang629 has left #openstack | 22:19 | |
*** FrancRod has joined #openstack | 22:29 | |
vidd | keystone doesnt really work with euca and never will....right? | 22:31 |
*** FrancRod has quit IRC | 22:33 | |
*** tortu is now known as tortuguito | 22:38 | |
*** qazwsx|2 has quit IRC | 22:45 | |
*** llang629_ has joined #openstack | 22:50 | |
*** llang629_ has left #openstack | 22:50 | |
*** rsampaio has quit IRC | 22:54 | |
*** stuntmachine has quit IRC | 22:56 | |
*** ksteward1 has quit IRC | 22:58 | |
*** david__c has joined #openstack | 22:58 | |
*** rsampaio has joined #openstack | 22:58 | |
*** rsampaio has quit IRC | 23:04 | |
*** hezekiah_ has joined #openstack | 23:06 | |
*** hezekiah_ has quit IRC | 23:12 | |
*** littleidea has joined #openstack | 23:24 | |
*** emid has joined #openstack | 23:31 | |
uvirtbot | New bug: #886701 in nova "Image id is not checked for validity on rebuild" [Undecided,New] https://launchpad.net/bugs/886701 | 23:31 |
vishy | vidd: it does in devstack | 23:34 |
vishy | vidd: the only thing missing is upload bundle | 23:35 |
vishy | vidd: (and an easy way to get credentials) | 23:35 |
vidd | vishy, "euca-describe-availability-zones" failes with "Warning: failed to parse error message from AWS: <unknown>:1:0: syntax error" | 23:36 |
vishy | do the other commands work? | 23:36 |
vidd | no...euca- nothing works | 23:37 |
vishy | sounds like a bug in describe availaibilty zones | 23:37 |
vishy | are you using devstack? | 23:37 |
vidd | no not using devstack | 23:37 |
vishy | well that is why | 23:37 |
vishy | :) | 23:37 |
vishy | it doesn't just work without configuration | 23:37 |
vishy | you have to create roles and creds in keystone | 23:37 |
vidd | i've done that | 23:37 |
vidd | i have credentials...i just dont understand where the issue | 23:38 |
vishy | take a look at how devstack does it | 23:38 |
vishy | you must have something configured wrong | 23:38 |
vishy | wait, which version of keystone are you using? | 23:38 |
vidd | master | 23:39 |
vishy | oh, that is unlikely to work | 23:39 |
vishy | :) | 23:39 |
vishy | with anything | 23:39 |
vishy | if it works at all, you are lucky | 23:39 |
vidd | keystone-manage 2012.1-dev | 23:39 |
vidd | no version of keystone works | 23:39 |
zykes- | vishy: no not unlikely to work ;p | 23:40 |
zykes- | it works fine here | 23:40 |
vishy | zykes-: you're using master with ec2? | 23:40 |
zykes- | vishy: correcto | 23:40 |
vidd | ive tried apt-get, ive tried git-stable...they all fail the same way | 23:40 |
vishy | cloudbuilders/diablo works | 23:40 |
zykes- | lemme fire up my nova node | 23:40 |
zykes- | and test | 23:40 |
vishy | the one devstack uses | 23:40 |
vishy | stable/diablo is missing a patch or two that is in review | 23:41 |
vidd | vishy, are you the "# NOTE(vish): use the following pipeline for deprecated auth | 23:42 |
vidd | " author? =] | 23:42 |
vishy | yes | 23:42 |
vidd | =] cool | 23:43 |
vidd | you may wish to get the keystone line in the code as well (sometime in the future) | 23:43 |
zykes- | yeah vidd, "euca-describe-availability-zones" works fine here | 23:43 |
vidd | zykes-,can you paste me the EU2 creds you have in keystone? | 23:44 |
zykes- | sure | 23:44 |
zykes- | i can paste you my whole example file | 23:44 |
vidd | and can i see your novarc you are sourcing? | 23:45 |
zykes- | yeah | 23:45 |
zykes- | http://paste.pocoo.org/show/503590/ | 23:45 |
zykes- | http://paste.pocoo.org/show/503595/ | 23:46 |
zykes- | works totally fine | 23:46 |
vidd | well...this will help =] | 23:47 |
vishy | vidd: it was before we removed it | 23:47 |
zykes- | ;) | 23:47 |
zykes- | i've got glance and everything to work | 23:47 |
vidd | vishy, why would you remove it? | 23:47 |
vishy | we pulled it because keystone wasn't ready at diablo | 23:47 |
*** hezekiah_ has joined #openstack | 23:48 | |
vidd | vishy, keystone is marked up everywhere else =] | 23:48 |
*** stewart has joined #openstack | 23:49 | |
*** heckj has joined #openstack | 23:50 | |
*** heckj has left #openstack | 23:50 | |
vishy | vidd: keystone was broken at diablo | 23:51 |
vidd | zykes-, "export NOVA_API_KEY="testing" testing = tenant? | 23:51 |
vishy | vidd: so we pulled it because it was not supported | 23:51 |
vidd | vishy, is there any plan to get dashboard out of a venv? | 23:52 |
vishy | vidd: i certainly hope so | 23:52 |
zykes- | vidd: no that's the key | 23:53 |
vidd | having it isolated from security updates is a bad thing | 23:53 |
zykes- | vidd: as i said you don't have to... | 23:53 |
vishy | vidd: it is sort of up to ubuntu getting packages for the stuff | 23:53 |
vishy | (if it isn't already) | 23:53 |
vidd | zykes-, i think i see....in [export NOVA_API_KEY="testing"] "testing" = "$keysone_user_password" | 23:56 |
zykes- | the tenant vidd is customer-x | 23:57 |
*** littleidea has quit IRC | 23:57 | |
*** littleidea has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!