Tuesday, 2011-03-01

vishyso if we had a general auth service that did that.  Each service(nova, burrow, swift) could manage its own acls for subject(group), predicate(action), object(instance, queue, container)00:00
gholtReally you just need to implement middleware that sets up a callback to it's own authorize function for requests it cares about. But yeah, you could take swauth.py, delete everything from 'def handle' onward, and just fill in 'def get_groups' with a call to your own ext service if you wanted.00:00
vishyand the general auth service could backend to various services(swift, ldap, other random id mgmt service)00:01
gholtYeppers00:02
gholtIf we had an easy to setup sampleauth project outside of Swift, we'd use that and drop our devauth/swauth stuff.00:03
gholt[Excepting as a fun experiment, of course :)]00:03
edaygholt: so why are there users and groups as opposed to just using nested accounts?00:04
*** bwalker7125 has joined #openstack00:05
gholtNo particular reason really.00:06
gholtI'd think having account == how you're billed separate from group == access you have seems "right".00:06
edaygholt: for example, in terms of swauth, <auth_account>/accountX/groups could contain a list of other groups it is a part of, (and also update groups it is apart of for the inverse index)00:06
edaygholt: I guess which accounts are billable seems like a deployment specific issue. For example, accounts with a certain name/metadata... are billed00:07
eday(and I should clarify <auth_account>/accountX/groups would have two lists, one "other accounts that are part of me" and "accounts I'm part of")00:09
bwalker7125hi, I've got a quick question on swift in regards to zones, devices, and partitions00:11
bwalker7125when you add more storage space in a swift cluster, will the partition size grow, or will more partitions get added?00:11
bwalker7125when you rebalance the ring after adding a device00:11
*** kashyap has quit IRC00:13
*** j05h has quit IRC00:13
letterjbwalker7125: Once you create a ring with x number of partitions you cannot add more partitions00:14
*** kashyap has joined #openstack00:14
bwalker7125+letterj: thanks00:15
letterjThe "rebalance" will shift the partions around to right nodes/zones00:15
*** troytoman is now known as troytoman-away00:16
gholteday: Yeah, you could do it that way. All depends on what you want to do. Billing is often easier when you can (essentially) grep the logs for <account-x> and report their bandwidth usage, request count, w/e. But yeah "it depends" fits nicely. :D00:16
bwalker7125then does rebalancing resize the partitions?  Are partitions like blocks in an operating system, to where they only store one item?00:17
bwalker7125where adding more storage will make the partition size bigger and bigger00:17
letterjbwalker7125: There is an excellent series of posts on the ring on http://tlohg.wordpress.com/2011/02/07/building-a-consistent-hashing-ring-part-1/00:18
bwalker7125thanks, I'll give this a look00:18
edaygholt: yeah.. I'm thinking for other services to use that may not have a concept of users or groups00:19
letterjThis partition is a partion of the hash space. It will grow as more nodes are added.  It's not like a hard drive partition.00:19
edaygholt: or, more specifically, deployments that don't use users and groups00:19
letterj/partion/portion/00:20
*** lamar has quit IRC00:22
*** kashyap has quit IRC00:23
bwalker7125+letterj: thanks00:24
*** gondoi has quit IRC00:24
*** kashyap has joined #openstack00:24
*** dragondm has quit IRC00:27
*** MarkAtwood has joined #openstack00:28
edaysirp-: what's the current state of glance auth? I see jay's working on the BP, but do you currently just pass anything through?00:30
*** iammartian has quit IRC00:31
sirp-eday: nope, currently we're not doing anything with auth AFAIK -- i think we were waiting for some of the design to settle out before integrating it into glance00:31
ironcamelsirp-: i believe you approved a merge prop for me https://code.launchpad.net/~ironcamel/nova/openstack-api-hostid/+merge/5020000:33
ironcamelcan you flip the switch to merge that in please?00:34
sirp-ironcamel: yeah looks like it's +3, marking as approved :)00:34
*** kashyap has quit IRC00:34
ironcamelyeah, just been having bad luck with the trunk conflicts00:34
ironcameli have resolved the latest conflicts, so it should be good to go now00:35
sirp-ironcamel: cool00:35
dubsquaredHola #openstack, I'm having some trouble when running some tests on trunk, anyone familiar with this?  http://paste.org/pastebin/view/2956100:35
bwalker7125Hi, I also wanted to confirm that in swift, the account, container, and object nodes scale horizontally while the auth and proxy nodes scale vertically00:37
bwalker7125is this correct?00:37
edaysirp-: ok, you're in the same boat as burrow then, we should really take this opportunity to make openstack-auth before we keep reinventing the wheel (base it off of what swift is already doing, and wedge nova stuff in)00:40
*** rnirmal has quit IRC00:41
nelsonswift dev auth problem: I'm getting a 503 Service Unavailable error. Why?00:41
edaywestmaas1: are you gabe? :)00:41
sirp-ironcamel: uh oh, looks like hudson kicked back one more conflict to you00:43
sirp-eday: that sounds like a plan00:43
*** littleidea has quit IRC00:43
ironcamelsirp-: i see ... authors file again ... i'll fix that real quick00:44
*** elasticdog has joined #openstack00:44
edaysirp-: have you considered doing /v1/account/<glance specific commands> for glance (like swift)?00:44
ironcamelsirp-: ok, conflict resolved. can we try again now?00:49
*** azneita has joined #openstack00:49
*** azneita has joined #openstack00:49
sirp-eday: to be honest, haven't thought much about it yet; it sounds like this is a more pressing topic now, so i better do some research here (see how swift actually works in this regard, etc)00:50
sirp-ironcamel: sure thing00:50
edaysirp-: the basics are the auth service would return a token+URL to talk to Glance with, for example, http://glance.example.com/version/account/00:51
edaysirp-: and glance would verify the token with the auth service (and cache as needed)00:52
sirp-eday: sounds like a pretty sensible plan00:52
edaysirp-: openstack compute API works this way too, minus the account part part00:53
edayerr, path part00:53
sirp-eday: yeah, ++ on the swift approach00:53
*** pvo has quit IRC00:54
edaysirp-: ok, cool00:54
nelsonAhhhh, it's the "devauth creates auth.db as wrong user"00:55
*** kashyap has joined #openstack00:56
*** arun_ has quit IRC00:57
ironcamelsirp-: just made a 1 line change to that hostid branch, sorry, can you approve it again01:00
*** openfly has joined #openstack01:01
*** littleidea has joined #openstack01:03
*** burris has joined #openstack01:04
*** joearnold has joined #openstack01:04
sirp-ironcamel: ah ok, re-approved01:05
*** j05h has joined #openstack01:06
*** dfg has quit IRC01:06
*** bcwaldon has joined #openstack01:08
*** dubsquared has quit IRC01:09
*** johnpur has quit IRC01:09
openstackhudsonProject nova build #590: SUCCESS in 1 min 49 sec: http://hudson.openstack.org/job/nova/590/01:13
openstackhudsonTarmac: This branch implements the openstack-api-hostid blueprint: "Openstack API support for hostId".01:13
*** bwalker7125 has quit IRC01:15
edaygholt: what are the reasons for creating the account id mapping as opposed to just using the actual account names? (the auth_uuid vs 'test')  to ease in account renames? hide the real id for some reason?01:16
*** cascone has joined #openstack01:18
*** joearnold has quit IRC01:19
*** arun_ has joined #openstack01:25
*** arun_ has joined #openstack01:25
*** ryker has quit IRC01:26
*** rds__ has quit IRC01:27
*** vvuksan has joined #openstack01:30
*** KenD has quit IRC01:30
gholtFor those reasons and because multiple resellers can use 'test' as an account name (though you could still separate them with reseller_accountname) and because reseller naming restrictions might be different than Swift's.01:35
edaygholt: ahh, thanks :)01:36
gholteday: I know some folks had some auth stuff in mind for OpenStack, but I don't think they had the "bandwidth" to actually make such a system. http://wiki.openstack.org/openstack-authn/01:40
*** littleidea has quit IRC01:41
edaygholt: is the account ID in the URL only for public lookups? (ie, when you don't have a token that maps back to account_id)01:45
gholtThat and for cross account access. i.e. I can give users of your account read access to one of my containers.01:47
*** bcwaldon has quit IRC01:51
*** littleidea has joined #openstack01:51
*** hvaldivia has joined #openstack01:52
*** paltman has quit IRC01:53
edaygholt: ahh, so in that case the token maps to your account, not the account you are accessing. The RS public server returns a URL with your account always, correct? So you would need to change this to map to the other account?01:54
gholtYes, the user of the other account would have to voluntarily give you a URL to use.01:55
gholtI suppose the auth system could offer a way to look up a storage url for a given plain account name, but there isn't that functionality atm.01:56
edaygholt: ok. I'm wondering if a common auth service should generate tokens per account your accessing (and provide for the URLs your accessing). For example, along with user/pass, include the account you wish to access01:56
*** paltman has joined #openstack01:56
gholtAh, that's one way to do it as well. Make it optional, and default to your own account.01:58
edayyeah, /v1/ == yours, /v1/some_other_account/ auth's you for some elses01:58
*** mahadev has quit IRC02:00
*** bcwaldon has joined #openstack02:04
*** ovidwu has quit IRC02:11
westmaas1eday: yep :)02:13
*** gregp76 has quit IRC02:15
*** gondoi has joined #openstack02:16
*** adjohn has joined #openstack02:18
sandywalsh_Hmm, I've never tried these steps: http://nova.openstack.org/adminguide/single.node.install.html02:20
sandywalsh_but isn't there something important missing between Step 9 & step 10?02:20
sandywalsh_actually running nova?02:20
*** vvuksan has quit IRC02:21
*** bcwaldon has quit IRC02:22
*** Ryan_Lane has quit IRC02:23
*** bcwaldon has joined #openstack02:23
*** littleidea has quit IRC02:28
*** winston-d has quit IRC02:28
*** iRTermite has quit IRC02:29
*** adjohn has quit IRC02:29
*** mahadev has joined #openstack02:29
*** littleidea has joined #openstack02:30
*** iRTermite has joined #openstack02:30
*** hggdh has quit IRC02:30
*** adjohn has joined #openstack02:31
*** mahadev has quit IRC02:36
*** dabo has quit IRC02:38
*** sirp- has quit IRC02:38
*** dabo has joined #openstack02:41
*** mahadev has joined #openstack02:42
*** sirp_ has joined #openstack02:43
*** hggdh has joined #openstack02:45
*** jaypipes has joined #openstack02:51
*** littleidea has quit IRC02:56
*** StephenMuddy has joined #openstack02:59
edaywestmaas1: are there any plans to include account name in URL like swift does for openstack 1.1 spec? It kinda looks like same examples have that, but others don't03:00
jaypipesdubs: around?03:02
*** Ryan_Lane has joined #openstack03:07
kpepplejaypipes: i had a proposed merge that i changed back to "work in progress" ... now that i'm done (add some revisions), i just changed it to "needs review." Is this is the correct sequence to generate new review emails ?03:10
jaypipeskpepple: yep!03:10
jaypipeskpepple: you bzr pushed your changes to LP, right? same branch target on LP?03:10
kpepplejaypipes: yes. you can see this at https://code.launchpad.net/~ken-pepple/nova/dynamicinstancetypes/+merge/5025703:11
jaypipeskpepple: I believe only devin was notified since he was the only one to review it prior (and since he is a member of nova-core, the requested review of "nova-core" was considered to be "completed"). I clicked "Request Review" and selected nova-core again to trigger an email for additional nova-core reviewers for ya.03:13
kpepplejaypipes: thx03:13
jaypipesnp03:14
*** perestre1ka has joined #openstack03:17
*** perestrelka has quit IRC03:20
*** hvaldivia1 has joined #openstack03:26
*** hvaldivia has quit IRC03:26
*** hvaldivia1 has quit IRC03:29
*** gondoi has quit IRC03:30
*** gondoi has joined #openstack03:30
*** gondoi has quit IRC03:34
*** paltman has quit IRC03:42
*** paltman has joined #openstack03:46
*** maplebed has quit IRC03:47
*** kashyap has quit IRC03:47
*** maplebed has joined #openstack03:50
*** magglass2 is now known as magglass103:58
*** dirakx has joined #openstack04:02
*** kashyap has joined #openstack04:12
*** mahadev has quit IRC04:17
*** mahadev has joined #openstack04:18
*** bcwaldon has quit IRC04:19
*** Code_Bleu has joined #openstack04:37
*** omidhdl has joined #openstack04:40
*** kashyap_ has joined #openstack05:05
*** kashyap has quit IRC05:09
*** joearnold has joined #openstack05:10
*** Ryan_Lane has quit IRC05:14
*** joearnold has quit IRC05:16
*** gregp76_ has joined #openstack05:16
*** joearnold has joined #openstack05:16
*** kashyap__ has joined #openstack05:17
*** kashyap_ has quit IRC05:21
*** Vaternz has joined #openstack05:23
Vaternzthere are downloadble images online. but i want to learn to create my own, do you know any howto's regarding that... i'm just freshman college. thank you...05:25
*** nRy has quit IRC05:33
*** bcwaldon has joined #openstack05:36
*** Vaternz has quit IRC05:40
*** zenmatt has quit IRC05:46
*** zenmatt has joined #openstack05:47
*** mahadev has quit IRC05:56
*** dendrobates is now known as dendro-afk05:56
*** reldan has joined #openstack05:59
*** mahadev has joined #openstack06:03
*** bcwaldon has quit IRC06:09
*** littleidea has joined #openstack06:12
*** joearnold has quit IRC06:15
*** adjohn has quit IRC06:15
*** ccustine has quit IRC06:28
*** kashyap__ has quit IRC06:32
*** adjohn has joined #openstack06:32
*** naehring has joined #openstack06:50
*** miclorb has quit IRC06:50
*** hazmat has joined #openstack07:01
*** MarkAtwood has quit IRC07:02
*** littleidea_ has joined #openstack07:14
*** littleidea has quit IRC07:14
*** littleidea_ is now known as littleidea07:14
*** guigui1 has joined #openstack07:16
*** westmaas1 has quit IRC07:17
*** westmaas1 has joined #openstack07:17
*** kashyap has joined #openstack07:20
*** pvo has joined #openstack07:32
*** ramkrsna has joined #openstack07:36
*** rcc has joined #openstack07:43
sorenttx: The tests didn't work out so well last night.07:51
sorenttx: I kind of suspected that would be the case.07:52
sorenttx: It's hard to perform regression testing without having established a baseline.07:52
*** miclorb has joined #openstack07:53
sorenttx: All I've really determined now is that lp:nova/bexar fails more than lp:nova.07:53
*** pvo has quit IRC07:53
sorenttx: But I knew that was true. I've fixed a bunch of things since then.07:53
*** mgoldmann has joined #openstack07:56
*** azneita has quit IRC08:09
*** reldan has quit IRC08:18
*** bobya has joined #openstack08:19
*** allsystemsarego has joined #openstack08:25
*** Nacx has joined #openstack08:42
*** mahadev has quit IRC08:43
*** skiold has joined #openstack08:43
*** littleidea has quit IRC08:53
*** miclorb has quit IRC08:54
*** MarcMorata has joined #openstack08:54
*** uksysadmin has joined #openstack09:18
*** littleidea has joined #openstack09:19
*** irahgel has joined #openstack09:24
*** adjohn has quit IRC09:24
*** westmaas1 has quit IRC09:24
*** daveiw has joined #openstack09:25
*** ramkrsna has quit IRC09:26
*** skiold has quit IRC09:29
*** skiold has joined #openstack09:30
*** westmaas1 has joined #openstack09:30
*** ramkrsna has joined #openstack09:40
*** littleidea has quit IRC09:40
*** DigitalFlux has joined #openstack09:43
*** miclorb has joined #openstack09:49
*** littleidea has joined #openstack09:51
*** MarcMorata has quit IRC09:51
*** reset has joined #openstack09:53
*** littleidea has quit IRC09:53
resetHi all. I am trying to set up swift according to development_saio.html. I can connect with curl from the same machine, but not from another machine.09:54
resetCan somebody help me please?09:54
uksysadminhi reset - I'm just going through the motions for my first swift install now, will let you know if I run into the same issue09:56
uksysadmincan you ping the other machine though?09:57
resetYes09:57
uksysadmindo a netstat on the swift machine and try telnetting to the port (3333) from the other machine?09:57
resetAnd I saw that there is a process listening on the port09:57
resetOK 1 second, will try the telnet09:57
uksysadmin(ctrl + ]09:57
uksysadminexit to exit)09:57
reset"telnet: Unable to connect to remote host: No route to host"09:59
*** rds__ has joined #openstack09:59
resetIs it OK that I set up everything as root?09:59
resetI am trying to run this command from the instructions (replaced 127.0.0.1 with the hostname of the swift machine):10:01
resetcurl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:11000/v1.010:01
*** maplebed has quit IRC10:02
resetnetstat doesn't show anything on port 3333, but does show on port 1100010:04
*** maplebed has joined #openstack10:05
uksysadminnot sure yet - just going through the motions myself.  Swift should be running on port 3333 so suggests some instructions are either missing or incorrect?10:08
*** reldan has joined #openstack10:11
*** miclorb has quit IRC10:11
*** z0 has joined #openstack10:11
*** miclorb has joined #openstack10:11
*** kashyap_ has joined #openstack10:13
*** ramkrsna_ has joined #openstack10:13
*** kashyap has quit IRC10:13
*** kashyap__ has joined #openstack10:13
*** miclorb__ has joined #openstack10:13
ttxsoren: any chance you could specifically validate that bug 716427 was fixed ?10:15
uvirtbotLaunchpad bug 716427 in nova/bexar "RPC concurrency problem" [High,Fix committed] https://launchpad.net/bugs/71642710:15
*** ramkrsna has quit IRC10:16
*** kashyap_ has quit IRC10:17
*** miclorb has quit IRC10:17
*** kashyap__ has quit IRC10:18
*** kashyap has joined #openstack10:19
*** kashyap has quit IRC10:19
*** kashyap has joined #openstack10:20
*** reldan has quit IRC10:21
resetuksysadmin, i don't see anything with port 3333 in the instructions...i will try to run the unittest and see what happens10:22
uksysadminI'm guessing given that this is intended to replace this env var: S3_URL=http://xxx.xxx.xxx.xxx:333310:23
uksysadminand I'm sure I've seen another doc on this10:24
uksysadminI might be misleading you - mightn't be the case10:25
uksysadminhttp://swift.openstack.org/howto_installmultinode.html10:25
resetMaybe there's a difference between a regular install and SAIO10:25
*** skiold has quit IRC10:25
*** StephenMuddy has quit IRC10:26
uksysadminin /etc/swift/auth-server.conf do you have this: default_cluster_url = http://127.0.0.1:8080/v110:28
uksysadminor some other lines that mention 127.0.0.1 - means the daemons will only be listening on localhost10:28
*** skiold has joined #openstack10:29
uksysadmin(and in other /etc/swift/ conf files)... change to the ip of the interface you're trying to connect on10:30
resetI changed it there, but I see there is a file #auth-server.conf# where it is still 127.0.0.1...will try to change that too10:31
resetYea, I did a grep on 127* and changed them all, except that one...10:31
uksysadminonly other stuff I can think of after this is firewall...?10:31
*** fabiand_ has joined #openstack10:33
*** hvaldivia has joined #openstack10:34
resetuksysadmin, that did it! ("service iptables off")10:36
resetNot very secure obviously, but good enough for now :)10:36
uksysadminawesome - and yeah won't take much to add them rules to an init script10:37
resetRight10:38
resetThanks a lot!10:38
*** openfly has quit IRC10:48
uksysadminnp10:52
*** hvaldivia has quit IRC10:55
sorenttx: Hmm.... I can try.10:55
sorenttx: After lunch.10:56
*** reset has quit IRC11:00
*** reldan has joined #openstack11:01
*** miclorb__ has quit IRC11:11
*** kashyap has quit IRC11:23
*** kashyap has joined #openstack11:23
*** reldan has quit IRC11:33
*** omidhdl has quit IRC11:33
*** omidhdl has joined #openstack11:41
*** omidhdl has left #openstack11:44
*** reldan has joined #openstack11:45
*** h0cin has joined #openstack11:50
*** drico_ has quit IRC11:55
*** drico_ has joined #openstack11:55
*** zul__ is now known as zul11:59
*** zul has joined #openstack11:59
*** MarcMorata has joined #openstack12:00
sandywalsh_guys, shouldn't there be a step between 9 & 10 to run nova?12:05
sandywalsh_http://nova.openstack.org/adminguide/single.node.install.html12:05
sandywalsh_I haven't used the distribution version of nova yet, so I'm not sure12:05
sandywalsh_annegentle, ^^12:05
*** fabiand_ has quit IRC12:06
*** fabiand_ has joined #openstack12:06
*** fabiand_ has quit IRC12:11
uksysadminsandywalsh_: I agree - I think the ambiguiuty comes about if the instructions are followed because the nova processes are started up on installation of the packaged files in step 312:19
sandywalsh_uksysadmin, yeah, I thought about that. But if that's the case, what's the rationale for sourcing novarc? Just to have your shell prepped?12:20
uksysadminyeah12:20
sandywalsh_hmm12:21
*** reldan has quit IRC12:22
*** Ryan_Lane has joined #openstack12:22
ttxsandywalsh_: I agree it's suboptimal12:22
ttxsteps 9 and 10 should be inverted12:23
sandywalsh_yeah, I'm trying to answer a question for a new user: https://answers.launchpad.net/nova/+question/14717712:23
ttxsteps 1-4 should be all covered in the various methods (step1-212:23
sandywalsh_and it's unclear what's happening in that tutorial12:23
ttxsince 3/4 is not needed for packaged install12:23
*** syah has quit IRC12:24
sandywalsh_ttx, right12:24
*** syah has joined #openstack12:24
ttxand for manual installs step 3 is not sufficient to get everything running12:24
sandywalsh_ttx, that seems to be the case. I've seen the get_connection bug when novarc hasn't been sourced12:25
sandywalsh_but that's running from bash12:25
* ttx adds reviewing this to his TODO list12:25
ttxnovarc sourcing is only needed once you start using clients12:25
ttxto get the env set up.12:26
sandywalsh_hmm, right, perhaps he's left the nova.conf off12:26
*** shoaib has joined #openstack12:26
shoaibhi12:29
*** ahmedelgamil has joined #openstack12:29
shoaibanyone who could help.... i see that instances are gone after a machine reboot while services are running12:29
shoaibis there a way to bring these instances back?12:29
*** DigitalFlux has quit IRC12:32
*** kashyap has quit IRC12:37
uksysadminHit 88mph in your delorean12:37
uksysadmindoes anything clear down the table nova.instances? should it?12:39
*** ctennis has quit IRC12:41
*** dendro-afk is now known as dendrobates12:48
*** openfly has joined #openstack12:48
*** Ryan_Lane has quit IRC12:53
*** jaypipes has quit IRC12:56
*** vvuksan has joined #openstack12:57
*** ctennis has joined #openstack12:59
sorenuksysadmin: It's intentionally not cleaned.13:00
uksysadminout of idle curiosity - what's the intention?13:01
sorenSomething about auditing or something.13:01
*** drico_ has quit IRC13:02
uksysadminnoted!13:03
*** reldan has joined #openstack13:03
*** dprince has joined #openstack13:04
ttxsoren: what would be expected behavior on a compute node restart, should it restart instances that were supposed to be running ? Or just acknowledge they are dead ?13:04
ttx(I think currently it just acks their death)13:05
sorenRight now it just acknowledges their death.13:08
sorenI'm a bit torn on the subject.13:08
sorenI wish the instances had a "keep alive" sort of flag.13:08
*** fabiand_ has joined #openstack13:11
*** fabiand_ has left #openstack13:11
*** shoaib has quit IRC13:12
*** guigui1 has quit IRC13:16
*** westmaas1 has quit IRC13:23
*** daria has joined #openstack13:30
naehringHi! Is there a flag which allows me to override each attempt to inject data into the image?13:38
*** m_3 has quit IRC13:39
*** zedas has quit IRC13:40
*** zedas has joined #openstack13:41
dariahi, i have a question about which api to use with the nova-compute project ? which is the most stable api atm?13:45
*** fabiand_ has joined #openstack13:45
sorennaehring: Not at the moment, no. I have half a patch to do that, but I never got around to finishing it.13:46
naehringsoren: thanks for information13:46
*** ramkrsna_ has quit IRC13:50
*** guigui has joined #openstack13:52
annegentlesandywalsh_: I thought that page had been removed from the site - I have tried to consolidate the install docs. I'll investigate13:57
uksysadminhi annegentle... I had a look at sudo nova-manage services list command and came to the conclusion its a design feature (that's if you didn't get a better answer!)13:58
*** ppetraki has joined #openstack13:58
annegentleuksysadmin: I'll take it! :) Just wanted an explanation that it wasn't something I did wrong :)13:59
RobertLaptopdaria, Right now the EC2 is the most stable API13:59
uksysadminI've taken the stance that the nova-manage command interacts with the nova-api, so therefore as you're getting responses back the assumption is that it doesn't need to list itself.14:00
sandywalsh_annegentle, thanks. Had a new user trying to make sense of it.14:00
*** kashyap has joined #openstack14:02
*** aliguori has joined #openstack14:04
*** stewart_ has joined #openstack14:07
*** stewart has quit IRC14:07
annegentleuksysadmin: its self-importance is self-evident :)14:07
annegentlesandywalsh_: thanks for helping out on the Answers, I was a little worried the URL would live on forever. and ever. :)14:08
sandywalsh_annegentle, heh, np. It was a good education for me too. I always deploy from source, so I had never looked at that page.14:10
*** gregp76_ has quit IRC14:26
*** Ryan_Lane has joined #openstack14:28
*** cascone has quit IRC14:38
*** mdomsch has joined #openstack14:41
*** mgoldmann has quit IRC14:43
*** mgoldmann has joined #openstack14:44
*** DigitalFlux has joined #openstack14:45
*** DigitalFlux has joined #openstack14:45
*** ahmedelgamil has quit IRC14:46
*** jmckenty has joined #openstack14:49
*** Ryan_Lane has quit IRC14:50
*** bcwaldon has joined #openstack14:53
*** mgoldmann has quit IRC14:55
*** ahmedelgamil has joined #openstack14:56
*** mgoldmann has joined #openstack14:57
*** z0 has quit IRC14:57
*** m_3 has joined #openstack14:58
*** mdomsch has quit IRC14:58
*** DigitalFlux has quit IRC14:59
*** z0 has joined #openstack15:00
*** littleidea has joined #openstack15:03
*** imsplitbit has joined #openstack15:03
*** f4m8 is now known as f4m8_15:05
*** dendrobates is now known as dendro-afk15:05
*** patcoll has joined #openstack15:08
*** kazu has joined #openstack15:08
*** hub_cap has joined #openstack15:09
*** dendro-afk is now known as dendrobates15:10
*** gondoi has joined #openstack15:10
*** mdomsch has joined #openstack15:11
*** pvo has joined #openstack15:13
*** pvo has quit IRC15:13
*** mgoldmann has quit IRC15:15
*** mgoldmann has joined #openstack15:15
*** zenmatt has joined #openstack15:16
*** matclayton has joined #openstack15:17
*** hggdh has quit IRC15:20
*** zul has quit IRC15:20
*** zul has joined #openstack15:21
dariahow can i use the api-server (via ec2 api or euca2ools) remote ? how can i exec commands to the nova-compute server via the api-server? sorry im new to all this, qry me plz.15:22
*** DigitalFlux has joined #openstack15:24
*** DigitalFlux has joined #openstack15:24
*** hggdh has joined #openstack15:25
*** spectorclan has joined #openstack15:26
*** ahmedelgamil has quit IRC15:26
*** littleidea has quit IRC15:27
*** littleidea has joined #openstack15:27
*** jmckenty has quit IRC15:31
vishysoren: are you around?15:31
ttxvishy: he just went afk15:32
vishyttx: ah, ok.  Still trying to get lxc to work...15:32
*** littleidea has quit IRC15:32
*** dubsquared has joined #openstack15:34
*** skiold has quit IRC15:35
*** LukasL has joined #openstack15:36
*** maplebed has quit IRC15:37
*** mahadev has joined #openstack15:37
dubsquaredsirp_: in the house?15:39
*** rnirmal has joined #openstack15:39
*** littleidea has joined #openstack15:41
uvirtbotNew bug: #727225 in nova "OS API does not support personality during instance creation" [Undecided,In progress] https://launchpad.net/bugs/72722515:42
*** fabiand_ has quit IRC15:42
LukasLQQs: Are the sizes of the partitions in swift arbitrary or constant?  Where in the swift source is the object store accounting for how much space is left on a given device or storage node? Are normal size objects split into multiple partitions (disregarding the special case of client-side chunking)?15:47
notmynameLukasL: partitions are not an allocation (or quota) of disk space15:48
notmynameswift, if given the content-length on a PUT, will pre-allocate the space on the target volumes so that disk full error happen fast15:49
notmynameevery object is stored on 3 separate partitions (assuming no failures)15:49
*** dragondm has joined #openstack15:49
*** ccustine has joined #openstack15:50
*** markwash has joined #openstack15:53
LukasLso partitions have no space quota, when a request comes in there is an fallocate() to reserve space on the target volume --- how does the system handle the case where fallocate() fails and the node/volume is full?15:53
*** mahadev has quit IRC15:53
LukasLand thank you for the answer, trying to understand whats going on from a disk-space-capacity standpoint15:54
creihtDon't let that happen :)15:54
creihtthe request will fail, and the object will not be stored15:55
*** mgoldmann has quit IRC15:56
*** zul_ has joined #openstack15:56
*** zul__ has joined #openstack15:56
*** zul has quit IRC15:57
creihtIn a system like swift, it is important to monitor the available disk space, and provision more resources before you run out15:57
LukasLSo you need to continue adding capacity to the ring and allow it to rebalance where the partitions are to avoid this issue?  Although partitions are not a set quota or allocation, they do point to the location on the filesystem which stores the data?15:58
creihtwe recommend not running above 85% utilization15:58
*** zul__ is now known as zul15:58
*** gregp76 has joined #openstack15:58
creihtLukasL: correct15:58
*** zul has quit IRC15:58
*** zul has joined #openstack15:58
*** msassak has joined #openstack15:58
creihts/utilization/capacity15:58
*** zul_ has quit IRC15:58
LukasLcan a partition contain more than one object?  or am I getting confused =).15:59
*** mahadev has joined #openstack16:00
*** guigui has quit IRC16:01
*** littleidea has quit IRC16:01
creihtLukasL: yes, as a cluster fills up, partitions will contain multiple objects16:01
*** DigitalFlux has quit IRC16:02
LukasLOk +creiht, thanks for the clarifications.  Making more sense.16:03
*** MarkAtwood has joined #openstack16:04
*** MarkAtwood has joined #openstack16:05
*** hazmat has quit IRC16:07
*** vvuksan has quit IRC16:09
*** kashyap has quit IRC16:12
*** DigitalFlux has joined #openstack16:18
*** DigitalFlux has joined #openstack16:18
*** DigitalFlux has quit IRC16:22
*** burris has quit IRC16:22
*** msassak has quit IRC16:26
*** kashyap has joined #openstack16:26
*** msassak has joined #openstack16:26
ttxvishy: I'm having trouble validating 2011.1.1 bugfix for bug 713430 on my setup -- It's a pretty obvious fix so it's not a big deal, but if it doesn't take you too long to validate the fix on the proposed 2011.1.1 release, that would be great16:27
uvirtbotLaunchpad bug 713430 in nova/bexar "Restart of nova-volume with volumes in wrong state: global name 'volume_ref' is not defined" [High,Fix committed] https://launchpad.net/bugs/71343016:27
ttxvishy: since we wanted to formally validate each of those point release fixorz16:28
vishyttx: just create a volume and restart nova-volume.  If it doesn't crash the fix is working16:28
ttxvishy: I couldn't reproduce the bug that way... I guess that was because my volume ended up "available"16:29
vishyttx: ah, right16:29
vishykill the volume worker first, so it hangs in creating?16:30
ttxTried that too, but then the volume isn't listed (reexports 0 volumes)16:30
vishyah yes, cuz the host isn't set16:31
vishysqlite3 nova.sqlite16:32
vishyupdate volume set status='error'16:32
vishy:)16:32
ttxok, will try that :)16:32
*** littleidea has joined #openstack16:33
*** reldan has quit IRC16:35
*** dendrobates is now known as dendro-afk16:36
*** troytoman-away is now known as troytoman16:36
ttxvishy: success!16:39
vishycool16:39
*** lvaughn_ has quit IRC16:44
*** blueadept has joined #openstack16:44
*** lvaughn has joined #openstack16:45
*** dfg has joined #openstack16:45
*** daria has quit IRC16:50
*** KenD has joined #openstack16:54
*** maplebed has joined #openstack16:59
*** uksysadmin has quit IRC17:01
*** bobya has quit IRC17:04
*** joearnold has joined #openstack17:05
*** joearnold has quit IRC17:09
*** mahadev has quit IRC17:10
*** pvo has joined #openstack17:12
*** gcc_ is now known as gcc17:14
*** vvuksan has joined #openstack17:14
*** lvaughn_ has joined #openstack17:15
*** lvaughn has quit IRC17:17
*** Ryan_Lane has joined #openstack17:26
*** dendro-afk is now known as dendrobates17:29
*** mahadev has joined #openstack17:31
dabook, I'm configuring a brand-new xenserver installation. Glance is installed and running, but when I try to run glance-upload, I get this error: http://paste.openstack.org/show/783/17:42
dabofwiw, there is no /var/lib/glance directory17:43
dubsquareddabo: in your glance.conf, what is your image dir set to?17:45
dabolemme check...17:45
jk0if you're not running it as root, it wont have perms to create that dir17:45
jk0I suggest running it as your local user and changing that path17:45
dabolooks like I'm missing my glance.conf file. Back to the drawing board.17:46
*** kbringard has joined #openstack17:46
jk0dabo: it's on the wiki17:46
*** m_3 has quit IRC17:46
dubsquaredjk0:  idea?  http://paste.openstack.org/show/784/17:47
daboah - it's in ~17:47
jk0dubsquared: looks like you didn't upload the plugins to dom017:47
dabodubsquared: filesystem_store_datadir=/var/lib/glance/images/17:47
dubsquaredhmm 99% sure i did that..17:48
dubsquaredlemme dbl check17:48
jk0make sure they're +x17:48
dabodubsquared: and restart xapi17:48
jk0dabo: you want to change that path to something writable like ~/openstack/images/glance17:48
dabojk0: thx17:49
*** m_3 has joined #openstack17:50
dubsquaredjk0:  yeah, plug-ins there, restarted xapi, same thing17:51
jk0are they executable?17:51
dubsquaredja17:51
jk0make sure you're running the plugins from trunk (there were a couple new ones added recently)17:52
jk0might no thurt to re-scp them17:52
dubsquaredok17:52
*** daveiw has quit IRC17:55
dubsquaredheh..17:57
dubsquaredthat did it..17:57
dubsquared:D17:57
dubsquaredthanks jk017:57
jk0you betcha~17:57
kbringardspeaking of Glance, is it still OpenStack API only?17:58
*** rcc has quit IRC17:58
dubsquaredafaik, yes17:58
kbringardcool, 's what I thought17:58
dubsquarednovatools17:58
dubsquaredor whatever it's called today :)17:58
kbringardno biggie, I'm just excited to use it, but all of our stuff is written against the EC2 API currently17:58
dubsquaredYeah, I'm in the same boat17:59
dubsquaredI just merged pipes latest branch, that fixed the Glance POST stuff17:59
dubsquaredand I'm using my swift cluster as the backend17:59
kbringardwow, nice17:59
dubsquaredyeah, looks good so far18:00
dubsquaredhope to see this in trunk soon :D18:00
kbringardtambien18:01
*** mahadev_ has joined #openstack18:08
*** mahadev has quit IRC18:09
*** joearnold has joined #openstack18:09
*** kashyap has quit IRC18:12
*** joearnold has quit IRC18:12
*** kazu has quit IRC18:12
*** m_3 has quit IRC18:13
*** joearnold has joined #openstack18:15
*** burris has joined #openstack18:17
kpeppleannegentle: you around ? doc question for new blueprint features ...18:17
*** rnirmal has quit IRC18:18
*** rnirmal has joined #openstack18:19
*** joearnold has quit IRC18:19
*** burris has quit IRC18:20
*** KenD has left #openstack18:28
*** pvo has quit IRC18:28
uvirtbotNew bug: #727320 in swift "stats collate_worker catchall" [Medium,New] https://launchpad.net/bugs/72732018:31
openstackhudsonProject swift build #208: SUCCESS in 32 sec: http://hudson.openstack.org/job/swift/208/18:31
openstackhudsonTarmac: fixed edge case when log processor cannot get a log file for processing18:31
*** pvo has joined #openstack18:42
*** Ryan_Lane has quit IRC18:44
*** justinsb has quit IRC18:45
*** naehring has quit IRC18:45
*** mahadev_ has quit IRC18:47
*** littleidea has quit IRC18:47
*** mahadev has joined #openstack18:48
*** dprince has quit IRC18:54
*** dragondm has quit IRC18:57
*** littleidea has joined #openstack19:00
*** dragondm has joined #openstack19:00
sorenvishy: I am now.19:01
annegentlekpepple: sure Ken, I just glanced at your merge prop since it has doc in it, but haven't dived deep yet.19:02
*** photron has joined #openstack19:03
kpeppleannegentle: two questions: (1) do i need to 'cd doc; make' before i merge ?  (2) i edited the man page for nova-manage and created a doc/source/runnova/managing.instance.types.rst for my changes (which are mostly to nova-manage). other than making sure that i docstring the methods ... anything else needed for docos ?19:04
kbringardI don't seem to be getting VNC console on my instances and get-console-output is giving me an error... beyond that, what's the best way to see why an instance isn't booting?19:04
*** pvo has quit IRC19:05
vvuksankbringard: i usually look at console.log19:06
kbringardyea, that's what I was just checking19:06
kbringardwhen I build an image, it can only have one partition right?  Like, not even swap?19:07
*** irahgel has left #openstack19:09
annegentlekpepple: for (1), the answer is no, the build process makes the HTML for you (you can do that locally if you want to ensure the output looks like what you want but it's not required) (2) While the rst files still exist in doc/runnova/, no index.rst files point to them, since they are mostly for an admin audience... so... I'm going to read what you wrote and find a better spot for it, if that's ok!19:10
*** slyphon has joined #openstack19:10
kpeppleannegentle: sure19:10
vvuksankbringard: right19:10
kbringardcool, that's probably my problem19:11
kbringardthanks19:11
annegentlekpepple: ok, it's likely we need to come up with a glossary/concepts section that's not exactly an admin guide19:11
vvuksankbringard: actually19:11
vvuksankbringard: you are using the euca-bundle-vol ?19:11
vvuksanor something else ?19:11
kbringardyea19:11
slyphonis the proxy supposed to forward requests for /v1.0 to the auth service?19:11
annegentlekpepple: devs need to understand what "flavors" mean19:11
kbringardwell, euca-bundle-image19:11
vvuksanperhaps that will barf19:11
annegentlekpepple: but I need to find/make the right spot for that type of info19:11
vvuksannot sure19:11
kbringardI am building an image with virt-install and kickstart19:11
kbringard19:11
kbringardthen euca-bundle-image19:11
slyphonor do i need to handle that differently19:11
vvuksankbringard: follow my awesome guide http://wiki.openstack.org/CreatingRHELImages :-)19:12
kbringardwell, actually, I'm qemu-img converting it to qcow, then euca-bundle-image19:12
kpeppleannegentle: i added a small blurb in the nova.concepts.rst file about it19:12
kbringardvvuksan: haha, I did :-)19:12
slyphoni keep getting 412 Precondition Failed 'Bad URL'19:12
vvuksankbringard: it doesn't work :-) ?19:12
annegentlekpepple: that works well19:13
kbringardvvuksan: I was having problems, but it may be because I am using bundle-image externally, instead of bundle volume internally19:14
vvuksankbringard: could be19:14
kbringardI'm also trying to build an all in one, without pulling out the kernel and ramdisk19:14
vvuksanin that case19:14
*** MarcMorata has quit IRC19:14
kbringardwhich vishy said should work19:14
vvuksani don't think you need to run euca-build-image19:14
vvuksanjust upload the qcow image directly19:14
vvuksanwithout specifying --ramdisk or --kernel19:15
kbringardah, OK19:15
kbringardperhaps that is my problem19:15
kbringardalthough, in the console log I see it starting to boot19:16
slyphonu19:16
kbringardbut it just says "Press any key..." like it's waiting for grub, and that's all I get19:16
*** georgie_b has joined #openstack19:16
georgie_bhello19:16
vvuksankbringard: ah yeah19:17
vvuksankbringard: problem is that grub doesn't have proper serial redirection19:17
vvuksanthat is why you are not seeing anything19:17
kbringardahh19:17
kbringardawesome19:17
kbringardtime to use lilo :-p19:17
vvuksanno :-)19:17
vvuksanconsole=ttyS019:18
vvuksanyou should add that to grub19:18
georgie_bhow to do port forwarding on a router?19:18
kbringardyea, my KS does that already I think19:18
vvuksankbringard: i'd check19:18
kbringardserial --unit=0 --speed=9600 --word=8 --parity=no --stop=1\19:18
kbringardterminal --timeout=5 console serial' | \19:18
kbringardsed '/^ kernel/s/$/ console=ttyS0/' > \19:18
vvuksanhmm19:19
vvuksanthat would seem legit then19:19
kbringard*shrug* I'll figure it out19:19
vvuksanverify by booting with virt-manager19:20
vvuksanas far as VNC19:20
vvuksanyou ought to modify the template to add VNC config option19:20
vvuksanthe libvirtd.xml.template that is19:20
*** georgie_b has left #openstack19:21
*** dprince has joined #openstack19:24
kbringardI wonder if it's because virt-install is creating the disk as /dev/hda19:25
*** johnpur has joined #openstack19:25
*** ChanServ sets mode: +v johnpur19:25
*** Nacx has quit IRC19:25
slyphonis swift auth supposed to be configured on its own virtual host/port19:25
*** ironcamel2 has quit IRC19:26
*** topper has joined #openstack19:27
*** mray has joined #openstack19:27
*** dragondm has quit IRC19:31
*** dirakx has quit IRC19:36
*** zul_ has joined #openstack19:37
*** zul has quit IRC19:37
*** westmaas has quit IRC19:38
uvirtbotNew bug: #727369 in openstack-dashboard "registration page submit but says "reset password"" [High,Confirmed] https://launchpad.net/bugs/72736919:41
*** m_3 has joined #openstack19:41
*** brd_from_italy has joined #openstack19:41
*** zul_ is now known as zul19:41
*** zul has joined #openstack19:41
*** littleidea has quit IRC19:41
ttxsoren: did you manage to somehow check that bug 716427 was fixed in 2011.1.1 ?19:50
uvirtbotLaunchpad bug 716427 in nova/bexar "RPC concurrency problem" [High,Fix committed] https://launchpad.net/bugs/71642719:50
*** clauden_ has joined #openstack19:50
johnpurttx: i added some specific status on features for cactus for today's meeting. I pulled the items we called out in the Bexar release blog post, it would be good to see how these items are progressing.19:52
ttxjohnpur: I saw that. Which bexar blog post is this ?19:52
ttxoh, I found it19:54
johnpurwww.openstack.org/blog/2011/02/the-openstack-bexar-release/19:55
*** littleidea has joined #openstack19:58
*** littleidea has joined #openstack19:58
*** dendrobates is now known as dendro-afk19:59
ttxTeam meeting in one hour in #openstack-meeting !19:59
*** topper has left #openstack20:00
*** dendro-afk is now known as dendrobates20:00
*** MarcMorata has joined #openstack20:00
sorenttx: I didn't no. Sorry. I'll see if I can caffeine myself up sufficiently to get it done before the meeting.20:04
ttxsoren: would be great, thanks20:05
*** hggdh has quit IRC20:06
*** hggdh has joined #openstack20:07
*** matclayton has quit IRC20:07
*** paltman has quit IRC20:08
*** fabiand_ has joined #openstack20:08
sorenvishy: Oh, forgot to mention, but perhaps you noticed. I pushed a fresh libvirt (for both Lucid and Maverick) to the PPA.20:09
*** paltman has joined #openstack20:09
*** deshantm_xenorg has joined #openstack20:13
*** MarcMorata has quit IRC20:13
*** vvuksan has quit IRC20:13
*** CloudChris has joined #openstack20:15
*** h0cin has quit IRC20:16
*** jaypipes has joined #openstack20:17
jaypipessirp_: I'm off jury duty for the day... fyi. trying to get through all the glance review stuff.20:19
sirp_jaypipes: great, thanks man :)20:19
*** naehring has joined #openstack20:19
jaypipessirp_: sorry for the delay this week... was up until 3am trying to catch up last night. :(20:19
j05htotally read that as call of duty.20:19
j05hsomehow jury duty doesn't sound as fun.20:20
jk0haha20:20
kbringardlol20:20
jaypipesj05h: heh, it's not. interesting, educational, but not fun :)20:20
edayjaypipes: hey! yesterday sirp_ and I were chatting and thought Glance might want to move to a swift-like URI scheme, /version/account/<glance operations/objectes>  thoughts?20:20
jaypipeseday: 100% support that.20:20
edayjaypipes: awesome :)20:20
*** grapex1 has joined #openstack20:22
*** grapex1 has left #openstack20:22
*** grapex1 has joined #openstack20:22
ttxTeam meeting in 30 minutes in #openstack-meeting20:30
*** deshantm_xenorg has quit IRC20:31
*** MarcMorata has joined #openstack20:34
*** fabiand_ has quit IRC20:34
*** dragondm has joined #openstack20:35
*** fabiand_ has joined #openstack20:40
*** iammartian has joined #openstack20:42
*** deshantm_xenorg has joined #openstack20:42
sandywalsh_ttx, might be a little late for the meeting. I think there's enough info on the problem for anyone interested. All changes discussed have been made to https://github.com/rackspace/python-novatools20:43
*** fabiand_ has quit IRC20:44
ttxsandywalsh_: the agenda is pretty full and your point is at the end.20:49
*** CloudChris has quit IRC20:50
ttxTeam meeting starting in two minutes in #openstack-meeting, join now!20:58
*** pvo has joined #openstack20:59
*** MarcMorata has quit IRC20:59
*** pvo has quit IRC20:59
*** pvo has joined #openstack20:59
*** ChanServ sets mode: +v pvo20:59
uvirtbotNew bug: #727414 in openstack-dashboard "install_venv output is confusing" [Undecided,New] https://launchpad.net/bugs/72741421:02
*** drico has joined #openstack21:04
*** CloudChris has joined #openstack21:05
*** brd_from_italy has quit IRC21:11
kbringardwhere does the libvirt template that nova uses live?21:13
kbringardI'm looking around and don't seem to be able to find it, but I wanted to modify it to add VNC consoles to the VMs21:14
*** joearnold has joined #openstack21:14
kbringardah, I think I found it21:16
kbringardnova/virt/21:16
*** littleidea has quit IRC21:16
vishykbringard: we are working on web vnc consoles21:16
vishykbringard: we're getting close21:16
kbringardah, nice21:16
kbringardI'm just trying to troubleshoot a custom image, so I figured a VNC console would be a good step21:17
kbringard:-)21:17
*** littleidea has joined #openstack21:17
kbringardthat is cool news though21:17
vishykbiringard: for troubleshooting, try virsh destroy instance-id21:20
vishyvi /var/lib/nova/instances/<instance-id>/libvirt.xml <add in vnc>21:21
vishyvirsh create /var/lib/nova/instances/<instance-id>/libvirt.xml21:21
sorenvishy: I've wanted to do that for ages, but haven't really come up with a good way to proxy access to the vnc port. What are you doing for that?21:21
vishy(as in you can modify the xml for the individual instance instead of the template)21:21
*** littleidea has quit IRC21:22
kbringardvishy: ah, that makes more sense21:24
kbringardthanks21:24
vishysoren: sleepsonthefloor is working on that part, maybe I can get him to hop on and tell you21:24
sorenvishy: That would be great!21:25
*** MarcMorata has joined #openstack21:27
sleepsonthefloorsoren - for starters, I'm tweaking noVNC's websocket-to-vnc proxy, so that it can demultiplex multiple connections.  If you are ok with running one proxy per vnc console, noVNC works out-of-the box21:28
sleepsonthefloorthere is also http://code.osuosl.org/projects/twisted-vncauthproxy21:29
*** dprince has quit IRC21:30
uvirtbotNew bug: #727426 in nova "port 3333 (nova-objectstore) not available if running on hosts with nova-network service" [Undecided,New] https://launchpad.net/bugs/72742621:31
kbringardyea, as I suspected, my problem is that virt-install is hardcoding the mac in ifcfg-eth021:32
kbringardso the VM is coming up, but it's not getting network21:32
*** greyfinch has quit IRC21:32
kbringardproblem solved :-)21:32
creihteday: btw, one more thing to add about swift auth stuff21:32
sorensleepsonthefloor: Oh, you're using noVNC? Cool.21:32
creihtthe swift3 S3 compatibility middleware adds amazon style signed auth to swift21:33
creihtand is supported in both devauth and swauth21:33
creihtthe account:user name is sent as the api key, and the password is sent as the secret key21:34
creihtwell used as the secret key to sign the request21:34
creihtoh and cookies aren't typically considered restful, and are usually not the easiest things to deal with programatically (besides the security implications)21:35
creihtbut, it would be trivial to add middleware that converts a cookie to the right data for auth21:36
*** allsystemsarego has quit IRC21:44
*** burris has joined #openstack21:47
*** BK_man has quit IRC21:49
*** BK_man has joined #openstack21:49
*** vvuksan has joined #openstack21:56
*** dendrobates is now known as dendro-afk22:01
*** daveiw has joined #openstack22:01
*** miclorb has joined #openstack22:02
*** blueadept has quit IRC22:03
*** naehring has quit IRC22:03
*** hub_cap has quit IRC22:05
*** bcwaldon has quit IRC22:09
*** ctennis has quit IRC22:09
*** photron has quit IRC22:13
*** vvuksan has quit IRC22:14
*** littleidea has joined #openstack22:18
*** bcwaldon has joined #openstack22:21
*** hggdh has quit IRC22:22
*** jaypipes has quit IRC22:22
*** ctennis has joined #openstack22:23
*** ctennis has joined #openstack22:23
*** littleidea has quit IRC22:25
*** hggdh has joined #openstack22:25
*** hggdh has joined #openstack22:25
*** hub_cap has joined #openstack22:28
*** rnirmal has quit IRC22:32
*** ppetraki has quit IRC22:33
*** daveiw1 has joined #openstack22:34
*** daveiw has quit IRC22:34
*** kbringard has quit IRC22:37
*** lvaughn_ has quit IRC22:38
*** lvaughn has joined #openstack22:39
*** lvaughn_ has joined #openstack22:41
*** joearnold has quit IRC22:43
*** lvaughn has quit IRC22:43
*** patcoll has quit IRC22:46
*** ironcamel2 has joined #openstack22:48
*** hub_cap_ has joined #openstack22:49
edaycreiht: ahh, cool. thanks for the info22:50
*** slyphon has quit IRC22:51
edaycreiht: I remember seeing the s3 module too, just forgot :)22:51
*** hub_cap has quit IRC22:52
dubsquaredIs there any documentation on actually setting that up?  I've played around with it, but ran into some blocks here and there...22:52
dubsquaredI'm building an env that will support glance/OSAPI, and ec2, and I'd like swift installs to work with both22:53
*** spectorclan has quit IRC22:53
*** markwash has quit IRC22:54
*** MarcMorata has quit IRC22:55
*** mdomsch has quit IRC22:56
*** imsplitbit has quit IRC22:56
*** LukasL has quit IRC23:00
*** berendt has joined #openstack23:06
berendtisn't it possible to provide images bigger than 5 gbyte with nova-objectstore..?23:06
berendti uploaded an image with euca2ools with 20 gbyte but can't launch it.. i've a smaller debian testing image appr. 1 gbyte.. no problems23:07
*** dendro-afk is now known as dendrobates23:10
iRTermiteberendt: http://www.openstack.org/blog/category/uncategorized/23:12
berendtiRTermite: what can i see there..?23:13
berendtiRTermite: swift != nova-objectstore23:14
*** burris has quit IRC23:15
*** azneita has joined #openstack23:23
*** aliguori has quit IRC23:26
iRTermiteberendt: sorry, stepped away.  my mistake.  I just glanced at 'objectstore' and didn't read your whole message.23:28
*** burris has joined #openstack23:29
devcamcarmtaylor: are you around? looks like the openstack-dashboard jenkins environment is broken somehow23:30
*** mray has quit IRC23:32
*** z0 has quit IRC23:34
*** joearnold has joined #openstack23:35
*** bcwaldon has quit IRC23:39
openstackhudsonProject nova-tarmac build #65,590: FAILURE in 4 min 3 sec: http://hudson.openstack.org/job/nova-tarmac/65590/23:40
*** vvuksan has joined #openstack23:40
*** johnpur has quit IRC23:41
*** vvuksan has quit IRC23:41
creihtdubsquared: http://swift.openstack.org/misc.html#module-swift.common.middleware.swift323:41
creihtis the only docs we have at the moment23:41
creihtand it is still a bit experimental23:42
creihtif you find any bugs, let us know23:42
*** dfg has quit IRC23:42
*** joearnold has quit IRC23:42
dubsquaredOh yes, spent a lot of time on that page recently :)23:42
*** burris has quit IRC23:42
*** clayg has quit IRC23:43
*** clayg_ has joined #openstack23:43
*** pvo has quit IRC23:44
openstackhudsonProject nova-tarmac build #65,591: STILL FAILING in 3 min 48 sec: http://hudson.openstack.org/job/nova-tarmac/65591/23:44
openstackhudsonYippie, build fixed!23:46
openstackhudsonProject nova-tarmac build #65,592: FIXED in 5.1 sec: http://hudson.openstack.org/job/nova-tarmac/65592/23:46
*** bcwaldon has joined #openstack23:50
*** pvo has joined #openstack23:54
*** pvo has quit IRC23:59
*** dendrobates is now known as dendro-afk23:59

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